@charset "UTF-8";
/* CSS Document */


body {
	background-color: #E6E7E8;
	width: 1000px;
	margin: 0 auto;
	}
	

#container {
	width: 1000px;
	border: 0px solid red; 
	margin:30px 0px 40px 0;
	background-color: #fff;
	-webkit-box-shadow: 2px 3px 10px 3px #bcbdbf;
    box-shadow: 2px 3px 10px 3px #bcbdbf;
	
	}
	

a {
	color:#005596;
	text-decoration:none;
	}	

a:hover {
	text-decoration:underline;
}
	
	
#navBar {
	text-align:center;
	padding-left: 40px;}
	
.logo {
	padding-bottom:35px;
	padding-top:30px;
	border:0
	}	

ul.nav {	
	list-style-type:none;
	margin:0;
	padding:0px;
	border: 0px solid purple;
	width:921px;
	padding-left:0px;
	font-family: 'Titillium Web', sans-serif;
	height:20px
	
}

ul.nav li {
	float:left;
	padding:0px;
	}

ul.nav li a {
	display:block;
	width:217.25px;
	background-color: #dedee0;
	text-align:center;
	padding:5px;
	color: #37527B;
	text-decoration:none;
	font-size: 14px;
	letter-spacing:.04em
}

ul.nav li a:hover {
	color:#fff;
	text-decoration:none;
  	background-color: #005596;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#005596), to(#809CC7));
 	background-image: -webkit-linear-gradient(top, #005596, #809CC7);
  	background-image:    -moz-linear-gradient(top, #005596, #809CC7);
  	background-image:      -o-linear-gradient(top, #005596, #809CC7);
  	background-image:         linear-gradient(to bottom, #005596, #809CC7);

	}

.margin {
	border: 0px solid red;
	margin-right:4px;
}

ul.nav li.currentMargin a {
	margin-right:4px;
	color:#fff;
	text-decoration:none;
  	background-color: #005596;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#005596), to(#809CC7));
 	background-image: -webkit-linear-gradient(top, #005596, #809CC7);
  	background-image:    -moz-linear-gradient(top, #005596, #809CC7);
  	background-image:      -o-linear-gradient(top, #005596, #809CC7);
  	background-image:         linear-gradient(to bottom, #005596, #809CC7);
	
}


ul.nav li.current a {
	margin-right:0px;
	color:#fff;
	text-decoration:none;
  	background-color: #005596;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#005596), to(#809CC7));
 	background-image: -webkit-linear-gradient(top, #005596, #809CC7);
  	background-image:    -moz-linear-gradient(top, #005596, #809CC7);
  	background-image:      -o-linear-gradient(top, #005596, #809CC7);
  	background-image:         linear-gradient(to bottom, #005596, #809CC7);
	
}


#imageContainer {
	width:921px;
	height:253px;
	position: relative;
	color:#fff
}

#imageBar {
	width: 921px;
	height:253px;
	margin-left:40px;
	margin-top:4px;
	border:0px solid red;
	}
	
#imageBarTeam {
	width: 921px;
	height:253px;
	margin-left:40px;
	margin-top:4px;
	border:0px solid red;
	position: absolute;
	}	
	
#floatBox {
	height: 120px;
	margin: 120px 0 0 40px;
	background-color:#fff;
	position: absolute;
	z-index: 10;
	/* Required for IE 5, 6, 7 */
	width: 35%; 
	/* Theoretically for IE 8 & 9 (more valid) */	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	/* Older than Firefox 0.9 */
	-moz-opacity:0.8;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
    /* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.8;
	}

#floatBoxCopy {
	margin: 120px 0 0 40px;
	padding: 20px 40px 20px 40px;
	color:#0D2F4C;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	position: absolute;
	z-index: 20;
	width: 35%;
	line-height:125%
}

#content {
	border: 0px solid green; 
	padding-left: 60px;
	margin-top:30px;
	}

h1 {
	font-size:24px;
	font-family: 'Titillium Web', sans-serif;
	color:#6D6E70;
	font-weight:400;
	line-height:150%;
	}
	
h2 {
	font-size:14px;
	font-weight:400;
	font-family: 'Titillium Web', sans-serif;
	color:#6D6E70;
	}	
	
h2 a {
	color:#005596;
	font-weight:600;
	}	
	
h2 a:hover {
	text-decoration:underline;
	}	
	
h3 {
	font-size:18px;
	font-weight:600;
	font-family: 'Titillium Web', sans-serif;
	color:#005596;
	}	
	

p {
	font-size:14px;
	font-family: 'Titillium Web', sans-serif;
	color:#6D6E70;
	font-weight:400;
	line-height:150%;
	width:800px;
	margin-bottom:10px
	}
	
.blue {
	color:#005596;
}
	
#error {	
  font-size:14px;
	font-family: 'Titillium Web', sans-serif;
	color:#ff0000;
	font-weight:400;
  text-align:left;
  float:right;
  width: 420px;
  padding:20px;
  border: 0px solid red;
  margin-top:20px
	}
	
ul.press {
	font-size:14px;
	font-family: 'Titillium Web', sans-serif;
	color:#6D6E70;
	font-weight:400;
	
	list-style-type:disc;
	margin:0;
	line-height:150%;
	border: 0px solid red;
	margin-bottom: 20px;
	
	}
	
ul.press li {
	margin-left: 0px;
	width:80%
	}	
	
	
ul.bios {
	font-size:14px;
	font-family: 'Titillium Web', sans-serif;
	color:#6D6E70;
	font-weight:400;
	float:left;
	list-style-type:none;
	margin:0;
	line-height:150%;
	border: 0px solid red;
	}	
	
ul.bios li {
	margin-left: -40px;
	}
	
ul.bios li a {
	color:#005596;
	font-weight:600;
	text-decoration:none;
	}			
	
#formContainer	{
	width:480px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	}
	
form {
	font-size:14px;
	font-family: 'Titillium Web', sans-serif;
	color:#6D6E70;
	background-color:#dedee0;
	font-weight:400;
	margin: 0;
	border:0;
	line-height:3em;
	padding:20px
	
	}
	
div.label {
	width:150px;
	height:30px;
	border: 0px solid red;	
	
	}
	
input    {
margin-left:0px;
height: 25px;
width:200px

}	

select {
margin-left: 0px;
height: 25px;
width: 200px;
}	

input#zip {
	width:75px
	}

input.button {
	width:105px
	}

p.login {
	font-size:18px;
	width: 60%
}
	
	
div.bios {
	font-size:14px;
	font-family: 'Titillium Web', sans-serif;
	color:#6D6E70;
	font-weight:400;
	float:left;
	list-style-type:none;
	margin:0;
	margin-left:11px;
	margin-right: 200px;
	margin-bottom: 20px;
	line-height:150%;
	border: 0px solid red;
	width: 800px;


}	

div.bios a {
	color:#005596;
	font-weight:600;
	text-decoration:none;
	}



#terms {
	width: 900px;
	background-color: #dedee0;
	padding: 10px;
	margin-left:40px;
	margin-top:5px;
	font-size:12px;
	font-weight:400;
	font-family: 'Titillium Web', sans-serif;
	color:#535355
	}

#terms a {
	color:#6D6E70;
	text-decoration:none;
}

#terms a:hover {
	color:#005596;
}

	
#footer { 
	width:900px;
	padding-left: 50px;
	margin-top:10px;
	font-size:11px;
	font-family: 'Titillium Web', sans-serif;
	color:#6D6E70;
	}
	
#footer a {
	color:#005596;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;
	color:#005596; 
}

