/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/secondarybackground.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}

#bodylayout {
	width: 700px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	}
	
#topheader {
	width: 100%;
	height: 98px;
	}
	
#picheader {
	width: 100%;
	height: 180px;
	}
	
#maincontent {
	width: 700px;
	min-height: 750px;
	height: auto !important;
	height: 750px;
	background-image:url(images/cpmbackground.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
	
#maincontentblank {
	width: 700px;
	min-height: 750px;
	height: auto !important;
	height: 750px;
	background-color:#FFFFFF;
	}
	
#address {
	width: 594px;
	padding-top:9px;
	padding-bottom:9px;
	margin-left: 53px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6e71;	
	}
	
#navigation {
	width: 594px;
	padding-top: 5px;
	padding-bottom:5px;
	margin-left: 53px;
	}
	
#innerleft {
	width: 421px;
	margin-left: 53px;
	padding-top: 35px;
	float:left;
	}
	

#secondarygraybox {
	width: 421px;
	min-height: 31px;
	height: auto !important;
	height: 31px;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image:url(images/secondarygraybar.gif);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6d6e71;
	font-weight: bold;
	}
	
#lefttext {
	width: 381px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6e71;
	line-height: 17px;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 20px;
	margin-right: 20px;
	}
	
#lefttextlong {
	width: 554px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6e71;
	line-height: 17px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	}
	

#innerright {
	width: 121px;
	float: right;
	padding-top: 95px;
	margin-right: 53px;
	}


#graybox {
	width: 252px;
	min-height: 27px;
	height: auto !important;
	height: 27px;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image:url(images/gray_box.gif);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6e71;	
	}
	
	
#footer {
	width: 100%;
	min-height: 48px;
	height: auto !important;
	height: 48px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	clear: both;
	}
	
#footertext {
	width: 680px;
	font-family: Arial;
	font-size: 12px;
	color: #6d6e71;
	padding-top: 16px;
	margin-right: 20px;
	}

div#lefttextlong table.utilities tr td {
	
	border-bottom: 1px solid #CCC;
}

div#lefttext table.contactus tr td {
	
	border-bottom: 1px solid #CCC;
}

.cake-sql-log {
	background-color: #fff;
}

/* search forms */

th.picture-header { width: 140px; }
th.address-header { width: 268px; }
th.units-header { width: 145px; }

table.adv-search {
	width: 586px;
}
.adv-search td {
	border: solid #6d6e71 1px;
	background-color: #e2e2e2;
	margin: 50px;
	padding: 13px 10px;
}
.adv-search-inner td {
	border: 0;
	padding: 0;
}
.adv-search #where,
.adv-search #bedrooms {
	width: 250px;
}
.adv-search #when,
.adv-search #sqft_min,
.adv-search #sqft_max {
	width: 240px;
}
.adv-search #price_min,
.adv-search #price_max {
	width: 120px;
}
.adv-search #parking,
.adv-search #pets {
	width: 240px;
}
#reset-search { float: left; }
#submit-search { float: right; }

/* search results */

.search-results {
	border: solid #999 1px;
}
.search-results td {
	border-bottom: solid #999 1px;
	padding: 2px 5px;
}
.search-results th {
	border-bottom: solid #999 2px;
	padding: 2px 5px;
}

td.units {
	text-align: right;
	width: 10%;
	border-left: solid #999 1px;
}
td.unit-prices {
	width: 10%;
}
td.picture img {
	width: 130px;
}
td.picture {
	width: 20%;
	border-right: solid #999 1px;
}
td.description {
	width: 60%;
}

