body#homepage li#home a,
body#roomspage li#rooms a,
body#ratespage li#rates a,
body#specialspage li#specials a,
body#summerspecialspage li#summerspecials a,
body#facilitiespage li#facilities a,
body#specialspage li#specials a,
body#winterspecialspage li#winterspecials a,
body#outdoorpage li#locations a,
body#reservationpage li#reservation a,
body#areapage li#area a,
body#gallerypage li#gallery a,
body#locationpage li#location a,
body#contactpage li#contact a, {
background-image: url(../pics/nav_over.gif);
color: #00463C;
}

body { 
	background: #CDCDCD url(../pics/body_bg.jpg) top center repeat-y;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px; color: #00463C; 
	line-height: 18px; 
	font-family: "Trebuchet MS", helvetica, sans-serif;		       
}

#holder {
     margin: 0 auto 0 auto; 
     text-align: center;
     width: 840px;
		 padding: 0;
}

h1 {
	font-size: 15px; color: #00463C;
	font-weight: bold; 
	font-family: "Trebuchet MS", helvetica, sans-serif;
}

h2 {
	font-size: 13px; color: #0F3333;
	font-weight: bold; 
	font-family: "Trebuchet MS", helvetica, sans-serif;
}

#header {
		 margin: 0;
		 padding: 0; 
		 text-align: center; 
		 width: 840px;
		 height: 246px;
}	

#content {
     display: inline;
     margin: 0; 
     text-align: center;
     width: 840px;
		 padding: 0;
}

#subnav {
     display: inline;
		 float: left;
		 text-align: left;
		 width: 210px;
		 color: #ffffff;
		 padding-top: 10px;
		 margin-left: 45px;	
		 margin-top: 0;	 
		 margin-right: 35px;
		 margin-bottom: 0;
}

#subnav ul {
	margin: 0 0;
	padding: 0;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

#subnav li {
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#subnav ul a:link, #subnav ul a:visited {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 10px 3px 40px;
	display: block;
	height: 1%;
	background-image: url(../pics/nav.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}

#subnav ul a:hover, #subnav ul a:active, #subnav ul a:focus {
	background-image: url(../pics/nav_over.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
}



#content_right {
		 display: inline;
     float: right;
		 width: 500px;
		 margin-right: 45px;
		 text-align: left;
		 padding-top: 10px; 
		 padding-bottom: 20px;
}	

#gallery img {
		 margin: 0;
		 text-align: center;
		 padding: 4px;
		 border: 1px solid #D9E0E6;
		 border-bottom-color: #C8CDD2;
		 border-right-color: #C8CDD2;
		 border-right-color: #C8CDD2;
		 background: #fff;		 
}


#footer {
	clear: both;
	width: 750px;
	margin-left: 45px;
	margin-right: 45px;
	margin-top: 20px;
	padding-top: 10px;
	font-size: 10px; color: #00463C; 
	font-family: verdana, arial, sans-serif;
	text-align: center;  
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #00463C;
}

#footer a:link {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #00463C; 
	TEXT-DECORATION: none;
	border-bottom: 1px dotted #00463C;
}

#footer a:visited {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #00463C; 
	TEXT-DECORATION: none;
}

#footer a:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #00463C; 
	TEXT-DECORATION: none;
	border-bottom: 1px solid #00463C;
}

#content_right a:link {
	TEXT-DECORATION: none;
	color: #154654;
	border-bottom: 1px dotted;
}

#content_right a:visited {
  color: #154654;
	TEXT-DECORATION: none;
	border-bottom: 1px dotted;
}

#content_right a:hover {
  color: #154654;
	border-bottom: 1px solid;
}

input[type="submit"]
{
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
background-color: #FFFFFF;
color: #333333;
font-size: 80%;
font-weight: bold;
}

input[type="text"], textarea
{
border: 1px solid;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
background-color: #FFFFFF;
color: #333333;
font-size: 90%;
}

/* photo gallery */


#containerphoto {
	float:left;
	text-align: center;
	margin-left:20px; 
	padding:0; 
	width:370px;
	height:470px; 
	overflow:auto; 
}

#containerphoto img {
		 margin: 0;
		 padding: 10px;
		 border: 1px solid #D9E0E6;
		 border-bottom-color: #C8CDD2;
		 border-right-color: #C8CDD2;
		 border-right-color: #C8CDD2;
		 background: #fff;		 
}



