/* CSS Document */
*{padding:0; margin:0;}
/*General styles*/
BODY{ font-family: Arial, Helvetica, sans-serif;font-size:12px;color:#555;line-height:130%;margin:0;padding:40px 0;background: #E4DDD6 url(images/bg.jpg) top repeat-x;}

P {padding-bottom:6px;}
:active, :focus{outline:none;}
a:link, a:visited{color:#846E57;text-decoration: underline;}
a:hover{text-decoration: none; color:#000;}
input, textarea, select {padding:1px;color:#666;font-size:96%;}

h1{font: 26px/34px Georgia, "Times New Roman", Times, serif;color:#846E57;margin: 0px;padding: 0 0 20px 0; text-align:center;}
h2{font: 18px/20px Arial, Helvetica, sans-serif;color:#444;margin: 0px;padding: 0px 0 8px 0;}
h3{font:14px/16px Arial, Helvetica, sans-serif;color:#846E57;margin: 0px;padding: 15px 0 8px 0; font-weight:bold;}


/*DIVs*/
.container {width: 950px;margin: 0 auto; overflow:hidden; padding:5px; background:#FFF;}
.header {width:950px;float:left; height:335px; background:url(images/header-bg.jpg) top repeat-x;}
.header-left {width:500px;float:left; padding-top:80px; text-align:center;}
.header-left2 {width:500px;float:left; padding-top:50px; text-align:center;}
.header-right {width:450px;float:left; padding-top:45px;}
.address {font-size:14px; color:#846E57; padding-top:100px;}
.address2 {font-size:14px; color:#846E57; padding-top:70px;}

.content {width:850px;float:left; padding:40px 50px 20px;}
.content_in {width:850px;float:left; padding-bottom:20px;}
.map {float:left; margin-right:15px;}
.cancellation {padding:17px; border:#EFEFEF 1px solid; background:#F5F5F5;}
.rate {width:260px; float:right; padding:15px; border:2px dashed #846E57; background:#D8CEC5; margin:0 0 15px 20px; color:#333; font-size:14px;}

.gal_box1 { width:270px; float:left; margin-right:20px; margin-bottom:20px;}
.gal_box2 { width:268px; float:left;  margin-bottom:20px;}
.gal_box1 a img, .gal_box2 a img, .gal_box2 a img, .gal_box3 a img, .gal_box4 a img {width:240px; padding: 14px; background:#F5F5F5; border:#EFEFEF 1px solid;}
.gal_box1 a:hover img, .gal_box2 a:hover img, .gal_box3 a:hover img, .gal_box4 a:hover img {width:240px; padding: 14px; background:#846E57; border:#846E57 1px solid;}
.gal_box3 { width:270px; float:left; margin-right:20px; margin-bottom:5px;}
.gal_box4 { width:268px; float:left;  margin-bottom:5px;}

.footer {width:900px;float:left; height:60px; background:#846E57; color:#fff; padding:25px; text-align:center;}
.phone {font-size:22px; color:#C8BAAC; font-weight:bold;}

.footer a:link, .footer a:visited{color:#FFF;text-decoration: underline;}
.footer a:hover{text-decoration: none; color:#000;}

/*Lightbox*/
#lightbox{position: absolute;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{border: none; border-bottom: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;}
#loading a {border: none; border-bottom:none; }
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;border-bottom:none;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{outline: none; border-bottom: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 {background: url(images/prevlabel.gif) left 15% no-repeat; border-bottom:none; }
#nextLink {background: url(images/nextlabel.gif) right 15% no-repeat; border-bottom:none;}
#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; border-bottom:none;}		
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;}