@charset "utf-8";
/* CSS Document */

body {
	background-color: #712917;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1, h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 10px;
	text-align: left;
	padding: 0px;
}

h3, h4, h5, h6 {
	color: #996633;
}

hr  {
	border: 0;
	height: 1px;
	color: #A0A0A4;
	background-color: #A0A0A4;
}

#container {
	background-color: #FFFFFF;
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #841F07;
	text-decoration: underline;
	text-align: left;
}

A:visited { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #841F07;
	text-decoration: underline;
	text-align: left;
}

A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	text-align: left;
}

A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #841F07;
	text-decoration: underline;
	text-align: left;
}

#header {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 760px;
	background-image: url(images/header.gif);
	height: 140px;
}
#nav {
	float: right;
	width: 760px;
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	background: #772a18 url(img/off_bg.gif) repeat-x top right;
	border-bottom: solid #000000 1px;
	border-top: solid #000000 1px;
}
#nav li {
float: right;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}
#nav a {
float: left;
display: block;
margin: 0 0px 0 0;
padding: 5px 20px;
color: #E7E7E7;
text-decoration: none;
border-left: 1px solid #000000;
border-bottom: none;
border-top: none;
background: #772a18 url(images/off_bg.gif) repeat-x top left;
}
#nav a:hover, #t-nav a {
	color: #E7E7E7;
	padding-bottom: 5px;
	border-color: #000000;

	url(images/on_bg.gif) repeat-x top left;
	background-color: #8B331D;
}

#maincontentind {
	margin: 0px 400px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 0px 15px;
	text-align: justify;
} 
#sidebarind {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 0px 20px 30px;
	margin: 0px;
	background-color: #414141;
	background-image: url(images/indrightbkgd.gif) repeat-y right top;
}
#maincontentother {
	margin: 20px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 35px 150px 0px 50px;
	text-align: left;
}
#maincontentcont {
	margin: 20px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 350px 0px 50px;
	text-align: left;
}
#maincontentlink {
	margin: 20px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 0px 50px;
	text-align: left;
}
#maincontentacc {
	margin: 0px 350px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 35px;
	text-align: left;
}
#maincontenthost {
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 35px 0px 30px;
	text-align: justify;
} 
#sidebarother {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 45px 0px 0px 0px;
	margin: 0px;
	background-color: #464646;
	background-image: url(images/rightbkgd.gif) repeat-y right top;
}
#sidebarloc {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 0px 20px 0px;
	margin: 0px;
	background-color: #464646;
}
#sidebar1ind img {
margin-top: 0px;
margin-bottom: 2px;
border: 0;
padding: 0;
}
.rightother img {
    border: 0px;
	padding: 0px;
}
div.rightother {
	width: 220px;
	margin: 16px 8px 0px 35px;
}
.rightother p {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #CACACA;
	font-size: 11px;
	text-align: left;
	margin: 8px 0 0 0;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	border: 1px solid #D2D2D2;
	padding: 0px;
	margin-top: 15px;
}
.floatleft {
float: left;
margin-right: 15px;
margin-bottom: 0px;
border: 0px;
padding: 0px;
}
table#tableamenities td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #555555;
	width: 340px;
	background-color: #DEDEE0;
}

#footer {
	background-color: #000000;
	text-align: center;
	height: 100px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
}
#footer h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: -8px;
	text-align: center;
	padding: 0;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E7E7E7;
	text-align: center;
}
#footer a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D2D2D5;
	text-decoration: underline;
}
#footer a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
#container #wrappermain {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 760px;
	background-image: url(images/indrightbkgd.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#wrapper {
	background: url(images/rightbkgd.gif) repeat-y right bottom;
}
#wrapper2 {
	
}
br.clear {
    both;
}
#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/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; 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; }

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E5E5;
	text-align: center;
	margin-top: 0px;
	height: 30px;
	clear: both;
}

.bclinks {
	font-size: 12px;
	background-color: #000;
	text-align: center;
	height: 50px;
}
.bclinks a:link {
	text-align: center;
	color: #CCC;
}
.bclinks a:visited {
	text-align: center;
	color: #CCC;
}
.bclinks a:hover {
	text-align: center;
	color: #CCC;
}
.bclinks a:active {
	text-align: center;
	color: #CCC;
}

