@charset "utf-8";
/* CSS Document */

ul, li, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	list-style:none;
}
h1 {
	font-size:20px;
	font-weight:normal;
	color:#D8AF0E;
}
h2 {
	padding: 0 0 5px 0;
	font-size:16px;
	color:#333333;/*font-weight:normal;*/
}
p {
	margin:0;
	padding:0 0 15px 0;
	line-height:20px;
}
a, a:link, a:visited {
	color:#8d5151;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
	font-size:1px;
}
.separator {
	clear:both;
	margin:10px 0;
	padding:0;
	height:1px;
	font-size:1px;
	background:#CCCCCC;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	background:url(images/banner1.jpg) 0 0 repeat-x;
}
body#homepage {
	background:url(images/banner.jpg) 0 0 repeat-x;
}
#wraper {
	margin:auto;
	width:1004px;
}
#flash {
	height:232px;
}
#staticbanner {
	height:134px;
}
#contentwrap {
	padding:0 18px;
}
#footer {
	padding:17px 0;
	background:url(images/footer_bg.jpg) 0 100% repeat-x;
}
#footer div {
	margin:auto;
	padding:0 10px;
	width:984px;
	background:url(images/footer_bg.jpg) 0 100% repeat-x;
}
/**/

.logo {
	display:block;
	margin:0;
	padding:0;
	width:283px;
	height:74px;
	background:url(images/logo.gif) no-repeat;
	float:left;
}
/**/
#mainMenu {
	overflow: hidden;
	margin:14px 0 0 0;
	height:41px;
	width:720px;
	float:right;
}
#mainMenu ul {
	margin:0px;
	padding:0;
}
#mainMenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;
}
#mainMenu a {
	text-decoration:none !important;
	display:block;
	background-image: url(images/navigation.jpg);
	background-position:0 0px;
	overflow: hidden;
	height:41px;
}
#mainMenu a span {
	visibility:hidden;
}
#menuhome, #menuhome a {
	background-position: 0 0;
	width: 59px;
}
#menuhome a:hover, #menuhome a.selected {
	background-position: 0 -41px;
}
#menuabout, #menuabout a {
	background-position: -59px 0;
	width: 73px;
}
#menuabout a:hover, #menuabout a.selected {
	background-position: -59px -41px;
}
#menurelocation, #menurelocation a {
	background-position: -132px 0;
	width: 112px;
}
#menurelocation a:hover, #menurelocation a.selected {
	background-position: -132px -41px;
}
#menubuyers, #menubuyers a {
	background-position: -244px 0;
	width: 60px;
}
#menubuyers a:hover, #menubuyers a.selected {
	background-position: -244px -41px;
}
#menusellers, #menusellers a {
	background-position: -304px 0;
	width: 59px;
}
#menusellers a:hover, #menusellers a.selected {
	background-position: -304px -41px;
}
#menulistings, #menulistings a {
	background-position: -363px 0;
	width: 90px;
}
#menulistings a:hover, #menulistings a.selected {
	background-position: -363px -41px;
}
#menupropertysearch, #menupropertysearch a {
	background-position: -453px 0;
	width: 116px;
}
#menupropertysearch a:hover, #menupropertysearch a.selected {
	background-position: -453px -41px;
}

#menublog, #menublog a {
	background-position: -569px 0;
	width: 59px;
}
#menublog a:hover, #menublog a.selected {
	background-position: -569px -41px;
}

#menucontact, #menucontact a {
	background-position: -628px 0;
	width: 91px;
}
#menucontact a:hover, #menucontact a.selected {
	background-position: -628px -41px;
}

/*
#menucontact, #menucontact a {
	background-position: -569px 0;
	width: 91px;
}
#menucontact a:hover, #menucontact a.selected {
	background-position: -569px -41px;
}
*/
.content-wrap {
	padding:0 0 15px 0;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
}
.content-wrap .col-1 {
	padding:10px 25px;
	width:600px;
	float:left;
	border-right:1px solid #cacaca;
}
.content-wrap .col-2 {
	padding:10px 15px;
	width:270px;
	float:right;
}
.content-wrap-test {
	text-align:center;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
}
.contactus {
	width:330px;
}
.contactus label, .contactus input.textbox, .contactus textarea.textbox {
	margin:2px 0 2px 18px;
	padding:2px;
	float:left;
}
.contactus label {
	text-align:right;
	width:70px;
}
.contactus input.textbox, .contactus textarea.textbox {
	width:202px;
}
.contactus input.btn-submit {
	margin:5px 0 0 18px;
	padding:0;
	width:90px;
	height:21px;
	border:none;
	cursor:pointer;
	background:url(images/btn_submit.gif) no-repeat;
}
.form-top {
	padding:5px;
	background:url(images/form_top.gif) 100% 0 no-repeat;
}
.form-middle {
	background:url(images/form_middle.gif) 100% 0 repeat-y;
}
.form-bottom {
	padding:5px;
	background:url(images/form_bottom.gif) 100% 100% no-repeat;
}
.listing {
	margin:0 0 0 20px;
}
.listing li {
	list-style:disc;
	padding:5px 0;
}
#request-form {
	width:575px;
}
#request-form .form-top {
	padding:5px;
	background:url(images/form_top1.gif) 100% 0 no-repeat;
}
#request-form .form-middle {
	background:url(images/form_middle1.gif) 100% 0 repeat-y;
}
#request-form .form-bottom {
	padding:5px;
	background:url(images/form_bottom1.gif) 100% 100% no-repeat;
}
#request-form label, #request-form .textbox, #request-form input, #request-form textarea, .textbox-s {
	margin:2px 5px 2px 13px;
	padding:2px;
	float:left;
}
#request-form h2 {
	padding:15px 0;
}
#request-form span {
	float:left;
}
#request-form label {
	text-align:right;
	width:200px;
}
#request-form .textbox, #request-form .textbox-s, #request-form textarea {
	width:322px;
}
#request-form .textbox-s {
	width:141px;
}
.align {
	margin:6px 0 0 0px;
}
#request-form select.textbox {
	width:330px;
}
#request-form input.btn-submit {
	margin:5px 0 0 18px;
	padding:0;
	width:90px;
	height:21px;
	border:none;
	cursor:pointer;
	background:url(images/btn_submit.gif) no-repeat;
}
.title-home {
	padding:27px;
	padding-left:640px;
	padding-right:0;
	background:url(images/title_home.jpg) no-repeat;
}
.title-listing {
	padding:27px;
	padding-left:705px;
	padding-right:0;
	background:url(images/title_ourlistings.jpg) no-repeat;
}
.title-buying {
	padding:27px;
	padding-left:705px;
	padding-right:0;
	background:url(images/title_buyers.jpg) no-repeat;
}
.link-Prequalify {
	display:block;
	width:63px;
	height:15px;
	background:url(images/title_prequalify.gif) no-repeat;
}
.title-home a, .title-listing a {
	padding:0 10px;
}
.link-active, .link-sold, .link-login, .linkone {
	margin:0;
	padding:0;
	float:left;
	height:13px;
}
.link-active:link, .link-active:visited { 
	display:block;
	width:90px;
	background:url(images/link_activehome.gif) no-repeat;
}
.link-login:link, .link-login:visited {
	display:block;
	width:20px;
	background:url(images/link_login.gif) 0 -2px no-repeat;
}
.linkone {
	width:25px;
	background:url(images/link_one.gif) center center no-repeat;
}
.link-sold {
	display:block;
	width:105px;
	background:url(images/link_recent_sold.gif) no-repeat;
}

#RadioButtonList1, #RadioButtonList2, #RadioButtonList3 {
	width:200px;
}
#RadioButtonList1 label, #RadioButtonList2 label, #RadioButtonList3 label {
	text-align:left;
	width:30px;
	float:left;
}
#RadioButtonList1 input, #RadioButtonList2 input, #RadioButtonList3 input {
	margin:5px 10px;
}