* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}
img {
	border: 0;
}
body {
	background: #000;
	text-align: center;
}
#wrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#side {
	background: #474548;
}
#main {
	background: url('../images/footer_background.jpg') bottom right no-repeat #fff;
}
.nav {
	margin-bottom: 26px;
}

#nav {
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 20px 0;
	padding: 0;
	display: block;
	width: 228px;
	height: 22px;
	list-style: none;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	background: url('../images/nav_off.gif') top left no-repeat;
}

#nav li:hover {
	background: url('../images/nav_on.gif') top left no-repeat;
}

#nav li a {
	width: 178px;
	height: 18px;
	padding: 4px 0 0 50px;
	display: inline-block;
	text-decoration: none;
	color: #000;
}

#nav li a:hover {
}

.nav a {
	display: inline-block;
	margin-top: 26px;
}
.topnav {
	width: 672px;
	height: 128px;
	background: url('../images/top_nav_bg.gif') no-repeat;
}
.topnav a {
	display: inline-block;
	margin: 80px 0 0 15px;
}
.realtors {
	padding: 0 0 30px 40px;
	background: url('../images/realtor_box.gif') no-repeat;
}
.realtors a {
	display: inline-block;
	margin: 10px 0 0 0;
}

.footer {
	padding-top: 120px;
}

.footer p {
	padding: .25em 4em;
	margin: 0;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
}

form.search {
	margin: 0;
	padding: 35px 0 20px 50px;
	background: url('../images/search_box.gif') no-repeat;
}

form.mailinglist {
	margin: 0;
	padding: 10px 20px 30px 40px;
	background: url('../images/realtor_box.gif') no-repeat;
}

.mailinglist p {
	margin: .25em 0;
	font-size: 9pt;
	line-height: 140%;
}

label {
	display: block;
	margin: 4px 0 0 0;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 1pt;
}
select {
	width: 140px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}
input.button {
	padding: .25em;
	margin: 10px 0 0 0;
}
#window {
	width: 672px;
	height: 355px;
	position: relative;
	margin: auto;
}
#window img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.contents {
	padding: 40px;
}

h1 {
	margin: 30px;
	border-bottom: 1px dotted #aaa;
	color: #aaa;
	text-align: right;
	font-size: 14pt;
	line-height: 100%;
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	margin: 30px;
	border-bottom: 1px dotted #aaa;
	color: #aaa;
	text-align: right;
	font-size: 14pt;
	line-height: 100%;
	font-weight: normal;
	text-transform: uppercase;
}

.contents h1 {
	margin: .25em 0;
}

.contents h2 {
	margin: 1em 0;
	color: #d84;
	font-size: 12pt;
	line-height: 100%;
	font-weight: normal;
	text-transform: uppercase;
}

.contents .broker {
	float: left;
	clear: both;
	margin: 0 20px 10px 0;
}

.contents p {
	margin: 1em 0;
	font-size: 9pt;
	line-height: 150%;
	letter-spacing: .1em;
}

.contents p strong {
	color: #d84;
	font-size: 9pt;
	text-transform: uppercase;
}

.contents .smallpic {
	clear: both;
	float: left;
	margin: 0 10px 10px 0;
}

ul.listings {
	list-style: none;
}

ul.listings li {
	overflow: auto;
	display: block;
	clear: both;
	margin: 30px;
	padding: 20px;
	border: 1px solid #ccc;
	background: #eef;
	font-size: 9pt;
	line-height: 150%;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

ul.listings li:hover {
	border-color: #aaa;
	background: #eee;
}

ul.listings li h2 {
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #888;
	color: #888;
	font-size: 12pt;
	line-height: 140%;
	text-transform: uppercase;
}
ul.listings li h2 a {
	color: #888;
	text-decoration: none;
}
ul.listings li .thumb {
	float: left;
	clear: both;
	margin: 0 20px 0 0;
}

ul listings li h2 em {
	font-size: 10pt;
}

.listing {
	margin: 30px;
	padding: 20px;
	border: 1px solid #ccc;
	background: #eef;
	font-size: 10pt;
	line-height: 140%;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

.listing h2 {
	border-bottom: 1px dotted #888;
	color: #888;
	font-size: 20pt;
	line-height: 100%;
	text-transform: uppercase;
}

.listing h4 {
	color: #888;
	line-height: 140%;
	text-transform: uppercase;
}

.listing p {
	margin: 1em 0;
}

.listing ul {
	list-style: none;
}

.listing ul li {
	font-size: 9pt;
	line-height: 200%;
}

.listing .photo {
	margin: 20px 0;
	text-align: center;
}

.listing ul li strong {
	display: inline-block;
	width: 10em;
	color: #999;
	text-align: right;
	text-transform: uppercase;
}

.listing table {
}

.listing td {
	padding: .25em .5em;
	font-size: 10pt;
}