@charset "utf-8";
/* CSS Document */
#header{
	width:852px;
	margin:auto;
	text-align:left;
	height:187px;
	background-image:url(../images/hdr_bkg_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#headerLeft{
	float:left;
	width:309px;
}

#headerRight{
	float:right;
	width:543px;
}

#logo{
	width:272px;
	margin-left:29px;
}
#reservations{
	float:right;
	width:400px;
	height:18px;
	overflow:visible;
	margin-top:45px;
	margin-right:6px;
	color:#0099ff;
	font-weight:bold;
	font-size:15px;
}

#reservations .rtext{
	float:left;
}

#reservations img{
	padding-left:15px;
	float:right;
}

#hdrContact{
	float:right;
	width:400px;
	height:20px;
	text-align:right;
	margin-top:20px;
	margin-right:6px;
	color:#0099ff;
	font-size:12px;
}
#hdrContact a:link {
	color:#808080;
	text-decoration:none;
	
}
#hdrContact a:visited {
	color:#808080;
	text-decoration:none;
}
#hdrContact a:hover {
	color:#0099ff;
	text-decoration:none;
}

#nav {
	float:right;
	width:537px;
	height:29px;
	margin-top:21px;
	margin-right:6px;
	font-size:12px;
	color:#ababab;
	font-weight:bold;
	text-align:center;
}

#guide{
	background-image:url(../images/nav/guideservice.jpg);
	background-repeat:no-repeat;
	width:105px;
	height:29px;
	padding-top:5px;
	float:left;
}
#guide_on{
	background-image:url(../images/nav/guideservice_on.jpg);
	background-repeat:no-repeat;
	width:105px;
	height:29px;
	padding-top:5px;
	float:left;
}
#water{
	background-image:url(../images/nav/water.jpg);
	background-repeat:no-repeat;
	width:84px;
	height:29px;
	padding-top:5px;
	float:left;
}
#water_on{
	background-image:url(../images/nav/water_on.jpg);
	background-repeat:no-repeat;
	width:84px;
	height:29px;
	padding-top:5px;
	float:left;
}
#trips{
	background-image:url(../images/nav/trips.jpg);
	background-repeat:no-repeat;
	width:103px;
	height:29px;
	padding-top:5px;
	float:left;
}
#trips_on{
	background-image:url(../images/nav/trips_on.jpg);
	background-repeat:no-repeat;
	width:103px;
	height:29px;
	padding-top:5px;
	float:left;
}
#reports{
	background-image:url(../images/nav/reports.jpg);
	background-repeat:no-repeat;
	width:77px;
	height:29px;
	padding-top:5px;
	float:left;
}
#reports_on{
	background-image:url(../images/nav/reports_on.jpg);
	background-repeat:no-repeat;
	width:77px;
	height:29px;
	padding-top:5px;
	float:left;
}
#gallery{
	background-image:url(../images/nav/gallery.jpg);
	background-repeat:no-repeat;
	width:69px;
	height:29px;
	padding-top:5px;
	float:left;
}
#gallery_on{
	background-image:url(../images/nav/gallery_on.jpg);
	background-repeat:no-repeat;
	width:69px;
	height:29px;
	padding-top:5px;
	float:left;
}
#testimonials{
	background-image:url(../images/nav/testimonials.jpg);
	background-repeat:no-repeat;
	width:99px;
	height:29px;
	padding-top:5px;
	float:left;
}
#testimonials_on{
	background-image:url(../images/nav/testimonials_on.jpg);
	background-repeat:no-repeat;
	width:99px;
	height:29px;
	padding-top:5px;
	float:left;
}
#subnav{
	float:right;
	width:450px;
	height:20px;
	padding-top:5px;
	margin-right:6px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	font-color:#999;
}
#subnav a:link{
	color:#999;
	padding:0px 20px 0px 20px;
}
#subnav a:visited{
	color:#999;
	padding:0px 20px 0px 20px;
}
#subnav a:hover{
	color:#003366;
	padding:0px 20px 0px 20px;
}
#subnav .selected{
	color:#003366;
	padding:0px 20px 0px 20px;
}


#nav  a:link {
	color:#ababab;
	text-decoration:none;
}
#nav  a:visited {
	color:#ababab;
	text-decoration:none;
}
#nav  a:hover {
	color:#0099ff;
	text-decoration:none;
}
#nav .on a{
	color:#0099ff;
	text-decoration:none;
}


