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

body {
	margin: 0px;
	text-align: center;
	background-color: #efefe4;
	background-image: url('assets/no-index/top_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

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

.shadowed {
	border: 1px solid #c8c8be;
	background-color: #efefe4;
	padding: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-icab-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	width: 823px;
	/*filter:progid:DXImageTransform.Microsoft.Glow(color='#d8d8ce', Strength='3');*/
}

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

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

.content_header {
	padding: 7px 15px 6px 15px;
	color: #653933;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 44px;
	background-color: #efefe4;
}

.content_header a {
	color: #653933;
	text-decoration: underline;
}

.content_header h1 {
	color: #efefe4;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: normal;
	height: 26px;
	margin: 0px;
}

.content_header h2 {
	color: #efefe4;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: normal;
	height: 26px;
	margin: 0px;
}

.property_name {
	color: #efefe4;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: normal;
	height: 26px;
	margin: 0px;
}

.content_footer {
	color: #653C33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 	
	margin-top: 5px;
	padding: 5px 20px;
}

.content_footer a {
	color: #653C33;
}

.content_footer p {
	margin: 0px;
}

.langContainer {
	padding: 5px;
	margin: 5px;
        padding-left:0;
        margin-left:0;
}

.langContainer.open {
	background-color: #77392a;
	background-image: none;
}

.nav {
	height: 25px;
	background-color: #E1D8C7;
	padding: 0px 8px;
	z-index: 1000;
	position: relative;
	width: 807px;
}

.header_image {
	z-index: 0;
	background-color: #efefe4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0px;
	/* 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;
}

.book_now_bar {
	text-align: right;
	margin: 0px;
	padding: 6px 0px;
	background-color: #E1D8C7;	
}

.bn_bar {
	background-color: #E1D8C7;	
}

.bn_button {
	float: right;
	background-image: url('assets/no-index/bw_btn_arrow.gif');
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #77392a;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	margin: 2px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 2px 22px 3px 12px;
	text-decoration: none;
	cursor: pointer;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
	color: #60A19A;
}

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

.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;*/
	color: #4583B8;
	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;*/
	color: #AAA9A9;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	display: inline;
}

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

.booking_box h2 {
	display: inline;
	color: #DF7C13;
	font-size: 30px;
	font-weight: bold;
}

.booking_box p {
	margin: 0px;
}

.content {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #653C33;
	padding: 20px 0px;
	width: 823px;
}

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

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

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

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

.pre_footer {
	background-color: #FFCC33;
	height: 23px;
}

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

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

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

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;
}

.sIFR-alternate {
	display: none;
}

/* START MENU STYLE */

.menu div {
	z-index: 1000;
}

.menu {
	position: relative;
	width: 807px;
	height: 25px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #653933;
	z-index: 1000;
	text-align: left;
}

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

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

.menu .item.hover {
	background-color: #60a19a;
	color: #fff;
}

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

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

.submenu a {
	color: #653933 !important; 
}

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

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

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

.submenu .sub-nav-column{
  width:170px;
}

/* END MENU STYLE */

/* SOCIAL MEDIA CALLOUT STYLE */

.social_media_callout {
	background-color: #EFEFE4;
	height: 30px;
	padding: 10px 20px 5px 20px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

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

.smCalloutText a, .smCalloutText a:visited {
	color: #653C33;
	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: #7b3a27;
	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 */ 

/* START GALLERY STYLE */

.photo_gallery {
	text-align: left;
}

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

.photo_gallery_controls {
	padding: 0px 4px;
}

.photo_gallery_controls select {
	display: block;
	width: 180px;
	margin-bottom: 5px;
}

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

.photo_gallery_selector td {
	border: 1px solid #d9c8b5;
	padding: 1px 3px;
}

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

.photo_gallery_thumb {
	float: left;
	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: #95c5c3;
}

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

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

.photo_gallery_page span {
	display: block;
}

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

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

.photo_gallery_navigation {
	font-size: 11px;
}

.photo_gallery_navigation a, .photo_gallery_navigation a:visited, .photo_gallery_navigation a:hover {
	display: block;
	float: right;
	padding: 2px 10px;
	color: #fff !important;
	background-color: #3D8A87;
	margin-left: 5px;
	font-weight: normal !important;
	text-decoration: none;
}

.photo_gallery_image {
	width: 550px;
	height: 369px;
	margin-top: 10px;
	position: relative;
}

.photo_gallery_info {
	font-size: 10px;
	margin-top: 10px;
}

.photo_gallery_info_text {
	width: 350px;
	margin-bottom: 10px;
}

.photo_gallery_info_text h1 {
	margin-top: 0px;
}

.photo_gallery_info_text h2 {
	margin-top: 0px;
}


.photo_gallery_info_footer {
	border-top: 1px solid #d8c9b5;
	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: #3E8A88;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 15px;
}

.photo_tag {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.8;
	filter: alpha(opacity='80'); 
	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 */

/* VIDEO TEMPLATE STYLE */

.vt_text_column {
	width: 410px;
}

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

.vt_frm_column_text_field {
	width: 245px;
}

.vt_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #653C33;
	padding: 10px 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;
}

.footer table td {
	font-size: 10px;
	text-align: left;
}

.vt_submit_button_container {
    float: right;
    text-align: center;
    margin-top: 20px;
}

.vt_submit_button {
    border:none;
    padding-left:20px;
    padding-right:20px;
    *padding-left:0px;
    *padding-right:0px;
    height: 25px;
    background-color: #8fc0bc;
    color: #653C33;
    cursor: pointer;
    text-align: left;
    line-height: 25px;
    padding-left: 10px;
    font-weight: bold;
}

.gc_reserve_bar {
    font-size: 14px;
    font-weight: bold;
}

.gc_frm_area {

}

.gc_frm_area input {

}

.gc_frm_container a {
    color:#653C33;
    text-decoration:underline;
    font-weight:bold;
}

.gc_required_field {
}

.gc_terms a {
    color:#653C33;
    text-decoration:underline;
    font-weight:bold;
}

.gc_privacy_policy {

}

.tag-marker {
    display:none;
    border:3px solid #fff;
    height:30px;
    width:30px;
    position: absolute;
    z-index: 999999;
}

.footer table td {
	font-size: 10px;
	text-align: left;
}


.sitemap_search_box{
  background-color:#E1D8C7;
  float: right;
  padding: 20px;
  width:204px;
  margin-right:10px;
}

.sitemap {
  padding-bottom: 50px;
  width:491px;
}

a.sitemap_link,
a.sitemap_link:hover
{
  display: block;
  font-weight: normal;
  margin-bottom: 2px;
  text-decoration:none;
}

.sitemap_section_header{
  background-color:#E1D8C7;
  display:block;
  padding: 5px 10px;
}

.sitemap_arrow{
  margin-right: 4px;
}

.content .sitemap h2{
  font-size:12px;
}

.content .sitemap h2, .content .sitemap h3{
  display:inline;
  font-weight:bold;
  margin:0;
}

.sitemap ul {
  font-size:11px;
  list-style:none outside none;
  margin: 0 0 30px;
  padding: 0;
}

.sitemap li a{
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 10px;
}

a.sitemap_link,
a.sitemap_link:hover{
  display: block;
  font-weight:normal;
  margin-bottom: 2px;
  text-decoration: none;
}

.content .sitemap h3{
  font-size:11px;
}

.sitemap_search_box_copy{
  font-size:10px;
  margin-bottom: 15px;
  margin-top: 5px;
}

#sitemap_search_box{
  background-color:#ffffff;
  background-image:url("assets/no-index/searchbox_magnifying_glass.gif");
  background-position: 3px 1px;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  font-size:11px;
  padding: 3px 3px 2px 22px;
  width:176px;
}

.sitemap_search_button{
  background:#77392A url("assets/no-index/bw_btn_arrow.gif") no-repeat right center;
  color:#ffffff;
  cursor:pointer;
  float:right;
  font-weight: bold;
  margin-top:20px;
  padding: 5px 35px;
}

.direction_ltr{
  direction:ltr;
}

div.direction_ltr{
  display:inline;
}

/* HEAD LINK STYLE */
.header_links{
    color: #77392A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-top: 10px;
}

.header_links a{
  color:#77392A;
  text-decoration:none;
  font-family:Arial, Helvetica;
  font-size: 10px;
  font-weight: bold;
}

.left{
  float:left;
}

.right{
  float:right;
}

.clr{
  clear:both;
}

.menu .item .has-column{
  width:340px;
}

/*region googlemap*/
#direction-panel{
  /*padding-right:20px;*/
}

.attraction-icon, .attraction-text{
  margin-left:5px;
}

.attraction-text{
  padding-top:8px;
}

.direction-widget-box{
  border:1px solid #a4a4a4;
}

#direction-input-box{
  padding-left:15px;
  padding-top:10px;
}

#direction-from{
  background:url('assets/no-index/circle_a.gif') no-repeat left center;
}

#direction-to{
  background:url('assets/no-index/circle_b.gif') no-repeat left center;
}

.direction-box{
  padding-left:30px;
  margin-bottom:5px;
}

.direction-text-box{
  width:171px;
}

.attraction-column{
  margin-left:12px;
}

#attraction-caption h2,
#direction-panel-box h2{
  font-size:18px;
}

#direction-panel-box h1{
  margin-right:21px;
}

#streetview-overlay{
  opacity:0;
  border:none;
  position:absolute;
  width:13px;
  height:13px;
  z-index:700;
  right:0px;
  top:0px;
}

#streetview-close{
  background-color:#fff;
  position:absolute;
  z-index:1000;
  top:0px;
  right:0px;
  width:12px;
  height:13px;
}

div.sifr h1{
  font-size:24px;
}

#attraction-caption {
  margin-left:14px;
}

#streetview{
  height:234px;
}

ul.address-list{
  margin-top:-1px;
  background-color:#fff;
  list-style:none;
  padding-left:0;
  width:280px;
}
ul.address-list li{
  padding-left:0;
  margin-left:0;
}
ul.address-list li a{
  display:block;
  padding-left:5px;
  text-decoration:none;
  width:100%;
  font-size:12px;
  color:#000;
  height:20px;
}

ul.address-list li a:hover{
  background-color:#ccccff;
  font-weight: bold;
}

#map-option-button-box{
  background:#8E8C48;
  width:135px;
  margin-right:20px;
}

#map-option-button-box a{
  font-size:12px;
  font-weight:normal;
  color:#fff;
  text-decoration:none;
}

#btn-switch-box{
  padding: 17px 0 0 5px;
}

img.travel-mode{
  cursor:pointer;
}

#travel-type-box {
  margin-left:145px;
}

.reset-box{
  /*
  margin-right:22px;
  margin-bottom:5px;
  */
  padding-top:5px;
  padding-left:45px;
}

.map-button{
  margin-right:21px;
  padding-left:19px;
  padding-right:22px;
}

.map-bn-button{
  margin-bottom:10px;
  margin-left:15px;
/*  margin-top:10px;*/
}

.attraction-checkbox{
  height: 16px;
  padding-top: 8px;
  width: 16px;
}

#btn-print{
  margin-right:20px;
}

.attraction-box{
  width:150px;
  margin-left:12px;
}

.sitemap_hlink {
    color: #77392A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-top:10px;
}

.sitemap_hlink a {
    color: #77392A;
    text-decoration:none;
}

/* ASSOCIATES BAR STYLE */
.associates_bar {
	background-color: #EFEFE4;
	color: #653C33;
	height: 30px;
	padding: 10px 20px;
	margin-top: 20px;
	font: normal 12px/30px Arial, sans-serif;
	border-top: 1px solid #C8C8BE;
	border-bottom: 1px solid #C8C8BE;
}

.associates_bar a, .associates_bar a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #60A19A;
}
.associates_bar a:hover {
	text-decoration: underline;
}

.asc_container {
	position: relative;
    /* width property triggers hasLayout for IE which seems to help help it
    position this properly when on RTL pages. */
    width: 783px;
}

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

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

/* START PARTNERS BAR */
#partnersBar {
    padding:10px 40px 10px 12px;
}
#partnersBar .asc_logo {
    position:relative;
    top:-7px;
    left:-2px;

}
#partnersBar .asc_headline {
    padding:0 5px;
}
/* END PARTNERS BAR */

/* css for tollfree */
.tollfree{
}

.tollfree-list{
  position:absolute;
  z-index:1200;
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
  color: #653C33;
}

div.tollfree-list{
  display:none;
}

.list-table{
  border-bottom:1px solid #77392A;
}

.list-table td{
  padding:2px 8px;
  font-size: 10px;
  white-space: nowrap;
}
.list-table tbody, .list-table tfoot {
  background-color:#FFFFFF;
}
img.flag{
  margin-right:5px;
  padding-top:2px;
}

/* tollfree number box style*/
td.default-location-number{
  background-color:#FFFFFF;
  border:1px solid #77392A;
  border-bottom:none;
}

td.empty-cell{
  border-bottom:1px solid #77392A;
  padding-left:120px
}

td.number-cell{
	padding-left:60px;
}

td.contact-list {
	padding-top:10px;
	padding-bottom:10px;
	border-right:1px solid #77392A;
	border-left:1px solid #77392A;
}

td.complete-list{
    border-right: 1px solid #77392A;
    border-left: 1px solid #77392A;
    padding:8px;
}

td.complete-list a{
  color:#388A88;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  padding-left: 6px;
}

td.tfrow0 {
    background-color: #EFEFE5;
}

td.tfrow1 {
    background-color: #FFFFFF;
}

/* Rating */
a.read-review{
  font-weight:bold;
	color:#3e8a88;
	text-decoration:none;
}
/* */

