/*----------------------- document setup/defaults --------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0px; padding: 0px; }

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;	
  background: #f5f5ef url(../images/bg.png) no-repeat top center; 
  padding: 0px;
  margin: 0px;
  text-align: center;
}

p, h1, h2, h3,h4 { margin-bottom: 10px; width:100%; }

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

a img { border: 0px; }

a { text-decoration: none; color: #788b2f; }

a:hover { text-decoration: underline; }

input, select { font-size: 11px; }

small { font-size: 10px; }

.spacer {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}

/*---------------- application.html.haml --------------------------*/

div#wrapper {
  background: #ffffff;
  color: #6e6e6e;
  width: 920px;
  margin: auto;
  text-align: left;
}

div#header {
  background: #788b2f; 
  height: 180px;  
  padding: 10px 0px 0px 0px;
  overflow:hidden;
}

#menu { font-size:14px; text-transform:uppercase; font-weight:bold; background:#546121 url(../images/menu_bg.png) repeat-x; color:white; width:920px; height:50px;  }
#menu ul { list-style: none; padding: 0px; margin: 0px; }
#menu li { float:left; height:50px; }
#menu a { border-left:1px solid #546121; border-collapse:collapse; color:#fff; display:block; height:20px; padding: 15px 22px 15px 22px;  margin:0px; text-shadow: 1px 1px 1px #434d1a;}
#menu .menu_home { border-left: 0px; padding-left:28px; }
#menu .current, #menu a:hover { background: #546121; text-decoration:none; }

/* IE widths */
#menu #menu_home, #menu #menu_about_us, #menu #menu_for_sale, #menu #menu_velismo, #menu #menu_relocation, #menu #menu_cayman_411, #menu #menu_contact_us { *padding:0; *margin:0;}
#menu #menu_home { *width:94px; }
#menu #menu_about_us { *width:118px; }
#menu #menu_for_sale { *width:116px; }
#menu #menu_velismo { *width:184px; }
#menu #menu_relocation { *width:135px; }
#menu #menu_cayman_411 { *width:136px; }
#menu #menu_contact_us { *width:137px; }

div#submenu {
  font-size: 14px;
  font-weight: bold;
	background: #ecebe0;
	color: #918e72;
	width: 920px;
	height: 30px;
	overflow: hidden;
}

div#submenu ul {
	list-style: none;
	margin-top: 7px;
}

div#submenu ul li {
	display: inline;
	padding: 0px 20px;
}

div#submenu ul li a {
	color: #918e72;
}

div#content {
  padding: 10px 20px 0px 20px;
}

div#footer {
	border-top: 3px #ecebe0 dotted;
	color: #787878;
	width: 900px;
	margin: 0px 10px;
	padding: 10px 0px;
	text-align: center;
}

/*-------------------------- _sidebar_find_home.html.haml --------------------*/

div#sidebar_find_home {
  background: #ecebe0;
  float: left;
  overflow:hidden;
  width: 240px;
  margin-top:5px;
}

div#sidebar_find_home_top {
	background: #ecebe0 url(../images/sidebar_find_home_corners.jpg) top right no-repeat;
	width: 240px;
	height: 20px;
}

div#sidebar_find_home_middle {
	color: #546121;
	font-size: 14px;
	line-height: 30px;
	padding: 0px 20px;
	width: 200px;	
}

div#sidebar_find_home_middle h1 {
	font-family: "FranklinGothic Heavy", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
}

div#sidebar_find_home_bottom {
	background: #ecebe0 url(../images/sidebar_find_home_corners.jpg) bottom left no-repeat;
	width: 240px;
	height: 20px;
}

#sidebar_find_home .row { display:block; float:left; width:200px; }

.sidebar_find_home_field_full, .sidebar_find_home_label_full {
  margin-bottom:6px;
	width: 100%;
}

.sidebar_find_home_label_column {
	width: 38%;
	float: left;
}

.sidebar_find_home_field_column {
	width: 57%;
  margin-top:6px;
	float: right;
}

.sidebar_find_home_submit {
	background: #586522 url(../images/sidebar_find_home_submit_bg.png) top left no-repeat;
	border: 0px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	height: 40px;
  margin-top:10px; 
	width: 200px;
}

/*------------------------ content_right ----------------------------*/

div#content_right {
	width: 610px;
	float: right;
}

div#content_right h1 {
	font-size: 26px;
	color: #788b2f;
	float: left;
}

/*------------------------------- index page ----------------------------*/

.more_properties_link {
	float: right;
}

.more_properties_link a {
	color: #6e6e6e;
}

.property_summary {
	border-top: 3px #ecebe0 dotted;
	padding: 15px 0px 40px 0px;
}

.property_summary h2 {
	font-size: 17px;
	color: black;
}

.property_summary .property_image {
	background: url(../images/property_summary_image_frame.png) top left no-repeat;
	padding: 12px;
	width: 204px;
	height: 134px;
	overflow: hidden;
	float: left;
}

.property_summary .property_features {
	width: 364px;
	float: right;
}

.property_summary .property_features h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #546121;
}

.property_summary .property_features ul {
	list-style: inside;
}

.property_summary .property_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	background: #586522 url(../images/property_summary_more_button_bg.png) top left no-repeat;
	color: white;
	border: 0px;
	text-align: center;
	padding: 5px 0px;
	width: 180px;
	height: 20px;
}

.property_summary .property_more a {
	color: white;
}

/*---------------------- property listings index ----------------------*/

.now_viewing {
	font-size: 16px;
	color: #918e72;
	float: left;
}

.pagination_links {
	font-size: 16px;
	color: #918e72;
	float: right;
}

.pagination_links a {
	color: #788b2f;
	font-weight: bold;
}

table.listings {
	font-size: 12px;
}

table.listings tfoot th {
	background: white url(../images/listings_table_footer_bg.png) bottom left no-repeat;
	height: 40px;
}

table.listings thead th {
	background:  url(../images/listings_table_header_bg.png) 50% top no-repeat;
	color: white;
	padding-left: 16px;
	height: 40px;
}

table.listings thead th.first {
	background:  url(../images/listings_table_header_bg.png) 0% top no-repeat;
}

table.listings thead th.last {
	background:  url(../images/listings_table_header_bg.png) 100% top no-repeat;
}

table.listings th a {
	color: white;
	text-decoration: none;
}

table.listings tr.odd {
	background: #ecebe0;
}

table.listings tr.even {
	background: white;
}

table.listings tr td img.listings_property_image {
	height: 50px;
	width: 80px;
	overflow: hidden;
	border: 5px solid white;
}

table.listings tr td {
	vertical-align: top;
	padding: 10px 0px 10px 16px;
}

table.listings tr td a {
	color: #788b2f;
	text-decoration: underline;
}

/*---------------------- property listings show ----------------------*/
#listing-content { float:left; width:550px; }
#listing-mls { float:left; border-bottom:3px #ecebe0 dotted; color:#918e72; font-size:16px; padding:0 0 12px; margin:0 0 12px 0 }
#listing-mls strong {color:#788b2f; }
#listing-title { color:#000; font-size:17px; font-weight:bold; margin:0 0 16px; }
#listing-details {}

#listing-detail-list { margin-top:30px; }
.listing-item { background:#f5f5ef; float:left; padding:2px 12px; width:260px;clear:both;}
.listing-item-alternate{ background:#fff; float:left; padding:2px 12px; width:260px;clear:both;}
/*.listing-row .alternate { background:#fff; }*/
.listing-item .detail,.listing-item-alternate .detail { color:#000; }
.listing-item p.detail,.listing-item-alternate p.detail { color:#000; font-weight:bold;}
.listing-item { }
.listing-item p { padding:0; margin-top:30px; }
.listing-item ul { margin-left:16px; }
.listing-item li {}

#mortgage-container{float:left;width:280px;background-color:#fff;}
.listing-mortgage-calculator { background:url(../images/listing-show-mortgage2.jpg) no-repeat; color:#414141; height:340px; margin:0px 0 0px; width:280px;}
.listing-mortgage-calculator .details { float:left; margin:10px; width:270px; }
.listing-mortgage-calculator .form { float:left; margin:10px 0 0 10px; width:270px; }
.listing-mortgage-calculator h2 { background:url(../images/listing-show-line.jpg) repeat-x bottom; color:#788b2f; font-size:18px; height:32px; }
.listing-mortgage-calculator input { color:#b8b8b8; }
.listing-mortgage-calculator .dollars { font-size:22px; font-weight:bold; margin:20px 0; }
.listing-mortgage-calculator .row { height:25px; }
.listing-mortgage-calculator .morgage-calc-full { float:left; width:90px; }
.listing-mortgage-calculator .morgage-calc-full-label { float:left; width:120px; }
.listing-mortgage-calculator .morgage-calc-half { width:50px; float:left;}
.listing-mortgage-calculator .results { margin-top:12px; }
.listing-disclaimer { color:#a2a2a2; font-size:10px; padding-left:20px; margin-bottom:35px; }



.listing-button { float:left; margin-bottom:10px; width:290px; }

#listing-photos { float:right; width:290px;clear:both;}
.listing-photo { background:url(../images/listing-show-photo-bg.jpg) no-repeat; height:174px; overflow:hidden; padding:13px; width:264px; }

/*--------------------------------- velismo -----------------*/

#velismo_outer_wrapper {
	background: white url(../images/velismo_wrapper_bg.png) no-repeat;
	width: 842px;
	margin: 30px 39px;
	padding-top: 6px;
}

#velismo_inner_wrapper {
	background: white;
	width: 830px;
	margin: 0px 6px;
}

#velismo_header {
	font-family: Georgia, "Times New Roman", serif;
	text-align: center;
	padding-top: 40px;
}

#velismo_header h1 {
	font-size: 34px;
	font-weight: normal;
	color: #592143;
}

#velismo_header h3 {
	font-size: 18px;
	font-weight: normal;
	color: #f26322;
}

#velismo_content {
	margin: 0px 30px;
}

#velismo_content h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: normal;
}

#velismo_content h2.purple {
	color: #592143;
}

#velismo_content h2.orange {
	color: #f26322;
}

#velismo_content #left_75 {
	float: left;
	width: 525px;
}

#velismo_content #right_25 {
	float: right;
	width: 210px;
}

#velismo_content ul {
	list-style: none;
}

#velismo_content ul li {
}

#velismo_content ul li a {
	font-size: 15px;
	text-shadow: 1px 1px 1px white;
	text-decoration: none;
	color: #666;
	background: white url(../images/velismo_btn_bg.png) no-repeat;
	padding: 6px 20px;
	height: 28px;
	display: block;
}

#velismo_content #left_50 {
	width: 365px;
	float: left;
}

#velismo_content #right_50 {
	width: 391px;
	float: right;
}

#velismo_image_frame {
	background: white url(../images/velismo_image_frame_bg.png) no-repeat;
	margin-top: 50px;
	padding: 20px;
	width: 350px;
	height: 350px;
	overflow: hidden;
}

#tabs_area #tabs_menu {
}

#tabs_area #tabs_menu ul {
	list-style: none;
}

#tabs_area #tabs_menu ul li {
	display: inline;
}

#tabs_area #tabs_menu ul li a {
	font-size: 17px;
	font-weight: bold;
	text-shadow: none;
	text-decoration: none;
	background: #bebebe;
	padding: 6px 20px;
	color: white;
	display: inline;
	margin-right: 7px;
}

#tabs_area #tabs_menu ul li a.current {
	background: #592143;
}

#tabs_area #tabs_hr {
	background: #592143;
	position: relative;
	top: 3px;
	height: 3px;
	width: 100%;
	overflow: hidden;
}

/*Added*/

.content_cell h1,.content_cell_wide h1{
	width:100%;
	border-bottom:1px dashed #999;
	padding-bottom:10px;
}

.more_information {
	background: #586522 url(../images/sidebar_find_home_submit_bg.png) top left no-repeat;
	border: 0px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
  	margin-top:30px; 
	width: 200px;
	padding:5px;
}

ul.features{

	margin-left:15px;
	margin-bottom:15px;	
}

h4{
	color:#788B2F;
}


#footer p{
	
	text-align:left;
}

table#property_search_results{
	background-image: url(../images/listings_table_header_bg.png);
	background-repeat: no-repeat;	
}

div#information_contained_herein{
width:100%;
float:left;
}
#contact_information{
float:left;
width:300px;
}
#contact{
width:300px;
float:left;
}

#similar_property_results th{
background-color:#788B2F;	
color:#ffffff;
padding-left:5px;
}

.listing-mortgage-calculator input#submit{
background-color:#778A2E;
color:#ffffff;
font-size:14px;
}

form#contact{
	background-color:#F4F5EF;
	border:1px solid #c0c0c0;
	width:280px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

table#contactform td {
	padding:5px;
}

em.need{
	color:#ff0000;
}

/*neils pics*/
div#neils_property_pictures_container{
background-color:#ffffff;
float:right;
width:315px;
}

div#neils_property_pictures_container h3{
	
	background-image: url(../background/h3_property_page.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align:center;
}
div#neils_property_pictures_container p{
	font-size:x-small;
	padding:1px;
	margin:0px;
	color:#546121;
	text-align:center;
}

div#neils_property_pictures_container ul{
list-style-type:none;
margin:0px;
padding:1px;
width:315px;
}

div#neils_property_pictures_container li {
display: inline;
}

/*Add this code*/
.addthis_toolbox.addthis_pill_combo a {
    float: left;
    margin-left:20px;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
} 

/*follow us*/
div#join_us_on{
	width:240px;
}

/*newsletter*/
div#newslettersignup{
	width:280px;
	height:95px;

	float:left;
	color:#918e72;
	font-size: 18px;
	text-align:center;
	padding:5px;
}

div#newslettersignup p{
	font-size: 12px;
	text-align:left;
	color:#dddddd;

}

form#contact h2 { 
	background:url(../images/listing-show-line.jpg) repeat-x bottom; 
	color:#788b2f; 
	font-size:18px; 
	height:32px; 
	text-align:center;
	padding-top:5px;
	}
	
form#contact input#submit { color:#ffffff; background-color:#778A2E; }

div#listing-video{
float:right; 

padding:4px;
padding-right:3px;
text-align:right;

border:1px solid #ccc;
 width:275px; 
 
 }


