* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
html {
	padding-bottom: 13px;
}
body {
	background: #fff url(/images/bg.jpg) repeat-x;
	padding-top: 13px;
}

.page_container {
	width: 936px;
	margin: 0px auto;
}
.main_container {
	width: 936px;
	float: left;
	background: url(/images/main_cont_bg.gif) repeat-y right; 
}
.main_block {
	width: 936px;
	float: left;
	background: url(/images/main_bg.jpg) no-repeat right top;
}

/***** HEADER *****/
.header {
	width: 932px;
	height: 54px;
	float: left;
	background: url(/images/header_bg.gif) repeat-x top;
}
.logo_block {
	width: 275px;
	height: 49px;
	float: left;
	background: url(/images/logo_bg.jpg) no-repeat;
	padding-top: 5px;
}
.logo_block a {
	width: 153px;
	height: 48px;
	float: left;
	margin-left: 60px;
}
.top_links {
	width: 450px;
	height: 49px;
	float: left;
	background: url(/images/top_links_bg.gif) repeat-x;
	margin-top: 5px;
}
.top_links a {
	font: bold 11pt Arial;
	color: #fff;
	float: left;
	height: 34px;
	text-decoration: none;
	padding: 15px 16px 0px 15px;
	border-right: 1px #00176f solid;
	position: relative;
}
.top_links a:hover {
	background: url(/images/top_links_hov.gif) repeat-x;
}
.header_links {
	width: 187px;
	height: 34px;
	float: left;
	background: url(/images/header_links.jpg) no-repeat;
	padding: 20px 0px 0px 20px;
	position: relative;
}
.header_links a {
	font: 8pt Arial;
	color: #a0b4f1;
	text-decoration: none;
	float: left;
	padding: 0px 5px;
}
.header_links a img {
	margin-right: 4px;
	vertical-align: sub;
}
/***** END HEADER *****/

/***** TOP MENU *****/
.top_menu {
	width: 920px;
	height: 60px;
	float: left;
	border-left: 1px #b3b1b4 solid;
	border-right: 1px #b3b1b4 solid;
	background: url(/images/top_menu_bg.gif) repeat-x;
	padding: 0px 0px 0px 10px;
	position: relative;
}
#nav {
	padding: 4px 0px 0px 0px;
	margin: 0;
	display: block;
	float: left;
	height: 28px;
	list-style: none;
	position: relative;
	text-align: left;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
#nav a {
	font: 8pt Arial, Helvetica, sans-serif;
	color: #5c5b5b;
	text-decoration: none;
	padding: 8px 7px 9px 7px;
	text-align: left;
}
#nav a:hover {
	text-decoration: underline;
	background: url(/images/menu1_bg.gif) no-repeat bottom center;
}
#nav li {
	float: left;
	display: block;
	height: 31px;
}
#nav li ul {
	position: absolute;
	margin-top: 10px;
	display: none;
	left: 0px;
	width: 920px;
}
#nav li ul li a {
	color: #fff;
	height: 14px;
	padding-top: 7px;
}
#nav li ul li a:hover {
	background: url(/images/menu2_bg.gif) no-repeat bottom center;
}
#nav li:hover ul {
	display: block;
}
#nav li.sfhover ul{
	display: block;
}
/***** END TOP MENU *****/

/***** CONTENT *****/
.content_block {
	width: 915px;
	float: left;
	padding: 12px 15px 0px 0px;
	background-color: #fff;
	border-right: 1px #b3b1b4 solid;
	border-left: 1px #b3b1b4 solid;
}
.left_col {
	width: 666px;
	float: left;
}
.right_col {
	width: 249px;
	float: left;
}
.flash {
	float: left;
	width: 254px;
	height: 238px;
	margin-left: 13px;
}

/*state block*/
.state_block {
	width: 638px;
	height: 228px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.state_top_bg {
	width: 638px;
	height: 9px;
	float: left;
	background: url(/images/top_bg.jpg) no-repeat;
	position: relative;
	left: -1px;
}
.state_bottom_bg {
	width: 638px;
	height: 9px;
	float: left;
	background: url(/images/bottom_bg.jpg) no-repeat;
}
.state_content {
	width: 637px;
	height: 219px;
	float: left;
	background: url(/images/state_bg.jpg) repeat-y;
	padding-left: 1px;
}
.state_content h3 {
	font: bold 11pt Arial;
	color: #fff;
	text-decoration: underline;
	text-align: center;
}
.houses_block {
	width: 611px;
	height: 130px;
	float: left;
	margin: 15px 0px 10px 0px;
	background: url(/images/houses.jpg) no-repeat;
	padding: 11px 0px 0px 25px;
}
.house {
	width: 145px;
	height: 128px;
	float: left;
	position: relative;
	margin-left: 1px;
}
.house img {
	position: absolute;
	display: block;
}
.state_name {
	display: block;
	position: absolute;
	font: bold 9pt Arial;
	width: 145px;
	text-align: center;
	color: #fff;
	margin-top: 35px;
	cursor: pointer;
}
.get_start {
	width: 130px;
	display: block;
	position: absolute;
	bottom: 3px;
	font: bold 9pt Arial;
	color: #022276;
	padding-left: 15px;
	cursor: pointer;
}
.get_start img {
	position: relative;
	display: inline;
	vertical-align: bottom;
}
.coming_soon {
	width: 130px;
	display: block;
	position: absolute;
	bottom: 3px;
	font: bold 9pt Arial;
	color: #0d7467;
	padding-left: 15px;
	cursor: pointer;
}
.coming_soon img {
	position: relative;
	display: inline;
	vertical-align: bottom;
}
.state_content p {
	font: 14pt Arial;
	color: #fff;
	text-align: center;
}
/*end state block*/

/*text*/
.text_block {
	width: 643px;
	float: left;
	margin-top: 20px;
	font: 9pt Arial, Helvetica, sans-serif;
	color: #323232;
	padding-left: 15px;
	text-align: justify;
}


.text_block a
{
	font: 9pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify; text-decoration:none; 
	text-decoration: none;
	background-color: transparent;
	border-color: #333333;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	
}

.text_block a:hover
{
	font: 9pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify; 
	text-decoration: none;
	background-color: transparent;
	border-color: #333333;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}	




.text_block h1 {
	width: 613px;
	float: left;
	display: block;
	padding: 0px 15px;
	font: bold 13pt Arial, Helvetica, sans-serif;
	color: #255c94;
	background: url(/images/title_bg.gif) no-repeat;
	margin-bottom: 15px;
	left: -15px;
	text-align: left;
	position: relative;
}

.text_block h2 {
	width: 613px;
	float: left;
	display: block;
	padding: 0px 15px;
	font: bold 13pt Arial, Helvetica, sans-serif;
	color: #255c94;
	background: url(/images/title_bg.gif) no-repeat;
	margin-bottom: 15px;
	left: -15px;
	text-align: left;
	position: relative;
}

.text_block p {
	width: 643px;
	display: block;
	float: left;
	text-align: justify;
	margin-bottom: 12px;
}
.text_block table
{
	width: 90%;
	float: left;
	border-color: #494752;
}
.text_block table td
{
	padding: 5px 10px;
	vertical-align: middle;
}
.text_block table td.blue
{
	background-color: #5ecb6e;
}
.text_block ul
{
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.link {
	float: left;
	margin-left: 55px;
	width: 562px;
	height: 92px;
	position: relative;
	background: url(/images/link_img.jpg) no-repeat;
	text-decoration: none;
}
.text_block .link span {
	font: bold 18pt Arial;
	color: #fff;
	float: right;
	margin: 32px 67px 0px 0px;
	cursor: pointer;
}
.text_block a.link p {
	width: auto;
	padding: 0px;
	color: #1a3784;
	font: bold 13pt Arial;
	float: right;
	margin: 37px 25px 0px 0px;
	cursor: pointer;
}
.testim_block {
	width: 658px;
	float: left;
	margin: 5px 0px 0px -5px;
	background: #e0e8f7 url(/images/testim_top_bg.gif) no-repeat top;
	padding-top: 12px;
}
.text_block .testim_block p {
	width: 640px;
	padding-left: 10px;
}
.testim_block_footer {
	width: 658px;
	height: 32px;
	float: left;
	background: url(/images/testim_bottom_bg.gif) no-repeat;
	margin-left: -5px;
	padding-bottom: 5px;
	border-bottom: 1px #255c94 solid;
}
.testim_block_footer span {
	float: right;
	text-align: left;
	font: 9pt Arial;
	color: #323232;
	margin-top: 17px;
}
/*end text*/

/* forms block */
.forms_block {
	width: 447px;
	float: left;
	padding-left: 10px;
	position: relative;
}
.forms_block form {
	width: 447px;
	display: block;
	float: left;
	font: 9pt Arial, Helvetica, sans-serif;
	color: #253542;
	padding-left: 20px;
}
.blue_block {
	width: 438px;
	float: left;
	background: #c7dced url(/images/blue_block_top.jpg) no-repeat top left;
	padding: 6px 0px 0px 9px;
	position: relative;
	z-index: 2;
}
.blue_block_footer {
	width: 447px;
	height: 14px;
	float: left;
	background: url(/images/blue_block_bottom.jpg) no-repeat;
	margin-top: -7px;
	position: relative;
	z-index: 1;
}
.blue_block div {
	margin: 3px 0px;
	float: left;
}
.blue_block div #mls_numbers
{
	float: left;
	margin-top: 0px;
}
.blue_block label {
	float: left;
	width: 115px;
	text-align: left;
	margin-top: 2px;
}
.blue_block label.auto {
	width: auto;
	margin-right: 20px;
}
.blue_block label.long {
	width: 140px;
}
.blue_block label span {
	color: Red;
}
input.textfield {
	height: 18px;
	width: 187px;
	border: 1px #87888a solid;
	font: 10pt Arial, Helvetica, sans-serif;
}
.blue_block textarea {
	width: 280px;
	height: 56px;
	float: left;
	border: 1px #87888a solid;
}
.buttons {
	width: 367px;
	float: left;
	padding-left: 170px;
}
input.file {
	border: 1px #87888a solid;
	width: 310px;
}
input.radio {
	float: left;
	margin: 3px 4px 10px 0px;
}
input.button {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #255c94;
	text-decoration: underline;
	float: left;
	background-color: #fff;
	margin: 20px 20px 0px 0px;
	cursor: pointer;
	border: none;
}
span.blue {
	font: 11pt Arial, Helvetica, sans-serif;
	color: #255c94;
	float: left;
	margin: 12px 0px 0px 12px;
}
.checkbox {
	width: 435px;
	float: left;
	padding-left: 12px;
	margin: 20px 0px 10px 0px;
}
.checkbox input {
	width: 13px;
	height: 13px;
	border: 1px #5e5e5e solid;
	background-color: #fff;
	margin: 1px 19px 0px 0px;
	float: left;
}
.checkbox label {
	color: #323232;
}
/* end forms block */

/*right block*/
.right_block {
	width: 239px;
	float: right;
	background: url(/images/right_bg2.jpg) repeat-y;
	margin-top: 15px;
}
.right_bg {
	background: url(/images/right_bg.jpg) repeat-x;
	float: left;
	width: 239px;
}
.right_top_bg {
	width: 239px;
	height: 5px;
	float: left;
	background: url(/images/right_block_top.gif) no-repeat;
	font-size: 3pt;
}
.right_right_bg {
	width: 239px;
	float: left;
	background: url(/images/right_right_bg.jpg) no-repeat right top;
}
.right_left_bg {
	width: 239px;
	float: left;
	background: url(/images/right_left_bg.jpg) no-repeat left top;
}
.right_bottom_bg {
	width: 239px;
	height: 9px;
	float: left;
	background: url(/images/right_bottom_bg.jpg) no-repeat;
	font-size: 3pt;
}
.right_right_bg .r_text {
	color: #494752;
	font: 9pt Arial, Helvetica, sans-serif;
	width: 204px;
	float: left;
	padding: 0px 0px 10px 15px;
	min-height: 380px;
}
.right_right_bg .r_text h2 {
	width: 204px;
	padding: 10px 0px 10px 0px;
	color: #ffffff;
	background: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

.right_img {
	float: right;
}
.button_field {
	float: left;
	background-color: #fff;
	font: 11pt Arial;
	color: #255c94;
	text-decoration: underline;
	margin-left: 2px;
	border: none;
	cursor: pointer;
}
.form_block {
	width: 239px;
	float: right;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
}
.form_block span {
	font: bold 13pt Arial;
	color: #255c94;
}
.form_block form div {
	float: left;
	margin-top: 5px;
}
.form_block label {
	font: 9pt Arial;
	color: #383838;
	clear: left;
}
.text_field {
	width: 187px;
	float: left;
	border: 1px #8c8d8f solid;
}
.form_block .button_field {
	margin-top: 18px;
}
/*end right block*/

/***** END CONTENT *****/

/***** FOOTER *****/
.footer {
	width: 936px;
	height: 56px;
	float: left;
	background: url(/images/footer.png) no-repeat;
}
.footer a
{
	position: relative;
}
.copyright {
	width: 280px;
	height: 51px;
	float: right;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #585858;
	text-align: center;
	padding-top: 5px;
	position: relative;
}
.bottom_menu {
	width: 656px;
	height: 30px;
	float: left;
	text-align: center;
	padding-top: 26px;
}
.bottom_menu a {
	font: 8pt Arial;
	color: #646363;
	text-decoration: none;
	padding: 0px 5px;
}
.bottom_menu a:hover {
	text-decoration: underline;
}
/***** END FOOTER *****/

/***** CALCULATOR *****/
.calculator
{
	width: 640px;
	float: left;
	margin-bottom: 10px;
}
.calculator form
{
	width: auto;
	float: left;
}
.calculator form div
{
	width: auto;
	float: left;
	margin-bottom: 5px;
	padding-right: 10px;
}
.calculator form label
{
	float: left;
	width: auto;
	padding-right: 10px;
}
.calculator .button_field
{
	float: left;
	margin: 3px 0px 0px 30px;
	background: none;
}
.c_result
{
	width: 500px;
	float: left;
	margin-top: 45px;
}
.c_result td
{
	padding-bottom: 1px;
}
.c_result hr
{
	margin-bottom: 3px;
}
.calculator input.text_field
{
	width: 75px;
}
.calculator select.text_field
{
	width: 77px;
}
.calculator .blue_block
{
	width: 631px;
	background: #c7dced url(/images/blue_block_top2.jpg) no-repeat top left;
}
.calculator .blue_block_footer
{
	width: 640px;
	background: url(/images/blue_block_bottom2.jpg) no-repeat;
}
/***** CALCULATOR *****/

/***** SITE MAP *****/
.site_map
{
	width: 610px;
	float: left;
	padding-left: 30px;
}
.site_map div
{
	width: 610px;
	float: left;
	margin-bottom: 5px;
}
.site_map a
{
	width: auto;
	float: left;
}
.site_map a:hover
{
	color: #255c94;
}
a.main_link
{
	font: 10pt Arial, Helvetica, sans-serif;
	color: #323232;
	display: block;
}
.sub_link
{
	padding: 0px 0px 0px 20px;
}
.sub_link span
{
	float: left;
	padding-right: 5px;
}
.sub_link a
{
	font: 9pt Arial, Helvetica, sans-serif;
	color: #323232;
}
/***** END SITE MAP *****/

.state_select
{
	width: 239px;
	float: left;
	padding: 15px 0px 0px 10px;
}
.state_select label
{
	width: 239px;
	float: left;
	color: #494752;
	font: bold 10pt Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.state_select select
{
	width: 230px;
	float: left;
	color: #494752;
	font: 9pt Arial, Helvetica, sans-serif;
}

/* ----------------------------------------------------------------------------------------------------*/
/*                            Styles for the listings page                                             */
/* ----------------------------------------------------------------------------------------------------*/
div.listing-wrapper{
float:none;
margin-left:10px;
/*margin-top:10px;
margin-bottom:10px;*/
}

.blue_item{
background:#8AFF98;
}

.white_item{
background: #EAEDF9;
}

table.listing_table{
padding:10px 10px 10px 10px;
margin-bottom:10px;
}

table.listing_table tr td{
padding-top:1px;
padding-bottom:1px;
}
