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

body {
	margin: 0px;
	text-align: center;
	background-color: #f2f8df;
}

.wrapper {
	width: 825px;
	margin: 0 auto;
	text-align: left;
}

.header {
	padding: 12px 0 10px;
	text-align: left;
	direction: ltr;
}

.main {
	position: relative;
	background: #fff;
	border: 1px solid #babaae;
}

.content_header {
	padding: 12px 16px 10px 24px;
	color: #6D6D6D;
	font-size: 9px;
	font-family: Verdana;
	text-align: left;
	direction: ltr;
}

.content_header a {
	color: #8C271F;
}

.content_header hr {
	border: 0px;
	height: 1px;
	background-color: #bfb6aa;
}

.content_header h1 {
	color: #4F3B30;
	font-family: 'Baskerville Book BQ',Times,Georgia,serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}

.nav {
	height: 25px;
	background-color: #fff;
	position: relative;
	z-index: 1000;
	border-top: 1px solid #babaae;
	border-bottom: 1px solid #babaae;
}

.header_image {
	height: 312px;
	padding: 0;
	z-index: 0;
	border-bottom: 1px solid #bfb6aa;
	direction: ltr;
}

.book_now_bar {
	background: url(assets/book_now_bg.png);
	min-height: 25px;
	text-align: right;
	margin:-51px 0 0;
	position:absolute;
	width:823px;
	_background: #fff;
	border-top: 1px solid #babaae;
	border-bottom: 1px solid #babaae;
	z-index: 500;
	height: 49px;
}

.book_now_bar .special_offer {
	border-right: 1px solid #babaae;
	font-family: 'Times New Roman';
	font-size: 18px;
	line-height: 25px;
	padding: 12px 10px;
	color: #372c25;
	float: left;
	width: 220px;
	height: 25px;
	overflow: hidden;
	text-align: center;
	_padding: 14px 20px;
}

.book_now_bar .special_offer a {
	text-decoration: none;
	color: #372c25;
}

.bn_button {
	height: 31px;
	padding: 0px 0px 0px 10px;
	background-image: url('assets/bn_bg.png');
	background-position: top left;
	float: right;
	line-height: 31px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	cursor: pointer;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/bn_bg.png', sizingMethod='crop');
}

.bn_right{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.column {
	padding: 12px;
	float: left;
}

.single {
	width: 798px;
}

.single.small {
	width: 592px;
}

.triple {
	width: 250px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C5D4A;
	padding: 10px 0px 0px 0px;
	_height: 1%;
	_position: relative
}

.content h1 {
	font-family: Times New Roman,Times,serif;
	font-size: 17px;
	font-weight: normal;
	color: #372C25;
	margin: 10px 0px;
}

.store_bar {
	background-color: #cbc5be;
	height: 27px;
	margin: 3px 0px;
	text-align: left;
}

.footer {
	margin-top: 22px;
	color: #CCCCCB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.footer a, .footer .darktext {
	color: #737373;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.footer a:hover {
	text-decoration: underline;
}

#map_canvas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#map_canvas h1 {
	font-weight: bold;
}

input.ghosted {
	color: #999;
	font-style: italic;
}

#main_search_box {
	font-size: 11px;
	margin-top: -3px;
	width: 120px;
	background-image: url('assets/searchbox_magnifying_glass.gif');
	background-repeat: no-repeat;
	background-position: 3px 1px;
	background-color: #fff;
	padding: 3px 3px 2px 22px;
	border: 1px solid #ccc;
}

/* START MENU STYLE */

.menu div {
	z-index: 1000;
}

.menu {
	position: relative;
	width: 823px;
	height: 25px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #fff;
	z-index: 1000;
	text-align: center;
}

.menu .item {
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	position: relative;
	display: inline;
	padding: 6px 12px;
	color: #666;
	text-decoration: none;
}

.menu a {
	color: #666;
	text-decoration: none;
}

.menu .item.hover {
	background-color: #f3f9e0;
}

.submenu {
	position: absolute;
	background-color: #f3f9e0;
	top: 26px;
	left: 0px;
	width: 180px;
	z-index: 1000;
	text-align: left;
}

.submenu .item {
	float: none;
	display: block;
	padding: 6px 14px;
	height: auto;
	line-height: normal;
}

.submenu .item.hover {
	background: #b6cf7e;
	color: #fff;
}

/* END MENU STYLE */

a.logo {
	float: right;
	position:relative;
}

a.logo img {
	margin: 5px 0 0 24px;
}

.bottom_cols {
	background-color: #cbc5be;
	font-family: Verdana;
	font-size: 11px;
	color: #372c25;
	padding-bottom: 10px;
	border-top: 1px solid #babaae;
}

.bottom_cols p {
	padding-bottom: 0;
}

.bottom_cols a {
	font-weight: bold;
	color: #727272;
}

.bottom_cols .column {
	padding: 7px 12px 0;
}

.airport {
	float: right;
	position: relative;
}

.airport a {
	color: #8c271f
}