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

* {
	margin:0;
	padding:0;
	}

body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#D9D9D9;
	background-image:url(images/bckg_shadow.jpg);
	background-repeat:repeat-y;
	background-position:center;
	}

#container {
	position:relative;
	width:950px;
	margin:0px auto;
	background-image:url(images/content_bckg.jpg);
	background-repeat:repeat-y;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	}

div#container { 
	min-height: 100%;
	}


/*-------- HEADER -------*/

#header {
	position:relative;	
	height:152px;
	width:950px;
	}
	
	
/*-------- NAVIGATION -------*/


#navigation {
	position:relative;
	width:950px;
	float:left;	background-image:url(images/nav_bckg.jpg);
	background-repeat:repeat-x;

	}
	
#oval {
	width:220px;
	height:45px;
	background-image:url(images/nav_oval.jpg);
	background-repeat:no-repeat;
	float:left;
	}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height:45px;
	}

#nav a {
	display: block;
	text-decoration:none;
	color:#FFF;
	font-size:1.2em;
	text-transform:uppercase;
	padding-left:10px;
	}

#nav li { /* all list items */
	float: left;
	 /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	display:list-item;
	background: #146698;
	width: 95px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#nav li ul a {
	text-transform: none;
	margin:0;
	line-height:30px;
	width:90px;
	}

	
/*-------- CONTENT positioning -------*/

.colLeft {
	float: left;
	width:222px;
	}
	
.colMiddle {	
	float:left;
	width:400px;
	padding-left:20px;
	padding-top:10px;
	}

.colRight {	
	float:right;
	
	}

.colRight ul {
	padding-top:10px;
	display:inline;
	}

.colRight li {
	list-style: none;	
	float:left;	
	width:125px;
	text-align:center;
	padding-top:10px;
	padding-left:10px;
	}

.colRight a {
	display:block;
	}
	
.colRight .text {	
	width:265px;
	margin-left:15px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:2px solid #CCC;
	border-bottom:2px solid #CCC;
	line-height:21px;
	font-size:1.1em;
	color:#4a7097;
	}	

/*-------- FOOTER -------*/

#footer {
	float:left;
	padding-left:236px;
	padding-bottom:10px;
	margin-top:15px;
	width:714px;
}

#footer a {
	text-decoration:none;
	color:#CC0000;
	}

#footer_copy, #footer_copy ul {
	list-style:none;	
	}

#footer_copy li {
	float:left;	
	position:relative;
	display:block;
	text-decoration:none;
	color:#003767;
	font-size:1.0em;
	padding-left:6px;
	margin-top:20px;

	}

#footer2 {
	clear:both;
	width:950px;
	}



/*-------- CONTENT STYLES -------*/


h1 {
	font-size:1.6em;
	color:#003768;
	line-height:30px;
	}	

h2 {
	font-size:1.4em;
	color:#2e6a9f;
	line-height:30px;
	}

h3 {
	font-size:1.3em;
	color:#7da3c5;
	line-height:18px;
	}

.colMiddle a {
	color:#d01c1c;
	text-decoration:none;
	}
	
.colMiddle a:hover {
	color:#d01c1c;
	text-decoration:underline;
	}

.colMiddle p {
	font-size:1.2em;
	line-height:16px;
	color:#585858;
	padding-bottom:10px;
	}
	
.colMiddle ul li {
	font-size:1.2em;
	line-height:16px;
	color:#585858;
	padding-bottom:5px;
	margin-left:15px;
	}

.colMiddle ul li ul  {
	line-height:14px;
	color:#585858;
	padding-top:5px;
	list-style:none;
	margin-left:15px;
	}
	
.colMiddle ul li ul li {
	font-size:1.0em;
	}		
	
ul.bullets {
	color:#33FF99;
	}
	
ul.nobullets li {
	list-style:none;
	}	
	
p.blockquote {
	font-size:1.3em;
	background-color:#F4F4F4;
	padding:5px;
	font-weight:bold;
	text-align:left;
	}
	
.form p {
	color:#FFFFFF;
	}
	
.fact {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding-top:15px;
	padding-bottom:15px;
	margin:15px 20px 15px 45px;
	}
	
.form td {
	color:#FFFFFF;
	line-height:25px;
	}	

.bold {
	font-weight: bold;
	}
	
p.small {
	font-size:0.9em;
	line-height:10px;
	color:#666666;
	}	
	
.floatRight {
	float:right;
}

.floatLeft {
	float:left;
	padding-right:10px;
}

#secondaryNav  {
	list-style:none;
	display:block;
	margin-bottom:15px;
	clear:both;
	}
	
#secondaryNav li {
	float: left;
	padding:0;
	margin:0;
}
