/*************************************************
Home page style sheet
*************************************************/
/*
Web site Colors

#006    = dark blue
#009    = medium blue
#66a3c2 = light blue
#d2d2f7 = light purple

#666    = dark gray
#999    = light gray

#beaa41 = dark yellow
*/

/*************************************************
Main Styles
*************************************************/
body {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background:  #66a3c2;
}
#container {
	margin: 0 auto;
	padding-top: 30px;
	width: 792px;
	text-align: left;
	background: url(../images/main_bgr_top_bottom.gif) no-repeat top center;
}
#icontainer {
	padding-bottom: 30px;
/*	width: 792px;*/
	background: url(../images/main_bgr_top_bottom.gif) no-repeat bottom center;
}
#iicontainer {
	margin-top: -5px;
	padding: 0 28px;
	color: #666;
	background: #fff url(../images/main_bgr.gif) repeat-y;
}

a {
	text-decoration: none;
}
a:hover,
a:focus,
a:active{
	text-decoration: underline;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { font-size: 1px; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clrfix {
	clear: both;
	border: 1px solid white;
}
.clearboth { clear: both; }
/*************************************************
Header Items
*************************************************/
#header {
	position: relative;
}
#header #logo {
	display: inline;
	margin: 25px 0 25px 0px;
}
#header #main_nav {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 379px;
	background: url(../images/main_nav_bgr.gif) no-repeat top;
}
* html #header #main_nav {
	right: 28px;
}
#header #tagline {
	padding: 20px 0 0 20px;
	height: 149px;
	font-size: 2.2em;
	color: #fff;
	background: url(../images/home_tagline.jpg) no-repeat;
}
#header #tagline p{
	margin: 0;
	padding: 0;
}
#header #sub_nav {
	float: left;
	width: 100%;
	color: #fff;
	background-color: #006;
}
#header #search  {
	margin: 3px 0 0 5px;
	padding: 0;
}
#header #search #search_text {
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	color: #999;
	background-color: #fff;
}

/*************************************************
Main Content Items
*************************************************/
#content {
	padding-bottom: 10px;
	width: 100%;
	float: left;
	color: #666;
	background-color: #fff;
}
#content #left {
	float: left;
	width: 195px;
	padding-right: 10px;
}
#content #center {
	float: left;
	width: 320px;
}
#content #right {
	float: left;
	width: 195px;
	padding-left: 10px;
}

#content #left h1,
#content #center h1,
#content #right h1{
	margin: 10px 20px 10px 0;
	padding-bottom: 5px;
	border-bottom: 7px solid #66a3c2;
	font-size: 1.5em;
	color: #66a3c2;
	background-color: white;
}
#content #left h2,
#content #center h2,
#content #center h3,
#content #right h2{
	margin: 5px 0 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
#content #center h2{
	margin: 5px 0;
	text-transform: uppercase;
}

.news_item {
	float: left;
	border-bottom: 1px solid #66a3c2;
}
.carea_item {
	border-top: 1px solid #66a3c2;
}
.carea_item img {
	float: left;
	margin: 7px 7px 12px 0;
}

/*************************************************
Footer Items
*************************************************/
#legal {
	padding: 0 10px;
	line-height: 4em;
	color: #fff;
	background-color: #006;
}
#legal a {
	color: #fff;
	background-color: #006;
}
#container #footer {
	margin: 0;
	padding: 0 0 30px 30px;
	font-size: 0.9em;
}
#footer a {
	color: #000;
	background-color: #66a3c2;
}
/*************************************************
Navigation
*************************************************/
.link_more {
	margin: 3px 0;
	float: left;
	width: 100%;
	background: #d2d2f7 url(../images/link_more_bgr.gif) no-repeat top left;
}
.link_more a {
	float: right;
	padding-right: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006;
	background: #d2d2f7 url(../images/link_more_a_bgr.gif) no-repeat top right;
}

.link_more a:hover,
.link_more a:focus,
.link_more a:active{
	text-decoration: none;
}

/* main_nav */
#main_nav ul {
	display: block;
	float: left;
	margin: 10px 0;
	padding: 0;
	border-right: 1px dotted #66a3c2;
	list-style-type: none;
}
#main_nav .last_item {
	border-right-width: 0;
	margin-bottom: 0;
}
#main_nav li {
	border-bottom: 1px solid #fff;
}
#main_nav a {
	display: block;
	margin: 0;
	padding: 5px;
	color: #999;
	background-color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}
/* sub_nav */
#sub_nav ul,
#sub_nav li	{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#sub_nav a {
	display: block;
	float: left;
	width: 30%;
	padding: 10px;
	border-left: 1px dotted #fff;
	color: #fff;
	background-color: #006;
	font-size: 0.9em;
	font-weight: bold;
}
#sub_nav .first_nav_item {
	border-left-width: 0;
}
#sub_nav a:hover.light_blue {
	color: #fff;
	background: #63a5c6;
}
#sub_nav a:hover.dark_yellow {
	color: #fff;
	background: #bda539;
}
#sub_nav a:hover.navy_blue {
	color: #fff;
	background: #000063;
}
