/* Last updated: 23-February-2008 */

/*
color1: #DEE3E7   background blue 
color2: #84929F   medium blue 
color3: #4E6172   dark blue 
color4: #B8C392   medium green 
color5: #F3F5F6   blue highlight 
*/

html {
	color:#000;
	background-color:#DEE3E7;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:5px;
	padding:0;
}

body {
	background: url('images/background_body.png') repeat;
}

div, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

.floatLeft {
float:left;
}

.floatReft {
float:right;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.clear {	
	/* use this to clear floats */
	clear: both;
	margin: 0; 
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.center {
	text-align: center;
}

.small {
font: normal 10px Arial, sans-serif;
color: #4E6172;
}

.bold {
	font-weight: bold;
}
.uppercase {
text-transform: uppercase;
}

#pageBody {
margin: 0px;
padding:0px;
width: 984px;
position:relative;
}

#header {
display:inline;
margin: 0;
padding:0;
}

br.height5 {
line-height:5px;
}

/* listing -------------------------------------------------------- */

#listing {
float:left;
background-color:#ffffff;
margin:10px 5px 0 1px;
padding:10px;
width:762px;
color: #4E6172;
vertical-align: top;
}


.hdrText {
font: normal 20px Arial, sans-serif;
color: #B8C392;
margin:5px;
}

.colTitle {
font: bold 11px Arial, sans-serif;
color: #4E6172;
background-color: #F3F5F6;
text-transform: uppercase;
}

#listing table.openHouses{
	width:762px;
	margin:0;
	float:left;
	font: normal 12px Arial, sans-serif;
}

#listing td a, a:hover {
	color: #84929F ;
	text-decoration: none;
}

#listing a:hover {
	text-decoration: underline;
}

table.openHouses td a.house {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

table.openHouses td a:hover {
	text-decoration: underline;
}

table.openHouses td img.house {
	padding: 0px 0;
	border: 1px solid #cccccc;
}

table.openHouses tfoot td {
	padding: 8px 0;
}

table.openHouses th {
	padding: 5px 10px 5px 3px;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
}

table.openHouses th img {
	vertical-align: baseline;
}

table.openHouses td {
	padding: 5px 5px 10px 5px;
	vertical-align:top;
}

table.openHouses td p {
	margin:0;
	padding: 0;
}
table th, td {
	border: 1px solid #cfcfcf;
	font: 12px normal #333333;
}

table th {
	background-color: #cfcfcf;
	text-align: left;
	vertical-align: top;
}

table.openHouses tfoot td {
	border-left: none;
	border-right: none;
}

table.openHouses th {
	background-color: #e5ebee;
	color: #4E6172;
	font-size: 11px;
	font-weight: bold;
	border: none;
}

table th.active {
	color: #333;
	font-weight: bold;
}

table.openHouses td{
	border-color: #efefef;
}

table th a, table th a:visited, table th a:hover {
	color: #4E6172;
	font-weight: normal;
	text-decoration: none;
}
/* towns -------------------------------------------------------- */

#towns {
float:right;
margin:10px 0px 0 0px;
padding:0;
width: 187px;
}

#towns div span p{
margin:0;
padding:0;
}

#townsBody{
background-color:#ffffff;
margin:0 0 0 0px;
padding:5px 0 0 10px;
}

#townsBody img{
margin:0;
padding:0;
}

#townsBody .headerText {
font: bold 11px Arial, sans-serif;
color: #4E6172;
}

#townsBody .bodyText {
font: normal 14px Arial, sans-serif;
color: #4E6172;
}




