/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#55a1d5;
}
a:hover {
	color:#55a1d5;
	text-decoration : underline;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	background-color: #eceded;
	padding:0;
	margin: 0;
	background-image: url(../images/background.gif);
	background-repeat:repeat-x;
}
h1, h2, h3, h4, h5, h6, p, ol {
	padding:0;
	margin:0;
}

ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	margin:0;
	padding:10px 0 0 0;
	font-style: normal;
	font-weight: normal;
}

li { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}

p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	margin: 0;
	padding: 10px 0 0 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 19px;
	line-height: 21px;
	color: #00467f;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: normal;
 	font-weight: normal;
	border-bottom: 1px solid #8cc63f;
}

h2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 17px;
	line-height: 19px;
	color: #00467f;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: normal;
 	font-weight: normal;
	border-bottom: 1px solid #8cc63f;
}

.subhead {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #00467f;
	margin: 0;
	padding: 0;
	font-style: normal;
 	font-weight: bold;
}

#wrapper {
	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;
}	

.hook {
}
/*--------------------------------------------------------------------------------------------------
	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;
}

#content {
	width:800px;
	padding:12px 0 0 0;
	margin:0;
	background-image: url(../images/bodybackground.gif);
	background-repeat:repeat-y;
	background-position: right bottom;
	float:left;
}

#content_alt3 {
	width:800px;
	padding:12px 0 0 0;
	margin:0;
	background-image: url(../images/alt_bodybackground.gif);
	background-repeat:repeat-y;
	background-position: right bottom;
	float:left;
}

#leftcontent {
	width:516px;
	float:left;
	padding:0 0 0 30px;
	margin:0;
	text-align:left;
}

#leftcontent img {
	padding:5px;
	margin:0 0 10px 10px;
	float:right;
	border: 1px solid #CCCCCC;
	display:inline;
}

#rightcontent {
	width:180px;
	float:right;
	padding:0 27px 0 0;
	margin:0;
	text-align:left;
}

#rightcontent p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	margin: 0;
	padding: 10px 0 0 0;
	font-style: normal;
	font-weight: normal;
}

ul.facts { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #666666;
	margin:0;
	padding:10px 0 10px 0;
	font-style: italic;
	font-weight: normal;
	border-bottom:1px dotted #bbbdc0;
}

li.facts { 
	background: url(../images/arrow.gif) left top no-repeat;
	padding-left: 16px;
}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:800px;
	margin:0 auto 0 auto;
	vertical-align:top;
	padding:40px 0 0 0;
	background-image: url(../images/bottom.gif);
	background-repeat:no-repeat;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color:#CCCCCC;
	margin: 0;
	padding: 5px 0 10px 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
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}
