/*GENERAL STYLES*/
body {
	padding: 0px;
	margin: 0px;
	background-color: #e6e6e6;
	color: #949494;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-image: url(images/body-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	line-height: 20px;
}

a, a:visited {
	text-decoration: underline;
	color: #d30a05;
}

a:hover, a:visited:hover {
	text-decoration: none;
	color: #d30a05;
}

p, ul, li {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Sans-serif;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h1 {
	font-size: 22px;
	font-family: Arial Black, sans-serif;
	color: #d30a05;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 20px;
	font-family: Arial Black, sans-serif;
	color: #d30a05;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	font-family: Arial Black, sans-serif;
	color: #d30a05;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	font-family: Arial Black, sans-serif;
	color: #d30a05;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h5 {
	font-size: 14px;
	font-family: Arial Black, sans-serif;
	color: #d30a05;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

/*STRUCTURAL STYLES*/
#top-bar {
	width: 100%;
	height: 45px;
	background-image: url(images/top-bar-bg.gif);
	background-repeat: repeat-x;
	clear: both;
}

#top-nav {
	height: 38px;
	width: 1001px;
	clear: both;
}

#top-nav dl {
	margin: 0px;
	padding: 0px;
}
/* IE5 Mac Hack \*/ 
#top-nav {
	padding-left: 0px;
	padding-right: 0px;
}
/* End Hack */

#top-nav dt {
	float: left;
}
#top-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:38px; /* IE 5/Win hack */
	padding: 38px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#top-nav dt a:hover {
	background-position: 0 -38px;
}
#top-nav dt#tnoffices, #top-nav dt#tnoffices a {
	width: 270px;
	background-image: url(images/nav-offices.gif);
}
#top-nav dt#tnopen, #top-nav dt#tnopen a {
	width: 231px;
	background-image: url(images/nav-open.gif);
}
#top-nav dt#tncommercial, #top-nav dt#tncommercial a {
	width: 375px;
	background-image: url(images/nav-commercial.gif);
}
#top-nav dt#tncontact, #top-nav dt#tncontact a {
	width: 125px;
	background-image: url(images/nav-contact.gif);
}

#main-container {
	width: 1001px;
	clear: both;
}

#top-container {
	width: 1001px;
	height: 74px;
	float: left;
}

#logo {
	width: 403px;
	height: 74px;
	float: left;
}

#top-right-nav {
	width: 598px;
	height: 74px;
	float: left;
	background-image: url(images/top-right-bg.jpg);
	background-repeat: no-repeat;
}

.top-right-link {
	float: left;
	padding: 10px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 12px;
	border-right: 1px solid #949494;
	margin-top: 14px;
}

.top-right-link a, .top-right-link a:visited {
	text-decoration: none;
	color: #949494;
}

.top-right-link a:hover, .top-right-link a:visited:hover {
	text-decoration: none;
	color: #d30a05;
}

#home-top {
	width: 958px;
	height: 273px;
	float: left;
	margin-bottom: 20px;
	background-image: url(images/home-top-bg.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 21px;
	padding-right: 22px;
}

#map {
	width: 472px;
	height: 273px;
	float: left;
	margin-right: 20px;
}

#buyer-section {
	width: 222px;
	height: 273px;
	float: left;
	background-image: url(images/buyer-bg.jpg);
	background-repeat: no-repeat;
	margin-right: 20px;
}

#buyer-btns {
	width: 203px;
	margin-left: 10px;
	margin-right: 9px;
	clear: both;
}

#buyer-btns dl {
	margin: 0px;
	padding: 0px;
}
/* IE5 Mac Hack \*/ 
#buyer-btns {
	padding-left: 0px;
	padding-right: 0px;
}
/* End Hack */

#buyer-btns dt {
	float: left;
	height: 44px;
	margin-bottom: 10px;
}
#buyer-btns dt a {
	display: block;
	height: 0px !important;
	height /**/:44px; /* IE 5/Win hack */
	padding: 44px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#buyer-btns dt a:hover {
	background-position: 0 -44px;
}
#buyer-btns dt#buy-voice, #buyer-btns dt#buy-voice a {
	width: 203px;
	background-image: url(images/buy-voice.gif);
}
#buyer-btns dt#buy-home, #buyer-btns dt#buy-home a {
	width: 203px;
	background-image: url(images/buy-home.gif);
}
#buyer-btns dt#buy-agent, #buyer-btns dt#buy-agent a {
	width: 203px;
	background-image: url(images/buy-agent.gif);
}
#buyer-btns dt#buy-calc, #buyer-btns dt#buy-calc a {
	width: 203px;
	background-image: url(images/buy-calcs.gif);
}

.times-title-large {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #949494;
	font-family: Times New Roman, Serif;
	margin-top: 19px;
	float: left;
}

.times-title-small {
	float: left;
	color: #013e75;
	font-size: 14px;
	font-weight: bold;
	font-family: Times New Roman, Serif;
	padding-top: 7px;
	padding-left: 10px;
}

#seller-section {
	width: 224px;
	height: 273px;
	float: left;
	background-image: url(images/seller-bg.jpg);
	background-repeat: no-repeat;
}

#home-bottom {
	width: 1001px;
	height: 219px;
	margin-bottom: 20px;
	float: left;
}

#quick-search {
	width: 159px;
	height: 219px;
	float: left;
	margin-right: 20px;
	background-image: url(images/qs-bg.png);
	background-repeat: no-repeat;
}

#featured {
	width: 643px;
	height: 219px;
	float: left;
	margin-right: 20px;
	background-image: url(images/featured-bg.png);
	background-repeat: no-repeat;
}

#home-bottom-right {
	width: 159px;
	height: 219px;
	float: left;
}

#buyer-bonus {
	width: 159px;
	height: 99px;
	float: left;
	margin-bottom: 21px;
}

#foreclosure {
	width: 159px;
	height: 99px;
	float: left;
	background-image: url(images/foreclosure-bg.png);
	background-repeat: no-repeat;
}

#footer {
	width: 1001px;
	float: left;
}

#social-icons {
	width: 490px;
	height: 56px;
	float: left;
	margin-right: 21px;
	background-image: url(images/social-bg.png);
	background-repeat: no-repeat;
}

#member-section {
	width: 490px;
	height: 56px;
	float: left;
	background-image: url(images/member-bg.png);
	background-repeat: no-repeat;
}

#footer-bottom {
	width: 1001px;
	float: left;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 20px;
}

#city-links {
	width: 961px;
	float: left;
	padding: 20px;
	color: #949494;
	font-size: 11px;
	text-align: center;
}

#disclaimers {
	width: 961px;
	float: left;
	padding: 20px;
	color: #949494;
	font-size: 10px;
	text-align: center;
}

/*Community form*/
.bp_community-one {
	FONT-SIZE: 12px; 
	COLOR: #d30a05; 
	FONT-FAMILY: Arial, sans-serif;
}
TABLE.bp_community-one {
	COLOR: #ffffff; BACKGROUND-COLOR: #949494
}
TR.bp_community-one {
	COLOR: #ffffff; BACKGROUND-COLOR: #949494
}
TH.bp_community-one {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; COLOR: #ffffff; PADDING-TOP: 5px; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; BACKGROUND-COLOR: #949494; TEXT-ALIGN: left
}
TD.bp_community-one {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px; BACKGROUND-COLOR: #ffffff
}
.bp_community-one:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.bp_community-one:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.bp_community-one:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
.bp_community-one:visited:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
.bp_community-two {
	FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Arial, sans-serif
}
TABLE.bp_community-two {
	COLOR: #ffffff; BACKGROUND-COLOR: #000000
}
TR.bp_community-two {
	COLOR: #ffffff; BACKGROUND-COLOR: #000000
}
TH.bp_community-two {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; COLOR: #ffffff; PADDING-TOP: 5px; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; BACKGROUND-COLOR: #000000; TEXT-ALIGN: left
}
TD.bp_community-two {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px; BACKGROUND-COLOR: #000000
}
.bp_community-two:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.bp_community-two:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.bp_community-two:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
.bp_community-two:visited:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
INPUT.bp_community-two {
	FONT-SIZE: 12px; CURSOR: hand; COLOR: #000000; FONT-FAMILY: Arial, sans-serif
}
TABLE.bp_community-form {
	
}
TR.bp_community-form {
	
}
TH.bp_community-form {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; TEXT-TRANSFORM: uppercase; COLOR: #000000; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; TEXT-ALIGN: left
}
TD.bp_community-form {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, sans-serif
}
.bp_community-form {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, sans-serif
}
INPUT.bp_community-form {
	FONT-SIZE: 12px; COLOR: #000000; MARGIN-RIGHT: 3px; FONT-FAMILY: Arial, sans-serif
}
SELECT.bp_community-form {
	FONT-SIZE: 12px; COLOR: #000000; MARGIN-RIGHT: 3px; FONT-FAMILY: Arial, sans-serif
}

.bv-form-four {
	color: #000000;
}

.bv-form-four:hover {
	text-decoration: none;
}

.copyright, .copyright a, .copyright a:hover, .copyright a:visited, .copyright a:visited:hover {
	color: #949494;
	font-size: 9px;
}

