@charset "UTF-8";

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	ALL PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	background:#d1de70 url(/images/web/template/T005_1/body_bg_tile.jpg) repeat center 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
}

a:link, a:visited {color:#5d7600; text-decoration: none; }
a:hover {color:#666; text-decoration: underline; }

h1, h2, h3, h4, h5 {
	font-weight:100;
	color:#eb9704;
}

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

#PageWrapper {
	padding: 35px 0 0;
	background:url(/images/web/template/T005_1/bg_head.jpg) no-repeat center 0px;
}

#Page {
	width:960px;
	min-height:400px;
	margin:0 auto;
	border:1px solid #c7d171;
	background:#fff url(/images/web/template/T005_1/page_bg_top.jpg) no-repeat center 0px;
	border-width: 1px 1px 0 1px;
}

/*	LOGIN BAR */
#LoginWelcome {
	width:960px;
	height:24px;
    margin: 0 auto 35px;
	font-size:12px;
	text-align:right;
	color:#000;
}
#LoginWelcomeText {
	width:auto;
	background:#fff;
	padding:5px 10px 6px 10px;
	border:1px solid #f7f7f5;
}
#LoginWelcome span.welcome {
	font-weight:700;
	color:#eb4704;
}
#LoginWelcome span.or {font-style:oblique;}
#LoginWelcome a {color:#000;}

/*	HEADER	*/
#Header { padding-bottom: 10px;}
#CompanyLogo {
	float:left;
	width:316px;
	padding: 0 0 20px;
	margin: -8px 0 0 -8px;
	background: transparent url(/images/web/template/T005_1/logo_bottom.gif) no-repeat bottom left;
}
#CompanyLogo div.company_logo_frame {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:300px;
	padding: 15px 8px 0;
	background: transparent url(/images/web/template/T005_1/logo_bg.gif) no-repeat top left;
}
img.company_logo {vertical-align:middle;}

#Header #ContactInfo {
	position:relative;
	float: right;
	margin:0;
	padding: 10px 15px;
	text-align:right;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	line-height: 14px;
}
#Header #ContactInfo .contact_info { text-align: right; }
#Header #ContactInfo .contact_info h2 {display: none;}


/*	HOMEPAGE AND SUBPAGE BASIC LAYOUT TABLES */
table#HomepageLayout,
table#SubpageLayout {
	width:960px;
	padding:0;
	margin:0;
	border:0;
	border-collapse:collapse;
}
table#HomepageLayout td {
	padding:0;
	margin:0;
}
td#LeftCol {
	width:184px;
	background: url(/images/web/template/T005_1/sidebar_line_bg.gif) repeat-y top left;
}
td#FocalCol {width:776px;}
td#CenterCol{width:533px;}
table#HomepageLayout td#RightCol {width:243px;}
table#SubpageLayout td#RightCol {width:776px;}


/*	NAVIGATION	*/
#MainNav {
	background: #fcfcfc url(/images/web/template/T005_1/nav_bg.jpg) top right repeat-y;
	width:183px;
	margin:0 0 15px;
	padding:1px 2px 20px 1px;
	border: 1px solid #fcfcfc;
	border-top:1px solid #ebe7dc;
	border-bottom:1px solid #ccc;
}
#MainNav a:hover {
	color:#3a3932;
	text-decoration:underline;
}
.NavGroup {
	margin:0;
	padding: 0px 0px 2px;
	text-align:right;
	background:url(/images/web/template/T005_1/nav_divider.jpg) left bottom no-repeat;
}
.NavGroup h3 {
	margin: 0;
	padding: 0;
	font-size:14px;
	line-height:16px;
}
.NavGroup.first h3{
	padding: 0;
	text-align:right;
	background:url(/images/web/template/T005_1/nav_top.jpg) left top no-repeat;
}
.NavGroup.last{
	padding:0;
	text-align:right;
	background: none;
}
.NavGroup h3.main_link a, .NavGroup h3.main_link_selected a{
	display:block;
	height:18px;
	margin: 0;
	text-decoration:none;
	color:#3a3932;
	font-weight:500;
	padding:3px 30px 3px 8px;
	text-transform:capitalize;
}
.NavGroup h3.main_link_selected a {
	color:#476218;
	background:url(/images/web/template/T005_1/nav_link_selected.jpg) 0px 0px no-repeat;
}
.NavGroup a.sub_link {
	color:#3a3932;
	font-size:12px;
	font-style:oblique;
	text-decoration:none;
}
.NavGroup a.sub_link_selected {
	color:#3a3932;
	font-size:12px;
	font-style:oblique;
	font-weight: 700;
	text-decoration:underline;
}
.NavGroup ul {
	margin: 0;
	padding: 0px 0 3px 0;
	list-style:none;
}
.NavGroup ul li {
	display:block;
	height:12px;
	line-height: 12px;
	padding: 1px 30px 3px 0;
}

/*	FOOTER	*/
#Footer {
	position:relative;
	width:919px;
	margin: 0px auto 30px auto;
	padding:20px 20px 10px;
	font-size:12px;
	border:1px solid #c7d171;
	border-width: 0px 1px 1px 2px;
	background: #fff url(/images/web/template/T005_1/footer_bg.gif) repeat-x;
}
img.footer_ds {
	position:absolute;
	bottom:-4px;
	left:0px;
	display:block;
	border:0;
	margin:0;
	padding:0;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	HOMEPAGE MODULES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#Region_10 { width: 770px; margin:0; }
span.person {font-style:italic; font-weight: bold; }





/*  MLS NUMBER SEARCH WIDGET */
.mlsno_search_frame {
	margin:0;
	padding:15px 15px;
	text-align:left;
	font-size:12px;
}
#Region_2 .mlsno_search_frame {
    width:445px;
    padding:15px 20px;
    margin:0 15px 20px 15px;
    background:#fff url(/images/web/template/T005_1/custom_bg.gif) top center repeat-x;
    border:1px solid #ecebe6;
    font-size:14px;
}
#Region_10 .mlsno_search_frame {
    padding:15px 20px;
    margin:0 15px 15px 15px;
    width: 700px;
    text-align:left;
    background:#fff url(/images/web/template/T005_1/custom_bg.gif) top center repeat-x;
    border:1px solid #ecebe6;
    font-size:14px;
}
#Region_3 .mlsno_search_frame {
    padding:0 15px 20px 0;
}
.mlsno_search {
    
}
.mlsno_search p {
    padding:0;
}
.mlsno_search h2 {
    margin:0 0 10px;
    text-align:left;
}
#Region_10 .mlsno_search h2 {
    margin:0 0 15px 0;
    font-size:24px;
    color:#eb4704;
}
#Region_2 .mlsno_search h2 {
    margin:0 0 15px 0;
    font-size:18px;
}
#Region_3 .mlsno_search h2 {
    font-size:18px;
}
form.mlsno_search_form {
    
}
#Region_10 form.mlsno_search_form,
#Region_2 form.mlsno_search_form {
    padding:0;
    font-family:inherit;
    text-align:left;
    margin-bottom:25px;
}
.mlsno_search label.hdr {
    display:block;
}
#Region_10 .mlsno_search label.hdr,
#Region_2 .mlsno_search label.hdr {
    display:inline;
}
#Region_1 input.mlsno_search_submit,
#Region_4 input.mlsno_search_submit {
    margin:10px 0 0 0;
}












/* AGENT SEARCH WIDGET */
.agent_search_frame {
    padding:15px 15px;
    text-align:left;
    font-size:12px;
}
#Region_2 .agent_search_frame {
    width:445px;
    padding:15px 20px;
    margin:0 15px 20px 15px;
    background:#fff url(/images/web/template/T005_1/custom_bg.gif) top center repeat-x;
    border:1px solid #ecebe6;
    font-size:14px;
}
#Region_10 .agent_search_frame {
    padding:15px 20px;
    margin:0 15px 15px 15px;
    width:700px;
    text-align:left;
    background:#fff url(/images/web/template/T005_1/custom_bg.gif) top center repeat-x;
    border:1px solid #ecebe6;
    font-size:14px;
}
#Region_3 .agent_search_frame {
    padding:0 15px 20px 0;
}
.agent_search {
    
}
.agent_search p {
    padding:0;
}
.agent_search h2 {
    margin:0 0 10px;
    text-align:left;
}
#Region_10 .agent_search h2 {
    margin:0 0 15px 0;
    font-size:24px;
    color:#eb4704;
}
#Region_2 .agent_search h2 {
    margin:0 0 15px 0;
    font-size:18px;
}
#Region_3 .agent_search h2 {
    font-size:18px;
}
form.agent_search_form {
    
}
.agent_search label.hdr {
    display:block;
}
#Region_10 .agent_search label.hdr,
#Region_2 .agent_search label.hdr {
    display:inline;
}
#Region_1 input.agent_search_submit,
#Region_4 input.agent_search_submit {
    margin:10px 0 0 0;
}
.agent_search div.view_all { 
    margin:10px 0 0 0;
    text-align:right;
}
.agent_search a.view_all {
    
}
.agent_search a.view_all:hover {
    
}
.agent_search_frame .auto_complete_menu {
    text-align:left;
    font-family:Arial, Helvetica, Sans;
}
.agent_search_frame .auto_complete_menu li {
    padding:2px 6px;
    white-space:nowrap;
}



/* RESERVED IMAGE */
.reserved_image_frame{
	padding: 19px;
	margin: 0 15px 15px;
	width: 700px;
	overflow: hidden;
	background:#f6f5f1;
	border:1px solid #eaeaea;
}
img.reserved_image { width:700px; }


/*	FEATURED LISTINGS MODULE	*/
.featured_listing .title {
	display:block;
	margin:8px 0;
	font-weight:700;
	color:#333;
}
 .featured_listing .price, .featured_listing .beds_baths {
	display:block;
	margin:0 0 8px 0;
	font-family:"Times New Roman", Times, serif;
}
.featured_listing .price {
	margin:10px 0 0 0;
	font-style:oblique;
}
.featured_listing .description {
	display:block;
	margin:8px 8px 8px 0;
	line-height: 17px;
	font-size: 13px;
}
.featured_listing div.thumb_frame {
	position: absolute;
	top: 0px;
	right: 0px;
	width:180px;
	height:135px;
	padding:14px;
	margin-bottom:10px;
	background:url(/images/web/template/T005_1/feat_listing_thumb_bg.jpg) top left no-repeat;
}
.featured_listing img.thumb {
	width:180px;
	height:135px;
}
.featured_listing a.view_details {
	color:#5d7600;
}
.featured_listing a.view_details:hover {
	color:#666;
}
.featured_listings div.view_all {
	text-align:right;
	padding:8px 0;
	font-size:12px;
}
.featured_listings a.view_all {
	color:#5d7600;
}
.featured_listings a.view_all:hover {
	color:#666;
}
#Region_2 .featured_listings_frame {
	padding: 0;
	margin:0 15px 20px;
	text-align:left;
	width: 485px;
}
#Region_2 .featured_listings h2 {
	margin:0;
	padding: 7px 20px 10px;
	background:url(/images/web/template/T005_1/hdr_bar.jpg) top left no-repeat;
	font-size: 18px;
}
#Region_2 .featured_listings div.featured_listing {
	position:relative;
	height:235px;
	padding: 0 20px 20px;
	background:url(/images/web/template/T005_1/hr_dashes.gif) bottom left no-repeat;
	font-size:14px;
}
#Region_2 .featured_listing img.sold {top:7px; left:7px;}
#Region_2 .featured_listing div.thumb_frame { right: 5px; }

#Region_2 .featured_listing .title, #Region_2 .featured_listing .price, #Region_2 .featured_listing .beds_baths,
#Region_2 .featured_listing .description, #Region_2 .featured_listing a.view_details, #Region_2 .featured_listing .type, #Region_2 .featured_listing .close_info {
	width: 220px;
}
#Region_2 .featured_listing .description {font-size:12px;}
#Region_10 .featured_listings_frame {
	padding: 14px 19px;
	margin: 0 15px 15px;
	width: 700px;
	text-align: left;
	background:url(/images/web/template/T005_1/text_area_bg.jpg) top center no-repeat;
	border: 1px solid #ebe7dc;
}
#Region_10 .featured_listings h2 {
	font-size: 24px;
	color: #eb4704;
	background: none;
	padding:0;
}
#Region_10 .featured_listing div.thumb_frame {
	position:absolute;
	top: 0px;
	right: 0px;
}
#Region_10 .featured_listing img.sold {top:7px; left:7px;}
#Region_10 .featured_listing .title, #Region_10 .featured_listing .price, #Region_10 .featured_listing .beds_baths, #Region_10 .featured_listing .description, #Region_10 .featured_listing a.view_details {
	width: 470px;
} 
#Region_10 .featured_listings div.featured_listing {
	position:relative;
	height:210px;
	padding: 0 0 10px;
	margin-bottom: 10px;
	background:url(/images/web/template/T005_1/hr_dashes.gif) bottom left no-repeat;
}
/*	SLIDE SHOW MODULE	*/

#Region_2 .slide_show_frame {
	padding: 14px 19px;
	margin: 0 15px 20px;
	text-align:left;
	width: 445px;
	background: #fff url(/images/web/template/T005_1/text_area_bg2.jpg) top center no-repeat;
	border: 1px solid #ebe7dc;
}
#Region_2 .slide_show h2 {
	font-size: 18px;
	background: none;
}
#Region_2 .slide_show .slide_show_listing {
font-size:12px;
text-align:left;
background: #eef6f6;
border:1px solid #eaeaea;
width: 425px;
margin:10px 0;
padding: 10px;
}
#Region_10 .slide_show_frame {
	padding: 15px 20px;
	margin: 0 15px 15px;
	width: 700px;
	text-align: left;
	background: #fff url(/images/web/template/T005_1/text_area_bg.jpg) top center no-repeat;
}
#Region_10 .slide_show h2 {
	font-size: 24px;
	color: #eb4704;
	background: none;
}
#Region_10 .slide_show .slide_show_listing {
font-size:12px;
text-align:left;
background: #eef6f6;
border:1px solid #eaeaea;
width: 680px;
margin:10px 0;
padding: 10px;
}
#Region_2 .slide_show_info .type, #Region_10 .slide_show_listing_info .type  {padding:2px;}
#Region_2 .slide_show_listing_info {padding:0 20px;}
#Region_2 .slide_show_info .description, #Region_10 .slide_show_listing_info .description  {padding-top:5px;;}
.slide_show div.view_all {
	text-align:right;
	padding:8px 0;
	font-size:12px;
	background:url(/images/web/template/T005_1/stroke_divider.gif) top right no-repeat;
}
.slide_show a.view_all { color:#5d7600; }
.slide_show a.view_all:hover {	color:#666; }

/*	OPEN HOUSES MODULE	*/
.open_houses_frame {
	padding:0;
	margin:0 auto 15px;
	text-align:left;
}
.open_houses {
	padding:0;
	font-size:12px;
	background:#fff;
}
.open_houses h2 {
	font-size:18px;
	background:url(/images/web/template/T005_1/hdr_bar.jpg) top left no-repeat;
}
.open_houses .open_house {
	position:relative;
	margin-bottom: 5px;
	padding: 95px 15px 6px 15px;
	background: url(/images/web/template/T005_1/hr_dashes.gif) bottom left no-repeat;
}
.open_house .thumb_frame {
	position:absolute;
	top:8px;
	right:0px;
	width:80px;
	height:60px;
	padding:8px;
	background:url(/images/web/template/T005_1/listing_thumb_bg.jpg) top left no-repeat;
}
.open_house img.thumb {
	width:80px;
	height:60px;
}
.open_house .date {
	position:absolute;
	top:10px;
	left:13px;
	display:block;
	width:60px;
	padding: 10px;
	background:url(/images/web/template/T005_1/openhouse_date.jpg) top left no-repeat;
	text-align:center;
}
.open_house .date .dow {
	display:block;
	font-size:10px;
	font-weight:700;
}
.open_house .date .month {
	display:block;
	font-size:10px;
}
.open_house .date .day {
	display:block;
	font-size:16px;
	font-weight:700;
}
.open_house .date .year {
	display:block;
	font-size:10px;
}
.open_house .time_range {
	display:block;
	margin:0 0 8px 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 { margin: 8px 0; }
.open_house div.view_details .icon {
	display:block;
	width:20px;
	height:18px;
	float:left;
	background:url(/images/web/template/T005_1/icon_key.gif) top left no-repeat;
}
.open_house a.view_details { color:#5d7600; }
.open_house a.view_details:hover { color:#666; }
.open_house a.view_map {
	color:#5d7600;
}
.open_house a.view_map:hover {
	color:#666;
}
.open_houses div.view_all {
	text-align:right;
	padding:8px 0;
	clear: both; 
}
.open_houses a.view_all {
	color:#5d7600;
}
.open_houses a.view_all:hover {
	color:#666;
}

#Region_3 .open_houses_frame { width: 230px; margin: 0 15px 20px 0}
#Region_3 .open_house { width: 190px; margin: 5px 0; padding: 95px 15px 10px; }
#Region_3 .open_houses h2 {
	padding: 7px 15px 10px;
	font-size:18px;
	background:url(/images/web/template/T005_1/hdr_bar2.jpg) top left no-repeat;
}

#Region_2 .open_houses_frame { width: 485px; margin: 0 15px 20px}
#Region_2 .open_house { width: 445px; margin: 5px 0; padding: 95px 15px 10px; }
#Region_2 .open_houses h2 {
	padding: 7px 15px 10px;
	font-size:18px;
	background:url(/images/web/template/T005_1/hdr_bar.jpg) top left no-repeat;
}

#Region_1 .open_houses_frame, #Region_4 .open_houses_frame { width: 150px;	margin: 0 10px 5px 15px; }

#Region_1 .open_house, #Region_4 .open_house { 
	width: 150px;
	margin:0;
	padding: 95px 0 6px;
}
#Region_1 .open_houses h2, #Region_4 .open_houses h2 {
	padding: 7px 0 3px;
	font-size:18px;
	background: none;
}
#Region_1 .open_house .thumb_frame, #Region_4 .open_house .thumb_frame { left: 0px; }
#Region_1 .open_house .date, #Region_4 .open_house .date { top:15px; left: 105px; background: none; padding:0; text-align: left}

/*	CUSTOM TEXT MODULE	*/
.custom_content_frame {
	padding: 10px 15px;
	margin:0 15px 15px;
	text-align:left;
	background: #fff url(/images/web/template/T005_1/custom_bg.gif) top center repeat-x;
	border: 1px solid #ecebe6;
}
#Region_1 .custom_content_frame, #Region_4 .custom_content_frame {
	padding: 0;
	margin: 0 10px 5px 15px;
	border: none;
	background: none;
}
#Region_2 .custom_content_frame {
	width: 445px;
	padding: 15px 20px;
	margin:0 15px 20px;
	text-align:left;
	background: #fff url(/images/web/template/T005_1/custom_bg.gif) top center repeat-x;
	border: 1px solid #ecebe6;
}
#Region_3 .custom_content_frame {
	background: none;
	border: none;
	padding: 0;
	width: 230px;
	margin: 0 15px 20px 0;
}
#Region_10 .custom_content_frame {
	padding: 15px 20px;
	margin: 0 15px 15px;
	width: 700px;
}
.custom_content_frame h1 {
	margin: 0 0 15px;
	font-size:24px;
}
#Region_1 .custom_content_frame h1, #Region_4 .custom_content_frame h1 {
	margin: 0 0 10px;
	font-size:20px;
}
#Region_3 .custom_content_frame h1 {
	font-size: 18px;
	margin: 0 0 10px;
}
#Region_10 .custom_content_frame h1, #Region_10 .custom_content_frame h2,
#Region_10 .custom_content_frame h3 { color:#eb4704; }

/*	WELCOME TEXT MODULE	*/
.welcome_text_frame {
	padding: 10px 15px 10px;
	margin:0 15px 15px;
	text-align:left;
	background: #f6f5f2 url(/images/web/template/T005_1/welcome_bg.jpg) top right no-repeat;
	border: 1px solid #ecebe6;
	overflow: auto;
}
.welcome_text_frame h1 {
	margin: 0 0 10px;
	font-size:20px;
	color:#eb4704;
}
#Region_2 .welcome_text_frame {
	padding: 0;
	margin:0 15px 20px;
	text-align:left;
	background: none;
	border: none;
	overflow: auto;
	width: 475px;
}
#Region_2 .welcome_text_frame h1 {
	margin: 0 0 15x;
	font-size:22px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ecebe6;
}
#Region_3 .welcome_text_frame {
	width: 200px;
	padding: 10px 15px;
	margin:0 15px 20px 0;
	text-align:left;
	background: #f6f5f2 url(/images/web/template/T005_1/welcome_bg.jpg) top right no-repeat;
	border: 1px solid #ecebe6;
	overflow: auto;
}
#Region_10 .welcome_text_frame {
	padding: 14px 19px;
	background: #fff url(/images/web/template/T005_1/custom_bg.gif) top center repeat-x;
	border: 1px solid #ecebe6;
	width: 700px;
	margin: 0 15px 15px;
}
#Region_10 .welcome_text_frame h1 {
	margin: 5px 0 15px;
	font-size:24px;
}
.welcome_text, .welcome_text_frame p, .custom_content, .custom_content_frame p {
	font-size:13px;
	line-height:18px;
	margin: 8px 0 10px;
	padding:0;
}
.welcome_text_frame .agent_photo_frame {
	position:relative;
	background:url(/images/web/template/T005_1/agent_photo_bg_top.jpg) top center no-repeat;
	padding: 4px 0 0 0;
	margin: 0 0 6px 15px;	
	float:right;
}
.welcome_text_frame .agent_photo {
	padding:4px 8px 8px 8px;
	background:url(/images/web/template/T005_1/agent_photo_bg.jpg) bottom center no-repeat;
	margin:0;
}

/*	AGENT PROFILE MODULE */
.agent_photo_frame {
	position:relative;
	width:136px;
	background:url(/images/web/template/T005_1/agent_photo_bg_top.jpg) top center no-repeat;
	padding: 4px 0 0 0;
	margin: 0px auto 6px;
}
.agent_photo {
	width:120px;
	padding:4px 8px 8px 8px;
	background:url(/images/web/template/T005_1/agent_photo_bg.jpg) bottom center no-repeat;
	margin:0;
}

/*	CONTACT MODULE	*/
#Region_1 .contact_info_frame, #Region_2 .contact_info_frame,
#Region_3 .contact_info_frame, #Region_4 .contact_info_frame {
	padding: 15px 0px;
	margin:0 20px 15px;
	text-align:left;
	font-size:12px;
}
#Region_2 .contact_info_frame { overflow: auto; }
.contact_info_frame h2 {
	margin: 0 0 15px;
	padding:0;
	border-bottom: 1px solid #ecebe6;
}
#Region_1 .contact_info_frame, #Region_4 .contact_info_frame {
	width: 150px;
	padding: 0;
	margin: 0 10px 15px 15px;
}
#Region_1 .contact_info_frame h2, #Region_4 .contact_info_frame h2 { border: none; margin-bottom: 8px; }
#Region_2 .contact_info_frame {
	width: 485px;
	padding: 0;
	margin:0 15px 20px;
}
#Region_2 .contact_info_frame .agent_photo_frame {
	margin: 0 0 0 10px;
	float:right;
}
#Region_3 .contact_info_frame {
	width: 230px;
	padding: 0;
	margin:0 15px 20px 0;
}
#Region_3 .contact_info_frame .agent_photo_frame {
	margin: 0 0 15px;
}


/*	TESTIMONIALS MODULE	*/
.testimonials_frame {
	position:relative;
	padding: 0;
	text-align:left;
	position:relative;
	margin:0 20px;
}
.testimonials {
	padding:0 0 16px;
	font-size:12px;
}
.testimonials h2 {
	font-size:18px;
}
.testimonials .testimonial {
	padding:12px 0 16px 0;
	background:url(/images/web/template/T005_1/hr_dashes.gif) bottom left no-repeat;
}
.testimonials span.quote {
	display:block;
	font-style:oblique;
	margin:0 0 8px 0;
}
.testimonials span.person {
	display:block;
}

.testimonials div.view_all {
	text-align:right;
	margin:8px 0 0;
}
.testimonials a.view_all {
	color:#5d7600;
}
.testimonials a.view_all:hover {
	color:#666;
}
#Region_1 .testimonials_frame, #Region_4 .testimonials_frame {	
	margin: 0 10px 5px 15px;
    width: 150px;
}
#Region_2 .testimonials_frame {
	padding: 15px 20px;
	margin: 0 15px 20px;
	border: 1px solid #ecebe6;
	background: #f9f8f7;
	width: 445px;
}
#Region_3 .testimonials_frame {	
	margin: 0 15px 20px 0;
    width: 230px;
}
/*	QUICK SEARCH MODULE	*/

#Region_3 .quick_search_frame {
	width: 230px;
	height:362px;
	padding: 0;	
	margin: 0 15px 20px 0;
	font-size:12px;
	text-align:left;
	background: url(/images/web/template/T005_1/shadow_divider.jpg) bottom center no-repeat;
}
#Region_3 .quick_search {
	width: 200px;
	padding: 15px;
	background:url(/images/web/template/T005_1/bg_quick_search.jpg) top center no-repeat;
}
#Region_3 .quick_search h2 { font-size:18px; margin-bottom: 10px}
#Region_3 .quick_search_form {
	position:relative;
	display:block;
	margin:0;
	height:310px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
#Region_3 .quick_search ul.property_type_list {
	width:195px;
	height:80px;
}
.quick_search label.hdr {
	display:block;
	font-size:11px;
	color:#666;
}
#Region_3 .quick_search select {
	width:80px;
}
.quick_search .search_by_city {
	margin:0 0 8px 0;
}
.quick_search .search_by_city input {
	width:190px;
}
.quick_search .search_by_city a.view_all {
	position:absolute;
	right: 10px;
	top: -4px;
	z-index:1;
	display:block;
	width:120px;
	height:12px;
	font-size:11px;
	text-align:right;
	color:#5d7600;
}
.quick_search .search_by_city a.view_all:hover {
	color:#666;
}
.quick_search .bedrooms {
	position:absolute;
	top:155px;
	left:0px;
	width:80px;
	z-index:1;
}
.quick_search .bathrooms {
	position:absolute;
	top: 155px;
	right:0px;
	width:80px;
	z-index:1;
}
.quick_search .min_price {
	position:absolute;
	top: 195px;
	left: 0px;
	width:80px;
	z-index:1;
}
.quick_search .max_price {
	position:absolute;
	top:195px;
	right:0px;
	width:80px;
	z-index:1;
}
.quick_search .pics_first {
	position:absolute;
	top: 240px;
	left: 0px;
	width:188px;
	font-size:10px;
	color:#666;
	z-index:1;
}
.quick_search .pics_first span {
	position:relative;
	top:0px;
}
.quick_search .quick_search_submit, .buttons .quick_search_submit {
	display:none;
}
.quick_search .quick_search_image_submit {
	position:absolute;
	right:0px;
	top: 265px;
	z-index:2;
}
.quick_search a.advanced_search, .quick_search a.map_search {
	position:absolute;
	left:0px;
	z-index:1;
	display:block;
	height:12px;
	font-size:11px;
	color:#5d7600;
}
.quick_search a.advanced_search {
	top:265px;
}
.quick_search a.advanced_search:hover {
	color:#666;
}
.quick_search a.map_search {
	top:280px;
}
.quick_search a.map_search:hover {
	color:#666;
}

#Region_2 .quick_search_frame {
	width: 445px;
	height: 260px;
	padding: 15px 20px;
	text-align:left;
	margin:0 15px 20px;
	background: #fff url(/images/web/template/T005_1/text_area_bg.jpg) top center no-repeat;
}
#Region_2 .quick_search h2 { font-size:18px; margin-bottom: 10px}
#Region_2 .quick_search ul.property_type_list {
	margin-top: 4px;
	width:200px;
	height:80px;
}
#Region_2 .quick_search .search_by_city input {
	width: 420px;
}
#Region_2 .quick_search .bedrooms {
	top: 80px;
	left: 220px;
	width:80px;
}
#Region_2 .quick_search .bathrooms {
	position:absolute;
	top: 80px;
	right:20px;
	width:80px;
	z-index:1;
}
#Region_2 .quick_search .min_price {
	position:absolute;
	top: 125px;
	left:220px;
	width:80px;
	z-index:1;
}
#Region_2 .quick_search .max_price {
	position:absolute;
	top:125px;
	right:20px;
	width:80px;
	z-index:1;
}
#Region_2 .quick_search .pics_first {
	position:absolute;
	top:170px;
	left:220px;
	width:188px;
	font-size:10px;
	color:#666;
	z-index:1;
}
#Region_2 .quick_search .quick_search_image_submit {
	position:absolute;
	right:16px;
	top:200px;
	z-index:2;
}
#Region_2 .quick_search a.advanced_search {
	top:200px;
}
#Region_2 .quick_search a.map_search {
	top:220px;
}




/*	CUSTOM FORMS	*/

#Region_2 .custom_form_frame {
	width: 445px;
	padding: 15px 20px;
	margin:0 15px 20px;
	text-align:left;
	background: #fff url(/images/web/template/T005_1/custom_bg.gif) top center repeat-x;
	border: 1px solid #ecebe6;
}
#Region_10 .custom_form_frame {
	padding: 15px 20px;
	margin: 0 15px 15px;
	width: 700px;
	text-align:left;
	background: #fff url(/images/web/template/T005_1/custom_bg.gif) top center repeat-x;
	border: 1px solid #ecebe6;
}
.custom_form_frame h2 {
	margin: 0 0 15px;
	font-size:24px;
}
#Region_10 .custom_form_frame h2 {
	color:#eb4704;
}
#Region_2 .custom_form_frame h2 {
    font-size:18px;
}

#Region_10 form.custom_form,
#Region_2 form.custom_form {
	padding:0;
	font-family:inherit;
	text-align:left;
	margin-bottom:25px;
}
#Region_10 .custom_form h2,
#Region_2 .custom_form h2 {
	text-align:left;
}
#Region_10 .custom_form_instructions,
#Region_2 .custom_form_instructions {
	text-align:left;
}
#Region_10 form.custom_form .custom_field,
#Region_2 form.custom_form .custom_field {
	width:auto;
}


/* RSS Feed */
.rss_item { margin: 5px 0 15px; }
p.rss_source {margin:0 0 10px; font-style: italic; border: 1px solid #e7e7e7; background: #fff; padding: 2px; width: 175px;/* position: absolute; top:0; right: 0*/ }
.rss_source a { color:#ff9000; }
img.subscription_icon { margin: 0 5px 0 0; vertical-align: bottom }

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


.content_frame {
	position:relative;
	padding: 20px;
	margin:0 15px 15px;
	text-align:left;
	background:url(/images/web/template/T005_1/text_area_bg.jpg) top center no-repeat;
	border: 1px solid #fff;
}
.content h1 {
	position:relative;
	display:block;
	padding: 5px 0 10px;
	margin:0;
	font-size:24px;
	font-weight:100;
	color:#eb4704;
}


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