
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border:1px solid #2f2922;
	margin-right:3px;
}
#mainContent { 
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#faf0e1;
	width:570px;
} 
#mainContent960 { 
	margin: 0 10px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#faf0e1;
	width:98%x;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.lotsadetails {line-height:110%;}

div,td,span,form,li {margin:0;padding:0;line-height:inherit;text-align:left;}

#sidebar1 td, #sidebar1 p,#sidebar1 li {font-size:11px; font-family:Arial, Helvetica, sans-serif;}
#sidebar1 h1 {font-size: 16px; font-weight:bold; text-transform: uppercase; letter-spacing:1.0px;}
#sidebar1 h2 {font-size: 14px; font-weight:bold; text-transform: uppercase;letter-spacing:1.0px;}
#sidebar1 h3 {font-size: 12px; font-weight:bold; text-transform: uppercase;letter-spacing:1.0px;}
#sidebar1 h4 {font-size: 10px; font-weight:bold; text-transform: uppercase;letter-spacing:1.0px;}

.quote p {margin-bottom:10px;font-size:10px; line-height:22px;}
.quote {background-image:url(../images/quote_left.jpg); background-position:top left; background-repeat:no-repeat;padding:10px;padding-top:30px;margin:0;border:0;}
#rtquote {background-image:url(../images/quote_right.jpg); background-position:bottom right; background-repeat:no-repeat;padding:10px; width:180px; height:35px;}


/*propertynav */


/*left menu style*/
ul#nav li {line-height:14px; padding:3px 6px;border-bottom: 1px solid #ffffff; list-style-image:url(../images/bg-nav.jpg) no-repeat; list-style-type:none;font: normal 11px/14px Arial,Helvetica,sans-serif;}
.propertynav,  .propertynav a:link,  .propertynav a:visited {list-style-image:url(../images/bg-nav.jpg) no-repeat;}
ul#nav li a, ul#nav li a:link, ul#nav li a:visited, #sidebar1 li {
border: 0px;
list-style-image:url(../images/bg-nav.jpg) no-repeat;
padding: 3px 6px 3px 0px;
color: #ffffff;
text-decoration: none;
text-align: left;
font-weight:bold;
}

/* on hover */
ul#nav li a:hover {
list-style-image:url(../images/bg-nav.jpg) no-repeat;
color: #fffff;
text-decoration: none;
text-align: left;

}

