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

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

h1 {
	margin: 0px;
	font-weight: normal;
	font-size: 24px;
}

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

.header {
	height: 204px;
	margin: 0px 0px 22px 0px;
	color: #666;
}

	.header .logo {
		float: left;
		margin: 0 10px 0 0;
	}
	
	.header .title_area {
		float: left;
		height: 70px; 
		width: 681px;
		border-bottom: 1px solid #9b9b9b;
		padding-top: 76px;
		padding-bottom: 24px;
	}
		
		.header .title_area .langbar {
			float: right;
			margin-top: -60px;
		}
		
		.header .title_area div#sifr {
			height: 35px;
		}
		
		.header .title_area div#sifr h1 {
			color: #6C5D4A;
			font-family: Arial,Helvetica,sans-serif;
			font-size: 24px;
		}
		
		.sIFR-hasFlash .title_area div#sifr h1 {
			display: none;
			/* other CSS properties go here */
		}

		
	.header .nav {
		float: left; 
		width: 681px;
	}
	
	.header a {
		color: #753c52;
	}

.header_image_bar {
	width: 877px;
	height: 234px;
	margin: 0 auto 7px auto;
}

	.header_image_bar .header_image {
		width: 823px; 
		float: left;
	}
	
	.bar1 {
		float: left;
		background-color: #2f97be;
	}
	
	.bar2 {
		float: left;
		background-color: #123c6d;
	}

.reserve_bar {
	margin: 0px 63px 16px 0px;
	text-align: right;
}

.content_box {
	width: 875px;
	border: 1px solid #dbdbdb;
	margin: 0 auto 22px auto;
	padding: 20px 0px;
	color: #333;
	font-size: 12px;
}

	.content_box .column {
		float: left;
		margin-left: 20px;
	}
	
	.content_box .column.triple {
		width: 265px;
	}
	
	.content_box .column.single {
		width: 845px;
	}
	
	.content_box .column.single.small {
		width: 640px;
	}

	.content_box h1 {
		font-size: 14px;
		color: #6a3549;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.content_box a {
		font-weight: bold;
		color: #753c52;
	}

.footer {
	color: #a2a2a2;
	text-align: left;
}

.footer a, .footer .darktext {
	color: #a2a2a2;
	text-decoration: none;
}

.bn_button {
	background-color: #753d52;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	height: 19px;
	line-height: 19px;
	float: right;
	font-size: 10px;
}

.bn_button a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.hotel_links {
	border: 1px solid #DBDBDB;
	background-color: #EEE;
	color: #666;
	margin-bottom: 10px;
	width: 875px;
	text-align: center;
	margin: 0px auto 16px auto;
}

.hotel_links a {
	color: #666;
}

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

input.ghosted {
	color: #999;
	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;
}

/* START MENU STYLE */

.menu div {
	z-index: 1000;
}

.menu {
	position: relative;
	width: 681px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	z-index: 1000;
	text-align: left;
}

.menu .item {
	cursor: pointer;
	position: relative;
	float: left;
	padding: 0px 10px;
	height: 24px;
	line-height: 24px;
	color: #666;
	text-decoration: none;
}

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

.menu .item.hover {
	font-weight: bold;
}

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

.submenu {
	position: absolute;
	background-color: #fff;
	top: 24px;
	left: 0px;
	width: 180px;
	z-index: 1500;
	text-align: left;
	/*white-space: nowrap;*/
}

.submenu a .item {
	color: #666 !important;
	font-weight: normal;
	/*white-space: nowrap;*/
}

.submenu a:hover, .submenu a .item.hover {
	color: #333 !important;
	font-weight: bold !important;
	/*white-space: nowrap;*/
}

.submenu .item {
	float: none;
	display: block;
	padding: 6px 14px;
	height: 13px;
	line-height: normal;
	z-index: 1500;
	border-bottom: 1px solid #333;
	width: 152px;
}

.submenu .item.hover {
	background-color: #ECECEC;
}

/* END MENU STYLE */

/* SOCIAL MEDIA CALLOUT STYLE */

.social_media_callout {
	background-color: #fff;
	height: 30px;
	padding: 10px 40px;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
}

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

.smCalloutText a, .smCalloutText a:visited {
	color: #3c2015;
	text-decoration: none;
}

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

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

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

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

.smTooltipArrow {
	margin-left: 10px;
}

.smAddThis {
	margin-top: 7px;
}

/* END SOCIAL MEDIA CALLOUT STYLE */

/* ASSOCIATES BAR STYLE */
.associates_bar {
	background-color: #fff;
	height: 30px;
	padding: 10px 40px;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	line-height: 30px;
}

.associates_bar strong {
	color: #3C2015;
}

.associates_bar a {
	font-weight: normal;
}

.asc_container {
	position: relative;
}

.asc_details {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	background-color: #fff;
	width: 763px;
}

.asc_controls {
	position: relative;
	z-index: 100;
	background-color: #FFF;
	float: right;
	font-size: 10px;
}

.asc_controls a {
	text-decoration: none;
}
/* END ASSOCIATES BAR STYLE */

/* START GALLERY STYLE */

.photo_gallery {
	text-align: left;
}

.photo_gallery_menu {
	border: 1px solid #c2c2c2;
	width: 218px;
	padding: 10px 14px;
	float: left;
}

.photo_gallery_controls {
	padding: 0px 4px;
}

.photo_gallery_controls select {
	border: 1px solid #c2c2c2;
	color: #753D52;
	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: #753D52;
	border: 1px solid #c2c2c2;
	padding: 1px 3px;
}

.photo_gallery_thumbs {
	padding-top: 2px;
	padding-bottom: 10px;
	height: 390px;
	text-align: center;
}

.photo_gallery_thumb {
	float: left;
	margin: 0 8px;
	padding: 4px;
	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: #753d52;
}

.photo_gallery_pages {
	width: 208px;
	padding-top: 10px;
	margin-left: 4px;
	border-top: 1px solid #c2c2c2;
}

.photo_gallery_page {
	width: 16px;
	height: 16px;
	padding: 1px;
	border: 1px solid #c2c2c2;
	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: #753d52;
	color: #fff;
}

.photo_gallery_viewer {
	border: 1px solid #c2c2c2;
	padding: 10px;
	float: left;
	width: 550px;
	margin-left: 10px;
}

.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: #753d52;
	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 */