/* TWO COLUMN LAYOUT */

body {
	background-color: #FFFFFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	}
* {margin:0; padding:0;}



#main_wrapper_sales_print {
	width:670px; /* widths of columns will change proportionately as this width is changed */
	margin-top:1px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	
	
}


#header {background-color:#ffffff;   
    padding:0px;	
	
	}

#content {
	
	width:670px; /* this width + nav width must total 100% */
	margin: 0px;
	padding: 0px;	
		
	}
		
	
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	
	}

#header_inner { 
	padding:0; /* creates space between the box  and the content */
	}

#content_inner {

	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;

	}
	

#property_header {
	width:630px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
} 

#property_wrapper{
width:660px;

padding-top: 10px;
	padding-bottom: 5px;
}

#property_description{
	float:left;
	width:430px;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	line-height: 130%;
}



#property_description img

{
	border:1px solid #666666;
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;	
}

#property_details{
float:left;
width:190px;
margin-right:10px;
margin-left:10px;
font-size: 11px;
	font-style: normal;
	color: #666666;
	line-height: 140%;


}

#property_details ul {

margin:0;
padding :0;
border: 0px ;


}

#property_details li {
	list-style-type:none;
	padding :3px;
	
	border-top:1px dotted #666666;
}


#property_end{
width:650px;
padding-top:5px;
clear:both;
}
	
#footer_inner {
	background-color:#9b9a9a; /* creates space between the box and the content */
	
	
	}



/* Sets the style for unvisited links-property description. */
#property_description a:link {
	color:#86B02D;
	text-decoration: none;
}
/* Sets the style for visited links. */
#property_description a:visited {
  color: #86B02D;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
#property_description a:hover {
	color: #99cc33;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
#property_description a:focus {
  color: #86B02D;
}
/* Sets the style for a link that is being activated/clicked. */
#property_description a:active {
  color: #86B02D;;
}



.lime {
	color: #86B02D;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 110%;	
}
.price{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 130%;
}



