/* CSS Document */

body,html {
    margin: 0px;
    background-color: #FFFFF8;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #706059;
	}
body {
	text-align: center;
	}
* {padding: 0px; margin: 0px}
a:link{color: #706059; text-decoration: none}
a:active{color: #706059; text-decoration: none}
a:visited{color: #706059; text-decoration: none}
a:hover{color: #000000; text-decoration: none}

/* GENERIC */
.clearer {
    clear: both;
	height: 0px;
	}
.bold {
    font-weight: bold;
	}
.italic {
    font-style: italic;
	}
	
/* Content */
#wrap {
	margin: 0px auto;
	width: 780px;
	text-align: left;
    }

/* Header */
#wrap #header {
	clear: both;
	width: 780px;
	height: 176px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}
#wrap #header #est {
	float: left;
	width: 179px;
	padding: 41px 0px 0px 37px;
	}
#wrap #header #title {
	float: right;
	width: 412px;
	padding: 57px 48px 0px 0px;
	}

/* Body */
#wrap #body {
	clear: both;
	width: 780px;
	}
	
/* Navigation */
#wrap #navigation {
	clear: both;
	width: 731px;
	height: 22px;
	padding: 0px 25px 0px 24px;
}
#wrap #navigation .nav_item {
	float: left;
	width: auto;
	}
#wrap #navigation .nav_item dt {
	width: auto;
	padding: 0px;
	font-weight: bold;
	cursor: pointer;
	}
#wrap #navigation .nav_item dd {
	position: absolute;
	overflow: hidden;
	width: auto;
	display: none;
	background: #FFFFF8;
	z-index: 200;
	opacity: 0;
	}
#wrap #navigation .nav_item ul {
	width: auto;
	padding: 0px 0px 3px 0px;
	margin: 0px;
	list-style: none;
	border-top: none;
	}
#wrap #navigation .nav_item li {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
#wrap #navigation .nav_item li a, #wrap #body #navigation .nav_item li a:active, #wrap #body #navigation .nav_item li a:visited {
	display: block;
	padding: 2px 5px 0px 7px;
	color: #B5AC8C;
	text-decoration: none;
	}
#wrap #navigation .nav_item li a:hover {
	color: #706059;
	}
#wrap #navigation_spacer {
	clear: both;
	width: 780px;
	height: 6px;
	}
#wrap #navigation_spacer_line {
	clear: both;
	width: 780px;
	height: 5px;
	border-top: 1px solid #83766F;
	}
	
/* Footer */
#wrap #footer {
	clear: both;
	width: 780px;
	}
#wrap #footer #footer_spacer {
	clear: both;
	width: 100%;
	height: 60px;
	}
#wrap #footer #index_info {
	float: left;
	width: 503px;
	padding: 8px 19px 0px 0px;
	font-size: 13px;
	text-align: right;
	}
#wrap #footer #footer_images {
	float: left;
	width: 503px;
	padding: 0px 19px 0px 0px;
	text-align: right;
	}
#wrap #footer #contact_details {
	float: left;
	width: 187px;
	padding: 0px 51px 0px 19px;
	border-left: 1px solid #D0CAB3;
	}
#wrap #footer #copyright {
	clear: both;
	width: 100%;
	padding: 35px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	}
#wrap #footer #footer_margin {
	clear: both;
	width: 100%;
	height: 30px;
	}

/* Index */
#wrap #body #index_flash {
	clear: both;
	width: 780px;
	height: 224px;
	}
	
/* Text Body */
#wrap #body.text {
	border-top: 1px solid #83766F;
	}
#wrap #body.text #image {
	float: left;
	width: 276px;
	}
#wrap #body.text #text_wrap, #wrap #body_bookings #text_wrap {
	float: right;
	width: 480px;
	text-align: left;
	}
#wrap #body.text #text_wrap .header, #wrap #body_bookings #text_wrap .header {
	width: 480px;
	padding: 24px 0px 0px 0px;
	font-size: 30px;
	}
#wrap #body.text #text_wrap .header .subheader {
	font-size: 20px;
	}
#wrap #body.text #text_wrap .text {
	width: 445px;
	height: 120px;
	padding: 0px 35px 0px 0px;
	font-size: 13px;
	line-height: 15px;
	overflow: hidden;
	}
#wrap #body.text #text_wrap .text2 {
	width: 445px;
	padding: 0px 35px 0px 0px;
	font-size: 13px;
	line-height: 15px;
	}
#wrap #body.text #text_wrap .col_text {
	float: left;
	width: 210px;
	padding: 0px 10px 0px 0px;
	}
#wrap #body.text #text_wrap .col_text ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
#wrap #body.text #text_wrap .col_text ul li {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	}
#wrap #body.text #text_wrap .next_btn, #wrap #body_bookings #text_wrap .next_btn {
	float: right;
	width: 207px;
	padding: 15px 33px 0px 0px;
	text-align: right;
	}
#wrap #body.text #text_wrap .back_btn, #wrap body_bookings #text_wrap .back_btn {
	float: left;
	width: 207px;
	padding: 15px 0px 0px 0px;
	text-align: left;
	}
#wrap #body.text #text_wrap .tabbed {
	padding-left: 15px;
	}
#wrap #body.text #text_wrap .note {
	clear: both;
	padding: 8px 0px 0px 0px;
	font-size: 11px;
	font-style: italic;
	}
	
/* Find Us */
#wrap #body.text #image #map_wrap {
	width: 276px;
	height: 224px;
	}
	
/* Bookings */
#wrap #body_bookings {
	clear: both;
	width: 780px;
	background-image: url(images/bookings_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	border-top: 1px solid #83766F;
	}
#wrap #body_bookings #howto {
	float: left;
	width: 236px;
	padding: 30px 20px 20px 20px;
	}
#wrap #body_bookings #howto .header {
	width: 236px;
	font-size: 20px;
	font-style: italic;
	}
#wrap #body_bookings #howto .instruction {
	width: 236px;
	padding: 10px 0px 0px 0px;
	font-style: italic;
	}
#wrap #body_bookings #howto .instruction a:link{color: #706059; text-decoration: underline}
#wrap #body_bookings #howto .instruction a:active{color: #706059; text-decoration: underline}
#wrap #body_bookings #howto .instruction a:visited{color: #706059; text-decoration: underline}
#wrap #body_bookings #howto .instruction a:hover{color: #000000; text-decoration: underline}
#wrap #body_bookings #text_wrap .error {
	width: 440px;
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	}
#wrap #body_bookings #text_wrap .reserve {
	width: 440px;
	padding: 10px 0px 0px 20px;
	font-weight: bold;
	}
#wrap #body_bookings #text_wrap .reserve a:link{color: #706059; text-decoration: underline}
#wrap #body_bookings #text_wrap .reserve a:active{color: #706059; text-decoration: underline}
#wrap #body_bookings #text_wrap .reserve a:visited{color: #706059; text-decoration: underline}
#wrap #body_bookings #text_wrap .reserve a:hover{color: #000000; text-decoration: underline}
#wrap #body_bookings #text_wrap .reserve_date {
	width: 440px;
	padding: 3px 0px 0px 20px;
	}
#wrap #body_bookings #text_wrap .reserve_date .highlight {
	font-size: 14px;
	font-weight: bold;
	}
#wrap #body_bookings #text_wrap .reserve_note {
	width: 440px;
	padding: 10px 0px 0px 20px;
	font-style: italic;
	font-size: 11px;
	line-height: 11px;
	}
#wrap #body_bookings #text_wrap .deposit_note {
	width: 440px;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
	line-height: 12px;
	color: #990000;
	}
#wrap #body_bookings #text_wrap .reserve_note2 {
	width: 440px;
	padding: 0px 0px 0px 20px;
	font-style: italic;
	font-size: 11px;
	line-height: 11px;
	}
#wrap #body_bookings #text_wrap .form_label {
	float: left;
	width: 180px;
	padding: 1px 0px 0px 0px;
	text-align: right;
	}
#wrap #body_bookings #text_wrap .form_data {
	float: right;
	width: 290px;
	}
#wrap #body_bookings #text_wrap .formtext {
	padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #3B3B3B;
	color: #1D1D1D;
	}
#wrap #body_bookings #text_wrap .form_spacer {
	clear: both;
	width: 100%;
	height: 3px;
	}
#wrap #body_bookings #text_wrap .form_spacer_big {
	clear: both;
	width: 100%;
	height: 15px;
	}
	
/* BOOKING CONDITIONS */
#booking_wrap {
	width: 400px;
	padding: 20px;
	}
#booking_wrap .header {
	width: 400px;
	font-size: 20px;
	text-align: left;
	}
#booking_wrap ul {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	list-style-position: inside;
	list-style-type: decimal;
	text-align: left;
	}
#booking_wrap ul li {
	padding: 0px 0px 15px 0px;
	}
#booking_wrap .close {
	width: 400px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	}

/* AVAILABILITY */
#wrap #body_bookings #calendar {
	float: left;
	width: 276px;
	padding: 24px 0px 0px 0px;
	text-align: center;
	}
#wrap #body_bookings #calendar .available {
	width: 100px;
	margin: 0px auto;
	margin-top: 10px;
	padding: 5px;
	background-color: #83756F;
	border: 1px solid #FFFFF8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFF8;
	text-align: center;
	}
#wrap #body_bookings #calendar .booked {
	width: 100px;
	margin: 0px auto;
	margin-top: 10px;
	padding: 5px;
	background-color: #D7D2CC;
	border: 1px solid #FFFFF8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFF8;
	text-align: center;
	}
#wrap #body_bookings #text_wrap .text2 .price_label {
	float: left;
	width: 195px;
	padding: 6px 0px 0px 0px;
	}
#wrap #body_bookings #text_wrap .text2 .price_detail {
	float: right;
	width: 250px;
	padding: 6px 0px 0px 0px;
	}
#wrap #body_bookings #text_wrap .text2 .year {
	clear: both;
	width: 445px;
	padding: 6px 0px 0px 0px;
	font-size: 13px;
	font-style: italic;
	}
#wrap #body_bookings #text_wrap .text2 .special_label {
	float: left;
	width: 195px;
	padding: 1px 0px 0px 0px;
	}
#wrap #body_bookings #text_wrap .text2 .special_detail {
	float: right;
	width: 250px;
	padding: 1px 0px 0px 0px;
	}