@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4982bd url(images/bbbkgd.gif) no-repeat center top;
	width: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	font-size: 13px;
	color: #707070;
}
.bb2 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.bb2 #header {
	background: #4982bd url(images/headerbkgd.gif) repeat-x bottom left;
	padding: 0 0 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.bb2 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav {
	float: left;
	width: 780px;
	margin: 0px;
	padding: 0px 0 0 0px;
	list-style: none;
	background: #92794c url(images/off_bg.gif) repeat-x top left;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
	
}
#nav li {
float: left;
margin: 0;
padding: 0;
}
#nav a {
	float: left;
	display: block;
	margin: 0 0px 0 0;
	padding: 5px 12px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	background: #92794c url(images/off_bg.gif) repeat-x top left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#nav a:hover, #t-nav a {
	color: #ffffff;
	border-color: #ffffff;
	background: #92794c url(images/on_bg.gif) repeat-x top left;
}

#nav #t-book a {
	border-right-style: none;
}
A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F5F00;
	text-decoration: underline;
}

A:visited { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #7F5F00; 
	text-decoration: underline; }

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

A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F5F00;
	text-decoration: underline;
	border-bottom: 1px;
	background-color: #FFFFFF;
}
.bb2 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 25px 0px 0px;
	text-align: justify;
	margin-top: 75px;
}
#sidebar1 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.bb2 #sidebar1other {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 0px 0px 0px;
	text-align: justify;
}
.barimg {
	width:280px;
	margin-bottom: 20px;
}
.barimg p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #949498;
	margin-top: 5px;
	margin-bottom: 0px;
}
.bb2 #mainContent {
	margin: 0 260px 0 0; /* 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 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bb2 #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #92794c;
	margin-top: 15px;
} 
.bb2 #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4982BD;
	margin-top: 15px;
} 
 .bb2 #mainContentother {
	margin: 0 340px 0 0; /* 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: 50px 0 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
}
.bb2 #mainContentother h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #92794c;
	margin-top: 15px;
	text-align: left;
} 
.bb2 #mainContentother h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4982BD;
	margin-top: 15px;
} 
 .bb2 #mainContentother2 {
	margin: 0 0 0 0; /* 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: 50px 100px 0 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bb2 #mainContentother2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #92794c;
	margin-top: 15px;
} 
.bb2 #mainContentother2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4982BD;
	margin-top: 15px;
}
.bb2 #mainContentwed {
	margin: 0 0 0 0; /* 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: 50px 120px 0 150px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bb2 #mainContentwed h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #92794c;
	margin-top: 15px;
} 
.bb2 #mainContentwed h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4982BD;
	margin-top: 15px;
}  
.bb2 #footer {
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3b6ea2;
	clear: both;
	height: 80px;
	text-align: center;
	margin: 0px;
} 
.bb2 #footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 0px;
}
.bb2 #footer h2 {
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: -5px;
	margin-top: 0px;
}
.bb2 #footer A:link {
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}

.bb2 #footer A:visited { 
    font-family: Arial; 
	font-size: 14px; 
	color: #fff; 
	text-decoration: underline; }

.bb2 #footer A:hover {
	font-family: Arial;
	font-size: 14px;
	color:#BBDDFF;
	text-decoration: none;
}

.bb2 #footer A:active {
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	border-bottom: 1px;
	background-color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#headphotos {
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}
#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; }

table#table1 {
float: left;
clear: right;
border: 1px solid #FFF;
border-collapse: collapse;
margin: 0 0 0 0;
width: 400px;
}

table#table1 td{
	border: 1px solid #FFF;
	padding-left: 5px;
	padding-right: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #366696;
}

table#table1 tr.bottomborder td {
	border-bottom: 1px solid #FFF;
}

td.data {
width: 250px;
height: 25px;
background-color: #D0E4F4;
}

td.data2 {
width: 150px;
height: 25px;
background-color: #D0E4F4;
}
td.data3 {
width: 400px;
height: 50px;
background-color: #D0E4F4;
}
.bb2 #container #mainContentother .amenities {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#info {
    width: 100px;
}
