﻿/* CSS layout */

body 
{
	margin-top: 0px;
	background-color: #003366;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

p
{
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

#page_container_outer 
{
	margin: auto;
	width: 820px;
	background-image: url('../images/page_background.gif');
	background-repeat: repeat-y;
}

#page_container 
{
	margin: auto;
	width: 800px; 
	background: #F7D675;
	clear: both;
}

#tabs 
{
	height: 43px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#tab_left_corner
{
	float:left;
}

#tab_right_corner
{
	float:right;
}


#tabs img 
{
	border: none;
	float: left;
}


.top_nav 
{
	font-size: 11px;
	color: #003366;
	height: 43px;
	width: 518px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: center;
	vertical-align: top;
	float: left;
	background-image: url('../images/topNav_mid.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

.top_nav a, .top_nav a:link, .top_nav a:visited, .top_nav a:active
{
	font-size: 11px;
	color: #003366;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 18px 5px 0px 5px;
}

.top_nav a:hover{ 
	font-size: 11px;
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 18px 5px 0px 5px;
}

#masthead 
{
	height: 141px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url('../images/logo.jpg');
	background-repeat: repeat-x;
	background-position: top;
}


#masthead span
{
	display: none;	
}

#content
{
	padding: 0px 13px 13px 13px;
	background-image: url('../images/pageTop_blur.jpg');
	background-repeat: repeat-x;
	background-position: top;

}

#link_list 
{
	text-align: left;
	width: 224px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	background-image: url('../images/mainNav_head.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#link_list img
{
	border: none;
}

#link_list ul 
{
	margin: 0px;
	background-image: url('../images/mainNav_foot.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 6px 0px 17px 1px;
	
}

#link_list ul li
{
	list-style-image: none;
	list-style-type: none;
	border-left: 1px solid #FFE2A9;
	border-right: 1px solid #FFE2A9;
	border-top: 1px solid #F4CB4F;
	background-color: #EEB63F;
	padding: 0px;
	margin: 0px;
}

.link_list_link
{
	height: 26px;
	width: 220px;
}

.link_list_link a, .link_list_link a:link, .link_list_link a:visited, .link_list_link a:active
{
	margin-left: 10px;
	margin-top: 5px;
	color: #003366;
	text-decoration: none;	
	font-weight: 600;
	display: block;
}

.link_list_link a:hover{ 
	color: #fff;
	border-bottom: none;
	text-decoration: none;
	font-weight: 600;
}

#link_list ul li.no_header, #link_list ul li.no_header a
{
	height: 25px;
	width: 220px;
	padding: 0px;
	margin: 0px;	
	border-top: none;
	text-decoration: none;
}

#right_col 
{
	float: right;
	padding-top: 20px;
}

#intro_text 
{
	clear: both;
	text-align: justify;
	padding: 10px 0px 0px 0px;
}

#divisions 
{
	width: 774px;
	height: 120px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	clear: both;
}

#divisions img, table img
{
	border: none;
	text-align: center;
}

#divisions a 
{
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	width: 192px;
	text-align: center;
}

#footer 
{
	background-image: url('../images/foot_topBlur.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #EEB63F;
	text-align: right;
	margin-top: 0px;
	padding-top: 15px;
	margin-bottom: 0px;
	height: 65px;
	clear: both;
}

.footer_links
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #725515;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

.footer_links a, .footer_links a:link, .footer_links a:visited, .footer_links a:active
{
	color: #725515;
}
.footer_links a:hover
{
	color: #003366;
}


.footer_text 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #A0771D;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}

.footer_text a, .footer_text a:link, .footer_text a:visited, .footer_text a:active
{
	text-decoration: underline;
	color: #A0771D;
}

.footer_text a:hover{ 
	text-decoration: underline;
	color: #003366;
}