@charset "utf-8";
body  {
	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: #F8F8F8;
	background-image: url(site_images/pagebg_top.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


.twoColFixLtHdr #container {
	width: 747px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F8F8F8;
} 
.twoColFixLtHdr #header {
	background-image: url(site_images/Header_image_clear_cut.jpg);
	height: 307px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-color: #F8F8F8;
	background-position: top;
} 
.twoColFixLtHdr #container #header_top {
	height: 54px;
	background-image: url(site_images/pagebg_top.gif);
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	width: 747px;
}

.twoColFixLtHdr #header h3 {
	margin: 0;
	color: #E97449;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	width: 747px;
}

.dateText {
	margin: 0;
	color: #E97449;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.houseText {
	margin: 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	width: 400px;
	height: 100px;
	overflow: hidden;
	clear: right;
}

.houseDescription {
	margin: 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: bold;
	width: 400px;
	overflow: hidden;
}

.housePrice {
	margin: 0;
	color: #009933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: 500;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	background-color: #F8F8F8;
	padding: 0px;
	margin-top: 20px;
}
.twoColFixLtHdr #sidebarA {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #F8F8F8;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #sidebarB {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #F8F8F8;
	padding: 10px;
	margin-top: 10px;
}

.twoColFixLtHdr #sidebarC {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #F8F8F8;
	padding: 10px;
	margin-top: 10px;
}
.twoColFixLtHdr #mainContent {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	background-color: #F8F8F8;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #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 */
	background-color: #F8F8F8;
}
.fltaround { /* 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;
	list-style-type: circle;
}


.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;
	vertical-align: text-top;
	top: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.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;
}
.house {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: justify;
	display: none;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	float: left;
	margin-top: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	overflow: auto;
	height: 320px;
	width: 498px;
}

@charset "utf-8";

.dateText {
	margin: 0;
	color: #E97449;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pacSoldPrice {
	margin: 0;
	color: #FF3366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: 500;
}

.pacDescription {
	margin: 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 390px;
	height: 100px;
	overflow: hidden;
	clear: right;
	text-align: justify;
}

.pacTitle {
	margin: 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: bold;
	width: 380px;
	overflow: hidden;
	text-align: left;
}

.pacPrice {
	margin: 0;
	color: #009933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: 500;
}

.pacCity {
	margin: 0;
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: 500;
}

.pacfltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 4px;
	margin-top: 4px;
}

