/* PRELIMS
------------------------------------------------------------*/

* {	margin: 0; padding: 0;}

html { font-size: 100%}

body { 
	font-size:52.5%;
	text-align: center;
	background-color:#999999;
	margin:75px 50px 50px 50px; 

}

a {	border-style: none;}


hr {											/* any other form of display is problematic */
display:none;
}

.hide_me, .skip, .hidden {
position:absolute;
top:-10000px;
}


h2 { font-size:16px; color: #003060; }


.form {
color: #ffffff;
font-size:0.8em;
font-weight:bold;
text-align:left;
line-height:1.5;
margin: 20px 20px 0px 90px }

.formthanks {
color: #ffffff;
font-size:0.8em;
font-weight:bold;
text-align:left;
line-height:1.5;
margin: 20px 50px 0px 50px }





.main{ 
	font-size:0.9em;
	text-align: left;
	background-color:#fffff;
	color:#003060;
	margin:50px 30px 30px 30px; 
}

fieldset { border: 0px solid #ffffff;
background:url('images/formbgtop.jpg') transparent top left no-repeat;
}

/* STRUCTURE
------------------------------------------------------------*/

#container {
	width: 950px;
	height: 600px;
	margin: 0 auto;
	text-align:left;
	font: normal 1.4em verdana, Arial, Helvetica, sans-serif;
	background: #000000 url('images/quote_bg.jpg') left top repeat-y;
	position:relative;

}



#header {
	width:950px;
	height:160px;
	background: #333333 url('images/header.jpg') left top repeat-y;
	background-repeat:no-repeat;
	background-position:top;
	border-left:0px solid #000000;
	border-right:0px solid #000000;
	border-top:0px solid #000000;
	border-bottom:0px solid #083c99;
	position:relative;
}

#content {
	width:950px;
	}





#fullwidthtop {
	float:left;
	background:transparent url('images/doc.jpg') top left no-repeat;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	width: 950px;
}

#fullwidth {
	float:right;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:top;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	width: 767px;
}



#fullwidth_left {
	float:left;
	background:transparent top left no-repeat;
	background-repeat:no-repeat;
	background-position:top;
	border: 0px solid #ffffff;
	width: 427px;
	height: 427px;
}

#fullwidth_right {
	float:left;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:top;
	border: 0px solid #ffffff;
	width: 523px;
	height: 427px;
}

#right_inner {
	float:left;
	padding: 50px 50px 50px 50px;
	
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:top;
	border: 0px solid #ffffff;
	
}







#fullwidth_col1 {
	float:left;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:top;
	border: 0px solid #ffffff;
	width: 175px;
	height:200px;
}

#fullwidth_col2 {
	float:left;
	background-color:#ffffff;
  background-repeat:no-repeat;
	background-position:top;
	border:0px solid #ffffff;
	width: 413px;
}

#fullwidth_col3 {
	float:left;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:top;
	border: 0px solid #ffffff;
	width: 175px;
}






#fullwidth_pagetitle {
 float:right;
	background-color:#01518e;
	background-repeat:no-repeat;
	background-position:top;
	width: 767px;
	height: 30px;
	border-left:0px solid #000000;
	border-right:0px solid #01518e;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #333333;
}

#fullwidth_pagetitle p{
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	text-align:right;
	display:block;
	color:#ffffff;
	padding:8px 30px;
	font-size:0.8em;}




#footer {
background:transparent url('images/footer.jpg') top left no-repeat;
	clear:both;
	width:950px;
	height:25px;
	background-color:#ffffff;
  border-top: 0px solid #ffffff;
	border-bottom:0px solid #333333;
}

#footer p { font-family:verdana, arial, Helvetica, Arial, sans-serif; 
	font-size:10px; 
	color:#666666;}

#footer p.left { float:left; padding:6px 20px; }

#footer p.right {float:right; padding:6px 20px;}

#footer a:visited, a:link {color:#666666; text-decoration:none;}

#footer a:hover {color:#333333; text-decoration:none;}






/* MAIN TOP NAV
------------------------------------------------------------*/

#nav {
	min-height: 40px;
	width: 950px;
	position: absolute;
	top:120px;
	left:0px;
	background:transparent url('images/nav.jpg') top left no-repeat;

}

#nav ul { list-style: none;}

#nav ul li { display:inline;}
	
#nav ul a {
	
	float:left;
	text-decoration:none;
	font-weight: normal;	
	color:#666666;
	text-align:center;
	padding:10px 10px 10px 20px;
	background-color:transparent;
	font-size:1.1em;
}

#nav ul a:hover {
	
	color:#000000;
	text-decoration:none;
}

#nav ul a.no_border {border-right:0px;}



a:visited {color:#3286c2;}
a:link {color:#3286c2;}
a:hover {color:#cc0000;}
