@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #789022;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1390px;
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #subheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #00F;
	font-weight: bold;
} 
.thrColFixHdr #innerContainer {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/contentBack.jpg);
	background-repeat: repeat-y;
	background-position: center;
} 
.thrColFixHdr #header {
	background: #EBEBEB;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
} 
.thrColFixHdr #property {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/propertyBack.jpg);
	background-repeat: repeat-y;
	background-position: center;
} 
.wrap {
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	height: 1400px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #blueTxt {
	color: #00F;
	font-weight: bold;
	text-decoration: underline;
} 
.thrColFixHdr #mainContent {
	margin-left: 170px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 170px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #propertyContent {
	margin-left: 170px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
} 
.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.propertyHead {
	background-image: url(../images/property_head.png);
	width: 630px;
	height: 18px;
	padding-top: 7px;
	padding-left: 20px;
}
.propertyContent {
	background-image: url(../images/property_content.png);
	background-repeat: repeat-y;
	width: 620px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.propertyPic {
	width: 150px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.propertyTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-left: 5px;
	text-align: left;
}


.propertyBtm {
	background-image: url(../images/property_btm.png);
	height: 25px;
	width: 650px;
}
.propertyWrap {
	width: 675px;
	padding-left: 25px;
}
.propertyNav {
	padding-left: 400px;
}


/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

.thrColFixHdr #mainContent { zoom: 1; }
