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

body {

	margin: 60px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
		color: #003349;

	}
	
#main_container {

	margin: 0 auto;
	width: 900px;
	
	}
	
#logo_container {

	width: 340px;
	height: 72px;
	float: left;
	
	}
	
#nav_container {

	background-image: url(../images/main/nav_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 23px;
	width: 350px;
	float: left;
	margin: 48px 0 0 0;
	color: #95a0a9;
	font-size: 14px;
	
	}
	

#nav_container ul {

	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	
	}
	
#nav_container li {

	float: left;
	padding: 2px 8px;
	margin: 0;
	
	}
	
	
#nav_container li a {

	color: #95a0a9;
	text-decoration: none;
	height: 23px;
	padding: 2px 0px 4px 0px;
	margin: 0 4px;
	
	}
	
#nav_container li a:hover {

	height: 23px;
	padding: 2px 0px 1px 0px;
	border-bottom: #95a0a9 3px solid;	
	}
	
#content_container {

	width: 680px;
	float: left;
	padding: 10px;
	}
	
#content_container h2 {

	line-height: 25px;
	
	}
#content_container a {

	color: #003349;
	text-decoration: none;
	
	}
	#content_container a:hover {

	text-decoration: underline;
	
	}
	
.contact_grey {

color: #95A0A9

}

	
#news_box {

float: left;
width: 400px;

}

#news_header {

	font-size: 10px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: #95a0a9 1px dotted;
	font-weight: bold;	

	}
#features {

	float: right;
	width: 250px;
	
 }

	#featured_head {

	font-size: 10px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: #95a0a9 1px dotted;
	font-weight: bold;	
	text-align: right;

	}

#feature_tag {

	font-size: 9px;
	text-align:right;
	}
#features h2 {

	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	
	}
#features p {

		border-bottom: #95a0a9 1px dotted;
		line-height: 20px;
		padding: 0 0 5px 0;

}
#contact_form {

	float: left;
	width: auto;
	height: auto;
	
	}
	
#contact_location {

	width: auto;
	height: 200px;
	float: left;
	margin: 0 0 0 50px;
	line-height: 19px;
	
	}
	
#about_container {

	width: 600px;
	float: left;
	margin: 0 auto;
	
	}
	
	
#footer {

	width: 690px;
	border-top: 1px #003349 solid;
	float: left;
	margin: 5px 0 0 0;
	padding: 5px 0;
	font-size: 9px;
	color: #95a0a9;

	
	}
	
#footer a {

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

	text-decoration: underline;
	
	}
#footer_nav {

	float: right;
	
	}
	