/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:12px;
	}

p{
	margin: 10px;	
	line-height: 1.5em;
	}


img{
	border:none;
	}

li{
	list-style-type:none;
	}
	
h1{
	font-size: 16px;
	margin: 10px;
	}
	
h2{
	font-size: 14px;
	margin: 10px;
	}

h4{
	color: #990000;
	font-size: 12px;
	margin: 30px 10px 0 10px;
	font-weight:bold;
	}
	

/******************************* 
Layout DIVS AND STYLES
*******************************/

#wrapper{
	width: 750px;
	margin: 0 auto;
	}
	
#utility_nav{
	width: 750px;
	height: 25px;

	}
	
#header{
	background-color:#003366;
	width: 750px;
	height:65px;
	float:left;
	}
	
#nav{
	width: 750px;
	background-color: #335C85;
	float: left;
	border-top: 1px solid #FFFFFF;
	margin-bottom: 9px;
	padding: 5px 0 5px 0px;
	}

#content{
	width: 750px;
	float:left;
	}
	
#footer{
	width: 730px;
	background-color:#003366;
	float:left;
	color:#FFFFFF;
	font-size:10px;
	padding: 10px;

}

/******************************* 
Utility DIVS AND STYLES
*******************************/

#utility_r{
	float: right;
	padding-bottom:10px;
	margin-right: 10px;
	}
	
 a.utility:link, a.utility:visited{
	font-size:10px;
	color:#003366;
	text-decoration:none;
	}

/******************************* 
Header DIVS AND STYLES
*******************************/

#header img{
	display:block;
	}	
	
	
	
/******************************* 
Nav DIVS AND STYLES
*******************************/
	

a.nlink:link, a.nlink:visited{
	color:#FFFFFF;
	text-decoration:none;
	margin-right: 30px;
	}

a.nlink:hover{
	text-decoration:underline;
	}
	
	
/******************************* 
Content:Homepage DIVS AND STYLES
*******************************/

#hm_lc{
	float: left;
	width: 471px;
	}

#hm_rc{
	float: left;
	width: 279px;
	}

.sc_box{
	width: 268px;
	border: 1px solid #003366;
	float: right;
	background-color:#DEE5EB;
	margin-bottom: 10px;
	font-size: 11px;
	}
	
a.top:link, a.top:visited{
	padding: 10px;
	display:block;
	background-color:#003366;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}
	
a.cap:link, a.cap:visited{
	color: #990000;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	}
	
a.cap:hover{
	text-decoration: underline;
	}
	
/******************************* 
Content: Interior DIVS AND STYLES
*******************************/

#int_cl{
	float: left;
	width: 185px;
	}
	
#int_cl_nav{
	width: 175px;
	border: 1px solid #003366;

	}
	
.nav_top{
	background-color:#003366;
	width: 155px;
	padding: 10px 10px 10px 10px;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
	display:block;
	}
	
a.nav_top a:hover{
	text-decoration:underline;
	}
	
#int_cl_nav_bot{
	width: 175px;
	}
	
a.cl_nav:link, a.cl_nav:visited{
	display: block;
	padding: 8px 10px 8px 20px;
	font-size:10px;
	text-decoration:none;
	border-bottom: 1px dotted #003366;
	color:#990000;
}

a.cl_nav:hover{
	background-color:#DEE5EB;
	}
	
a.int_home:link, a.int_home:visited{
	display: block;
	padding: 8px 10px 8px 20px;
	font-size:10px;
	text-decoration:none;
	color:#990000;
	}

a.int_home:hover{
	background-color:#DEE5EB;
	}

#int_cr{
	float: left;
	width: 565px;
	}

/******************************* 
Footer DIVS AND STYLES
*******************************/

#footer a:link, #footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footer a:hover{
	text-decoration:underline;
	}

	
/******************************* 
Float DIVS AND STYLES
*******************************/

.floatL{
	float: left;
	}
	
.floatR{
	float: right;

	}
	
/******************************* 
Misc DIVS AND STYLES
*******************************/

.bold{
	font-weight:bold;
	}
	
.misbold{
	font-weight:bold;
	color:#990000;
	}
	
/******************************* 
Services DIVS AND STYLES
*******************************/

.srvWrap{
	width: 515px;
	float: left;
	margin: 0 0 20px 15px; 
	}
	
.srvWrap2{
	width: 515px;
	float: left;
	margin: 0 0 20px 15px; 
	border-top: 1px dotted #003366;
	border-bottom: 1px dotted #003366;
	padding: 20px 0 20px 0;
	}
	
.srvTitle{
	color:#990000;
	text-decoration:underline;
	font-weight:bold;
	margin-bottom: 20px;
	}
	
/******************************* 
Links DIVS AND STYLES
*******************************/

a.exLink:link, a.exLink:visited{
	color: #990000;
	text-decoration: none;
	}
	
a.exLink:hover{
	text-decoration:underline;
	}