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

*{
	padding: 0px;
	margin:0px;
}
body{
	background:#040f0a;
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	color:#00222c;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:951px;
	height: auto;
}

#header{
	width:951px;
	height: 324px;
	background: url(../images/header.png);
}


/*Start of the roll-over navigation*/
#nav{
	width:951px;
	height: 30px;
	background: #cccccc;
}

#navPoint {
	position: relative;
	float: left;
	height: 30px;
	width:auto;
	list-style:none;

	}

#navPoint li{
	position: relative;
	float: left;
	width:auto;
}

#nav a{
	position:relative;
	float:left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height:0px !important;
	width:auto;
}

#nav a:hover{
	background-position:0 -30px;
}

#homeNav a{
	height: 30px;
	width:127px;
	background: url(../images/homeBtn.png) no-repeat;
}

#newNav a{
	width: 145px;
	height: 30px;
	background: url(../images/newBtn.png) no-repeat;
}
#ratesNav a{
	width: 95px;
	height: 30px;
	background: url(../images/ratesBtn.png) no-repeat;
}
#mapNav a{
	width: 94px;
	height: 30px;
	background: url(../images/mapBtn.png) no-repeat;
}
#riverNav a{
	width: 125px;
	height: 30px;
	background: url(../images/riverBtn.png) no-repeat;
}
#waiverNav a{
	width: 110px;
	height: 30px;
	background: url(../images/wavierBtn.png) no-repeat;
}
#fotpNav a{
	width: 129px;
	height: 30px;
	background: url(../images/fotpBtn.png) no-repeat;
}

#homeNavMain a{
	height: 30px;
	width:127px;
	background: url(../images/homeBtn.png) no-repeat;
	background-position:0 -30px;
}

#newNavMain a{
	height: 30px;
	width:145px;
	background: url(../images/newBtn.png) no-repeat;
	background-position:0 -30px;
}

#mapNavMain a{
	height: 30px;
	width:94px;
	background: url(../images/mapBtn.png) no-repeat;
	background-position:0 -30px;
}

#ratesNavMain a{
	height: 30px;
	width:95px;
	background: url(../images/ratesBtn.png) no-repeat;
	background-position:0 -30px;
}

#riverNavMain a{
	height: 30px;
	width:125px;
	background: url(../images/riverBtn.png) no-repeat;
	background-position:0 -30px;
}

#wavierNavMain a{
	height: 30px;
	width:110px;
	background: url(../images/wavierBtn.png) no-repeat;
	background-position:0 -30px;
}

#fotpNavMain a{
	height: 30px;
	width:129px;
	background: url(../images/fotpBtn.png) no-repeat;
	background-position:0 -30px;
}
/*end of the roll-over navigation*/

#content{
	width:651px;
	margin-left: 128px;
	height: auto;
	background: url(../images/body.png) repeat-x #2b859c;
	padding: 10px 15px 10px 15px;
}
#footer{
	width:681px;
	margin-left: 128px;
	background: #265e6c;
	height:20px;
	color:#1a2e33;
	font-size:8pt;
	font-style:italic;
	font-weight:normal;
	padding-top: 5px;
	text-align:center;
}

#footer a:link{
	color:#6699CC
}

h1{
color:#a2f2fc;
font-size:30pt;
font-weight:bold;
text-align:center;
}

h2{
color:#85d556;
font-size:28pt;
font-style:italic;
font-weight:normal;
text-align:center;
}

h3{
text-align:center;
}

.table{
text-align:center;
margin-left:auto;
margin-right:auto;

}
h5{
color:#CCCC33;
}

p{
margin:15px;
}

/*lightbox starts here*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/*lightbox ends here*/

.open{
padding: 5px;
}

A:link{
	color: #cdf2fd;
}
A:visited{
	color: #356470;
}
A:hover{
	color: #85d556;
}
A:active{
	color:#356470;
}

#content ul{	
list-style:none;
margin-left: 25px;
}

