@charset "utf-8";
/* CSS Document */



body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bck_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}



a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #798571;
}
a:active {
	text-decoration: underline;
	color: #0000ff;
}



h1 {
	font-size: large;
	color: #798571;
	padding-top: 5px;
	padding-bottom: 2px;
}



h2 {
	font-size: medium;
	color: #798571;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
}


#container {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
	display: inline-block;
	clear: both;
	border: thin solid #AEB4A5;

}


#banner {
	clear: none;
	width: 950px;
}


#top_nav {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	height: 25px;
	width: 950px;
	text-align: center;
	padding-top: 8px;
}



#top_nav a:link {
	color: #0000ff;
	text-decoration: underline;
}

#top_nav a:visited {
	text-decoration: underline;
	color: #0000ff;
}
#top_nav a:hover {
	text-decoration: none;
	color: #ff0000;
}
#top_nav a:active {
	text-decoration: underline;
	color: #0000ff;
}


#intro {
	width: 736px;
	height: 442px;
	text-align: left;
	float: left;
	display: inline-block;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #003366;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #798571;
}



#intro p {
	margin: 10px;
}



#hot_links {
	width: 212px;
	height: 442px;
	display: inline-block;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #798571;
}



.listing {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 3px;
	float: left;
	width: 170px;
	border: thin solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: normal;
	height: 245px;
}



.listing_img_505 {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 525px;
	border: thin solid #999999;
	text-align: center;
	height: 240px;
}


.listing_img_700 {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 720px;
	border: thin solid #999999;
	text-align: center;
	height: 240px;
}



.listing_status {
	color: #ff0000;
	font-weight: normal;
}



.open_house {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #990000;
	background-color: #FFFF66;
	padding-right: 15px;
	padding-left: 15px;
}



#town_links {
	background-image: url(images/bck_town_links_september.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	clear: both;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	display: block;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}


#credits {
	background-color: #d7dfce;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	display: block;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}


#credits a:link {
	color: #000;
	text-decoration: underline;
}
#credits a:visited {
	text-decoration: underline;
	color: #000;
}
#credits a:hover {
	text-decoration: none;
	color: #666;
}
#credits a:active {
	text-decoration: underline;
	color: #000;
}






