body {	
	background-image: url(images/header.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 1.35em;	
	font-size: 11pt;	
	font-family: Arial, Helvetica, Verdana, sans-serif;	
	margin: 0 auto;
	padding: 0px;
	color: white;
	text-align:center;
	background-color: #0b202d;
}

#menu {
	text-align: right;
	margin: 0 auto;
	width: 752px;	
}

#nav {
	line-height: 140px;
	vertical-align: 50%;
	text-align: right;	
}

#nav a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	padding: 2px 3px 1px 3px;
	color: white;
}

#nav a:visited {

}

#nav a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	padding: 2px 3px 1px 3px;
	color: white;
	background-color: #389aaa;
}

.active {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	padding: 2px 3px 1px 3px;
	background-color: #389aaa;
}


.photos {
	margin: -20px;
	padding: -20px;
}


h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 22pt;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

h3 {
	margin: 23px 0px 15px 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;	
	text-align: left;
	color: gray;
}


#container {
	margin:0 auto;
	width: 752px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}


/* For index page */

#welcome {
	text-align: left;
	float: left;
	width: 236px;
	height: 314px;
	padding: 20px;
	margin: 0;
}

#welcomepic {
	color: #313131;
	float: left;
	width: 436px;
	height: 314px;
	padding: 20px;
	margin: 0;
	background-color: #598b42;
}


/* For amenities page */

#amenities {
	text-align: left;
	float: left;
	width: 236px;
	height: 400px;
	padding: 20px;
	margin: 0;
}

#amenlist {
	float: left;
	color: #313131;
	width: 436px;
	height: 400px;
	padding: 20px;
	margin: 0;
}

.ie .list {
	width: 180px;
	list-style: disc;
	list-style-position: inside;
	margin-left: 2px;
	padding-left: -2px;
}

.list {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 8px;
	text-align: left;
	color: black;
	font-size: 9.5pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;	
	line-height: 2em;
}

/* For security page */

#security {
	text-align: left;
	float: left;
	width: 236px;
	height: 320px;
	padding: 20px;
	margin: 0;
}

#secsummary {
	float: left;
	line-height: 1.5em;
	text-align: left;
	color: #313131;
	width: 436px;
	height: 320px;
	padding: 20px;
	margin: 0;
}

#secsummary p {
	margin-top: 25px;
}

.wrap {
	float: right;
	margin: 10px 0px 0px 2px;
}

/* For sizes page */

#sizeintro {
	text-align: left;
	float: left;
	width: 236px;
	height: 430px;
	padding: 20px;
	margin: 0;
}


#pricinglist {
	float: left;
	line-height: 1.5em;
	text-align: left;
	color: #313131;
	width: 436px;
	height: 430px;
	padding: 20px;
	margin: 0;
}

#mytable {
	width: 400px;
	padding: 25px 0px 0px 0px;
	margin: 0 auto;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 3px;
	color: #6D929B;
	text-align: center;
}

td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}

th.spec {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font-weight: bold; 
	font-size: 10px;
	color: #B4AA9D;
}


td.spec {
	width: 250px;
}


/* For image gallery page */

#containernobackground {
	margin:0 auto;
	width: 752px;
	background-color: #389aaa;
}

#imagegallery {
	float: left;
	width: 712px;
	height: 540px;
	padding: 20px;
	margin: 0;
}

#imagegallery a img {
	margin: 13px;	
}



/* For lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


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

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	




/* For contact page */

#contact {
	text-align: left;
	float: left;
	width: 236px;
	height: 334px;
	padding: 20px;
	margin: 0;
}

#contactmap {
	float: left;
	line-height: 1.5em;
	text-align: left;
	color: #313131;
	width: 436px;
	height: 334px;
	padding: 20px;
	margin: 0;
}

#imgmap {
	border: 0px;
}

.regularlinks {
	color: white;
	font-weight: bold;
}




.clr {
	clear:both;
}


