@charset "utf-8";


body {
	margin: 7px 0 20px;
	color: #999999;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #DDDDDD url(images/bg_body.gif) repeat-x top left;
	}

/*------------------------ Links -------------------------*/

a {
	color: #0576E8;
	text-decoration: none;
	}
	
a:hover { text-decoration: underline; } 

/*------------------------ Common ------------------------*/

h1, h2, h3 { 
	color: #0576E8;
	margin-top: 0;
	}

h2 { 
	font-size: 1.125em; 
	font-weight: lighter;
	}

h3 {
	font-size: 0.685em;
	font-weight: bold;
	}
	
p, ul { 
	font-size: 0.685em; 
	line-height: 1.5em;
	text-align: justify;
	}
	
ul {
	margin: 0 20px;
	padding: 0 10px;
	}

/*------------------------ Layout ------------------------*/

#container {
	width: 738px;
	margin: 0 auto;
	padding: 48px 25px 10px;
	background: #FFFFFF url(images/bg_container.gif) repeat-y top center;
	}

/*----------------------- Navbar -------------------------*/
	
#nav {
	position: relative;
	width: 738px;
	height: 60px;
	background: url(images/bg_nav.jpg) no-repeat top left;
	}

#nav h1 {
	position: absolute;
	top: 0;
	left: 0; 
	width: 226px;
	height: 60px;
	margin: 0;
	text-indent: -9000px; 
	}
	
#nav h1 a {
	display: block;
	height: 60px;
	}
	
#nav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav li { 
	float: left; 
	background: url(images/bg_btn.jpg) no-repeat top right;
	}

#nav li a {
	display: block;
	float: left;
	width: 122px;
	height: 60px;
	border-left: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 1em;
	line-height: 5em;
	font-weight: bold;
	letter-spacing: 0.065em;
	text-decoration: none;
	text-align: center;
	background: url(images/bg_btn.jpg) no-repeat top left;
	}
	
#nav li a:hover, #nav li.active a { 
	color: #0576E8; 
	background-position: right top;
	}

/*----------------------- Sub Nav -------------------------*/

#sub_nav {
	width: 176px;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #DDDDDD;
	}
	
#sub_nav li {
	width: 176px;
	height: 21px;
	border-top: 1px solid #DDDDDD;
	color: #0576E8;
	font-size: 1em;
	}
	
#sub_nav p, #sub_nav a {
	display: block;
	width: 166px;
	height: 17px;
	margin: 0;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 1em;
	}
	
#sub_nav a:hover, #sub_nav.menu li.active a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0576E8;
	}
	
#sub_nav.menu li {
	font-size: 0.81em;
	}

/*-------------- Masthead and Main Content ---------------*/

#masthead {
	width: 738px;
	margin: 5px 0 10px;
	padding-top: 1px;
	border-top: 2px solid #003366;
	}
	
#primary_content {
	float: left;
	width: 268px;
	height: 153px;
	padding: 20px 15px 0;
	background: url(images/bg_content_gradient.jpg) repeat-x top left;
	border: 1px solid #DDDDDD;
	}
	
#secondary_content {
	float: left;
	width: 396px;
	height: 153px;
	margin-left: 10px;
	padding: 20px 15px 0;
	background: url(images/bg_content_gradient.jpg) repeat-x top left;
	border: 1px solid #DDDDDD;
	}
	
#secondary_content p.left {	margin: 0 40px 0 0; }
	
#drill #primary_content {
	float: left;
	width: 516px;
	height: auto;
	padding: 10px 10px 10px 20px;
	background: none;
	border: none;
	}
	
#drill #primary_content h6 {
	margin: 5px 0;
	color: #0576E8;
	}
	
#drill #primary_content .content_module {
	margin-bottom: 20px;
	padding: 15px;
	background: url(images/bg_content_gradient.jpg) repeat-x top left;
	border: 1px solid #DDDDDD;
	}
	
#drill #primary_content .content_module img.left { margin-top: 0; }	
	
#drill #secondary_content {
	float: left;
	width: 186px;
	height: auto;
	margin: 0 0 50px 0;
	padding: 10px 5px 30px 0;
	background: none;
	border: none;
	border-right: 1px solid #DDDDDD;
	}
	
#drill #secondary_content h6 {
	margin: 5px 0;
	color: #0576E8;
	}
	
#drill #secondary_content img { 
	margin-left: 22px; 
	margin-bottom: 30px;
	}

/*------------------------ Footer -----------------------*/
	
#footer {
	width: 778px;
	margin: 0 auto;
	padding: 10px 5px 0;
	color: #003366;
	font-size: 0.562em;
	letter-spacing: 0.05em;
	background: url(images/bg_footer.gif) no-repeat top center;
	}
	
#footer a { color: #003366; }

/*------------------------ Forms ------------------------*/

.contact_form { margin-top: 30px; }

.contact_form p {
	margin: 2px 0;
	padding: 5px;
	background-color: #ECECEC;
	}

.contact_form label { 
	float: left;
	width: 85px;
	}
	
.contact_form input, .contact_form textarea { 
	width: 404px;
	height: 17px;
	padding-top: 3px;
	padding-left: 5px; 
	border: 1px solid #999999;
	color: #999999;
	font: 1em Arial, Helvetica, sans-serif;
	}
	
.contact_form textarea { 
	height: 175px; 
	margin-bottom: 10px;
	overflow: hidden;
	}
	
.contact_form input.button {
	float: right;
	width: 133px;
	height: 23px;
	margin: 15px;
	border: none;
	}

/*------------------------- Misc ------------------------*/

.blue { color: #0576E8; }

.bold { font-weight: bold; }

.left { 
	float: left;
	margin-top: 10px; 
	margin-right: 15px;
	}

.right { float: right; 
	margin-top: 10px; 
	margin-left: 15px;
	}

.border_top { 
	padding-top: 10px;
	border-top: 1px solid #DDDDDD;
	}
	
ul.clean {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul.clean li { margin-bottom: 5px; }

.contact, #sub_nav .contact { 
	padding-left: 25px;
	background: url(images/icon_envelope.gif) no-repeat center left;
	}
	
#sub_nav .contact { width: 151px; }
	
#sub_nav .contact:hover { 
	width: 151px;  
	background: #0576E8 url(images/icon_envelope_active.gif) no-repeat center left;
	}
	
ul.ruled {
	width: 176px;
	margin: 20px 0 0;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #DDDDDD;
	}
	
ul.ruled li {
	width: 176px;
	padding: 3px 0;
	border-top: 1px solid #DDDDDD;
	font-size: 1em;
	}
	
ul.ruled li.first { border: none; }
