body {
	background: url(../images/bg.jpg) repeat-y center #58A4F8;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#484848;
	
}

#container{
	width:754px;
	margin:0px auto;
}

#header {
	padding: 0px;
	margin: 0px;
	background: url(../images/header2.jpg) no-repeat center;
	height:171px;
	clear:both;
}

/* Nav Menu */

#nav{
	height:37px;
	width:754px;
	font-family: arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

#navlist ul
{

	display:inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}
 #navlist li 
{
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
	height:37px;
	

}
#navlist li a {
 display: block;
 text-decoration: none;
 padding-top: 34px;
 margin:0px;
 height: 0px;
 line-height: 0px;
 text-align: center;
}
 #navlist img {
 border:none;
 }

#home {

	background-image: url(../images/nav_home.jpg);
	background-repeat:no-repeat;
height:37px;
	width:73px;

}

#info {

	background-image: url(../images/nav_info.jpg);
	background-repeat:no-repeat;
	width:142px;

}

#photos{

	background-image: url(../images/nav_photo.jpg);
	background-repeat:no-repeat;
	width:91px;

}
#reports{

	background-image: url(../images/nav_reports.jpg);
	background-repeat:no-repeat;
	width:103px;

}
#directions{

	background-image: url(../images/nav_directions.jpg);
	background-repeat:no-repeat;
	width:123px;

}

#weather{

	background-image: url(../images/nav_weather.jpg);
	background-repeat:no-repeat;
	width:90px;

}
#contact{

	background-image: url(../images/nav_contact.jpg);
	background-repeat:no-repeat;
	width:132px;

}


#left {
	width:420px;
	float:left;
	margin-top:10px;

}
#recentphotos {
	margin-top:13px;
	padding-left:10px;

}
#thumb img {
	padding:4px;
	border:1px solid #ccc;
	margin-right:5px;
	margin-bottom:5px;
}


#right {
	width:325px;
	float:right;
	margin-top:13px;
	padding-right:7px;

}
#flash {
	background-image: url(../images/bg-rotate.jpg);
	background-repeat:no-repeat;
	height:275px;

}

.report{
	font-weight:bold;
	/*color:#FF9900;*/
	color:#CC0000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
}
.date {
	font-size:9px;
	padding:0px;
	margin-top:-1px;
	margin-bottom:-6px;
	color:#65A4EF;

}
.read {
	/*font-weight:bold;*/
	font-size:9px;
	margin-top:-10px;
	/*color:#9A5405;*/
	padding-left:12px;
	background:url(../images/point.jpg) no-repeat left;

}
.read a {
	text-decoration:none;
	color:#65A4EF;
}
.read a:hover {
	text-decoration:underline;
	color:#333333;
}

#reportbody {
	
	width:700px;
	margin-top:5px;
	margin:0px auto;
}
#reportbody h1 {
	font-size:12px;
	color:#85CAEF;
}

#reportbody h2 {
	font-size:16px;
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
}



#reportbody p {
	font-size:12px;
	line-height:18px;

}

#footer {
	background:url(../images/footer.gif) no-repeat center bottom;
	height: 38px;
	padding-top:100px;
	margin-bottom:20px;
	clear:both;
}
#footer p {
   margin-top:10px;
   text-align:center;
   font-weight:bold;
   font-size:10px;
}
