@charset "utf-8";
body {
	font: 75% Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}
a {
	outline: 0 none;
}

#wrapper {
	margin: 0px auto;
	width: 950px;
	text-align: left;
}
#header {
	height: 120px;
	overflow: hidden;
}
#logo {
	float: left;
	width: 400px;
}
#logo h1 {
	margin: 0px;
	font-size: 1.5em;
}
#nav-links {
	float: right;
	width: 500px;
}
.question {
	text-align: right;
	line-height: 35px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #999999;
	font-size: 1.1em;
	padding-top: 20px;
}
.question a {
	text-decoration: none;
	color: #0066CC;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

ul#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 33px;
}
ul#nav li {
	display: block;
	float: left;
	list-style: none;
}
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #333333;
	text-align: center;
	font-weight: bold;
	line-height: 33px;
	border-right: 1px solid #D7D7D7;
	background: url(../images/nav-bkg.gif) no-repeat left -33px;
}
ul#nav li a:hover {
	background: url(../images/nav-hover.gif) no-repeat left -33px;
	color: #FFFFFF;
}


li.home {
	width: 85px;
}
ul#nav  li.home a {
	background: url(../images/nav-bkg.gif) no-repeat 0px 0px;
}
ul#nav li.home a:hover {
	background: url(../images/nav-hover.gif) no-repeat 0px 0px;
}


li.about {
	width: 105px;
}
li.realtors {
	width: 96px;
}
li.adv {
	width: 118px;
}
li.city {
	width: 96px;
}
ul#nav li.city a {
	background: url(../images/nav-bkg.gif) no-repeat right -66px;
	border: 0 none !important;
}
ul#nav li.city a:hover {
	background: url(../images/nav-hover.gif) no-repeat right -66px;
	border: 0 none !important;
}

#banner {
	height: 268px;
	background: url(../images/banner.gif) no-repeat 0px 0px;
	margin-bottom: 15px;
	text-align: center;
}
#banner h2 {
	height: 46px;
	padding-top: 38px;
	text-align: center;
}
#banner h3 {
	font-size: 2.5em;
	font-weight: normal;
	padding: 0.25em 80px;
}
#banner p {
	padding-right: 90px;
	padding-left: 90px;
	color: #3379B0;
	font-size: 1.65em;
	line-height: 1.5;
}

#links {
	text-align: center;
	padding-top: 10px;
}
ul#sale-links {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#sale-links li {
	float: left;
	width: 132px;
	display: block;
	margin: 0px 26px 25px 0px;
	padding: 0px;
	list-style: none;
	height: 132px;
}
ul#sale-links li a {
	display: block;
}
#sale-links li.last {
	margin-right: 0px;
}

#content {
	clear: both;
	padding-top: 10px;
	padding-bottom: 15px;
}
h2.title {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: .5em;
	margin-top: 0.75em;
}
#content p {
	margin-bottom: 0.5em;
}
.footer-top {
	height: 8px;
	background: #2291BA;
}
.footer-top .left {
	background: url(../images/ft-l.gif);
	float: left;
	height: 8px;
	width: 8px;
}
.footer-top .right {
	background: url(../images/ft-r.gif);
	float: right;
	height: 8px;
	width: 8px;
}
p.copy {
	padding-top: 15px;
	padding-bottom: 15px;
}

