* {
  margin: 0;
  padding: 0;
  }

h1, h2 {
  font-weight: normal;
  margin-bottom: 3px;
  z-index: 0;
  }


html, body {
  height: 100%; 
  }

body {
  background-color: #e1dfc8;
  font-size: 76%;
  font-family: Georgia, "Hoefler Text", Times, "Times New Roman", serif;
  }
	
.info {
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  }	

img {
  border: 0;
  }
  
div.container {
  width: 759px;
  margin: 0 auto;
  background-color: #f7f6e4;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  }  
  
div.header {
  height: 96px;
  heigh\t: 100px;
  border-bottom: 2px solid #fff;  
  border-top: 2px solid #fff; 
  position: relative;
  }  

div.header img {
  border: 0;
  display: block;
  }
  
div.header div {
  z-index: 1;
  font-size: 12px;
  text-align: center;
  position: absolute;  
  padding: 3px;
  width: 94px;
  w\idth: 100px;
  background-color: #848050;
  color: #fff;
  border: solid #fff;
  border-width: 1px 0 0 1px;
  bottom: 0;
  right: 0;
  _right: -1px; 
  }  
/*center content*/
div.content {
  border-top: 1px solid #e4e0c5; 
  background-color: #f7f6e4;
  color: #6c6b56; 
  z-index: 0;
  }  

div.content a {
  color: #6c6b56;
  }
  
div.content h2 {
  font-size: 17px;
  }  
/*center content*/  
  
/*index bottom*/
div.indexmap {
  float: left;
  width: 220px;
  margin-bottom: 10px;
  } 

div.indexborderright {
  border-right: 1px solid #d4d3bf;
  padding-right: 6px;	
  }
  
div.indexmap h1 {
  color: #726e3e;
  font-size: 15px;
  margin-left: 5px;
  }
  
div.indexmap div.mapcontain {
  background-color: #a8a37d;
  padding: 3px;
  color: #fff;
  }  
  
div.indexmap div.mapcontain a {
  color: #f6f1c9;
  }    
  
div.indexmap div.mapcontain h1 {  
  color: #5a551e;
  font-size: 16px;
  }
   
div.indexmap div.mapcontain div.indexBorderDraw {  
  border: 2px solid #908c66;  
  _height: 500px;
  min-height: 500px;  
}

div.indexmap div.mapcontain p {  
  padding-left: 5px;
  padding-bottom: 10px;
}  

div.indexmap div.mapcontain div.dotted {  
  height: 1px;
  border-top: 2px dotted #908c66;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: 5px;
}

div.indexinfocontain {  
  float: right;
  text-align: left;
  width: 531px;
  line-height: 18px;
}

div.indexinfocontain h1 {  
  color: #8ba0a1;
  font-size: 16px;  
}

div.indexinfocontain div {  
  background: url(images/textbackground.gif) top left no-repeat;
  width: 490px;
  margin-right: 12px;
  padding: 9px 15px 15px 15px;
}

div.indexinfocontain img {  
  float: left;
  border: 3px solid #a7a37b;  
  margin-right: 7px;
  }
/*index bottom*/  
/*featured*/
div.featured {
  padding: 2px 0 5px 0;
  text-align: center;
  z-index: 1;
  }  

div.featured img.featuredimg {
  border: 4px solid #e4e0c5;
  display: block;
  float: left;
  margin-bottom: 7px;
  }  

div.featured div.description {
  margin-right: 15px;
  text-align: left;
  width: 346px;
  float: right;
  position: relative;
  } 

div.featured div.description h1 {  
  color: #829da8;
  font-size: 17px;
  border-bottom: 1px solid #e4e0c5;
  margin-top: 4px;
  }

div.featured div.description h1 img, a.learnmore img {  
  border: 0;
  } 
  
div.featured div.description div {
  background-color: #fbf8ef;
  border: 1px solid #e4e0c5;
  padding: 9px;
  margin-top: 6px;
  height: 181px;
  line-height: 17px;
  }    
  
div.featured div.description a.learnmore {
  display: block;
  text-align: right;
  position: absolute;
  bottom: -10px; 
  right: 10px;
  }
  
/*featured*/
  
/*Navigation*/
#navigation {
  padding: 2px 15px;
  color: #006590;
  background: #fff url(images/navback.gif) no-repeat;
  margin:0 auto;
  z-index: 10;
  height: 24px;
  }

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {	
	display: block;
	/*width: 10em;*/
	text-decoration: none;
	/*padding: 1em;*/
	color: #006590;
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;*/ /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
  position: absolute;
  background: #f0fbff;
  width: 12em;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  border: solid #c1dee6;  
  border-width: 1px 1px 0 1px;	
  z-index: 9;
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  text-align: left;
}

#nav li ul li {
  border: solid #c1dee6;
  border-width: 0 0 1px 0;	
  padding-top: 3px;
  height: 15px;
  width: 12em;
  z-index: 8;
  }

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 12em;
	z-index: 7;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul li:hover, #nav li.sfhover ul li.sfhover {
	/*background: #eda;*/
}
.toplink {
  font-size: 16px;
  background: url(images/navdivider.jpg) right no-repeat;
  text-align: center;
  padding: 3px 13px 3px;
  }

.last {
  background: none;
  }

#nav a:hover {
  color: #008bbe;
  }
  
.subnav a {
  color: #106b8d;
  padding-left:3px;
  }
    
.subnav a:hover {
  color: #5aaecd;
  }  
    
a.daddy {
  margin-right: 3px;
 background: url(images/rightarrow2.gif) center right no-repeat;	
 }
/*Left Navigation*/
div.leftnav {
  background-color: #a8a37d;
  padding: 3px;
  color: #fff;
  float: left;
  width: 211px;	
  margin-bottom: 10px;
  _height: 280px;
  min-height: 280px;
  }  
  
a.mauimap  {
  display: block;
  float: right;
  border: 0;
  }
div.leftnav a {
  color: #f6f1c9;
  }    
    
div.leftnav h1, div.leftnav h1.locations a {  
  color: #5a551e;
  font-size: 16px;
  text-decoration: none;
  margin: 5px;
  }
	
div.leftnav h2 {  
  color: #5a551e;
  font-size: 12px;
  margin-left: 10px;
  }	
	
div.leftnav div.season {  
  color: #fff;
  margin-left: 15px;
  border: 0;
  padding:3px 0;
  }		

div.leftnav h1.locations {
  border-bottom: 1px solid #908c66;
  padding-bottom: 3px;
  }   
	
div.leftnav div.leftnavContain {  
  border: 2px solid #908c66;
  padding-bottom: 5px;
  min-height: 500px;
  _height: 500px; 
}

div.leftnav div.towns {  
  border-bottom: 1px solid #908c66;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin: 0 5px;
  _height: 70px;
}

div.leftnav div.towns a {
  text-decoration: none;
  color: #fff;
  text-size: 13px;
  margin: 3px 5px;
  }
  
div.leftnav div.towns a:hover {
  color: #f7f6e4;
  }  

div.leftnav div.towns {  
  padding-left: 5px;
  padding-bottom: 10px;
}  

div.leftnav div.dotted {  
  height: 1px;
  border-top: 2px dotted #908c66;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: 5px;
}
/*left navigation*/
/*location*/
div.location {
  float: right;
  text-align: left;
  width: 525px;
  }
	
div.location form, div.propertyRooms form {
  padding: 5px 0;
  }	
	
div.location h2 {  
  color: #5a551e;
  font-size: 16px;
  }		
	
div.location label, div.location input, div.location select, div.propertyRooms label, div.propertyRooms input, div.propertyRooms select {
  font-size: 10px;
  }	
/*location*/
/*Footer*/
div.footer {
  height: 30px;
  color: #c3d9e2;
  text-align: center;
  background: url(images/footer.gif) top left repeat-x;
  font-size: 11px;
  }

div.footer div {
  padding-top: 8px;
  }
  
div.footer span {
  padding: 0 10px;
  }  
   
div.footer a {
  color: #c3d9e2;
  text-decoration: none;
  }  
/*Footer*/  
  
.clearing {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0px;
}  

/*side images*/
div.leftedge {
  margin: 0 auto;
  padding-left: 4px;
  width: 776px;
  background: url(images/leftedge.gif) repeat-y left;
  }

div.rightedge {
  padding-right: 4px;
  background: url(images/rightedge.gif) repeat-y right;
  }
/*side images*/

/*photo tour*/
body.phototour {
  background-color: #a7a37b;
  color: #fff;  
  }

div.phototourcontainer {
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  height: 100%;
	width: 600px;
  }

div.phototourcontent img {
  border: 2px solid #fff;
  display: block;
	text-align: center;
	margin: 0 auto;
  }  
  
div.phototourcontent {
  padding-left: 10px;
  }   
  
div.phototourfooter {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  border-top: 1px solid #8e8556;
  color: #a7a37b;
  padding-left: 10px;
  }

div.phototourfooter a {
  text-decoration: none;
  color: #a7a37b;
  }
/*photo tour*/
/*table layout*/
p.paging {
  text-align: right;
  margin: 5px;
  width: 100%;
  }
  
table.datagrid {
  font-size: 10px;
  border-left: solid 1px #b1b1b1;
  border-top: solid 1px #b1b1b1;
  border-bottom: solid 1px #b1b1b1;
  border-collapse: collapse;     
  color: #5e6215;
  width: 97%;
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  }

table.datagrid th {
  text-align: center;
  border-right: solid 1px #b9b58f;
  border-bottom: solid 1px #b9b58f;
  background: #a7a47b;
  padding: 2px;
  color: #e5e1c8;
  padding-left: 1em;
  padding-right: 1em;
  }

table.datagrid th a {
  color: #000;
  text-decoration: none;
  }

table.datagrid th a:hover {
  color: #7f7f7f;
  }
    
table.datagrid td {
  text-align: center;
  border-right: solid 1px #b1b1b1;
  padding: 2px;
  }
  
table.datagrid td a {
  color: #0086ff;
  }  

table.datagrid tr.odd {
  background: #fffeff;
  }

p.paging {
  text-align: center;
  font-weight: bold;
  }

p.paging a {
  color: #2c5ee9;
  }
/*table layout*/

/*about us*/
div.aboutus {
  float: right;
  width: 312px;
  }

div.aboutus p, div.aboutus h2 {
  margin-bottom: 10px;  
  }	
div.aboutus h2 {  
  font-size: 16px;
}
/*about us*/
/*property*/
div.propertydescr {
  margin-right: 5px;
  margin-bottom: 5px;
  }

div.propertydescr img {
	border: 0;
  }	
		
div.propertydescr a {
  display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0;
	text-decoration: none;
	padding: 4px;
	background: #e4e0c5;
	color: #726e3e;
  }	
div.propertydescr span.header {
  color: #5a551e;
  font-size: 12px;
  font-weight: bold;
  }
	
div.propertyRooms, div.propertyRooms table.datagrid {
  text-align: center;
  }	
/*property*/
/*activities*/
div.activities, div.activities img {
  margin-bottom: 10px;
  }

div.activities {
  margin-right: 10px;
  }
  
div.activities img {
  border: 0;
  display: block;
  float: left;
  margin-right: 10px;
  border: 4px solid #e4e0c5;
  }
/*activities*/

/*reservation form*/
#frmReservations {
  text-align: center;
	width: 100%;
  }
#frmReservations input {
  width: 200px;
  }
#frmReservations textarea {
  width: 300px;
	height: 200px;
  }	
/*form*/
h2.pageheader {
  margin: 5px 0 0 3px;
  }

div.leftnav h1.locations a:hover {
  color: #7f7b57;
  }	  
  
.small {
  font-size: 10px;
  padding: 0 5px;
  color: #5A5533;
  }  