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

body {
	margin: 0px;
	background-color: #FFF;
}

.wrapper {
	width: 823px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	padding: 0px 18px;
}

.header {
	height: 60px;
	padding-top: 10px;
	text-align: center;
}

.header .logo {
	width: 859px;
	margin: 18px auto;
	text-align: right;
}

.black_box {
	background-image: url('assets/background.gif');
	background-position: top left;
	background-repeat: repeat;
	text-align: center;
	padding: 16px 0px;
}

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

.content_header {
	padding: 8px 0px 34px 0px;
	color: #000;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

.content_header a {
	color:	#8C271F;
	text-decoration: none;
}

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

.content_header h1 {
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 29px;
	font-weight: normal;
	margin: 10px 0px;
	width: 575px;
}

.content_header h2 {
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 29px;
	font-weight: normal;
	margin: 10px 0px;
	width: 575px;
}

.property_name {
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 29px;
	font-weight: normal;
	margin: 10px 0px;
	width: 575px;
}

.nav {
	height: 25px;
	background-color: #fff;
	margin-top: 8px;
}

.header_image {
	height: 234px;
	z-index: 0;
	background-color: #fff;
}

.book_now_bar {
	background-color: #f0ede0;
	height: 25px;
	text-align: right;
}

.bn_button {
	height: 27px;
	line-height: 27px;
	cursor: pointer;
	color: #FFF;
	background-color: #ee2d2e;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 12px 0px;
	width: 160px;
	padding-left: 16px;
	text-align: left;
}

.content .bn_button a, .content .bn_button a:hover {
 	color: #FFF;
	text-decoration: none !important;
	cursor: pointer;
}

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

.single {
	width: 823px;
}

.small {
	width: 622px;
	margin-left: 18px;
}

.quad {
	width: 185px;
	margin-right: 15px;
}

.quad.last {
	width: 216px;
	margin-right: 0px;
}

.triple {
	width: 258px;
	margin-right: 15px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 20px 0px;        
}
/*
removed by Phil B - 24/8/2010
formerly in .content
background-color: #fff;
*/

.content a {
	color: #8C271F;
	text-decoration: none;
}

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

.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 20px 0px;
}

.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 20px 0px;
}

.footer {
	color: #A3A3A3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	width: 859px;
	margin: 40px auto 0px auto;
}

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

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

.langbar {
	float: right;
	margin: 10px 0px;
}

.sIFR-alternate {
	display: none;
}

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

#map_canvas h1 {
	font-weight: bold;
	font-size: 12px;
}

#map_canvas h2 {
	font-weight: bold;
	font-size: 12px;
}

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: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #777;
	z-index: 1000;
	text-align: center;
}

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

.menu a {
	color: #777;
	text-decoration: none;
	height: 25px;
}

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

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

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

.submenu .item a {
	/*white-space: nowrap;*/
}

.submenu .item.hover {
	background-color: #ECECEC;
	font-weight: bold !important;
}

.submenu .item {
	float: none;
	display: block;
	padding: 6px 14px;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #333;
	font-weight: normal !important;
}

/* END MENU STYLE */

/* SOCIAL MEDIA CALLOUT STYLE */

.social_media_callout {
	background-color: #000;
	height: 30px;
	padding: 10px 40px;
	margin-top: 20px;
}

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

.smCalloutText a, .smCalloutText a:visited {
	color: #fff;
	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: #f73423;
	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: #000;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 10px 40px;
	margin-top: 20px;
}

.associates_bar a {
	font-weight: normal;
	color: #f73423;
	text-decoration: underline;
}

.asc_container {
	position: relative;
}

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

.asc_controls {
	position: relative;
	z-index: 100;
	background-color: #000;
	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 #ccc;
	width: 218px;
	padding: 10px 14px;
	float: left;
}

.photo_gallery_controls {
	padding: 0px 4px;
}

.photo_gallery_controls select {
	border: 1px solid #000;
	color: #000;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.photo_gallery_selector {
	border: 1px solid #413931;
	background-color: #fff;
	margin-bottom: 5px;
}

.photo_gallery_selector td {
	border: 1px solid #413931;
	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: #EE2D2E;
}

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

.photo_gallery_page {
	width: 16px;
	height: 16px;
	padding: 1px;
	border: 1px solid #000;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	/* color: #3d8a87; */
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.photo_gallery_page span {
	color: #000;
	display: block;
}

.photo_gallery_page.selected span {
	background-color: #EE2D2E;
	color: #fff;
}

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

.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: #EE2D2E;
	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 #000;
	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: #EE2D2E;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 15px;
}

.photo_tag {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 1;
	width: 230px;
	text-align: left;
}

.photo_tag_copy {
	border: 2px solid #fff;
	color: #fff;
	padding: 12px;
	background-color: #000;
}

.photo_tag_arrow {
	margin-top: -2px;
	padding: 0px 15px;
}

.photo_tag.right .photo_tag_arrow {
	text-align: right;
}
/* END GALLERY STYLE */

/* VIDEO TEMPLATE STYLE */

.vt_text_column {
	width: 410px;
}

.vt_frm_column {
	background-color: #e1d8c7;
	padding: 15px;
	width: 320px;
}

.vt_frm_column input[type=text] {
	width: 245px;
}

.vt_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #653C33;
	padding: 20px 0px;
	width: 823px;
	margin-left: 14px;
}

.vt_youtube_frame {
	padding: 2px;
	background-color: white;
	width: 360px;
	height: 240px;
}

.vt_title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
}