@charset "UTF-8";

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	design j.anderson Paper L002 / T007_1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	ALL PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	background:#283718;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #333;
}

a:link, a:visited { color:#55772a; text-decoration:underline;}
a:hover { color: #333; text-decoration:underline; }

div, img {
	position:relative;
	border:0;
	margin:0;
	padding:0;
}
td {
	vertical-align:top;
}

#Page {
	position:relative;
	width:960px;
	min-height:400px;
	padding:0;
	margin:0;
	background: #f8faf4 url(/images/web/template/T007_1/page_bg.jpg) repeat-y;
}

#PageWrapper {
	margin: 0 auto;
	padding-top: 0px;
	width: 960px;
	color: #000;
	background:#f8faf4;
}


/*	LOGIN BAR */
#LoginWelcome {
	position:relative;
	margin: 0px auto 0px;
	padding-top:5px;
	line-height:25px;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	color:#000;
	width: 960px;
	background: url(/images/web/template/T007_1/login_bg.jpg) repeat-x;
}

#LoginWelcomeText { width:auto; padding:10px; }
#LoginWelcome span.welcome { font-weight:500; color:#333; }
#LoginWelcome span.or { }
#LoginWelcome a { color:#333; text-decoration:underline; font-style:oblique; font-weight:700; }
#LoginWelcome a:hover { text-decoration:none; color: #3a5617; text-decoration:underline; }
#LoginWelcome .user_name { font-weight:700; }



/*	HEADER	*/
#HeaderWrapper {
	padding:0px;
	background-color:#f8faf4;
	margin:0px;
	text-align:left;
}

#Header {
	display:block;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#CompanyLogo {
	width:300px;
	padding:0px;
	margin:0;
	position: relative;
	top: 0px;
	left: 10px;
	z-index: 2;
}

.company_logo_frame {
	display:block;
	position: relative;
	left:0px;
	text-align: center;
 }

img.company_logo { }


/* RESERVED IMAGE  */

.reserved_image_frame{
	position:relative;
	
	width: 960px;
	height: 358px;
	
	padding: 15px 0px 10px 0px ;
	margin: 0;
	
	overflow: hidden;
	text-align: center;
	
	z-index:0;
}

.reserved_image { 
	width: 960px;
	padding:0;
	margin: 0;
}

	/* overlay image or block over reserved image */
.reserved_image_overlay_frame {
	position: absolute;
	top:0px;
	left:0px;
	
	background: url(/images/web/template/T007_1/reserved_image_overlay.gif) no-repeat;
	height:380px;
	width:960px;
	display:block;
	overflow:visible;
	z-index:10;
	
}

	/* overlays text on top of reserved image */
.reserved_image_overlay_text {
	display:none;
}


/* HEADER CONACT INFO  */

#Header #ContactInfo {
	display:none;
}

#ContactInfo {
	position:relative;
	padding:10px;
	margin: 2px 0 0 0;
	text-align:right;
	font-size:12px;
	background:#d0d0d0;
	text-align:left;
}

#ContactInfo .agent_info_frame { }
#ContactInfo .agent_info { }
#ContactInfo .agent_info .name { }
#ContactInfo a {
	color:#5d7600;
}
#ContactInfo a:hover {
	color:#666;
}




/*	HOMEPAGE AND SUBPAGE BASIC LAYOUT TABLES */
table#HomepageLayout {
	position:relative; top:-5px;
	width:960px;
	padding: 0px 0px 0px 0px;
	margin:0;
	border:0;
	background: url(/images/web/template/T007_1/page_bg.jpg) repeat-y;
}

table#SubpageLayout {
	width:960px;
	padding: 0px 0px 0px 0px;
	margin:0;
	position:relative; top:0px;
	background: url(/images/web/template/T007_1/subpage_top.gif) no-repeat left top;

}

table#HomepageLayout td {
	padding:0;
	margin:0;
	border:0;
}

td#LeftCol {
	width:200px;
	padding:0;
	margin:0;
	border:0;
}


td#CenterCol{
	padding:0;
	margin:0;
	border:0;
}	


table#HomepageLayout td#RightCol {
	width:250px;
	padding:0;
	margin:0;
	border:0;
	position:relative;
}
table#SubpageLayout td#RightCol {
	width:250px;
	padding:0;
	margin:0;
	border:0;
	padding-top:30px;
}

table#SubpageLayout td#LeftCol {
	width:200px;
	padding:0;
	margin:0;
	border:0;
	padding-top:30px;
}


/*	NAVIGATION	*/

#MainNav { /* main wrapper */
	font-size:14px;
	color:#55772a;
	text-decoration:none;
	background: url(/images/web/template/T007_1/widget_bottom.gif) no-repeat left bottom;
	padding-bottom:35px;
	display:block;
}

.NavGroup {
	margin: 3px;
	padding: 4px 4px 4px 0px;
	text-align:left;
}

.NavGroup .first{}
.NavGroup .last{}
.NavGroup .NavGroup a {
	text-decoration:none;
	text-transform:capitalize;
	font-size: 14px;
	display:block;
	color:#3a5617;
}

.NavGroup h3.main_link_selected a {
	text-decoration:none;
	color:#333;
	padding:8px;
}

.NavGroup h3.main_link_selected a:hover {
	color:#3a5617;
	padding:8px;
	text-decoration:underline;
}

.NavGroup h3.main_link a {
	color:#333;
	text-decoration:none;
	padding:8px;
}

.NavGroup h3.main_link a:hover {
	color:#3a5617;
	text-decoration:underline;
}

.NavGroup a.sub_link {
	font-size:14px;
	text-decoration:none;
	color:#3a5617;
	padding-left:10px;
	display:block;
	width:120px;
	overflow: visible;
}

.NavGroup a.sub_link:hover { 
	color: #000;
	text-decoration:underline;
}

.NavGroup a.sub_link_selected {
	font-size:14px;
	color:#3a5617;
	text-decoration:underline;
	background: url(/images/web/template/T007_1/bullet.gif) no-repeat left;
	padding-left:10px;
}

.NavGroup a.sub_link_selected:hover {
	color:#000;
}

.NavGroup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.NavGroup ul li {
	line-height: 16px;
	margin: 1px 0 0 0;
	padding: 2px 10px;
	display:block;
}


/* REGIONS */


#Region_1 {
	width:570px;
	margin:0px; padding:0px;
	text-align:left;
	overflow:hidden;
}


#Region_2 {
	width:177px;
	text-align:left;
	padding:5px;
	margin-left:8px;
}

#Region_3 {
	width:180px;
	text-align:left;

}




/* SAVED SEARCH */

.saved_search {
	background: #f8f8f8;
	border:1px solid #f0eee9;
}

#SavedSearches a.name  {
	text-decoration:none;
	color:#3a5617;
}

#SavedSearches a.name:hover {
	text-decoration:none;
	color:#000;
}

#emailFrequencySettings {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

}

#emailFrequencySettings select {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;

}

/*	FOOTER	*/
#Footer {
	margin: -10px auto 25px;
	padding: 0px;
	width: 960px;
	background: #f8faf4 url(/images/web/template/T007_1/footer_bottom.gif) no-repeat left bottom;
	text-align:center;
}

#FooterLinks {
	background: #f8faf4 url(/images/web/template/T007_1/footer_top.gif) no-repeat left top;
	display:block;
	padding:25px 10px 6px 10px;
	background-color:#f8faf4;
	color: #666666;
}

#FooterLinks a {
	color:#336600;
	text-decoration:none;
	padding:0 5px;
	line-height:22px;
}

#FooterLinks a:hover {
	color:#333;
}

#Disclaimers {
	padding:25px 10px 15px 10px;
	background-color:#f8faf4;
	color: #666666;	
}
img.footer_ds {
	position:absolute;
	bottom:-4px;
	left:0px;
	display:block;
	border:0;
	margin:0;
	padding:0;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	HOMEPAGE MODULES (aka WIDGETS)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* MLS NUMBER SEARCH WIDGET */
.mlsno_search_frame {
    position:relative;
    margin:10px 0 20px 0;
    padding:0 10px 20px 0;
    text-align:left;
    background: url(/images/web/template/T007_1/widget_bottom_r2.gif) no-repeat right bottom;
    font-size:12px;
}
#Region_1 .mlsno_search_frame {
    padding:10px;
    margin:0 0 10px 0;
    background: url(/images/web/template/T007_1/h-line.gif) no-repeat bottom;
}
#Region_3 .mlsno_search_frame {
    margin:10px auto;
    padding:0 0 20px 15px;
    background: url(/images/web/template/T007_1/widget_bottom.gif) no-repeat left bottom;
}
.mlsno_search {
    text-align:left;
    padding:0;
}
#Region_1 .mlsno_search {
    padding:5px 25px 5px 25px;
}
.mlsno_search p {
    padding:0;
}
.mlsno_search h2 {
	margin:0 0 10px 0;
	padding:0;
    text-align:left;
}
form.mlsno_search_form {
    display:block;
    margin:0;
    padding:0 0 10px 0;
}
.mlsno_search label.hdr {
    display:block;
    margin:0;
}
.mlsno_search input.text {
    width:150px;
}
.mlsno_search input.mlsno_search_submit {
    margin:10px 0 0 0;
}
#Region_1 .mlsno_search label.hdr {
    display:inline;
}



/* AGENT SEARCH WIDGET */
.agent_search_frame {
    position:relative;
    margin:10px 0 20px 0;
    padding:0 10px 10px 0;
    text-align:left;
    background: url(/images/web/template/T007_1/widget_bottom_r2.gif) no-repeat right bottom;
    font-size:12px;
}
#Region_1 .agent_search_frame {
    padding:10px 10px 0 10px;
    margin:0 0 10px 0;
    background: url(/images/web/template/T007_1/h-line.gif) no-repeat bottom;
}
#Region_3 .agent_search_frame {
    margin:10px auto;
    padding:0 0 10px 15px;
    background: url(/images/web/template/T007_1/widget_bottom.gif) no-repeat left bottom;
}
.agent_search {
    text-align:left;
    padding:0;
}
#Region_1 .agent_search {
    padding:5px 25px 5px 25px;
}
.agent_search p {
    padding:0;
}
.agent_search h2 {
    margin:0 0 10px 0;
    padding:0;
    text-align:left;
}
form.agent_search_form {
    display:block;
    margin:0;
    padding:0 0 10px 0;
}
.agent_search label.hdr {
    display:block;
    margin:0;
}
.agent_search input.text {
    width:150px;
}
.agent_search input.agent_search_submit {
    margin:10px 0 0 0;
}
#Region_1 .agent_search label.hdr {
    display:inline;
}
.agent_search div.view_all {
    position:relative;
    margin:5px 0;
    padding:5px;
    text-align:center;
}
.agent_search a.view_all { 
    font-weight:700;
}
.agent_search a.view_all:hover { 
    
}
.agent_search .auto_complete_menu {
    text-align:left;
    font-family:Arial, Helvetica, Sans;
}
.agent_search .auto_complete_menu li {
    padding:2px 4px;
}




/* CUSTOM CONTENT & WELCOME TEXT */

#Region_1 .custom_content_frame, .welcome_text_frame{
    background: url(/images/web/template/T007_1/h-line.gif) no-repeat bottom;
    margin-bottom:10px;
}

#Region_1 .welcome_text, .custom_content {
    padding:15px 30px 25px 40px;
}

#Region_2 .custom_content_frame {
    margin:10px auto 10px;
    padding:0px 8px 0px 0px;
    background: url(/images/web/template/T007_1/widget_bottom_r2.gif) no-repeat left bottom;
    padding-bottom:20px;
}

#Region_2 .custom_content {
    padding:0px;
}

#Region_3 .custom_content_frame {
    margin:10px auto 20px;
    padding:0px 8px 0px 15px;
    font-size:13px;
    background: url(/images/web/template/T007_1/widget_bottom.gif) no-repeat left bottom;
    padding-bottom:20px;
}

#Region_3 .custom_content {
    padding:0px;
}

#Region_4 .custom_content {
    padding:0px;
    margin:0px 0px 0px 8px;
}
#Region_4 .custom_content_frame {
    margin:10px 0px 10px 0px;
    padding:0px 8px 0px 0px;
    background: url(/images/web/template/T007_1/widget_bottom_r2.gif) no-repeat right bottom;
    padding-bottom:20px;
    display:block;
    width:170px;
}



/* CONTACT INFO */

.contact_info_frame {
	background: url(/images/web/template/T007_1/widget_bottom.gif) no-repeat left bottom;
	padding-bottom:20px;
}

.contact_info {
	text-align:center;
	color:#333;
	font-size:13px;
	margin:0px auto 20px;
}

.contact_info h2{
	display:none;
}

#Region_2 .contact_info_frame {
	background: url(/images/web/template/T007_1/widget_bottom_r2.gif) no-repeat left bottom;
	padding-bottom:20px;
}

#Region_2 .contact_info {
	text-align:center;
	margin:0px auto 20px;
}

/* PHOTO and CONTACT INFO */

.agent_photo_frame {
	position:relative;
	width:175px;
	background:url(/images/web/template/T007_1/agent_photo_bg_top.gif) top center no-repeat;
	padding: 20px 0px 0px 4px;
	margin: 0px auto 0px;
}

.agent_photo {
	width:120px;
	padding:0px 25px 18px 25px;
	background:url(/images/web/template/T007_1/agent_photo_bg.gif) bottom center no-repeat;	
}

#Region_2 .agent_photo_frame {
	position:relative;
	width:175px;
	background:url(/images/web/template/T007_1/agent_photo_bg_top.gif) top center no-repeat;
	padding: 20px 0px 0px 4px;
	margin: 0px auto 0px;
}

#Region_2 .agent_photo {
	width:120px;
	padding:0px 25px 18px 25px;
	background:url(/images/web/template/T007_1/agent_photo_bg.gif) bottom center no-repeat;	
}

#Region_4 .contact_info .agent_photo_frame {
	position:relative;
	width:175px;
	background:url(/images/web/template/T007_1/agent_photo_bg_top.gif) top center no-repeat;
	padding: 20px 0px 0px 0px;
	margin: 0px auto 0px;
}

#Region_4 .contact_info .agent_photo {
	width:120px;
	padding:0px 25px 18px 24px;
	background:url(/images/web/template/T007_1/agent_photo_bg.gif) bottom center no-repeat;	
}

#Region_1 .welcome_text_frame .agent_photo_frame {
	float:right;
	position:relative;
	width:175px;
	background:url(/images/web/template/T007_1/agent_photo_bg_top_r1.gif) top center no-repeat;
	padding: 20px 0px 0px 4px;
	margin: 0px auto 0px;
}

#Region_1 .agent_photo {
	width:120px;
	padding:0px 25px 18px 25px;
	background:url(/images/web/template/T007_1/agent_photo_bg_r1.gif) bottom center no-repeat;	
}

#Region_3 .contact_info .agent_photo_frame {
	padding: 20px 0px 0px 0px;
}

#Region_3 .contact_info .agent_photo {
	padding:0px 26px 18px 25px;
}

/*	QUICK SEARCH MODULE	*/


#Region_1 .quick_search_frame {
	font-size:13px;
	position:relative;
	padding: 10px 0;
	margin:0 0 10px 20px;
	text-align:left;
	background: url(/images/web/template/T007_1/h-line.gif) no-repeat bottom;
	height:auto;
	width:540px;
}

#Region_1 .quick_search {
	padding:5px 25px 5px 25px;
}

#Region_1 .quick_search h2 {
	margin:0;
	padding:0;
}
#Region_1 .quick_search_form {
	position:relative;
	padding: 10px 0;
	margin:0 10px 10px 20px;
	text-align:left;
	display:block;
	margin: 5px 0;
	height: 200px;
}

#Region_1 .property_type {
	width:225px;
	float:left;
}

#Region_1 .quick_search .property_type label.hdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

#Region_1 .quick_search ul.property_type_list {
	display:block;
	width:200px;
	height:90px;
	margin:1px 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#Region_1 .quick_search label.hdr {
	display:block;
	font-size:11px;
	margin: 3px 0 1px;
}

#Region_1 .quick_search select {
	width:90px;
}

#Region_1 .quick_search .search_by_city label.hdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
#Region_1 .quick_search .search_by_city input {
	float:left;
	display:block;
	width:200px;
	margin:1px 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#Region_1 .quick_search .search_by_city a.view_all {
	float:right;
	display:block;
	height:30px;
	line-height:20px;
	font-size:11px;
	text-align:left;
	width:250px;
}

#Region_1 .quick_search .bedrooms label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

#Region_1 .quick_search .bedrooms {
	float:right;
	width:120px;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#Region_1 .quick_search .bathrooms label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

#Region_1 .quick_search .bathrooms {
	float:right;
	width:120px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#Region_1 .quick_search .min_price label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

#Region_1 .quick_search .min_price {
	float:right;
	width:120px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#Region_1 .quick_search .max_price label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

#Region_1 .quick_search .max_price {
	float:right;
	width:120px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#Region_1 .quick_search .pics_first {
	float:right;
	width:250px;
	margin:10px 0px 15px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:30px;
}

#Region_1 .quick_search .pics_first span {
	position:relative;
	top:-2px;
}

#Region_1 .quick_search .quick_search_submit {
	float:right;
	margin-right:30px;
	cursor:pointer;
}

#Region_1 .quick_search .quick_search_submit {
	float:right;
	margin-right:30px;
	cursor:pointer;
}

#Region_1 .quick_search .quick_search_image_submit {
	display:none;
}

#Region_1 .quick_search a.advanced_search {
	float:left;
	line-height:30px;
	font-size:13px;
	padding-left:8px;
}

#Region_1 .quick_search a.map_search {
	float:left;
	line-height:30px;
	font-size:13px;
	padding-left:15px;
}	


/****** Quick search region 2 *******/
	
#Region_2 .quick_search select {
	width:75px;
}
#Region_2 .quick_search_frame {
	width:165px;
	height:350px;
	padding:0 0px;
	text-align:left;
	margin:0px;
	background: url(/images/web/template/T007_1/widget_bottom_r2.gif) no-repeat left bottom;
	padding-bottom:20px;
}

#Region_2 .quick_search_form { }

#Region_2 .quick_search label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-top:5px;
}

#Region_2 .quick_search ul.property_type_list {
	display:block;
	width:165px;
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#Region_2 .quick_search ul.property_type_list label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	margin:0;
}

#Region_2 .quick_search .property_type  {
	margin-top:5px;
}

#Region_2 .quick_search .search_by_city input {
	width: 160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#Region_2 .quick_search .view_all {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#Region_2 .quick_search .search_by_city {
	margin-top:10px;
}

#Region_2 .quick_search .bedrooms {
	display:block;
	float:left;
	width: 75px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
}

/*#Region_2 .quick_search #SEARCH_bedrooms {
	display:block;
	width:75px;
}*/

#Region_2 .quick_search .bathrooms {
	display:block;
	float:right;
	width: 75px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
}

/*#Region_2 .quick_search #SEARCH_baths {
	display:block;
	width:50px;
}*/

#Region_2 .quick_search .min_price {
	display:block;
	float:left;
	width: 75px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
/*	font-size:9px;*/
}

/*#Region_2 .quick_search #SEARCH_minprice {
	display:block;
	width:50px;
}*/

#Region_2 .quick_search .max_price {
	display:block;
	float:right;
	width: 75px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
/*	font-size:9px;*/
}

/*#Region_2 .quick_search #SEARCH_maxprice {
	display:block;
	width:50px;
}*/


#Region_2 .quick_search .pics_first label {
	display:none;
}

#Region_2 .quick_search .quick_search_image_submit {
	display:none;
}

#Region_2 .quick_search .quick_search_submit {
/*	display:none;*/
	display:block;
	width:65px;
	text-align:center;
	cursor:pointer;
	font-size:12px;
	float:right;
	margin-top:0px;
}

#Region_2 .quick_search a.advanced_search {
	display:block;
	width:150px;
	float:left;
	padding-top:5px;
	font-size:11px;
}

#Region_2 .quick_search a.map_search {
	display:block;
	width:150px;
	float:left;
	padding-top:5px;
	font-size:11px;
}

/*	TESTIMONIALS MODULE	*/

	/* TESTIMONIALS REGION 2 AND 3 DEFAULT */
.testimonials {
	font-size:12px;
	padding: 0px;
 }

.testimonials_frame {
	position:relative;
	margin:10px auto 20px;
	text-align:left;
	padding-right:10px;
	background: url(/images/web/template/T007_1/widget_bottom_r2.gif) no-repeat right bottom;
	padding-bottom:20px;
}

#Region_3 .testimonials_frame {
	position:relative;
	margin:10px auto 10px;
	text-align:left;
	padding:0px 0px 0px 15px;
	background: url(/images/web/template/T007_1/widget_bottom.gif) no-repeat left bottom;
	padding-bottom:20px;
}

.testimonials h2 {
	margin:0px;
	padding:0;
}

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

.testimonials .testimonial { 
	position:relative;
	display:block;
	margin: 0px 0;
	padding: 0px;
}

.testimonial span.quote {
	display:block;
	margin: 5px 0 2px 8px;
	font-style:italic;
	padding: 0px;
}
.content span.quote {
	font-style:italic;
}
.testimonial span.person { 
	display:block;
	margin: 0px 0px 10px 0;
	padding: 0px;
	text-align:right;
}
.content span.person {
	display:block;
	text-align:right;
}
.testimonials div.view_all { 
	position:relative;
	display:block;
	margin: 5px 0;
	padding: 5px;
	text-align:center;
	font-weight:700;
}
.testimonials a.view_all { }
.testimonials a.view_all:hover { }


/* TESTIMONIALS REGION 1 */

#Region_1 .testimonials {
	padding:5px 25px 5px 25px;
}

#Region_1 .testimonials_frame {
	position:relative;
	padding: 10px;
	margin:0;
	margin-bottom:10px;
	text-align:left;
	background: url(/images/web/template/T007_1/h-line.gif) no-repeat bottom;
}

#Region_1 .testimonials h2, .testimonials p {
	margin:0;
	padding:0;
}

#Region_1 .testimonials .testimonial { 
	position:relative;
	display:block;
	margin: 5px 0;
	padding: 5px;
}

#Region_1 .testimonial span.quote {
	background: url(/images/web/template/T007_1/quote_start.gif) no-repeat top left;
	display:block;
	margin: 0 0 2px 5px;
	font-style:italic;
	padding: 12px 25px 0px 22px;
}

#Region_1 .testimonial span.person { 
	background: url(/images/web/template/T007_1/quote_end.gif) no-repeat bottom right;
	display:block;
	margin: 0px 50px 2px 0;
	padding: 0px 25px 3px 0px;
	text-align:right;
}

#Region_1 .testimonials div.view_all { 
	position:relative;
	display:block;
	margin: 5px 0;
	padding: 5px;
	text-align:center;

}


/*	FEATURED LISTINGS MODULE	*/
.featured_listings_frame {
	font-size:13px;
	position:relative;
	padding: 10px;
	margin:0;
	margin-bottom:10px;
	text-align:left;
	background: url(/images/web/template/T007_1/h-line.gif) no-repeat bottom;
}
#Region_1 .featured_listings {
	padding:5px 25px 5px 25px;
}

.featured_listings h2, .featured_listings p {
	margin: 0;
	padding: 0px;
}

.featured_listings .featured_listing {
	margin: 5px 0;
	padding: 5px 205px 5px 5px;
	height:200px;
}

.featured_listing div.thumb_frame {
	width:200px;
	height:155px;
	padding: 4px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(/images/web/template/T007_1/f_listing_photo_bg.gif) no-repeat top;
}
#Region_1 .featured_listing .thumb_frame img.sold {
	top:5px;
	left:7px;
}
.featured_listing img.thumb {
	width:180px;
	height:135px;
	border:3px solid #fff;
	margin:0px 0px 0px 3px;
}

.featured_listing .title {
	display:block;
	margin: 0 0 0px 0;
	font-weight: 600;
}

.featured_listing .price {
	display:block;
	margin: 0 0 0px 0;
	font-weight: bold;
}

.featured_listing .beds_baths {
	display:block;
	margin: 0 0 0px 0;
	font-weight: bold;
}

.featured_listing .description {
	display:block;
	margin: 3px 0 2px 0;
	padding: 2px;
}

.featured_listing a.view_details {
	display:block;
	margin: 0 0 2px 0;
	padding: 2px;
}

.featured_listing a.view_details:hover { }

.featured_listings_frame div.view_all {
	display:block;
	margin: 5px 0;
	padding: 5px;
	text-align:center;
	width: auto;
}

.featured_listings_frame a.view_all { }
.featured_listings_frame a.view_all:hover { }


/*	OPEN HOUSES MODULE	*/


#Region_1 .open_houses_frame {
display:none;
/*
position:relative;
	padding:0;
	margin:0 auto 15px;
	text-align:left;
	width: 509px;
	border:1px dashed red;
	height:auto;
*/
}

#Region_3 .open_houses_frame {
	width: 185px;
	display:block;
	background: url(/images/web/template/T007_1/widget_bottom_r2.gif) no-repeat center bottom;
	text-align:center;
	height:auto;
	margin-left:0;
	padding-bottom:40px;
}

#Region_2 .open_houses_frame, #Region_4 .open_houses_frame {
	width: auto;
	display:block;
	background: url(/images/web/template/T007_1/widget_bottom_r2.gif) no-repeat center bottom;
	text-align:center;
	height:auto;
	margin:0px;
	padding:0px;
	padding-bottom:40px;
}
.open_houses {
	padding:0;
	font-size:12px;
}

.open_houses h2 {
	margin:0;
	padding:0 8px;
	font-size:14px;
	font-weight:bold;
	color:#333;
}

.open_houses div.open_house {
	padding: 0px 10px 16px 10px;
	height:auto;
	margin:0;
}

.open_house div.thumb_frame {
display:none;
/*
	width:80px;
	height:60px;
	padding:8px;
	border:1px dashed PURPLE;
*/
}

.open_house img.thumb {
	display:none;
	
/*
	width:80px;
	height:60px;
	border:1px solid #70675a;

*/	
}

#Region_2 .open_house .date, #Region_4 .open_house .date {
	display:block;
	width:155px;
	height:100px;
	text-align:center;
	background: url(/images/web/template/T007_1/open_house_cal.gif) no-repeat top;
	padding:0;
	margin:0;
}

#Region_3 .open_house .date {
	display:block;
	width:165px;
	height:100px;
	text-align:center;
	background: url(/images/web/template/T007_1/open_house_cal.gif) no-repeat top;
	padding:0;
	margin:0;
}

.open_house .date .dow {
	padding-top:10px;
	display:block;
	font-size:12px;
	font-weight:700;
	color:#fff;
	line-height:20px;
}

.open_house .date .month {
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	font-size:10px;
}

.open_house .date .day {
	display:block;
	font-size:18px;
	font-weight:bold;
	padding:0px;
	line-height:12px;
}

.open_house .date .year {
	padding-top:5px;
	display:block;
	font-size:10px;
}

.open_house .time_range {
	z-index:2;
	display:block;
	margin:0;
	font-weight:700;
}

.open_house .address {
	display:block;
	margin:0 0 8px 0;
}

.open_house .notes {
	display:block;
	margin:0 0 8px 0;
}

.open_house div.view_details .icon {
	display:none;
}

.open_house a.view_details {
	margin:0;
	padding:0;
}

.open_house a.view_details:hover { }

.open_house a.view_map {
	margin:0;
	padding:0;
}

.open_house a.view_map:hover { }
.open_houses div.view_all { }

.open_houses a.view_all {
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.open_houses a.view_all:hover { }


/*	TEXT MODULE	*/

.text_frame {
	position:relative;
	padding: 10px;
	margin:0;
	text-align:left;
}

.text_frame h1 { 
	margin:0;
	padding:0 5px;
	display:block;
	background: #c0c0c0;
}

.text_frame p {
	margin: 2px 0;
	padding: 5px;
	display:block;
	background: #c0c0c0;
}

.text_frame .agent_photo_frame { display:none; }
.text_frame .agent_photo { }


/* SLIDE SHOW - FEATURED LISTINGS */

.slide_show_frame {
	position:relative;
	padding:10px 15px 15px 15px;
	margin-bottom:15px;
	text-align:left;
}

.slide_show .slide_show_listing {
	padding:10px 10px 10px 20px;
	margin:0 0 15px 0;
	text-align:left;
}

.slide_show_photo_frame {
	text-align:center;
	width:400px;
	height:300px;
	padding:19px;
	margin-left:30px;
	background: url(/images/web/template/T007_1/slide_show_bg.jpg) no-repeat top left;
}

div.slide_show_photo {
	position:relative;
	width:400px;
	height:300px;
	padding:0;
	margin:0;
	overflow:hidden;
}
img.slide_show_photo {
	position:absolute;
	top:0px;
	left:0px;
	bottom:auto;
	right:auto;
	width:400px;
	height:300px;
}

.slide_show .controls_bg {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:50;
	width:400px;
	height:40px;
	padding:0;
	margin:0;
	background: #191919;
	opacity:0.65;
}
.slide_show .controls {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:51;
	width:400px;
	height:40px;
	padding:0;
	margin:0;
	text-align:left;
	line-height:40px;
	color: #F4F4F4;
}

.slide_show .controls img {
	cursor:pointer;
}

.slide_show .controls span.count {
	display:block;
	width:40px;
	height:40px;
	text-align:center;
}

.slide_show .controls span.current {}
.slide_show .controls span.total {}


/* don't use for default set-up

.slide_show .controls img.back {
	position:absolute;
	top:6px;
	left:140px;
}

.slide_show .controls img.next {
	position:absolute;
	top:6px;
	left:240px;
}
	
.slide_show .controls img.play,
.slide_show .controls img.pause {
	position:absolute;
	top:5px;
	left:190px;
}

*/

.slide_show .controls img.pause {
	border:0;
}

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

.slide_show_listing_info .price {
	display:block;
	margin:0;
	padding:2px 2px 0;
}
.slide_show_listing_info .beds_baths {
	display:block;
	margin:0 0 6px 0;
	padding:2px;
}
.slide_show_listing_info .description {
	display:block;
	margin:0 0 2px 0;
	padding:2px;
}
.slide_show_listing a.view_details {
	color: #462600;
}

.slide_show_listing a.view_details:hover {
	color:#f36f17;
	text-decoration:none;
}

.slide_show_frame div.view_all {
	display:block;
	width:285px;
	height:22px;
	padding:8px 0px 4px;
	margin:0 auto;
	text-align:center;
}

.slide_show_frame a.view_all {
 }
.slide_show_frame a.view_all:hover {
	color:#f36f17;
}

/* REGION_1 SLIDE SHOW */

#Region_1 .slide_show_frame {
	position:relative;
	display:block;
	font-size:13px;
	padding: 10px;
	margin:0;
	text-align:left;
	background: url(/images/web/template/T007_1/h-line.gif) no-repeat bottom;
	height:510px;
	margin-bottom:10px;
}

#Region_1 .slide_show h2, .slide_show p {
	margin: 0;
	padding: 0px;
}

#Region_1 .slide_show {
	display:block;
	height:auto;
	margin:0px;
	padding: 0px;
	padding:5px 25px 5px 25px;
}


#Region_1 .slide_show .slide_show_listing {
	height:450px;
}

#Region_1 div.slide_show_photo {
	margin:0 auto;
}

#Region_1 .slide_show_listing_info {
	position:absolute;
	top:330px;
	left:60px;
	z-index:2;
	width:400px;
	padding:10px;
}

#Region_1 .slide_show_listing .title {
	display:block;
	margin:8px 0 2px 0;
	font-size:12px;
}

#Region_1  .slide_show_listing_info .price {
	display:block;
	margin:0;
	padding:2px 2px 0;
}
#Region_1  .slide_show_listing_info .beds_baths {
	display:block;
	margin:0 0 6px 0;
	padding:2px;
}
#Region_1  .slide_show_listing_info .type{
	display:block;
	margin:0 0 6px 0;
	padding:2px;
}


#Region_1 .slide_show_listing_info .description {
	position:absolute;
	top:15px;
	left:200px;
	width:210px;
	height:85px;
	display:block;
	overflow:hidden;
	margin:0;
	padding:5px;
}

#Region_1 .slide_show_frame div.view_all {
	position:absolute;
	top:485px;
	text-align:center;
	display:block;
	width:500px;
	margin: 0;
	padding: 0;
}

/* RSS Feed */

.custom_content h3.credits-date, .content h3.credits-date { font-size: 12px; font-style: italic; margin-bottom: 8px }


/*	CUSTOM FORMS */
#Region_1 div.custom_form {
	padding:15px 30px 5px 40px;
}
#Region_1 form.custom_form {
	padding:0 0 30px 0;
	font-family:inherit;
	text-align:left;
	background: url(/images/web/template/T007_1/h-line.gif) no-repeat bottom;
}
#Region_1 .custom_form h2 {
	
}
#Region_1 .custom_form_instructions {
	text-align:left;
}
#Region_1 form.custom_form .custom_field {
	width:auto;
}





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

#Region_4 {
	text-align:left;
	padding:5px 5px 5px 0px;
	margin-left:15px;
}

#Region_4 .open_houses_frame {
	width: 190px;
	display:block;
	background: url(/images/web/template/T007_1/widget_bottom.gif) no-repeat right bottom;
	padding-bottom:40px;
	text-align:center;
	margin-left:-10px;
}

td#SubPageContent {
	padding:0;
	margin:0;
	padding-top:30px;
}
.SubPageContent { }

#SubPageContent .content_frame {
	padding-bottom:45px;
	min-height:75px;
	width:567px;
}

#SubPageContent .content {
	width:493px;
	height:100%;
	margin:0px;
	text-align:left;
	padding:15px 30px 25px 40px;
}

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

.content p{ }



/* SPECIAL LISTINGS WIDE FORMAT */

table#SubpageLayout td#SubPageContentFull {
	padding:0;
	margin:0;
	border:0;
	background: #f8faf4 url(/images/web/template/T007_1/page_bg_wide.gif) right repeat-y;
	padding-top:0px;
}

table#SubpageLayout #SubPageContentFull .content {
	width:720px;
	text-align:left;
	padding:35px 0px 25px 20px;
}

table#SubpageLayout #SubPageContentFull .content_frame {
	padding:0px 0px 45px 0px;
	background: url(/images/web/template/T007_1/subpage_top_wide.gif) no-repeat top left;
	margin:0px;
	z-index:3;
}

#SubpageLayout #SEARCH_city_autocomplete {width:210px;}