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

/* =GLOBAL STYLES
---------------------------------*/
body {
	background:url(../images/bg_site.png) repeat-x top left #fff;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	/*color:#727272; Removed because it's not dark enough :( */
	color:#000;
	}
	
#wrapper {
	margin:0 auto;
	padding:0;
	width:766px;
	background:url(../images/bg_wrapper.png) repeat-y top left;
	}
	
h1, h2, h3 {
	color:#516f8b;
	}
	
p {
	font-size:110%;
	}
	
a {
	color:#005ea6;
	}
	
a:visited {
	color:#003C6B;
	}
	
.floatleft {
	float:left;
	margin:0 10px 10px 0;
	}
	
.floatright {
	float:right;
	margin:0 0 10px 10px;
	}
	
img {border:none;}

/* =HEADER STYLES
---------------------------------*/
#header {
	position:relative;
	width:760px;
	height:283px;
	padding:0 3px 0 3px;
	background:url(../images/bg_header.jpg) no-repeat 3px 42px;
	text-align:center;
	}

#header #navlist {
	margin:0 auto;
	padding:15px 0 0 0;
	background:url(../images/bg_nv.png) repeat-x top left;
	height:41px;
	}
	
#header #navlist li {
	/*float:left;*/
	display:inline;
	list-style-type:none;
	}
	
#header #navlist li a {
	color:#fff;
	font-weight:bold;
	font-size:115%;
	text-transform:uppercase;
	text-decoration:none;
	/*display:block;*/
	margin:14px 0 0 12px;
	}
	
#header #navlist li a:hover {
	color:#bdd7e2;
	}
	
#header #logo {
	display:block;
	position:absolute;
	top:180px;
	left:50px;
	}

/* =FEATURE BOX STYLES
---------------------------------*/
#featurebox {
	height:124px;
	background:url(../images/bg_featureboxes.png) no-repeat top left;
	text-align:left;
	}
	
#featurelist {
	margin:0;
	padding:0;
	}
	
#featurelist li {
	float:left;
	list-style-type:none;
	font-size:175%;
	line-height:1;
	color:#2b79b4;
	margin:0 15px 0 0;
	padding:10px 0 0 70px;
	width:170px;
	}
	
#featurelist li span {
	padding-top:10px;
	font-size:55%;
	color:#727272;
	background:url(../images/bg_feature_underline.gif) repeat-x top left;
	display:block;
	}
	
#featurelist li ul {
	margin:2px 0 0 0;
	padding:0;
	}

#featurelist li ul li {
	font-size:55%;
	padding:0 0 0 25px;
	margin:2px 0;
	background:url(../images/bullet_arrow.png) no-repeat 0 0;
	}
	
/* =COPY STYLES
---------------------------------*/
#copy {
	background:url(../images/bg_featurebox_reflection.png) no-repeat top left #fff;
	padding:50px 0 20px 0;
	text-align:left;
	clear:left;
	line-height:1.3;
	}

#copysubpages {
	padding:0 0px;
	}
	
#leftbox {
	float:left;
	width:343px;
	padding:0 20px;
	}
	
#rightbox {
	float:right;
	width:342px;
	padding:0 20px;
	border-left:1px solid #e7e7e7;
	}
	
#copy h1 {
	color:#2b79b4;
	font-weight:normal;
	}
	
#copy h1 span {
	color:#516f8b;
	display:block;
	font-size:70%;
	}
	
#copy h2, h3 {
	font-weight:normal;
	color:#333;
	}
	
#copy h3 {
	font-size:130%;
	margin-bottom:0;
	}
	
#copy .links {
	margin:0;
	padding:0;
	}
	
#copy .links li {
	list-style-type:none;
	margin:5px 0;
	}
	
#copy .links li a {
	background:url(../images/bullet_arrow.png) no-repeat 0 2px;
	padding-left:25px;
	}
	
#copy .links li.red a {
	color:red;
	font-weight:bold;
	background:url(../images/bullet_arrow_red.png) no-repeat 0 2px;
	}
	
#copy ol, #copy ul {
	font-size:110%;
	}
	
#copy dt {
	font-size:130%;
	color:#333;
	}

#copy dd p {
	margin:0;
	}
#copy dd {
	margin:0 0 10px 0;
	}
	
#copy label {
	display:block;
	font-size:110%;
	font-weight:bold;
	margin-top:10px;
	color:#000;
	}
	
#copy input {
	border:1px solid #ccc;
	background:#fff;
	}
	
#copy .submit {
	display:block;
	margin:20px 0 0 20px;
	background:url(../images/bg_submit.png) repeat-x 0 -7px;
	cursor:pointer;
	border:1px solid #000;
	color:#fff;
	font-weight:bold;
	padding:5px 20px;
	}
	
#copy .radio {
	border:none;
	}
	
#copy fieldset {
	border:none;
	margin:10px;
	color:#666;
	}
	
#copy #inputs {
	float:left;
	}
	
#copy #dropdowns {
	float:right;
	width:500px;
	}
	
#copy textarea.contact {
	width:400px;
	}
	
#copy #errortext {
	width: 350px;
	background:#CC0000;
	padding:10px;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	border:1px dashed #000;
	}
	
#copy #noticetext {
	width: 350px;
	background:#009933;
	padding:10px;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	border:1px dashed #000;
	}
	
/* =FOOTER STYLES
---------------------------------*/
#footer {
	background:url(../images/bg_footer.png) repeat-x top left #fff;
	padding-top:70px;
	height:33px;
	font-size:110%;
	color:#fff;
	}
		
#footer a {
	color:#76bfd5;
	}