/*

	7/28/09
	Johnstone & Johnstone Agents
	
	COLOR DEFS
	yellow: FFFFCD
	red: ce0203
	darker gray: 333
	lighter gray: CCC

*/

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

html
{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	height: 100%;
}

h1, h2, h3, h4 { color: #000; }

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;
}

h3
{
	padding: 0;
	margin: 20px 0 6px 0;
	font-size: 20px;
	line-height: 22px;
	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: 14px;
	line-height: 17px;
	letter-spacing: .02em;
}

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

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

a:hover
{
	color: #333;
	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;
	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
{
	width: 950px;
	margin: 0;
	min-height: 100%;
	text-align: left;
	background-image: url(../images/sidebar_bkgd_JJ.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

* html #outer_wrap { height: 100%; }

#footer
{
	width: 950px;
	height: 55px;
	margin: -55px 0 0 0;
}

#footer .inner
{
	padding: 10px 0 10px 161px;
	overflow: auto;
	font-size: 11px;
}

#footer img
{
	float: right;
	vertical-align: baseline;
	display: block;
	margin-top: -9px;
}

#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;
	padding: 1px 0 0 0;
	background-image: url(../images/hdr_photo_JJ.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
	background-color: #FFF;
}

#header .inner
{
	height: 92px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

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

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

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

#header .agt_info
{
	margin: 0 0 0 141px;
	padding: 10px 0 0 0;
	line-height: 20px;
}

#header .agt_info h2
{
	margin: 0 0 2px 0;
	font-size: 26px;
	line-height: 28px;
	color: #ce0203;
}

#header .agt_info span
{
	color: #666666;
	display: block;
}

#header .agt_info span.phone { font-size: 20px; }

#header .agt_info span.email {}
#header .agt_info span.email a { color: #666; }

#header .agt_info span.email a:hover { color: #000000; }

#main
{
	padding: 0 0 75px 0;
	overflow: auto;
}

#sidebar
{
	width: 141px;
	float: left;
	margin: 0;
	padding: 0;
}

#sidebar img
{
	width: 141px;
	display: block;
}
#sidebar a img { border: 0; }

#sidebar h3
{
	margin: 10px 5px 10px 10px;
}

#sidebar dl
{
	margin: 0 5px 0 10px;
}

#sidebar dt
{
	float: none;
	font-weight: normal;
}

#sidebar dd
{
	margin: 0 0 9px 0;
	font-weight: bold;
	font-size: 14px;
}

#sidebar dt.phone_main,
#sidebar dt.email,
#sidebar dt.address { display: none; }

#sidebar dd.phone_main { font-size: 16px; }
#sidebar dd.address { font-size: 12px; }

#sidebar a
{
	color: #333;
	text-decoration: underline;
}
#sidebar a:hover { text-decoration: none; }

#content
{ 
	margin: 0 0 20px 141px;
	padding: 20px;
	min-height: 350px;
}

/* Top Menu */

.nav_wrap
{
	width: 950px;
	background-color: #ce0203;
	overflow: auto;
}

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

#menu li
{
	float: left;
	width: auto;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 15px;
	border-left: 3px #FFF solid;
}

#menu li#home_menu { display: none; }

#menu li#search_menu
{
	margin-left: 141px;
	padding-left: 0;
}

#menu li a
{
	display: block;
	padding: 6px 11px;
	background-color: #CE0203;
	color: #FFFFFF;
	text-decoration: none;
}

#menu li a:hover { color: #FFFFCD; }

.search_page #menu li#search_menu a,
.ftk_page #menu li#ftk_menu a,
.featured_page #menu li#featured_menu a,
.buying_page #menu li#buying_menu a,
.selling_page #menu li#selling_menu a,
.favs_page #menu li#favs_menu a,
.about_page #menu li#about_menu a { color: #000; }

/* End 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; }

input[type=submit]
{
	margin: 0;
	padding: 3px 10px;
	border: 0;
	color: #FFF;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	background-color: #000000;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;	
	-moz-border-radius: 7px;
}

.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_JJ.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; }

/* HOMEPAGE STYLES */

body.home_page { background-color: #FFFFCD; }

.home_page #outer_wrap
{
	background-image: url(../images/sidebar_bkgd_home_JJ.gif);
	background-repeat: no-repeat;
	background-position: 0 120px;
}

.home_page #header
{
	margin: 0;
	padding: 1px 0 0 0;
	background-image: url(../images/hdr_bkdg_home_JJ.jpg);
	background-repeat: no-repeat;
	background-position: left 0;
	border-bottom: 6px #ce0203 solid;
	
}

.home_page #header .inner
{
	height: 119px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.home_page #header h1 a span,
.home_page #header .agt_info,
.home_page #sidebar { display: none; }

.home_page .nav_wrap
{
	background-color: transparent;
	background-image: url(../images/menu_shim_home_JJ.gif);
	background-repeat: no-repeat;
	background-position: 118px 0;
}

.home_page ul#menu { float: right; }

.home_page #menu li#search_menu
{
	margin-left: 0;
	padding-left: 0;
	border: 0;
}

.home_page #menu li a
{
	display: block;
	padding: 6px 11px;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

.home_page #menu li a:hover { color: #FFFFCD; }

.home_page #content { margin-left: 200px; }

.home_page #content img.agt_photo
{
	float: left;
	width: 141px;
}

.home_page #content h2.agt_name,
.home_page #content h3.agt_slogan { margin: 0 0 10px 160px; }

.home_page #content .slogan
{
	color: #000;
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 4px 160px;
}

.home_page #content p.welcome
{
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 0 160px;
}

.home_page #content .contact_box
{
	clear: both;
	margin: 10px 0 0 0;
}

.home_page #content .contact_box dl { padding-top: 10px; }

.home_page #content .contact_box dd.phone_main,
.home_page #content .contact_box dd.email
{
	font-size: 16px;
	font-weight: bold;
}

.home_page #content .contact_box .address,
.home_page #content .contact_box .mobile,
.home_page #content .contact_box .phone_office,
.home_page #content .contact_box dt.phone_main,
.home_page #content .contact_box dt.email { display: none; }

/* END HOMEPAGE STYLES */


.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;
}

#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: 10px 0 0 0;
	font-size: 13px;
	line-height: 14px;
	height: 25px;
}

ul.tabs_submenu li
{
	display: block;
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px #000000 solid;
}

ul.tabs_submenu li#homes
{
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

ul.tabs_submenu li a
{
	display: block;
	float: left;
	color: #CE0203;
	text-decoration: none;
	padding: 0 0 2px 0;
	border-bottom: 0;
}

ul.tabs_submenu li a:hover { border-bottom: 1px #CE0203 solid; }

#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 { color: #000000; }

.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;
}

ul.hint { font-size: 80%; }

.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 *********/

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

#compare_options .inner
{
	padding: 10px;
	background-color: #CCCCCC;
	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_JJ.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_JJ.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

.property { margin: 10px 0; }

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

.property .inner
{
	background-color: #CCCCCC;
	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_JJ.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(../images/mls_logos/realestateone_icon.jpg);
	width: 41px;
	height: 39px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_johnstoneandjohnstone
{
	float: right;
	background-image: url(../images/mls_logos/johnstoneandjohnstone_icon.jpg);
	width: 46px;
	height: 39px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_maxbroock
{
	float: right;
	background-image: url(../images/mls_logos/maxbroock_icon.jpg);
	width: 46px;
	height: 39px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.broker_icon_miaa
{
	float: right;
	width: 35px;
	height: 26px;
	background-image: url(../images/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 10px 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 #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_JJ.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_JJ.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;
	display: none;
}

#agent_info img { width: 150px; }

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

#prop_info { margin: 0; }

#photos
{
	background-color: #CCCCCC;
	margin: 0 0 20px 0;
	padding: 20px;
	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: #CE0203;
	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: 200px;
	float: right;
	background-color: #CCCCCC;
}

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

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

#property_functions ul
{
	list-style: none;
	padding: 0;
	color: #000;
	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 6px 0;
	background-image: none;
	font-size: 13px;
	line-height: 15px;
}

#property_functions div.btn a
{
	color: #FFFFFF;
	background-color: #000000;
	padding: 8px 9px;
}

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

#no_flash {  }

img.large { width: 512px; }

img.small { width: 150px; }


#listing_detail_page .section
{
	overflow: auto;
	background-image: url(../images/divider_line_JJ.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 #cccccc 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] { margin-left: 165px; }

#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; }

#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;
}

/*	BEGIN RECENTLY VIEWED PROPERTIES STYLES   */

#listing_detail_page #recent_viewed
{
	background-image: none;
	background-color: #D0E1F0;
	padding: 15px 20px;
	margin-top: 30px;
}

#listing_detail_page #recent_viewed h3
{
	margin: 0 0 12px 0;
	padding-bottom: 0;
	background-color: transparent;
	border-bottom: 0 none;
}

a#clr_cookie { float: right; }

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

.jcarousel-container
{
	position: relative;
	padding: 0 40px 0 40px;
}

.jcarousel-clip
{
	width: 585px;
	height: 160px;
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jcarousel-list
{
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-list li,
.jcarousel-item
{
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 130px;
	height: 160px;
	margin: 0 20px 0 0;
	padding: 0;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */

.jcarousel-next
{
	z-index: 3;
	display: none;
}

.jcarousel-prev
{
	z-index: 3;
	display: none;
}

/* Basic contents formatting... */

.jcarousel a img
{
	width: 118px;
	height: 88px;
	border: 2px solid #FFFFFF;
}

.jcarousel a img:hover { border: 2px #504332 solid; }

.jcarousel p
{
	margin: 3px 10px 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
}

.jcarousel p span { display: block; }

.jcarousel-item-placeholder
{
	color: #000;
	background-color: #FFF;
}

.jcarousel-next-horizontal
{
	position: absolute;
	top: 33px;
	right: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

* html .jcarousel-next-horizontal { right: 18px; }

.jcarousel-next-horizontal:hover { background-position: -32px 0; }

.jcarousel-next-horizontal:active { background-position: -64px 0; }

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active
{
	cursor: default;
	background-position: -96px 0;
}

.jcarousel-prev-horizontal
{
	position: absolute;
	top: 33px;
	left: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

* html .jcarousel-prev-horizontal { left: -40px; }

.jcarousel-prev-horizontal:hover { background-position: -32px 0; }

.jcarousel-prev-horizontal:active { background-position: -64px 0; }

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active
{
	cursor: default;
	background-position: -96px 0;
}

/*	END RECENTLY VIEWED PROPERTIES STYLES   */