 /* top level
+-----------------------------------------------------+
|T CSS Designed and written by Fox Valley Web Design.|
|A http://www.foxvalleywebdesign.com/ |
|G |
+-----------------------------------------------------+
*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
   font-weight: normal;
}


h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
margin: 1em 0;
padding: 0;
line-height: 1.5em;
}

h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	color: #CCCCCC;
}
h4 { font-size: 1em; 
	 background-color:#333333;
	 color:#FF9900;
	 height: 10px;
	 padding: 10px;
	 margin: 0px;
}
h5 { font-size: .8em;
	  padding: 0px;
}
h6 { font-size: .8em; }

li, dd, blockquote { margin-left: 1em; }
dl { margin: 0px; }
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }
td, th { vertical-align: top; }
.clearboth {clear:both; height:0px; font-size:0em;}

/*************************************************************/

body {
	background-color:#8793a3;
}	
#main {
	width: 880px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/mainbkg.jpg);
	background-repeat:repeat-y;
}
#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height: 187px;
	padding: 1px 0px 0px;
}
#photoheader {
	width: 477px;
	height: 166px;
	margin-left: 374px;
	margin-top: 20px;
}
#mainmenu {
	width: 840px;
	height: 33px;
	margin-left:23px;
}

#mainmenu dl {
	margin-left: 5px;
	height: 33px;
	margin-top: 10px;
}
#mainmenu strong {
	display:none;
}
#mainmenu a {
 	height: 33px;
 	text-decoration: none;
 	display: block;
 	float: left;
 	background-position:top right;
}
#mainmenu a:hover {
 	background-position:bottom right;
}

#mainmenu a.home {width: 82px; background-image:url(../images/m_home.jpg);}
#mainmenu a.amenities {width: 110px; background-image:url(../images/m_amen.jpg); }
#mainmenu a.gallery {width: 144px; background-image:url(../images/m_photo.jpg); }
#mainmenu a.rates {width: 73px; background-image:url(../images/m_rates.jpg); }
#mainmenu a.calendar {width: 197px; background-image:url(../images/m_avail.jpg); }
#mainmenu a.links {width: 113px; background-image:url(../images/m_links.jpg); }
#mainmenu a.contact {width: 107px; background-image:url(../images/m_contact.jpg); }

#content {
	background-image: url(../images/contentbk.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}	

#content_top {
	background-image: url(../images/content_top.jpg);
	background-repeat: none;
	height: 21px;
}
#content_middle {
	margin: 0px 40px;
}
#content_bottom {
	background-image: url(../images/content_bottom.jpg);
	background-repeat: none;
	height: 74px;
}
#footer {
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color:#CCCC99;
}