/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/


body {
	background-image: url(../images/background2.gif); /* background2.gif */
	background-repeat:repeat-x;
}


#headercontent {
	width:800px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
	position:relative;
}



/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:800px;
	height:56px;
	margin:0;
	padding:0;
	background-image: url(../images/water.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	position:relative;
}

#header img {
	display:block;
	margin:0;
	padding:0;
	float:left;
}	


/*--------------------------------------------------------------------------------------------------
	navigation
--------------------------------------------------------------------------------------------------*/
#nav {
	width:531px;
	height:26px;
	margin:0;
	padding:0;
	position:absolute;
    left:269px;
    top:30px;
}



#subnav {
	width:520px;
	height:19px;
	padding:0;
	margin:0;
	float:right;
}


#subnav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #00467f;
	margin: 0;
	padding: 4px 0 0 0;
	font-style: normal;
	font-weight: normal;
}

/*--------------------------------------------------------------------------------------------------
	index content area
--------------------------------------------------------------------------------------------------*/
#blue {
	width:800px;
	height:107px;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
}

#blue p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 19px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0;
	padding: 12px 0 0 0;
	font-style: normal;
	font-weight: normal;
}

#blue img {
	display:block;
	margin:0;
	padding:21px 0 0 15px;
	float:right;
}

#contenttop {
	width:800px;
	height: 22px;
	padding:0;
	margin:0;
	background-image: url(../images/top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}




/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:800px;
	margin:0 auto 0 auto;
	vertical-align:top;
	padding:0px 0 0 0;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color:#CCCCCC;
	margin: 0;
	padding: 0px 0 0px 0;
	font-style: normal;
	font-weight: normal;
}		

#leftfooter {
	width:256px;
	float:left;
	text-align:left;
	padding:0;
	margin:0;
}

#rightfooter {
	width:500px;
	float:right;
	text-align:right;
	padding:0;
	margin:0;
}

a.gecko:link {color: #CCCCCC; text-decoration: none;}
a.gecko:active {color: #CCCCCC; text-decoration: none;}
a.gecko:visited {color: #CCCCCC; text-decoration: none;}
a.gecko:hover {color: #55a1d5; text-decoration: underline;}


/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/

