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

body {
	margin: 0px;
	text-align: center;
	background-color: #5e004c;
	background-position: top left;
	background-repeat: repeat-x;
}

.wrapper {
	width: 851px;
	margin: 0 auto;
	text-align: left;
	background:#fff;
	position:relative;
	top:12px;
}

.header {
	height: 48px;
	margin: 12px 0px;
	padding: 0px 20px;
	color:#000;
}

.main {
	border: 1px solid #bfb6aa;
}

.content_header {
	padding: 14px 20px 0px 20px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 44px;
}

.content_header a {
	text-decoration: none;
}

.content_header h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 29px;
	font-weight: normal;
	height: 32px;
	margin: 0px;
}

.langContainer {
	padding: 5px 0;
	direction: ltr;
	text-align: left;
	margin-right:-15px;
}

.langContainer.open {
	background-image: none;
}

.nav {
	padding: 0px 8px;
	position: relative;
	z-index: 1000;
}

.header_image {
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0 14px;
	/* position: relative; */
}

.header_image #map_canvas h1 {
	font-weight: bold;
}

.mask {
	position: absolute;
	top: 100%;
	left: -62px;
	margin-top: -62px;
	z-index: 500;
}

.sub_header {

}

.book_now_bar {
	text-align: right;
}

.bn_bar {
	margin:0 14px;
	background:#908f94;
	width:823px;
}

.bn_button {
	float: right;
	cursor: pointer;
	font-weight: bold;
	margin: 2px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 16px 5px 10px;
	text-decoration: none;
	color:#fff;
	cursor: pointer;
	background:url(assets/bn_arrow.gif) no-repeat #5e004c;
	background-position:right center;
}

.column {
	margin-left: 20px;
	float: left;
}

.content ul, .content li {
	margin:0;
	padding:0;
}

.single {
	width: 783px;
}

.single.small {
	width: 600px;
}

.triple {
	width: 247px;
}

.booking_bar {
	background-color: #fff;
	clear:both;
	padding:5px 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

.booking_widget {
	float: right;
	height: 54px;
	background-image: url('assets/bw_bg.gif');
	background-repeat: repeat-x;
	font-size: 9pt;
	font-weight: bold;
	margin-right: 5px;
	display: inline;
}

.booking_widget input, .booking_widget select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.booking_widget input {
	width: 68px;
}

.booking_widget select {
	width: 45px;
}

.booking_box {
	float: left;
	margin-left: 0px;
	width: 267px;
	height: 96px;
	padding: 1px 1px 1px 6px;
	background-image: url('assets/booking_box.gif');
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	display: inline;
}

.booking_box h1 {
	display: inline;
	font-size: 30px;
	font-weight: bold;
}

.booking_box p {
	margin: 0px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 0px;
	width: 823px;
	margin-left: 14px;
}

.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px;
}

.content a, .content a:visited {
	text-decoration: none;
	font-weight: bold;
}

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

.footer {
	margin-top: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	direction: ltr;
	background:#908f94;
}

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

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

input.ghosted {
	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;
}

.sIFR-alternate {
	display: none;
}

/* START MENU STYLE */

.menu div {
	z-index: 1000;
}

.menu_wrap {
	background:#908f94;
	margin:-10px 14px 0 14px;
}

.menu {
	position: relative;
	width: 823px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 1000;
	text-align: left;
	padding:3px 0 4px 0;
}

.menu .item {
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	position: relative;
	display: inline;
	padding: 10px 8px;
	text-decoration: none;
}

.menu a {
	text-decoration: none;
}

.menu a:hover {
	color:#fff;	
}

.menu .item.hover {
	background:#5e004c;
}

.menu .item.hover a {
	color:#fff;
}

.submenu {
	position: absolute;
	top: 29px;
	left: 0px;
	width: 180px;
	z-index: 1000;
	text-align: left;
	/*white-space: nowrap;*/
}

.submenu a {
	color:#fff;
}

.submenu a:hover, .submenu a item.hover {
	color:#fff;
}

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

/* END MENU STYLE */

/* SOCIAL MEDIA CALLOUT STYLE */

.social_media_callout {
	height: 30px;
	padding: 10px 40px;
	margin-top: 20px;
	direction: ltr;
	background:#908f94;
}

.smCalloutText {
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px;
	line-height: 30px;
}

.smCalloutText a, .smCalloutText a:visited {
	text-decoration: none;
}

.smCalloutText a:hover {
	text-decoration: hover;
}

.smIcon {
	float: left;
	margin-right: 4px;
	position: relative;
	height: 30px;
}

.smTooltip {
	position: absolute;
	top: -36px;
	left: 0px;
	z-index: 10000;
}

.smTooltipCloud {
	background-color: #5e004c;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	color:#fff;
}

.smTooltipArrow {
	margin-left: 10px;
	text-align: left;
}

.smAddThis {
	margin-top: 7px;
}

/* END SOCIAL MEDIA CALLOUT STYLE */ 

/* ASSOCIATES BAR STYLE */
.associates_bar {
	height: 30px;
	line-height: 30px;
	padding: 10px 40px;
	margin-top: 20px;
}

.associates_bar a {
	font-weight: normal;
}

.asc_container {
	position: relative;
}

.asc_details {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 743px;
}

.asc_controls {
	position: relative;
	z-index: 100;
	float: right;
	font-size: 10px;
}
/* END ASSOCIATES BAR STYLE */

a {
	color:#414141;	
}

h1 {
	color: #5e004c;
}

.top_left {
	float:left;	
}

.top_right {
	float:right;
}

.clear {
	clear:both;	
}

.sub_heading {
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	display:block;
}

.content ul {
	list-style:none;	
}

.content li {
	background:url(assets/bullet.png) no-repeat left center;	
	padding-left: .6em;
	
}