@charset "utf-8";
/* Tierra Yucatan Style Sheet */

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #5a2827;
	background-color: #5a2827;
	margin: 0px;
}
a {
	color: #b76362;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 15px;
	color: #5a2827;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	color: #5a2827;
	font-weight: bold;
	margin: 0px;
}
.bg-white {
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;

}
#wrap {
	width: 960px;
	margin: 0 auto;	
	background-color: #FFFFFF;
}
#header {
	width: 960px;
	height: 85px;
	text-align: center;
}
#header a {
	color: #5a2827;
	text-decoration: underline;
}
#left-nav {
	width: 205px;
	text-align: left;
	margin-left: 20px;
	float: left;
}
#left-nav p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;
}
#content {
	width: 510px;
	text-align: justify;
	vertical-align: top;
	float: left;
}
#content a {
	color: #5a2827;
	font-weight: bold;
	text-decoration: underline;
}
#title, .title {
	width: 510px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/ty-web/bkgd-title.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	clear:both;
}
#right-nav {
	width: 205px;
	text-align: right;
	margin-right: 20px;
	float: right;
}
#right-nav p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;
}
#title-box {
	width: 510px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/ty-web/bkgd-testimonials.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
#box {
	width: 488px;
	text-align: justify;
	vertical-align: top;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #df9695;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #df9695;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #df9695;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#footer {
	width: 960px;
	color: #FFFFFF;
	text-align: center;
	background-color: #5a2827;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7e5352;
}
#logos {
	width: 960px;
	color: #FFFFFF;
	text-align: center;
	background-color: #5a2827;
}
#clear-float {
	height: 25px;
	width: 960px;
	clear: both;
}
#listing {
	width: 510px;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5a2827;
	margin-bottom: 10px;
}
#thumb {
	width: 170px;
	height: 135px;
	border-width: 1px;
	border-style: solid;
	border-color: #5a2827;
	float: left;
}
#listing-info {
	width: 300px;
	float: right;

}
.btn-more {
    background: url(../images/ty-web/btn-more.gif) no-repeat;
    height: 24px;
    width: 74px;
    border: none;
	cursor: pointer; 
  	cursor: hand;
}
.btn-more-hover {
    background: url(../images/ty-web/btn-more.gif) no-repeat 0 -24px;
    height: 24px;
    width: 74px;
    border: none;
	cursor: pointer; 
  	cursor: hand;
}

.btn-back {
    background: url(../images/ty-web/btn-back.gif) no-repeat;
    height: 24px;
    width: 74px;
    border: none;
	cursor: pointer; 
  	cursor: hand;
}
.btn-back-hover {
    background: url(../images/ty-web/btn-back.gif) no-repeat 0 -24px;
    height: 24px;
    width: 74px;
    border: none;
	cursor: pointer; 
  	cursor: hand;
}

.btn-print {
    background: url(../images/ty-web/btn-print.gif) no-repeat;
    height: 24px;
    width: 74px;
    border: none;
	cursor: pointer; 
  	cursor: hand;
}
.btn-print-hover {
    background: url(../images/ty-web/btn-print.gif) no-repeat 0 -24px;
    height: 24px;
    width: 74px;
    border: none;
	cursor: pointer; 
  	cursor: hand;
}

.btn-share {
    background: url(../images/ty-web/btn-share.gif) no-repeat;
    height: 24px;
    width: 74px;
    border: none;
	cursor: pointer; 
  	cursor: hand;
}
.btn-share-hover {
    background: url(../images/ty-web/btn-share.gif) no-repeat 0 -24px;
    height: 24px;
    width: 74px;
    border: none;
	cursor: pointer; 
  	cursor: hand;
}
.agent_thumbnail{
	border:1px solid #905452;
	padding:4px;
	margin-top:0px;
	margin-left:15px;
	margin-bottom:20px;
	float:right;
}

#contact_agents_list tr td{
	border-bottom:1px solid #df9695;
	padding-top:10px;
	padding-bottom:10px;
}

#contact_agents_list tr td p{ margin:0px; padding:0px; }

/*     SEARCH FORM       */
#search_form input[type=submit], #search_form input[type=button], #contact_agent_form input[type=button]{
	height:23px;
	padding:0px;
	border:1px solid #894813;
	background-color:#f5e9de;
	background-image: url(/images/button_bg.gif);
	background-repeat: repeat-x;
	color:#894813;
	font-size:11px;
	margin:3px;
}

#search_form input[type=text]{
	width:97%;
	font-size:11px;
	margin:0px 0px 6px 0px;
	background-color:#fffdf8;
	font-weight:bold;
}

#search_form select{
	width:165px;
	padding:0px;
	font-size:10px;
	font-size:11px;
	margin:0px 0px 6px 0px;
	background-color:#fffdf8;
}

#search_features_wrap{
	margin-bottom:5px;
	overflow:auto;
}

.search_features_div{
	width:161px;
	border:1px solid #df9695;
	margin:0px 3px 3px 0px;
	float:left;
	font-size:11px;
}
/*--------------------*/

/*----DETAILS PAGE----*/
#detail_table h3{ margin:0px; padding:0px; }
#detail_table p{ margin:3px 0px 10px 0px; line-height:19px; }
#detail_table .thumbnail{ margin:8px 10px 0px 0px; overflow:hidden; }
#amenities_list{ margin:0px; padding:0px; list-style:none; }
#amenities_list li{ 
	font-size:11px;
	display:inline; 
	border:1px solid #e29f9f; 
	padding:2px; 
	margin:2px;
	width:160px; 
	float:left;
	background-color:#f2e1e1;
}

#map_canvas{
	height:248px; 
	width:495px; 
	border:1px solid #5a2827;
	margin-left:7px;
}

#property_thumbnails{ padding-top:10px; }
#property_thumbnails img{ border:1px solid #5b2a29; }
#property_thumbnails .preview{ float:left; margin:0px 0px 5px 7px; }
#property_disclaimer{ clear:both; width:98%; margin:0px auto; padding-top:30px; }

/*--------------------*/

#locations_boxes{ color:#df9695; }

#locations_boxes a{ margin:2px; color:#df9695; text-decoration:none; }
#locations_boxes a.selected{ color:#b76362; }
#locations_boxes a:hover{ color:#b76362; }

.locations_box{
	border:1px solid #e09897;
	border-top:none;
	padding:20px;
	position:relative;
	top:-20px;
	text-align:center;
 }
 
#notify_me_table{ margin-top:0px; margin-bottom:10px; }
/*#notify_me_table tr td a{ color:#FFFFFF; }*/