@charset "utf-8";
body {
	font: 75%  Arial,Verdana, Helvetica, sans-serif;
	background: #d3ce8f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-top:20px;
	margin-bottom:10px;
	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;
}
p {
	margin:1em 0 1em 0;
}
h2 {
	font-size:120%;
}
a img {
	   border:none;
	   }
ul {
	margin-top:10px;
	padding-left:0px;
	margin-left:25px;
}
li {
	margin:0;
	padding:0;
}
ul li ul {
	margin-top:0;
}

td,th {font-family: Arial, Times, serif; font-size: 12px; color:#465653}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #edeabf;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: #a44c0e 2px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0 10px 0;
}
.oneColFixCtrHdr #header {
	text-align:center;
	background: #ffffff; 
	padding: 0;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #imageMenu {		
	background:url(images/imageMenuBG.gif);
	padding-top:6px;	
	background-color:#2f230d;
	padding-bottom:15px;
	float:left;
	width:100%;
}

.oneColFixCtrHdr #imageMenu h1 {
margin:0;height:19px;font-size:12px;padding-top:3px;
}
.oneColFixCtrHdr #imageMenu a:link, .oneColFixCtrHdr #imageMenu a:visited {
	text-decoration:none;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#A2A851; 
	background-image:url(images/imageMenuH1-BG.gif); 
	background-repeat:repeat-x;
	background-position:bottom;
	display:block; width:160px;text-transform:uppercase; text-align:center;
}
.oneColFixCtrHdr #imageMenu a:hover {
	color:#ffffff;
	background-color:#3F5C44; 
	background-image:url(images/imageMenuH1-BG-over.gif); 
	background-repeat:repeat-x;
	
}
.oneColFixCtrHdr #imageMenu #imageMenuInner {
	padding-left:18px;
	float:left;
}
.oneColFixCtrHdr #imageMenu #imageMenuInner .innerImageDiv {
	float:left;
	margin-right:16px;
}
.oneColFixCtrHdr #imageMenu #imageMenuInner .innerImageDivLast {
	float:left;
}
.oneColFixCtrHdr #imageMenu #imageMenuInner .innerImageDiv .innerImage {
	
}
.oneColFixCtrHdr #mainContent {
	padding:10px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #edeabf;
	text-align:left; 
	float:left;
	width:880px;
}
.oneColFixCtrHdr #mainContent a:link,.oneColFixCtrHdr #mainContent a:visited {
	color: #a44c0e;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent a:hover {
	color:#03F;
	text-decoration:underline;
}
.oneColFixCtrHdr #mainContent #mainContentLeft {
	float: left;
	width: 500px;
	padding: 0 15px 0 0;
	line-height:1.5em;
}
.oneColFixCtrHdr #mainContent #mainContentCenter {
	float:left;
	padding:0 10px 0 10px;
	width: 195px;
}
.oneColFixCtrHdr #mainContent #mainContentRight {
	float:left;
	width:134px;
}
.oneColFixCtrHdr #mainContent #mainContentRight #pugetAddress {
	margin-top:15px;
	width:100%;
	float:left;
}

/* total of #mainContent divs should be 864 */
.oneColFixCtrHdr #mainContent #mainContentLeft-subPage1 {
	float: left;
	width: 317px;
	padding: 0 15px 0 0;
	line-height:1.5em;
}
.oneColFixCtrHdr #mainContent #mainContentCenter-subPage1 {
	float:left;
	padding:0 20px 0 5px;
	width: 195px;
}
.oneColFixCtrHdr #mainContent #mainContentRight-subPage1 {
	float:left;
	width:317px;
}
.oneColFixCtrHdr #mainContent #mainContentLeft-subPage2 {
	float: left;
	width: 250px;
	padding: 0 15px 0 0;
	line-height:1.5em;
}
.oneColFixCtrHdr #mainContent #mainContentRight-subPage2 {
	width:562px;
	margin-left:310px;
}
.oneColFixCtrHdr #mainContent #mainContentLeft-subPage3 {
	float: left;
	width: 310px;
	padding: 0 5px 0 0;
	line-height:1.5em;
}
.oneColFixCtrHdr #mainContent #mainContentRight-subPage3 {
	width:450px;
	margin-left:390px;
}
.oneColFixCtrHdr #footer {
	padding: 5px 0 0 0;
	clear:both;
	background-color: #edeabf;
}
.oneColFixCtrHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size:80%;
}

.bold  {
	font-family : Arial;
	color : #465653;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
}

.head1  {
	font-family : Arial;
	color : #CA542E;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
}

.head3  {
	font-family : Arial;
	color : #669999;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
}

.head4  {
	font-family : Arial;
	color : #D99942;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
}

.bighead  {
	font-family : Arial;
	color : #CA542E;
	font-size : 12pt;
	font-weight : bold;
	text-decoration : none;
}

.neighborhoodInfo {
	background-color:#DBE6D5;
}

.tableFixSpacer1 {
	background-color:#DBDBDA;
}

.tableFixPropertyTitle {
	background-color:#B6D8D1;
}

.tableFixPropertyDescription {
	background-color:#F5F9DE;
}

.tableFixPropertyContactRealtor {
	background-color:#D99942;
}

.tableFixPropertyHeading {
	background-color:#edeabf;
}

.tableFixPropertyFooter {
	background-color:#edeabf;
}
.customHomeListing {
	float:left;
}
.highlight
{
	background-color:#fefbd2; color:#000080;
}

.fieldname
{
	text-align:right;
}
