/*
	7/29/09
	Real Estate One Corporate Site

	COLOR DEFS
	326698 (RE1 blue)
	6699CC (darker blue)
	B3CCE6 (lighter blue)
	D0E1F0 (background blue)
	504332 (brown)
*/

* {	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; }

html
{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	height: 100%;
	color: #504332;
	font-size: 14px;
	/* background-color: #D0E1F0; */
	background-image: url(../images/html_bkgd.gif);
	background-repeat: repeat;
	background-position: 0 0;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(../images/hdr_bkgd.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h1, h2, h3, h4 { }

h1
{
	font-size: 28px;
	line-height: 28px;
	padding: 0;
	margin: 0 0 6px 0;
	font-weight: bold;
}

h2
{
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

h3
{
	padding: 0;
	margin: 20px 0 6px 0;
	font-size: 20px;
	line-height: 22px;
	color: #326698;
	font-weight: normal;
}

h2 + h3 { margin-top: 0; }

h4
{
	font-size: 14px;
	line-height: 15px;
	padding: 0;
	margin: 6px 0 6px 0;
}

p
{
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: .02em;
}

blockquote + h2,
ul + h2,
p + h2,
h4 + h2 { margin-top: 20px; }

a
{
	color: #504332;
	text-decoration: underline;
}

a:hover
{
	color: #362d22;
	text-decoration: none;
}

img,
a img { border: none; }

a:focus { outline: none; }

hr
{
	border-top: 1px #CCC solid;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	margin: 10px 0;
}

em { font-style: italic; }

dl
{
	margin: 0 0 9px 0;
	padding: 0;
	text-indent: 0;
}

dt
{
	float: left;
	padding: 0 10px 0 0;
	font-weight: bold;
	text-indent: 0;
}

dd
{
	margin: 6px 0 6px 0;
	padding: 0;
	text-indent: 0;
}

ul
{
	margin: 0 0 12px 0;
	padding: 0 0 0 24px;
}

li
{
	margin: 0 0 6px 0;
	padding: 0;
}

/*   FORM ELEMENTS   */
form
{
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

label
{
	display: block;
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #504332;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .02em;
}

input[type=text],
input[type=password],
select,
textarea
{
	background-color: #FFF;
	border: 1px #CCC solid;
	padding: 3px;
	margin: 3px 3px 10px 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .04em;
}

input.type1,
select.type1 { width: 230px; }
input.type2,
select.type2 { width: 110px; }
input.type3,
select.type3 { width: 60px; }
input.type4,
select.type4 { width: 100px; }

textarea.type1
{
	width: 230px;
	height: 200px;
}

input.checkbox,
input.radio
{
	float: left;
	display: block;
	margin: 0 0 0 0;
}

/*   END FORM ELEMENTS   */
#outer_wrap
{
	/*position: relative;*/
	width: 950px;
	margin: 0;
	min-height: 100%;
	text-align: left;
}

* html #outer_wrap { height: 100%; }

#footer
{
	width: 100%;
	height: 188px;
	margin: -188px 0 0 0;
	text-align: left;
	border-top: 5px #504332 solid;
	background-color: #FFF;
}

#footer .inner
{
	width: 950px;
	padding: 10px 0;
}

#footer p
{
	font-size: 10px;
	line-height: 11px;
	padding: 0 35px;
}

#footer img
{
	margin-left: 15px;
	vertical-align: middle;
}

#eho { float: right; }

#social_networks b { font-size: 12px; }

#footer ul
{
	list-style: none;
	padding: 2px 35px 2px 35px;
	margin: 0;
	line-height: 20px;
	letter-spacing: .02em;
	clear: both;
	overflow: auto;
}

#footer li
{
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px #333 solid;
	font-size: 12px;
	line-height: 14px;
}

#footer ul li:first-child
{
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer li a {}

#header
{
	margin: 0 0 20px 0;
	padding: 1px 0 0 0;
}

#header .inner
{
	height: 148px;
	margin: 0;
	padding: 0;
}

#header h1
{
	float: left;
	margin: 12px 0 0 20px;
	padding: 0;
}

#header h1 a { text-decoration: none; }

#header h1 a span
{
	display: block;
	width: 108px;
	height: 108px;
	background-image: url(../images/Real_Estate_One_logo_108x108.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -2000px;
}

#header #contact_wrap
{
	float: left;
	margin: 44px 20px 0 25px;
	width: 240px;
	font-size: 15px;
	line-height: 16px;
}

#header #contact_wrap a.email
{
	float: left;
	display: block;
	color: #504332;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 20px 0 0;
	padding: 2px 0 3px 20px;
}

#header #contact_wrap a.email
{
	background-image: url(../images/icon_email.gif);
	background-position: 0 3px;
	padding-left: 30px;
}

#header #contact_wrap a.email:hover { text-decoration: underline; }

#header #contact_wrap #scZzp1 img { padding-top: 1px; }

#first_to_know_wrap /* used on homepage only */
{
	float: right;
	width: 360px;
	margin: 12px 0 0 0;
}

#first_to_know_wrap .inner { padding: 0 15px 0 0; }

#first_to_know_wrap h2
{
	float: left;
	width: 65px;
	margin: 0;
	padding: 4px 12px 1px 0;
	font-size: 18px;
	line-height: 19px;
	text-align: right;
	text-transform: uppercase;
	border-right: 1px #FFF solid;
}
#first_to_know_wrap p
{
	margin: 0 0 1px 90px;
	padding: 0;
	color: #FFF;
	font-size: 14px;
	line-height: 15px;
}

#first_to_know_wrap a
{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#first_to_know_wrap a:hover { text-decoration: underline; }

#main
{
	padding: 0 0 185px 35px;
	overflow: auto;
}

#sidebar
{
	width: 145px;
	float: right;
	margin-bottom: 15px;
}

#sidebar .inner { }

#sidebar img { width: 145px; }
#sidebar a img { border: 0; }

#content
{ 
	background-color: #FFF;
	min-height: 350px;
}

/* Top Menu */
/* SUCKERFISH MENUS */

.nav_wrap { margin: 8px 0 5px 0; }

ul#menu
{
	float: left;
	width: 950px;
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 20px;
	letter-spacing: .02em;
}

#menu li
{
	float: left;
	width: auto;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 15px;
	border-left: 2px #6699CC solid;
	text-transform: uppercase;
}

#menu li#home_menu
{
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#menu li a
{
	display: block;
	padding: 4px 11px;
	color: #FFF;
	text-decoration: none;
}

#menu li:hover,
#menu li.sfhover
{
	position: static;
	color: #FC3;
}

#menu li ul
{
	position: absolute;
	clear: both;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0 0 0 -2px;
	padding: 0;
	line-height: 17px;
	list-style: none;
	letter-spacing: .02em;
	border-bottom: 2px #6699CC solid;
}

#menu li li
{
	width: 200px;
	margin: 0;
	border-top: 2px #6699CC solid;
	border-right: 2px #6699CC solid;
	background-color: #504332;
}

#menu li li a { padding: 9px 11px 9px 11px; }

#menu li ul ul { margin: -29px 0 0 170px; }

#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul { left: -999em; }

#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul { left: auto; }

#menu li:hover a,
#menu li.sfhover a { color: #FC3; }

#menu li:hover li a,
#menu li.sfhover li a { color: #FFF; }

#menu li li:hover a,
#menu li li.sfhover a { color: #FC3; }

#menu li li:hover li a,
#menu li li.sfhover li a { color: #FFF; }

#menu li li li:hover a,
#menu li li li.sfhover a { color: #FC3; }

/* HACKS FOR IE 7	*/
*:first-child+html #menu,
*:first-child+html #menu li { /*height: 1%;*/ }
*:first-child+html #menu li li { margin-bottom: -4px; }

#menu #market_data_menu { display: none; }

/* End Suckerfish menus */


p.type1 { float: right; }
.clear { clear: both; }
.float_left { float: left; }
.float_right { float: right; }
img.float_left { margin: 0 20px 10px 0; }
img.float_right { margin: 0 0 10px 20px; }

.go_btn
{
	border: 0;
	cursor: pointer;
	vertical-align: middle;
}

div.btn
{
	float: left;
	width: 150px;
	height: 25px;
	margin-right: 15px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/btn_150.png);
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: .03em;
	text-transform: uppercase;
}

div.btn a
{
	display: block;
	padding: 6px 9px 0 9px;
	text-align: center;
	border: 0;
	color: #FFF;
	text-decoration: none;
}

div.btn a:hover { color: #FFF; }

div.btn2
{
	float: left;
	margin: 5px 5px 0 0;
	padding: 0;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: .03em;
	text-transform: uppercase;
}

div.btn2 a
{
	display: block;
	background-color: #326698;
	padding: 1px 4px 1px 4px;
	border: 0;
	color: #FFF;
	text-decoration: none;
	border-top: 1px #3f81bf solid;
	border-right: 1px #264e74 solid;
	border-bottom: 1px #264e74 solid;
	border-left: 1px #3f81bf solid;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
}

div.btn2 a:hover
{
	background-color: #264e74;
	border-top: 1px #326698 solid;
	border-right: 1px #19344d solid;
	border-bottom: 1px #19344d solid;
	border-left: 1px #326698 solid;
	color: #FFF;
}

/* HOMEPAGE STYLES */

#home_page label
{
	display: inline-block;
	margin: 0;
}

#home_page input[type=text],
#home_page input[type=password],
#home_page select,
#home_page textarea
{
	border: none;
	margin: 0 2px 2px 0;
}

#header .box #first_to_know
{
	float: right;
	width: 440px;
}

#header .box #first_to_know h3
{
	float: left;
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	width: 90px;
	padding: 0 8px 1px 0;
	margin: 0 0 0 0;
	border-right: 1px #FFF dashed;
	text-align: right;
}

#header .box #first_to_know p
{
	padding: 0 8px 1px 110px;
	margin: 2px 0 0 0;
	font-size: 12px;
	line-height: 13px;
}

#home_page #content
{
	padding: 0;
	margin: 0 165px 0 0;
	background-color: transparent;
}

#combo_search_wrap
{
	width: 380px;
	margin: 0 0 25px 0;
	float: left;
}

#combo_search_wrap .inner {}

#combo_search_wrap .box
{
	height: 273px;
	border-right: 4px #FFF solid;
	border-bottom: 4px #FFF solid;
	border-left: 4px #FFF solid;
	background-color: #B3CCE6;
	background-image: url(../images/bkgd_box_gradient.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.box .inner { padding: 10px; }

#combo_search_wrap h2
{
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
	font-size: 22px;
	line-height: 24px;
}

#combo_search_wrap p
{
	font-size: 13px;
	line-height: 15px;
}

#combo_search_wrap #layer_offices h3 { margin-top: 7px; }

#combo_search_wrap #layer_offices p { margin-bottom: 6px; }

ul.tabs
{
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 4px #FFF solid;
	height: 22px;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
}

ul.tabs li
{
	display: block;
	float: left;
	padding: 0;
	margin: 0 2px -4px 0;
}

ul.tabs li a
{
	display: block;
	float: left;
	padding: 5px 5px 5px 5px;
	color: #504332;
	text-decoration: none;
	background-color: #FFF;
	border-top: 4px #FFF solid;;
	border-right: 4px #FFF solid;;
	border-left: 4px #FFF solid;;
}

ul.tabs li.nav_up a { background-color: #B3CCE6; }
ul.tabs li.nav_down a { background-color: #FFF; }

ul.tabs li.nav_up a:hover,
ul.tabs li.nav_down a:hover { color: #264e74; }


#tab_community { display: none; }

#map_search_wrap
{
	float: right;
	overflow: hidden;
	border: 4px #FFF solid;;
	background-color: #B3CCE6;
}

#map_search_wrap .inner
{
	width: 330px;
	height: 295px;
	margin: 0;
	padding: 0;
}

#map_search_wrap img
{
	display: block;
	border: 0;
}

#map_search_wrap .txt
{
	position: absolute;
	width: 100px;
	margin: 100px 0 0 10px;
}
	
#map_search_wrap h2
{
	font-size: 20px;
	line-height: 21px;
	margin: 0 0 30px 0;
	padding: 0;
}

#map_search_wrap p { font-size: 12px; }
#map_search_wrap p a { display: block; }

#market_data_wrap
{
	border: 1px #CCC solid;
	margin: 12px 20px 0 0;
	background-color: #d1ceb4;
}

#market_data_wrap .inner { padding: 10px; }

#market_data_wrap dl {}
#market_data_wrap dt
{
	float: right;
	padding-left: 8px;
	width: 200px;
	font-weight: normal;
}

#market_data_wrap dd
{
	text-align: right;
	font-weight: bold;
}

#market_data_wrap p
{
	font-size: 80%;
	margin: 0;
	text-align: center;
}

#featured_props_wrap
{
	clear: left;
	height: 216px;
}

#featured_1
{
	float: left;
	width: 460px;
	height: 183px;
	border: 4px #FFF solid;
	overflow: hidden;
	position: relative;
}

#featured_2
{
	float: right;
	width: 244px;
	height: 183px;
	border: 4px #FFF solid;
	overflow: hidden;
	position: relative;
}

#featured_props_wrap .caption
{
	padding: 3px 10px;
	background-image: url(../images/bkgd_white_semi_trans.png);
	background-repeat: repeat;
	background-position: 0 0;
	position: absolute;
	top: 0;
	width: 100%;
	font-weight: bold;
}

#featured_props_wrap .caption a { text-decoration: none; }

object { display: block; }

#featured_1 img
{
	display: block;
	width: 460px;
	height: 345px;
	margin-top: -81px;
	border: 0;
}

#featured_2 img
{
	display: block;
	width: 244px;
	height: 183px;
	border: 0;
}

#rotator_wrap
{
	clear: left;
	margin: 0 0 25px 0;
}

#rotator_wrap ul.tabs
{
	height: 24px;
	font-size: 13px;
	line-height: 14px;
}

#rotator_wrap ul.tabs li.nav_up a { padding: 5px 7px 5px 7px; }

#rotator_wrap h2
{
	font-size: 22px;
	line-height: 24px;
}

#rotator_wrap .box
{
	height: 200px;
	border-right: 4px #FFF solid;
	border-bottom: 4px #FFF solid;
	border-left: 4px #FFF solid;
	background-color: #B3CCE6;
	background-image: url(../images/bkgd_box_gradient.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#rotator_wrap .box img
{
	width: 722px;
	height: 180px;
	border: 0;
}

#rotator_wrap .box a img { border: none; }

#combo_search_wrap fieldset#set1,
#combo_search_wrap fieldset#set2,
#combo_search_wrap fieldset#set3 { float: left; }

#combo_search_wrap fieldset#set4
{
	float: right;
	width: 70px;
}

#combo_search_wrap #layer_property .go_btn,
#combo_search_wrap #layer_openhouses .go_btn { margin: 10px 0 30px 0; }
#combo_search_wrap #layer_offices .go_btn { margin: 0 0 0 10px; }

#combo_search_wrap fieldset#set1
{
	margin-top: 5px;
	padding-left: 20px;
	background-image: url(../images/label_search_by.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	width: 240px;
}

#combo_search_wrap fieldset#set2 { width: 260px; }
#combo_search_wrap fieldset#set3 { width: 330px; }

#combo_search_wrap input.type1,
#combo_search_wrap select.type1 { width: 220px; }
#combo_search_wrap input.type2,
#combo_search_wrap select.type2 { width: 102px; }
#combo_search_wrap input.type3,
#combo_search_wrap select.type3 { width: 50px; }

#combo_search_wrap fieldset#set3 .checkbox
{
	float: left;
	display: block;
	margin: 0;
}

#combo_search_wrap fieldset#set3 label
{
	display: block;
	margin-left: 20px;
	padding-right: 5px;
}

.news_wrap { margin: 0 0 20px 0; }

.news_wrap h2
{
	font-size: 22px;
	line-height: 24px;
	padding-top: 0;
}

.row { margin: 6px 0; }

.col1
{
	width: 100%;
	clear: left;
}

.col2
{
	float: left;
	width: 49%;
}

.col3
{
	float: left;
	width: 33%;
}

#qs_iframe
{
	float: right;
	width: 410px;
	height: 90px;
	margin: 0;
	padding: 0;
}

#ftk_wrap
{
	float: right;
	width: 410px;
	margin: 0;
	padding-top: 20px;
}

#ftk_wrap h3
{
	float: left;
	width: 65px;
	margin: -3px 12px 0 0;
	padding: 4px 12px 4px 0;
	font-size: 16px;
	line-height: 17px;
	text-align: right;
	text-transform: uppercase;
	border-right: 1px #FFF solid;
	color: #FFFFFF;
}

#ftk_wrap p { margin: 0; }

#quick_search_wrap
{
	float: right;
	width: 410px;
	margin: 12px 0 0 0;
}

#quick_search_wrap .inner { padding: 0 15px 0 0; }

#quick_search_wrap h3
{
	float: left;
	width: 65px;
	margin: 6px 12px 0 0;
	padding: 8px 12px 14px 0;
	font-size: 16px;
	line-height: 17px;
	text-align: right;
	text-transform: uppercase;
	border-right: 1px #FFF solid;
	color: #FFFFFF;
}

#quick_search_wrap .colA
{
	width: 120px;
	float: left;
}

#quick_search_wrap .colB
{
	width: 100px;
	float: left;
}

#quick_search_wrap label
{
	color: #FFFFFF;
	margin: 0;
	font-size: 12px;
}

#quick_search_wrap label#city_label,
#quick_search_wrap label#price_max_label { display: none; }

#quick_search_wrap select
{
	margin: 0 0 5px 0;
	padding: 2px;
	border: none;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: .04em;
}

#quick_search_wrap input[type=text]
{
	margin: 0;
	padding: 3px;
	border: none;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: .04em;
	margin: 0 0 5px 0;
}

#quick_search_wrap input.type2 { width: 102px; }
#quick_search_wrap select.type2 { width: 110px; }
#quick_search_wrap select.type3 { width: 90px; }

#quick_search_wrap .go_btn { margin: 12px 0 0 0; }

/********* SEARCH PAGE *********/

#submenu_search li#openhouses { display: none; }

ul.tabs_submenu
{
	list-style: none;
	padding: 0;
	margin: 0 145px 0 0;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	height: 25px;
}

ul.tabs_submenu li
{
	display: block;
	float: left;
	padding: 0;
	margin: 0 3px 0 0;
}

ul.tabs_submenu li a
{
	display: block;
	float: left;
	padding: 8px 9px 5px 9px;
	color: #FFF;
	text-decoration: none;
	background-color: #504332;
}

ul.tabs_submenu li a:hover { color: #FC3; }

#homes_search_page li#homes a,
#foreclosures_search_page li#foreclosures a,
#proximity_search_page li#proximity a,
#map_search_page li#map a,
#rentals_search_page li#rentals a,
#land_search_page li#land a,
#multifam_search_page li#multifam a,
#openhouses_search_page li#openhouses a,
#commerical_search_page li#commerical a,
#newconstruction_search_page li#newconstruction a
{
	background-color: #FFF;
	color: #504332;
}

.col3 input.type1,
.col3 select.type1,
.col3 textarea.type1 { width: 210px; }

.col3 input.type2,
.col3 select.type2,
.col3 textarea.type2 { width: 160px; }

.col3 input.type3,
.col3 select.type3,
.col3 textarea.type3 { width: 80px; }

.col3 input.type4,
.col3 select.type4,
.col3 textarea.type4 { width: 60px; }

.col3 input.checkbox,
.col3 input.radio { clear: left; }

label.type1
{
	display: block;
	margin: 3px 3px 8px 23px;
}


span.label
{
	padding: 0 3px 0 0;
	vertical-align: middle;
}

p.hint
{
	clear: left;
	font-size: 80%;
	margin: 6px 0 6px 0;
}

.search_page #colA { width: 35%; }

.search_page #colB { width: 40%; }

.search_page #colC
{
	width: 25%;
	float: right;
}

.search_page fieldset#results_options p.hint { margin: -8px 0 8px 23px; }

.search_page fieldset.submit { margin-top: 20px; }

/********* SUMMARY PAGE *********/

#search_summary_page #sidebar
{
	width: 160px;
	border: 4px #FFF solid;
	background-color: #B3CCE6;
	background-image: url(../images/bkgd_box_gradient.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#search_summary_page #sidebar .inner { padding: 10px; }

#search_summary_page #sidebar h2 { text-align: center; }

#search_summary_page #sidebar input.type1 { width: 130px; }

#search_summary_page #sidebar select.type1 { width: 140px; }

#search_summary_page #sidebar input.type4
{
	width: 46px;
	margin-right: 0;
}

#search_summary_page #sidebar fieldset.submit { margin: 10px 0 10px 0; }


#search_summary_page #sidebar a.new_search
{
	display: block;
	padding: 0;
	margin: 5px 0 0 0;
}

#search_summary_page #content { margin-right: 188px; }

#compare_options
{
	padding-bottom: 25px;
	background-image: url(../images/summary_arrow.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#compare_options .inner
{
	padding: 10px;
	background-color: #D0E1F0;
	overflow: hidden;
	text-align: center;
}

#compare_options .inner * { text-align: left; }

#compare_options #selected_edit { float: left; }
#compare_options  #view_as { float: right; }
#compare_options #sort_by
{
	margin: 0 auto;
	width: 200px;
}

#search_summary_page .page_nav
{
	overflow: hidden;
	text-align: center;
	margin: 0 0 10px 0;
}

#search_summary_page .page_nav .pages a { padding: 0 2px; }

#search_summary_page .page_nav a.next
{
	float: right;
	display: block;
	padding: 0 16px 0 0;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

#search_summary_page .page_nav a.back
{
	float: left;
	display: block;
	padding: 0 0 0 16px;
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

.property { margin: 10px 0; }

.property input.checkbox { margin-left: 6px; }

.property .inner
{
	background-color: #D0E1F0;
	padding: 10px;
	margin: 0 0 0 30px;
	overflow: auto;
}

.property .colA
{
	float: left;
	width: 170px;
	position: relative;
}

.property .colB
{
	float: right;
	width: 155px;
}

.property .colC
{
	margin: 0 175px 0 170px;
}

.photo_count
{
	width: 46px;
	height: 37px;
	background-image: url(../images/icon_photo_count.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	text-decoration: none;
	padding: 2px 0 0 0;
	color: #FFF;
}

.property .colA img
{
	width: 150px;
	height: 118px;
	border: 1px;
	display: block;
	margin: 0;
}

.open_house h3
{
	font-size: 13px;
	line-height: 14px;
	margin: 4px 0 0 0;
	text-transform: uppercase;
}

.property dl
{
	font-size: 13px;
	margin: 0;
}

.property dt { font-weight: normal; }

.property dd { margin: 0; }

dt.price,
dt.address,
dt.city { display: none; }

dd.price
{
	font-weight: bold;
	font-size: 14px;
}

.br_recip_icon
{
	float: right;
	width: 40px;
	height: 26px;
	background-image: url(../images/RCIdxL_sml.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_realestateone
{
	float: right;
	background-image: url(http://www.redata.com/100042/reo/graphics/branding/realestateone_small.gif);
	width: 39px;
	height: 39px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_johnstoneandjohnstone
{
	float: right;
	background-image: url(http://www.redata.com/100042/reo/graphics/branding/johnstoneandjohnstone_small.gif);
	width: 43px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_maxbroock
{
	float: right;
	background-image: url(http://www.redata.com/100042/reo/graphics/branding/maxbroock_small.gif);
	width: 46px;
	height: 39px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_miaa
{
	float: right;
	width: 35px;
	height: 26px;
	background-image: url(http://www.redata.com/100042/reo/graphics/branding/mls_logos/miaa.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_mialpena
{
	float: right;
	width: 93px;
	height: 21px;
	background-image: url(../images/mls_logos/mialpena.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_miflint
{
	float: right;
	width: 50px;
	height: 45px;
	background-image: url(../images/mls_logos/miflint.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_migladwin
{
	float: right;
	width: 93px;
	height: 21px;
	background-image: url(../images/mls_logos/migladwin.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_mijackson
{
	float: right;
	width: 93px;
	height: 21px;
	background-image: url(../images/mls_logos/mijackson.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_milansing
{
	float: right;
	width: 50px;
	height: 20px;
	background-image: url(../images/mls_logos/milansing.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_milutar
{
	float: right;
	width: 93px;
	height: 21px;
	background-image: url(../images/mls_logos/milutar.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_minmmls
{
	float: right;
	width: 75px;
	height: 15px;
	background-image: url(../images/mls_logos/minmmls.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_mipbmls
{
	float: right;
	width: 60px;
	height: 39px;
	background-image: url(../images/mls_logos/mipbmls.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_mirc
{
	float: right;
	width: 40px;
	height: 26px;
	background-image: url(../images/mls_logos/mirc.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_mirm
{
	float: right;
	width: 75px;
	height: 18px;
	background-image: url(../images/mls_logos/mirm.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_mitaar
{
	float: right;
	width: 50px;
	height: 24px;
	background-image: url(../images/mls_logos/mtaar.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_miwcar
{
	float: right;
	width: 93px;
	height: 21px;
	background-image: url(../images/mls_logos/miwcar.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_miwwlx
{
	float: right;
	width: 93px;
	height: 21px;
	background-image: url(../images/mls_logos/miwwlx.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.schedule_showing
{
/*
	padding-left: 25px;
	background-image: url(../images/showingtime.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
*/
}

.property .btn { margin: 0 0 5px 0; }

.property iframe
{
	width: 150px;
	height: 60px;
	border: 0;
	margin: 7px 0 0 0;
	padding: 0;
}

p.edit_search { text-align: right; }

p.edit_search a#new_search { margin-left: 20px; }

dt.listing_agt { font-weight: bold; }

/* LISTING DETAIL */

#listing_detail_page #sidebar { display: none; }

#listing_detail_page #content { margin-right: 0px; }

#listing_detail_page .page_nav { height: 40px; }

#listing_detail_page .page_nav a.next
{
	float: right;
	display: block;
	padding: 0 16px 0 0;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

#listing_detail_page .page_nav a.back
{
	float: left;
	display: block;
	padding: 0 0 0 16px;
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

#listing_detail_page .page_nav a.new_search
{
	float: left;
	display: block;
	margin-left: 150px;
}

#listing_detail_page .page_nav a.back_to_results
{
	float: right;
	display: block;
	margin-right: 150px;
}

#listing_detail_page h2
{
	font-size: 34px;
	line-height: 36px;
	margin: 0 0 16px 0;
	overflow: hidden;
}

#listing_detail_page h2 span
{
	width: 70%;
	font-size: 24px;
	line-height: 26px;
	float: right;
	text-align: right;
	text-transform: none;
	padding: 0;
}

#agent_info
{
	width: 155px;
	float: left;
}

#agent_info img.logo
{
	width: 90px;
	margin-left: 30px;
}

#agent_info div.btn { margin-top: 10px; float: none; }

#prop_info { margin: 0 0 0 170px; }

#photos
{
	background-color: #6699CC;
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
	overflow: auto;
}

#page_functions
{
	margin: 0 0 10px 0;
	overflow: auto;
}

#page_functions div.btn
{
	float: right;
	margin: 0 0 5px 10px;
}

#open_house
{
	margin: 0;
	background-color: #326698;
	padding: 5px 10px;
	overflow: auto;
}

#open_house h3
{
	color: #FFFFFF;
	margin: 0;
	float: left;
	padding: 0 10px 0 0;
}

#open_house p
{
	color: #FFFFFF;
	margin: 0;
	padding: 4px 0 0 0;
}

#property_functions
{
	width: 173px;
	float: right;
	background-color: #6699CC;
}

#property_functions .inner { padding: 15px 0 5px 20px; }

#property_functions .writeup
{
	color: #FFF;
	margin: 0 0 12px 0;
}


#property_functions ul
{
	list-style: none;
	padding: 0;
	color: #FFF;
	margin: 0 0 10px 0;
}

#property_functions li { margin: 0 0 2px 0; }

#property_functions div.btn
{
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
	background-image: none;
}

#property_functions div.btn a
{
	color: #504332;
	background-color: #D0E1F0;
	padding: 6px 9px;
}

#property_functions div.btn a:hover { background-color: #FFFFFF; }

#no_flash {  }

img.large { width: 512px; }

img.small { width: 150px; }


#listing_detail_page .section
{
	overflow: auto;
	background-image: url(../images/divider_line.gif);
	background-repeat: repeat-y;
	background-position: center 0;
	margin: 0 0 6px 0;
}

#listing_detail_page .section h3
{
	margin: 0 0 6px 0;
	padding-bottom: 6px;
	background-color: #FFF;
	border-bottom: 1px #504332 solid;
}

dl.type1 dt
{
	width: 160px;
	text-align: right;
	clear: left;
	padding: 0;
}

dl.type1 dd
{
	margin: 0 0 6px 165px;
	padding-right: 10px;
}

#mortgage_calc .row { margin: 0 0 8px 0; }

#mortgage_calc label
{
	float: left;
	clear: left;
	width: 160px;
	padding: 3px 5px 0 0;
	text-align: right;
	font-weight: bold;
	text-transform: none;
}

#mortgage_calc input,
#mortgage_calc select { margin: 0; }

#mortgage_calc fieldset.type1 div.row input[type=submit]
{
	color: #FFF;
	width: 150px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	letter-spacing: .04em;
	line-height: 15px;
	padding: 3px 0 0 0;
	margin: 3px 0 0 165px;
	border: none;
	background-color: transparent;
	background-image: url(../images/btn_150.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	cursor: pointer;
}

#mortgage_calc h4,
#mortgage_calc dl { margin-left: 40px; }

#mortgage_calc .footnote
{
	font-size: 11px;
	margin: 15px 0 0 40px;
	padding: 0;
	border-top: none;
}

#listing_detail_page #broker
{
	background-image: none;
}

#listing_detail_page #broker img
{
	margin: 10px auto 5px auto;
	display: block;
	text-align: center;
}

#listing_detail_page #broker p { text-align: center; }

.legal
{
	margin-top: 40px;
	clear: both;
}

.legal h4,
.legal p
{
	font-size: 80%;
	line-height: 100%;
}

#go_mobile_box
{
	float: right;
	width: 310px;
	padding: 10px 15px 15px 15px;
	margin: 0 0 10px 20px;
	border: 2px #CCC solid;
}

#go_mobile_box iframe
{
	width: 280px;
	height: 210px;
	border: 0;
}

.footnote
{
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 2px #CCC solid;
}

.footnote img
{
	float: right;
	margin: 0 0 5px 12px;
}

.data_item
{
	float: left;
	width: 49%;
}

.data_item span.data_label
{
	display: block;
	float: left;
	padding: 0;
	width: 160px;
	text-align: right;
	font-weight: bold;
}

.data_item span.data
{
	display: block;
	margin-left: 165px;
}

/* form structure */

fieldset.type1 div.row
{
	margin: 0 0 6px 0;
	clear: left;
}

fieldset.type1 div.row a img { vertical-align: middle; }

fieldset.type1 div.row label
{
	width: 200px;
	padding: 5px 5px 0 0;
	float: left;
	text-align: right;
	overflow: auto;
}

fieldset.type1 div.row label.checkbox,
fieldset.type1 div.row label.radio
{
	width: auto;
	float: none;
	text-align: left;
	padding: 0;
	margin-left: 205px;
}

fieldset.type1 div.row input.checkbox,
fieldset.type1 div.row input.radio { margin-left: 187px; }

fieldset.type1 div.row .input_group
{
	margin: 0 0 0 205px;
	padding: 5px 0 0 0;
}

fieldset.type1 div.row .input_group input.checkbox,
fieldset.type1 div.row .input_group input.radio
{
	margin: 2px 2px 0 0;
	display: inline;
	float: none;
}

fieldset.type1 div.row .go_btn { margin-left: 205px; }

fieldset.type1 div.row .input_group label.radio
{
	width: auto;
	display: inline;
	text-align: left;
	padding: 0 15px 10px 2px;
	margin: 0;
}

fieldset.type1 div.row label.type2
{
	width: auto;
	text-align: left;
	padding: 0;
}

body.contact_form h2 span
{
	display: block;
	text-transform: none;
}

span.input { vertical-align: middle; }

fieldset.type2 div.row
{
	margin: 0 0 6px 0;
	clear: left;
}

fieldset.type2 div.row label.checkbox,
fieldset.type2 div.row label.radio
{
	text-align: left;
	padding: 0;
	margin-left: 25px;
}

table.type1
{
	width: 100%;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table.type1 td
{
	text-align: center;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	margin: 0;
	border-bottom: 1px #CCC solid;
}

table.type1 tr.head td
{
	font-weight: bold;
	vertical-align: bottom;
}

table.type1 a
{
	display: block;
	margin: 0 0 5px 0;
}

table.type1 td br { display: block; }

table.type2
{
	width: 100%;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table.type2 td
{
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px 3px 5px;
	margin: 0;
	border-bottom: 1px #CCC solid;
}

table.type2 tr.head td
{
	font-weight: bold;
	vertical-align: bottom;
	background-color: #326698;
	color: #FFF;
	white-space: nowrap;
}

table.type2 a
{
	display: block;
	margin: 0 0 5px 0;
}

table.type2 td br { display: block; }

#content h2 img#logo
{
	max-height: 100px;
	vertical-align: middle;
}

body.builders .section { background-image: none !important; }

body.builders h2 span
{
	width: auto !important;
	font-size: 26px !important;
	line-height: 28px !important;
	float: none !important;
	text-align: left !important;
	text-transform: uppercase !important;
}


