@charset "UTF-8";

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	design JAnderson L004 / T030_1 - has contact info, photo and logo in banner.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	ALL PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align:center;
	color: #000;
	background-color:#ced5d2;
}
a:link, a:visited { color: #0066cc; text-decoration:underline; }
a:hover { color: #245a13; text-decoration:none; }

#PageWrapper {
	display:block;
	width:980px;
	margin:0 auto 0;
	padding:0px;
	border:1px solid #979b99;
	background: #f5f6f5 url(/images/web/template/T030_1/page_bg.jpg) no-repeat top left;
}

#Page {
	padding-bottom: 25px;
}

/*	HOMEPAGE AND SUBPAGE BASIC template TABLES */
table#HomepageLayout,
table#SubpageLayout {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	border: 0;
}
table td { padding:0; margin:0; border-collapse: collapse; }
td#LeftCol { width:170px;}
td#CenterCol{ width:605px;}
td#RightCol{ width:185px;}

table#SubpageLayout td#SubPageContent { width:635px; }
table#SubpageLayout td#SubPageContentFull { width:765px; }


/* Region Setup */
#Region_1 { padding: 10px 10px 0 15px; width: 575px; overflow:hidden;}
#Region_2, #Region_3, #Region_4 {text-align:left;}
#Region_2, #Region_4 {
	padding-bottom:150px;
	background:url(/images/web/template/T030_1/rocking_chairs.jpg) no-repeat bottom center;
}
#Region_3 {padding-left:0px; display:block; width:170px;}

/* Header / Title setup */

h1, h2, h3, h4, h5 {
	color:#000;
	font-weight:500;
}

#Region_1 h1, #Region_1 h2 {
	font-size:20px;
	position:relative;
	display:block;
	margin:0;
	padding:10px 0 0 15px;
}

#Region_2 h1, #Region_2 h2, #Region_3 h1, #Region_3 h2, #Region_4 h1, #Region_4 h2 {
	font-size:16px;
	font-weight:bold;
	padding:5px 0;
}


/*	LOGIN BAR */
#LoginWelcome {
	position:relative;
	display:block;
	margin:0;
	padding:5px 15px 10px;
	line-height:25px;
	text-align:right;
}
#LoginWelcomeText { width:auto; padding: 10px; }
#LoginWelcome span.welcome { font-weight:500;}
#LoginWelcome a { font-style:oblique;}
#LoginWelcome a:hover { text-decoration:none;}
#LoginWelcome .user_name {}

/*	HEADER	*/

#HeaderWrapper {
	position:absoute;
	top:0;
	left:0;
	height:200px;
	width:960px;
	display:block;
	padding:0;
	margin:0 auto 0;
	text-align:left;
}

#Header {}

/* LOGO */
#Header .company_logo_frame {
	position:absolute;
	display:block;
	top:0px;
	right:20px;
	width:320px;
	height:120px;
	text-align:right;
	padding:0;
	margin:0;
}

#Header #ContactInfo {
	padding:0;
	margin:0;
}

#Header .contact_info_frame {
	position:absolute;
	display:block;
	width:500px;
	min-height:200px;
	top:0;
	left:0;
}

#Header .contact_info {
	position:relative;
	float:left;
	display:block;
	width:500px;
}

#Header #ContactInfo .contact_info p {padding:0;margin:0; position:relative;}
#Header #ContactInfo .contact_info h2 {display: none;}
#Header #ContactInfo .contact_info_hdr {display: none;}
#Header .contact_info_frame a {}
#Header .contact_info_frame a:hover {}

#Header .agent_photo_frame {
	float:left;
	position:relative;
	width:128px;
	display:block;
	margin:0 15px 0 10px;
	background:url(/images/web/template/T030_1/agent_photo_bg_bottom_hdr.gif) no-repeat bottom center;
}

#Header .agent_photo {
	padding:0;
	margin:0;
	background:url(/images/web/template/T030_1/agent_photo_bg_top_hdr.gif) no-repeat top center;
	padding:4px 4px 2px;
}



/*	NAVIGATION	*/
#MainNav {
	position:relative;
	display:block;
	width:170px;
	margin-bottom: 35px;
}
.NavGroup {
	margin: 0px 0px 10px;
	padding: 0px;
	text-align:left;
	padding-left:10px;
}
.NavGroup h3.main_link a, .NavGroup h3.main_link_selected a{
	text-decoration:none;
	font-size: 15px;
	padding: 4px 0px 0px;
	display:block;
	font-weight:100;
	color:#245a13;
	background: url(/images/web/template/T030_1/nav_grp_underline.gif) no-repeat left bottom;
}

.NavGroup h3.main_link_selected a{}

#MainNav h3 a:hover {
	color:#000;
}

.NavGroup a:hover.sub_link {
	text-decoration:underline;
}
.NavGroup a.sub_link {
	font-size:13px;
	text-decoration:none;
}
.NavGroup a.sub_link_selected {
	position:relative;
	left:-10px;
	font-size:12px;
	text-decoration:underline;
	background: url(/images/web/template/T030_1/nav_bullet.gif) no-repeat center left;
	padding-left:10px;
}

.NavGroup ul {
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
}
.NavGroup ul li {
	margin: 2px 0 0 5px;
	padding: 0px;
	display:block;
}


/*	FOOTER	*/
#Footer {
	margin: 0 auto;
	padding: 10px;
}
#Footer a {text-decoration:none;}
#FooterLinks {
	padding:5px 10px 6px 10px;
	margin: 0 auto 1px;
	width: 940px;
}

#Designations {background:none;}

#Designations img {background:none; padding:10px;}

#Disclaimers {
	width:auto;
	padding:10px;
	font-size:11px;
	color: #666666;
}
#FooterLinks a{
	padding: 0 3px;
	line-height:16px;
}
#Footer a:hover, #FooterLinks a:hover {
	text-decoration:underline;
}
img.footer_ds {
	position:absolute;
	bottom:-4px;
	left:0px;
	display:block;
	border:0;
	margin:0;
	padding:0;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	HOMEPAGE MODULES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	AGENT PROFILE MODULE */
.agent_photo_frame {
	position:relative;
	width:132px;
	display:block;
	padding:0;
	margin:0 0 5px;
	background:url(/images/web/template/T030_1/agent_photo_bg_bottom.gif) no-repeat bottom center;
}
.agent_photo {
	padding:0;
	margin:0;
	background:url(/images/web/template/T030_1/agent_photo_bg_top.gif) no-repeat top center;
	padding:6px 6px 4px;
}


/* CONTACT INFO */
.contact_info_frame {
	text-align:left;
	padding: 0;
	margin: 0 0 10px;
	clear:both;
}
.contact_info h2 {}

.contact_info { 
	padding:0;
	margin:0;
}

.contact_info_frame .agent_photo_frame {}

.contact_info_frame .agent_photo {}

/*	QUICK SEARCH MODULE	*/
.quick_search_frame {
	position:relative;
	display:block;
	width:170px;
	padding: 0  3px 25px;
	margin: 0;
	text-align:left;
}

.quick_search h2 {}

.quick_search_form {
	position:relative;
	display:block;
	margin: 0;
	padding: 0;
	height: 310px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.quick_search ul.property_type_list {
	width: 170px;
	height: 70px;
	margin: 3px 0 0;
}

.quick_search label.hdr {
	display:block;
	font-size:12px;
	margin: 6px 0px 3px;
}
.quick_search select {
	width:80px;
}
.quick_search .search_by_city {}
.quick_search .search_by_city input {
	width: 170px;
	margin: 3px 0;
}

.quick_search .search_by_city a.view_all {
	position:absolute;
	right: 0;
	top: 0;
	z-index:1;
	display:block;
    font-weight:100;
	margin: 0;
}

.quick_search .search_by_city a.view_all:hover, #Region_1 .quick_search .search_by_city a.view_all:hover {}

.quick_search .bedrooms {
	position:absolute;
	top:155px;
	left:0px;
	z-index:1;
	font-size:10px;
}
.quick_search .bathrooms {
	position:absolute;
	top:155px;
	right:0px;
	z-index:1;
	font-size:10px;
}
.quick_search .min_price {
	position:absolute;
	top:200px;
	left:0px;
	z-index:1;
	font-size:10px;
}
.quick_search .max_price {
	position:absolute;
	top:200px;
	right:0px;
	z-index:1;
	font-size:10px;
}

.quick_search .pics_first {
	position:absolute;
	top:250px;
	left:0;
	width:170px;
	z-index:1;
	font-size:10px;
}

.quick_search .pics_first span {
	position:relative;
	top:0px;
	left: 0px;
}
.quick_search .quick_search_submit {
	position:absolute;
	right:0px;
	top:285px;
	z-index:2;
	width:70px;
}

.quick_search .quick_search_image_submit {
	display:none;
}
.quick_search a.advanced_search, .quick_search a.map_search {
	position:absolute;
	left:0;
	z-index:1;
	display:block;
	font-size:12px;
}

.quick_search a.advanced_search { top:280px; font-size:11px;}
.quick_search a.advanced_search:hover {}
.quick_search a.map_search { top:298px;  font-size:11px;}
.quick_search a.map_search:hover {}

#Region_1 .quick_search_frame {
	position:relative;
	margin: 0 0 50px;
	text-align:left;
	width: 555px;
}

/* Region 1 */

#Region_1 .quick_search_frame {
	position:relative;
	display:block;
	width:550px;
	height:275px;
	padding: 10px 15px 10px;
	margin:0 0 25px;
	text-align:left;
	background: url(/images/web/template/T030_1/r1_bg_bottom.gif) no-repeat bottom left;
}

#Region_1 .quick_search_frame h2 {
	position:relative;
	display:block;
	top:-15px;
	left:-15px;
	background: url(/images/web/template/T030_1/r1_bg_top.gif) no-repeat top left;
	margin:0;
	padding:10px 0 0 15px;
	width:565px;
}

#Region_1 .quick_search_form {
	position:relative;
	display:block;
	margin: 0;
	padding: 0;
	height: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#Region_1 .quick_search ul.property_type_list {
	width: 300px;
	height: 70px;
	margin: 3px 0;
}

#Region_1 .quick_search .search_by_city input {
	width: 295px;
	margin: 3px 0;
}

#Region_1 .quick_search .search_by_city a.view_all {
	position:absolute;
	left: 330px;
	top: 25px;
	z-index:1;
	display:block;
    font-weight:100;
	margin: 0;
	font-size:11px;
}

#Region_1 .quick_search .bedrooms {
	position:absolute;
	top:52px;
	left:330px;
	width:80px;
	z-index:1;
	font-size:12px;
}
#Region_1 .quick_search .bathrooms {
	position:absolute;
	top:52px;
	right:25px;
	width:80px;
	z-index:1;
	font-size:12px;
}
#Region_1 .quick_search .min_price {
	position:absolute;
	top:100px;
	left:330px;
	width:80px;
	z-index:1;
	font-size:12px;
}
#Region_1 .quick_search .max_price {
	position:absolute;
	top:100px;
	right:25px;
	width:80px;
	z-index:1;
	font-size:12px;
}

#Region_1 .quick_search .pics_first {
	position:absolute;
	top:160px;
	left:0;
	width:250px;
	font-size:11px;
	z-index:1;
	font-size:12px;
}
#Region_1 .quick_search .quick_search_submit {
	position:absolute;
	left:330px;
	top:160px;
	z-index:2;
}

#Region_1 .quick_search a.advanced_search { top:190px; font-size:12px;}
#Region_1 .quick_search a.map_search { top:208px;  font-size:12px;}


/*	TESTIMONIALS MODULE	*/
.testimonials_frame {
	position:relative;
	padding: 10px 0;
	margin:0 0 15px;
	text-align:left;
}

.testimonials {}
.testimonials p {
	margin:0;
	padding:0;
}

.testimonials h2 {}

.testimonials .testimonial { 
	position:relative;
	display:block;
	margin: 5px 0 0px;
	padding: 0;
	border-bottom:1px dashed #999;
}

.testimonial span.quote {
	display:block;
	margin: 0;
	padding: 10px 5px 10px 5px;
	font-style:italic;
}

.testimonial span.person { 
	display:block;
	margin: 0 0 2px 0;
	padding: 0px 10px 5px;
	text-align:right;
}

.testimonials div.view_all { 
	text-align:center;
	margin: 10px 0 0;
	clear:both;
}
.testimonials a.view_all {
	padding: 0 0 2px;
	text-decoration:none;
	font-weight:bold;
}
.testimonials a.view_all:hover { text-decoration:underline;}

#Region_1 .testimonials h2{}

#Region_1 .testimonials .testimonial { 
	position:relative;
	display:block;
	margin: 10px 0 0 15px;
	padding: 0px;
	border-bottom:1px dashed #999;
	width:525px;
}

#Region_1 .testimonials div.view_all { 
	text-align:center;
	margin: 15px 0 0;
	clear:both;
}

#Region_1 .testimonials a.view_all {
	font-weight:bold;
}
.content span.quote {font-style:italic;}
.content span.person {
	display:block;
	text-align:right;
	padding-top:5px;
}

/*	FEATURED LISTINGS MODULE	*/

#Region_1 .featured_listing .thumb_frame img.sold {left:5px; top:3px;}

#Region_1 .featured_listings_frame h2 {
	position:relative;
	display:block;
	top:-15px;
	left:-15px;
	background: url(/images/web/template/T030_1/r1_bg_top.gif) no-repeat top left;
	margin:0;
	padding:10px 0 0 15px;
	width:565px;
}

#Region_1 .featured_listings_frame {
	position:relative;
	padding: 10px 15px 15px;
	margin:0 0 20px;
	text-align:left;
	background: url(/images/web/template/T030_1/r1_bg_bottom.gif) no-repeat bottom left;
}

#Region_1 .featured_listings .featured_listing {
	display:block;
	margin:0 0 15px;
	padding:10px 0;
	height: 220px;
	border: 1px dashed #999;
	border-width: 0 0 1px;
	width: 525px;
}

#Region_1 .featured_listing div.thumb_frame {
	position:absolute;
	top: 10px;
	left: 0px;
	background:url(/images/web/template/T030_1/thumb_bg_featured.gif) no-repeat center center;
	width:192px;
	height:148px;
	border:0;
	padding:0px 3px;
	margin-bottom:10px;
}

#Region_1 .featured_listing img.thumb {
	width:180px;
	height:136px;
	padding:6px;
	border:0;
}

.featured_listings_frame {
	position:relative;
	padding: 0;
	margin: 0 0 35px;
	text-align:left;
	width: 555px;
}
.featured_listings, .featured_listings h2, .featured_listings p {
	margin: 0;
	padding: 0;
 }
 
.featured_listings .featured_listing {
	margin: 5px 0;
	padding: 15px 5px;
	min-height: 145px;
	border: 1px dashed #666;
	border-width: 0 0 1px;
	width: 545px;
}

.featured_listing div.thumb_frame {
	width:180px;
	height:135px;
	padding: 0px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.featured_listing img.thumb {
	width:180px;
	height:135px;
	border: 1px solid #000;
}

.featured_listing .title {
	display:block;
	margin: 10px 0 6px 0;
	padding: 0px;
	font-size: 14px;
	font-weight:500;
	letter-spacing: 1px;
	margin-left: 200px;
}
.featured_listing .description {
	display:block;
	margin: 0 0 8px 0;
	padding: 0px;
	margin-left: 200px;
}
.featured_listing .beds_baths {
	display:block;
	margin: 0 0 2px 0;
	padding: 0px;
	font-weight:500;
	margin-left: 200px;
}
.featured_listing .type {
	display:block;
	margin: 0 0 8px 0;
	padding: 0px;
	font-weight:700;
	margin-left: 200px;
}
.featured_listing .close_info {
	display:block;
	margin: 0 0 8px 0;
	padding: 0px;
	font-weight:700;
	margin-left: 200px;
}
.featured_listing .price {
	display:block;
	margin: 0 0 10px 0;
	padding: 0px;
	font-weight:700;
	margin-left: 200px;
}
.featured_listing .price span{
	font-weight:700;
}
.featured_listing a.view_details {
	font-weight:100;
	margin: 0;
	padding: 4px;
	margin-left: 200px;
}
.featured_listing a.view_details:hover {}
.featured_listings_frame div.view_all {
	text-align:center;
	margin: 10px 0 0;
}
.featured_listings_frame a.view_all { 
	padding: 0 0 2px;
	text-decoration:none;
	font-weight:bold;
}
.featured_listings_frame a.view_all:hover { text-decoration:underline;}
.featured .listing_tile .status_info {
	position:absolute;
	top:14px;
	right:14px;
	z-index:2;
	text-align:right;
}
.featured .listing_tile .display_status {
	font-weight:100;
}
.featured .listing_tile .close_info {
	display:block;
	width:200px;
	margin:.5em 0;
}



/* Slide show */

.slide_show_frame {
	position:relative;
	padding: 10px 15px 15px;
	margin:0 0 25px;
	text-align:left;
	background: url(/images/web/template/T030_1/r1_bg_bottom.gif) no-repeat bottom left;
	clear:both;
}

.slide_show h2 {
	position:relative;
	display:block;
	top:-15px;
	left:-15px;
	background: url(/images/web/template/T030_1/r1_bg_top.gif) no-repeat top left;
	margin:0;
	padding:10px 0 0 15px;
	width:565px;
}

.slide_show .slide_show_listing {
	height: 500px;
	width:525px;
	padding:10px 0 0;
	margin:0 0 8px 0;
	text-align:left;
}


.slide_show_photo_frame {
	position:relative;
	display:block;
	padding:0;
	margin:0;
	width:400px;
	height:300px;
	margin-left:10px
}
.slide_show_photo {
	text-align:left;
	border:1px solid #000;
}


.slide_show_listing_info {
	position:absolute;
	display:block;
	top:310px;
	left:15px;
	z-index:2;
	padding: 10px 0;
	margin:0;
}

.slide_show_listing .title {
	display:block;
	margin:15px 0 8px 0;
	padding:2px;
	font-weight:bold;
	font-size:16px;
	text-align:left; 
}

.slide_show_listing .title {
	display:block;
	margin:8px 0 8px 0;
	font-size:14px;
}
.slide_show_listing_info .price {
	display:block;
	margin:0;
	padding:2px 2px 0;
	font-weight:bold;
}
.slide_show_listing_info .beds_baths {
	display:block;
	margin:0 0 6px 0;
	padding:2px;
}
.slide_show_listing_info .type {
	display:block;
	margin:0 0 6px 0;
	padding:2px;
}
.slide_show_listing_info .description {
	display:block;
	width:525px;
	margin:0 0 10px 0;
	padding:2px;
}
.slide_show_frame div.view_all {
	text-align: center;
}
.slide_show_listing a.view_details {
	margin: 0;
	padding: 4px;
}
.slide_show_listing a.view_details:hover {}
.slide_show_frame a.view_all { 
	display:block;
	padding: 10px 0 2px;
	text-decoration:none;
	font-weight:bold;
	border: 1px dashed #999;
	border-width: 1px 0 0;
	width:525px;
}
.slide_show_frame a.view_all:hover { text-decoration:underline;}


/*	OPEN HOUSES MODULE	*/
.open_houses_frame {
	position:relative;
	width:165px;
	padding: 0px;
	margin:0 0 25px 0;
	text-align:left;
}
.open_houses {}
.open_houses h2 {}

.open_houses .open_house {
	margin: 0 0 10px;
	padding: 0px 5px 10px 8px;
	width: 160px;
	border-bottom:1px dashed #999;
}

.open_house div.thumb_frame {
	display:none;
}
.open_house img.thumb {
	display:none;
}

.open_house .time_range {
	display:block;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight:bold;
}
.open_house .address, .open_house .notes {
	display:block;
	margin: 0 0 2px 0;
	padding: 0 0 6px;
}

.open_house .view_details {
	margin: 0;
	padding: 0;
}
.open_house div.view_details .icon { }
.open_house a.view_details, .open_house a.view_map {
	margin: 0;
	padding: 0 0 5px;
}
.open_house a.view_details:hover, .open_house a.view_map:hover {}
.open_houses div.view_all { 
	text-align:center;
}
.open_houses a.view_all {
	padding: 0;
	text-decoration:none;
	font-weight:bold;
}
.open_houses a.view_all:hover { text-decoration:underline;}


/* Date Calendar */
.open_house .date {
	display:block;
	width:100px;
	border:1px solid #314631;
	font-size:12px;
}
.open_house .date .dow {
	display:block;
	font-size:10px;
	font-weight:700;
	background-color:#314631;
	color:#FFFFFF;
	text-align:center;
	line-height:18px;
	font-size:12px;
}
.open_house .date .month {
	display:block;
	font-size:10px;
	text-align:center;
	font-size:12px;
	line-height:18px;
}
.open_house .date .day {
	display:block;
	font-size:16px;
	font-weight:700;
	text-align:center;
}
.open_house .date .year {
	display:block;
	font-size:10px;
	text-align:center;
	font-size:12px;
	padding-bottom:3px;

}
/* end date calendar */

/*	WELCOME TEXT	*/
.custom_content_frame, .welcome_text_frame{
	position:relative;
	padding: 0;
	margin:0 0 25px;
	text-align:left;
}

.custom_content p, .welcome_text_frame p {
	margin: 8px 0;
	padding: 0px;
	display:block;
}
.welcome_text_frame h1 {}
.welcome_text_frame .agent_photo_frame { float: left; margin: 0 15px 15px 0; }
.welcome_text_frame .agent_photo { }

/* REGION 1 WELCOME TEXT	*/
#Region_1 .welcome_text_frame h1 {
	position:relative;
	display:block;
	top:-15px;
	left:-15px;
	background: url(/images/web/template/T030_1/r1_bg_top.gif) no-repeat top left;
	margin:0;
	padding:10px 0 0 15px;
	width:565px;
}

#Region_1 .welcome_text {}

#Region_1 .welcome_text_frame {
	position:relative;
	padding: 10px 15px 15px;
	margin:0 0 25px;
	text-align:left;
	background: url(/images/web/template/T030_1/r1_bg_bottom.gif) no-repeat bottom left;
}

/*	CUSTOM CONTENT	*/
#Region_2 .custom_content p, #Region_3 .custom_content p, #Region_4 .custom_content p {
	margin: 8px 0 14px;
	padding: 0px;
	display:block;
}

#Region_1 .custom_content {
	padding:10px 20px 10px 15px ;
	margin:0;
}

/* Set Headers in Custom Content */
#Region_1 .custom_content h1, #Region_2 .custom_content h1,
#Region_3 .custom_content h1, #Region_4 .custom_content h1 { padding:0; margin:0; font-size:26px; font-weight:500;}

#Region_1 .custom_content h2, #Region_2 .custom_content h2,
#Region_3 .custom_content h2, #Region_4 .custom_content h2 { padding:0; margin:0; font-size:20px; font-weight:500;}

#Region_1 .custom_content h3, #Region_2 .custom_content h3,
#Region_3 .custom_content h3, #Region_4 .custom_content h3  { padding:0; margin:0; font-size:18px; font-weight:500;}

#Region_1 .custom_content h4, #Region_2 .custom_content h4,
#Region_3 .custom_content h4, #Region_4 .custom_content h4  { padding:0; margin:0; font-size:16px; font-weight:500;}

#Region_1 .custom_content h5, #Region_2 .custom_content h5,
#Region_3 .custom_content h5, #Region_4 .custom_content h5  { padding:0; margin:0; font-size:14px; font-weight:500;}





/*	CUSTOM FORM WIDGET */
#Region_1 .custom_form_frame {
	position:relative;
	padding:10px 15px 20px 15px;
	margin:0 0 25px;
	text-align:left;
	background: url(/images/web/template/T030_1/r1_bg_bottom.gif) no-repeat bottom left;
}
#Region_1 .custom_form p {
	margin: 8px 0;
	padding: 0px;
	display:block;
}
#Region_1 .custom_form h2 {
	position:relative;
	display:block;
	top:-15px;
	left:-15px;
	background: url(/images/web/template/T030_1/r1_bg_top.gif) no-repeat top left;
	margin:0;
	padding:10px 0 0 15px;
	width:565px;
}





/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	SUBPAGE CONTENT TYPES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.content_frame {
	position:relative;
	padding: 0;
	margin: 0 25px;
	text-align:left;
}
.content {
	margin: 2px 0;
	padding: 0px;
	display:block;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content_frame p{}

.content h1, .content h2 {
	font-size:20px;
	position:relative;
	display:block;
	margin:0;
	padding:0px 0 10px;
}

.content p {
	margin: 0px 0 10px;
	padding: 0px;
	display:block;
}

/* Set Headers in Subpage Content */
#SubPageContent h1 { padding:0 0 15px; margin:0; font-size:26px; font-weight:500;}
#SubPageContent h2 { padding:0; margin:0; font-size:18px; font-weight:500;}
#SubPageContent h3 { padding:0; margin:0; font-size:16px; font-weight:500;}
#SubPageContent h4 { padding:0; margin:0; font-size:14px; font-weight:500;}
#SubPageContent h5 { padding:0; margin:0; font-size:12px; font-weight:500;}

#ListingDetails, #ListingSearch_Page #Results_Page {
	padding:10px;
}
#ListingDetails p, #ListingDetails ul, #ListingDetails h1, #ListingDetails h2, #ListingDetails h3 {}
#ListingDetails a, #ListingDetails a:visited, #Results_Page a, #Results_Page a:visited {
	text-decoration:underline;
}

#ListingDetails a:hover, #Results_Page a:hover {
	text-decoration:underline;
}
#Results_Page h1 {}
#MapSearch #FilterBar {}

#OpenHouseList li a {}
#OpenHouseList li a:hover {}
#SubpageLayout #SEARCH_city_autocomplete {width:245px;}

/* Clearing method without Structural Markup */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	
/* for IE/Mac */	
.clearfix { display: inline-block; } 

/* for IE/Win */
 
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */