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

body{
	margin:0;
	padding:0;
	background:#055c7a url(images/back.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#8fcce4;
	font-size:.8em;
}

div{
	margin:0;
	padding:0;
}

img{
	border:0;
}

p{
	margin:6px;
	padding:0;
}

ul{
	list-style:square;
}

h1{
	margin:6px;
	padding:10px 0px;
	font-weight:bold;
	font-size:2em;
	color:#fff;
}

h2{
	margin:6px;
	padding:10px 0px;
	font-weight:bold;
	font-size:1.8em;
	color:#fff;
}


h3{
	margin:6px;
	padding:10px 0px;
	font-weight:bold;
	font-size:1.5em;
	color:#fff;
}

h4{
	margin:6px;
	padding:0;
	font-weight:normal;
	font-size:1.3em;
	color:#fff;
}

h5{
	margin:6px;
	padding:0;
	font-weight:normal;
	font-size:1.2em;
	color:#fff;
}



#tagline h1, 
#tagline h2, 
#tagline h3, 
#tagline h4, 
#tagline h5{
	color:#8fcce4;
}

#tagline h1{
	font-size:2.3em;
	color:#fff;
}

.white{
	color:#fff;
}


.blue{	
	color:#00adee;
}


a:link{
	text-decoration:none;
	color:#8fcce4;
}

a:visited{
	text-decoration:none;
	color:#8fcce4;
}

a:hover{
	text-decoration:underline;
	color:#009ccf;
}

a:active{
	text-decoration:none;
	color:#8fcce4;
}

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

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


/*----------------------LAYOUT-------------------------------*/


#container{
	width:871px;
	clear:both;
	margin:auto;
}

#headerContainer{
	background:#022432;
	margin-bottom:10px;
	border-bottom:1px solid #00cfff;
}

#header{
	width:871px;
	margin:auto;
	padding:8px 0px;
	padding-top:0;
}



#info{
	float:right;
	margin:15px;
	text-align:right;
	color:#fff;
}

#nav{
	width:871px;
	margin:auto;
	margin-bottom:0px;
	padding:10px 0px 0px 0px;
	color:#fff;
}
#logo{
	float:left;
	position:relative;
	bottom:-20px;
}

#banner{
	clear:both;
	background:#022432 url(images/header.jpg) center no-repeat;
	padding:10px;
	height:315px;
	position:relative;
	overflow:hidden;
}

#tagline{
	float:left;
	width:50%;
	color:#fff;
	padding:20px;
}

#rotator{
	float:left;
	width:30%;
	color:#fff;
	margin:30px 0px;
}

#contentContainer{
	clear:both;
}

.boxHomeTop{
	background:url(images/box_home_top.gif) bottom center no-repeat;
	height:15px;
}


#homeLeftContainer{
	float:left;
	padding:10px;
	background:#022432;
	width:29.9%;
	margin:10px 7px;
	margin-left:0px;
	height:260px;
}


#homeMidContainer{
	float:left;
	padding:10px;
	background:#022432;
	width:29.9%;
	margin:10px 7px;
	height:260px;
}

#homeRightContainer{
	float:left;
	padding:10px;
	background:#022432;
	width:29.9%;
	margin:10px 7px;
	margin-right:0px;
	height:260px;
}

#leftContainer{
	float:left;
	padding:10px;
	background:#022432;
	width:62%;
	margin:10px 0px 0px 0px;
	margin-right:0px;
}

#mainContent{
	clear:both;
	padding:10px;
	background:#022432;
	margin:10px 0px 0px 0px;
}

#rightContainer{
	float:right;
	padding:10px;
	background:#022432;
	width:32%;
	margin:10px 7px;
	margin-right:0px;
}

#footer{
	clear:both;
	color:#fff;
	padding:10px 0px;
}


/*----------------------MENU------------------------------*/




.menu{
	list-style:none;
	margin:0;
	padding:0;
	font-size:1.1em;
	clear:both;
	float:right;
}

.menu li{
	float:left;
}

.menu li a{
	color:#fff;
	padding:10px 18px;
	display:block;
	text-decoration:none;
}

.menu li.current_page_item a{
	color:#fff;
	background:#006c92 url(images/menu.jpg) top repeat-x;
	text-decoration:none;
}

.menu li a:hover{
	color:#fff;
	background:#006c92 url(images/menu.jpg) top repeat-x;
	text-decoration:none;
}


#menuClear{
	clear:both;
}

*html #menuClear{
	position:relative;
	margin-bottom:-10px;
	clear:both;
}


#footerMenu{
	list-style:none;
	margin:0;
	padding:0;
}

#footerMenu li{
	float:left;
	padding:10px 10px;
}

#footerMenu li a{
	color:#fff;
	text-decoration:none;
}

#footerMenu li a:hover{
	color:#009ccf;
	text-decoration:none;
}

/*---------------------------CLASSES----------------------------*/

.border1{
	border:1px solid #93efff;
}

.green{
	color:#62c20d;

}

.box{
	background:#fff;
	border:1px solid #c8c8c8;
	padding:2px;
	margin:5px 0px;
}

.boxContent{
	background:url(images/box_gradient.jpg) top repeat-x;
	padding:15px;
}

.clear{
	clear:both;
}
