body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: small;
  background-color: #b1bbd1;
  margin: 0px;
}

/* styles for divs */ 

#container {
	width: 980px;
	padding: 0;
	margin: 20px auto 5px auto;
	background-color: #FFF;
}

#header {
	background-color: #5c6a98;
	margin: 0;
	padding: 10px 5px 5px 5px;
	border-bottom: 5px solid #bcce9d;
}

#maincontent {
	background-color: #FFF;
	margin: 0;
	}
	
#maincontent-details {
	background-color: #FFF;
	margin: 0 0 0 148px;
}

#bottommenu {
	background-color: #5c6a98;
	border-top: 5px solid #bcce9d;
	height: 150px;
	clear: both;
}

#snap1 {
	float: left;
	width: 370px;
}

#snap2 {
	margin-left: 370px;
	margin-right: 200px;
}

#footer {
	clear: both;
	font-size: 0.8em;
	text-align: right;
	font-style: italic;
	width: 980px;
	margin: 0 auto;
}

#roommenu {
	width: 106px;
	margin: 20px 25px 0 18px;
	padding: 5px;
	border: 1px solid #536730;
	float: left;		
}

/* end div styles */

/* menu styles */

#header ul {
	margin : 0 0 15px 0;
	padding: 29px 0 5px 0;	
	}

#header li {
	font-family: Geneva, Tahoma, "Trebuchet MS", Verdana, sans-serif;
	list-style: none;
	color: #FFF;
	float: right;
	display: inline;
}

#header ul li a {	
	color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0 10px; 
}

#header ul li a:hover {	
	color: #BCCE9D;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0 10px; 
}

#minimenu {
	float: right;
	width: 160px;
	color: #fff;
	border-left: 2px #fff solid;
	margin: 22px 0 20px 0;
	padding: 2px 0;
}

#minimenu ul {
	margin: 5px 5px;
}

#minimenu li{
	list-style: none;
	padding: 2px 15px 5px 10px;	
	text-align: right;
}


#minimenu ul li a {	
	color: #FFF;
	text-decoration: none;
}

#minimenu ul li a:hover {	
	color: #BCCE9D;
	text-decoration: none;
}


/* end menu styles */
	

/* image styles */

#header img {
	margin: 0;
	padding: 11px 40px 0px 5px;
	float: left;	
}

.homepagemain {
	float: right;
	margin: 0 0 0 10px;
	clear: both;
}

.floatRightPlan {
	float: right;
	margin-left: 5px;
	padding-right: 300px;
	padding-bottom: 50px;
}

.floatRight {
	float: right;
	margin-left: 10px;
	margin-right: 10 px;
	margin-bottom: 10px;
	border: #333333 solid 1px;
}

.floatLeft {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: #333333 solid 1px;
}


/* end image styles */

/*content styles */

h1 {
	font-size: 1.2em;
	margin: 0;
	color: #5c6a98;
	padding: 8px 12px;
}

h2 {
	font-size: 1.2em;
	margin: 5px 0;
	color: #5c6a98;
	padding: 10px 12px 2px 12px;
}

ul {
	padding: 0;
}

.bottommenupara {
	color: #fff;
	padding: 1px 0 0 0; 
}


p {
	margin: 0;
	padding: 5px 12px;
	color: #000000;
}

.subhead {
	color: #5c6a98;
}

#bottommenu h3 {
	font-size: 1em;
	color:#bcce9d;
	margin: 20px 0 0 0;
}

.imgfloatleft {
	float: left;
	padding: 0 15px 0 10px;
}

.highlighttext {
	color: #731717;
}
/* end content styles */

/* link styles */

a:link {
	color: #731717;
}

a:visited {
	color: #536730;
}

a:hover {
	color: #646060;
}

#snap1 a, #snap2 a {
	color: #FFF;
	text-decoration: underline;
}   

#footer a {
	color: #000;
}

/* end link styles */

/* lightbox css */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* end lightbox css */

/* for gallery */
#gallery {
	text-align: center;
}

#gallery table {
	border: 1px solid #BCCE9D;
	margin: auto;
}

#gallery td {
	text-align: center;
}

	
/* for thumbs in main content */
.photothumbs {
	margin: 5px 2px;
	border: #333333 solid 1px;
}

/* styles for contact, sitemap and reservation forms */

.tableForm {
	border: thin dotted #Bcce9d;
	padding: 10px;
	margin: 25px auto;
}

.tableForm td {
	vertical-align: top;
	padding-bottom: 15px;
}

.required {
	font-size: 0.8em;
	color: #3366CC;
}


.tableRates {
	margin: 20px auto;
	border: 1px solid #333333;
	border-collapse: collapse;
}

.tableRates th {
	background-color: #bcce9d;
}

.tableRates td, th {
	padding: 10px;
}

.tableSitemap {
	border: thin dotted #Bcce9d;
	padding: 20px;
	margin: 25px auto;
	}

.tableSitemap td {
	vertical-align: top;
	padding: 20px 30px;
}

/* end table styles */

.clearfloat {
	clear: both;
	height: o;
	font-size: 1px;
}