@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center;
	background-color: #9DB9D5;
	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;
}

.content_header h2 {
	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;
}

.header_image #map_canvas h2 {
	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:#465062;
	width:823px;
}

.bn_button {
	float: right;
	cursor: pointer;
	font-weight: bold;
	margin: 7px 14px 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/no-index/bn_arrow.gif) no-repeat #9DB9D5;
	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/no-index/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/no-index/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:#465062;
}

.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/no-index/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:#465062;
	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;
	color:#ffffff;
}

.menu a:hover {
	color:#fff;	
}

.menu .item.hover {
	background:#9DB9D5;
}

.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:#465062;
	color:#fff;
}

.social_media_callout a{
  color:#fff;
}

.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 */

/* START GALLERY STYLE */

.photo_gallery {
	text-align: left;
}

.photo_gallery_menu {
	border: 1px solid #c2c2c2;
	width: 199px;
	padding: 10px 8px;
	float: left;
}

.photo_gallery_controls {
	padding: 0px 7px;
}

.photo_gallery_controls select {
	border: 1px solid #c2c2c2;
	color: #000000;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.photo_gallery_selector {
	border: 1px solid #c2c2c2;
	background-color: #fff;
	margin-bottom: 5px;
}

.photo_gallery_selector td {
	color: #5E004C;
	border: 1px solid #c2c2c2;
	padding: 1px 3px;
}

.photo_gallery_thumbs {
	padding-top: 2px;
	padding-bottom: 10px;
        padding-left: 5px;
	height: 390px;
	text-align: center;
}

.photo_gallery_thumb {
	float: left;
	margin: 2px;
	padding: 3px;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.photo_gallery_thumb .photo_gallery_thumb_img {
	display: block;
	background-position: center center;
	width: 85px;
	height: 51px;
	padding: 6px 0px 0px 0px;
	text-align: center;
}

.photo_gallery_thumb.selected {
	background-color: #9DB9D5;
}

.photo_gallery_pages {
	width: 192px;
	padding-top: 10px;
	margin-left: 4px;
	border-top: 1px solid #9DB9D5;
}

.photo_gallery_page {
	width: 16px;
	height: 16px;
	padding: 1px;
	border: 1px solid #9DB9D5;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	color: #753d52;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.photo_gallery_page span {
	display: block;
}

.photo_gallery_page.selected span {
	background-color: #465062;
	color: #fff;
}

.photo_gallery_viewer {
	border: 1px solid #c2c2c2;
	padding: 10px;
	float: left;
	width: 550px;
	margin-left: 7px;
}

.photo_gallery_navigation {
	font-size: 11px;
}

.photo_gallery_navigation a, .photo_gallery_navigation a:hover {
	display: block;
	float: right;
	padding: 2px 10px;
	color: #fff;
	background-color: #9DB9D5;
	margin-left: 5px;
	font-weight: normal;
	text-decoration: none;
}

.photo_gallery_image {
	width: 550px;
	height: 369px;
	margin-top: 10px;
	position: relative;
}

.photo_gallery_info {
	font-size: 10px;
	margin-top: 22px;
}

.photo_gallery_info_text {
	width: 350px;
	margin-bottom: 10px;
}

.photo_gallery_info_footer {
	border-top: 1px solid #c2c2c2;
	padding-top: 10px;
	font-size: 10px;
}

.photo_gallery_info_footer a {
	font-weight: normal;
}

#photo_cta_button, #photo_cta_button:hover {
	display: block;
	background-color: #753d52;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 15px;
}

.photo_tag {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.8;
	width: 230px;
	text-align: left;
}

.photo_tag_copy {
	padding: 12px;
	background-color: #fff;
}

.photo_tag_arrow {
	padding: 0px 15px;
}

.photo_tag.right .photo_tag_arrow {
	text-align: right;
}
/* END GALLERY STYLE */

a {
	color:#414141;	
}

h1 {
	color: #9DB9D5;
}

h2 {
	color: #9DB9D5;
}

.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;
}

.property_name {
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	display:block;
}

.content ul {
	list-style:none;
	margin:5px 0;
}

.content li {
	background:url(assets/no-index/bullet.png) no-repeat left center;
	padding-left: .6em;	
}
