@charset "utf-8";
/* CSS Document */
/*****************
 Defaults
******************/
ol { margin: 10px 0px 10px 28px; }
ol li { margin: 0px 0px 5px 0px; }
#Content h4 {
	font: 20px "Times New Roman", Times, serif;
	color: #000;
	margin: 15px 0px 0px 0px;
}
/******************
	Back Button
*******************/
#Content a.prev_btn {
	float: right;
	margin: 18px 0px 0px 0px;
}
/*****************
 Tabs
******************/
ul#Tabs {
	position: relative;
	list-style: none;
	overflow: auto;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
ul#Tabs li {
	position: relative;
	width: auto;
	height: 30px;
	float: left;
	background: url(/images/buttons/Tab.jpg) no-repeat left top;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}
ul#Tabs li a {
	display: block;
	width: auto;
	height: 22px;
	background: url(/images/buttons/Tab_Right_Corner.jpg) no-repeat right top;
	padding: 8px 18px 0px 18px;
	
	color: #333;
}
ul#Tabs li:hover {
	background: url(/images/buttons/Tab.jpg) no-repeat left -37px;
}
ul#Tabs li a:hover {
	background: url(/images/buttons/Tab_Right_Corner.jpg) no-repeat right -37px;
	color: #000;
}
/*****************
 Booking Tab
******************/
ul#Tabs li#BookItTab {
	background: url(/images/buttons/Tab_Booking.jpg) no-repeat left top;
}
ul#Tabs li#BookItTab a {
	background: url(/images/buttons/Tab_Booking_Right_Corner.jpg) no-repeat right top;
	color: #000;
}
ul#Tabs li#BookItTab:hover {
	background: url(/images/buttons/Tab_Booking.jpg) no-repeat left -39px;
}
ul#Tabs li#BookItTab a:hover {
	background: url(/images/buttons/Tab_Booking_Right_Corner.jpg) no-repeat right -39px;
	color: #000;
}
/*****************
 Tab Sections
******************/
#MainSection,
#MapSection,
#AmenitiesSection,
#AttractionsSection {
	position: relative;
	display: none;
	min-height: 270px;
	height: auto !important;
	clear: both;
	overflow: auto !important;
	background: url(/images/backgrounds/tab_section_bg.jpg) repeat-x left top;
	border: 1px solid #E2D4C5;
	padding: 15px;
	margin: -2px 0px 0px 0px;
	z-index: 100;
	
	/* IE 6 Fix */
	height: 270px;
	overflow: visible;
}
#MapSection #Map {
	width: 99%;
	height: 425px;
	border: 1px solid #666;
}
#MainSection h3 strong {
	display: block;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #005B9D;
}
#MainSection ul#PhotoGallery {
	width: 430px;
	min-height: 350px;
	height: auto !important;
	float: right;
	list-style: none;
	margin: -45px -5px 0px 8px;
	padding: 0px;
	
	/* IE 6 Fix */
	height: 350px;
}
#MainSection ul#PhotoGallery li {
	float: left;
	margin: 0px 6px 6px 0px;
	padding: 0px;
}
#MainSection ul#PhotoGallery li a {
	display: block;
	width: 125px;
	height: 94px;
	overflow: hidden;
	border: 5px solid #E2D4C5;
}

#MainSection ol#UnitRates {
	list-style: none;
	overflow: auto;
	margin: 5px 0px 10px 0px;
	
	font-size: 10px;
	color: #443222;
}
#MainSection ol#UnitRates li {
	width: 79px;
	float: left;
	border: 1px solid #D6C2AD;
	margin: 0px 1px 0px 0px;
	
	text-align: center;
}
#MainSection ol#UnitRates li strong {
	display: block;
	background: #D6C2AD;
	padding: 2px 0px;
	margin: 0px 0px 2px 0px;
}
#MainSection ol#UnitRates li em {
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 2px 0px 2px 0px;
}
#MainSection dl {
	width: 407px;
	margin: 10px 0px 10px 0px;
	
	color: #443222;
}
#MainSection dl dt {
	display: block;
	width: 300px;
	float: left;
	clear: left;
	border-bottom: 1px solid #E2D4C5;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 3px 2px;
	
	font-weight: bold;
}
#MainSection dl dd {
	display: block;
	width: 105px;
	float: left;
	border-bottom: 1px solid #E2D4C5;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 3px 0px;
}
#Gallery {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 0px;
	overflow: hidden;
	opacity: 0.0;
	background: #D6C2AD;
	z-index: 150;
}
#Gallery a#Close {
	display: block;
	width: 8px;
	background: #D6C2AD;
	border: 1px solid #443222;
	margin:  5px 0px 0px 5px;
	padding: 0px 4px 1px 4px;
	
	color: #443222;
	font-weight: bold;
}
#Gallery a#Close:hover {
	background: #B99673;
}
#ImgPlaceHolder {
	position: absolute;
	top: 40px;
	right: 25px;
	z-index: 200;
}
#ImgPlaceHolder img {
	border: 6px solid #D6C2AD;
}
#ImgPlaceHolder p {
	width: 385px;
	background: #D6C2AD;
	padding: 0px 6px 6px 6px;
	margin: 0px;
	
	color: #443222;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: center;
}
