@charset "UTF-8";


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	ALL PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align:left;
	color: #011115;
}
div, img {
	position:relative;
	border:0;
	margin:0;
	padding:0;
}

a:link, a:visited { color:#00578A; text-decoration:underline;}
a:hover {color:#002C45; text-decoration:none;}

table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
	border-collapse:collapse;
}

td {
	vertical-align:top;
	border-collapse:collapse;
}


#PageWrapper {
/*	width:960px;*/
	margin:0 auto;
	padding: 0;
	background:#fff url(/images/web/template/T019_3/bg_pagewrapper.gif) repeat-y center 0px;
}
#Page {
	width:960px;
	position:relative;
	min-height:400px;
	padding:0;
	margin:0 auto;
}
/*	LOGIN BAR */
#LoginWelcome {
	padding:10px 0;
	line-height:25px;
	text-align:right;
	width:960px;
	margin: 0 auto;
	background-color:#00578A;
}
#LoginWelcomeText {
	padding-right:20px;
	color: #fff;
	font-size:12px;
}
#LoginWelcome span.welcome {font-weight:700;}
#LoginWelcome span.or {font-style:oblique;}
#LoginWelcome a { 
	color:#fff;
	text-decoration: none;
	padding: 0 3px;
}
#LoginWelcome a:hover {
	color:#011115;
	text-decoration:underline;
}
#LoginWelcome .user_name {font-weight:700;}
/*	HEADER	*/
#Header { 
	height:140px;
	margin: 0;
	padding:0 30px 0 0;
	background:#fff url(/images/web/template/T019_3/bg_page.gif) repeat-x top;
	border:2px solid #fff;
}
#CompanyLogo {
	width:300px;
	height:100px;
	padding: 0;
	margin: 10px 0 0;
	float: right;
}
#CompanyLogo div.company_logo_frame {
	padding: 0;
	margin:0;
}
img.company_logo {
	vertical-align: middle;
	padding: 0;
	margin:0;
}
#Header #ContactInfo {
	float:left;
	margin:0;
	padding: 0;
	text-align:left;
	font-size:13px;
	line-height: 16px;
}
#Header .contact_info_frame { 
	padding:10px 20px;
	margin:0;
	text-align:left;
	border:0;
}
#Header #ContactInfo .contact_info h2 {display: none;}

#ContactInfo {
	position:relative;
	padding:10px;
	margin: 2px 0 0 0;
	text-align:right;
	font-size:12px;
	text-align:left;
}
#ContactInfo .agent_info_frame {}
#ContactInfo .agent_info {}
#ContactInfo .agent_info .name {}
#ContactInfo a {color:#00578A;}
#ContactInfo a:hover {color:#002C45;}

/*	HOMEPAGE AND SUBPAGE BASIC LAYOUT TABLES */
table#HomepageLayout, table#SubpageLayout {
	width:960px;
	padding:0;
	margin:0;
	border-collapse:collapse;
}
td#LeftCol {
	width:190px;
	padding:0;
	margin:0;
	background:#fff url(/images/web/template/T019_3/bg_leftcolwidget.gif) repeat-y top left;
}
td#FocalCol {
	width:750px;
	padding:0;
	margin:0;
	text-align:left;
	height:1%;
}
table#SubpageLayout td#RightCol {
	width:750px;
	padding:20px;
	margin:0;
	text-align:left;
}
td#CenterCol{
	width: 480px;
	padding:0;
	margin:0;
	border-right:2px solid #E6EFF4;
}
td#RightCol {
	width:260px; 
	padding:0;
	margin:0;
}

/*	NAVIGATION	*/

/* Main Nav */
#MainNav {
	padding:20px 0 0;
	margin:0;
	text-align:left;
	list-style: none;
	background: #fff url(/images/web/template/T019_3/bg_leftCol.gif) no-repeat bottom left;
}
#MainNav a:hover {
	color:#002C45;
	text-decoration:underline;
}
.NavGroup {
	margin: 0;
	padding: 5px 0 10px;
	text-align: left;
}
.NavGroup.first {padding-top: 0;}
.NavGroup.last {
	padding-bottom: 20px;
	margin-bottom:20px;
	background: url(/images/web/template/T019_3/bg_widgetBottom.gif) no-repeat bottom left;
}
.NavGroup h3 {
	font-size:14px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.NavGroup h3.main_link a, .NavGroup h3.main_link_selected a {
	color: #00578A;
	text-decoration: none;
	padding:3px 8px 3px 15px;
	display: block;
}
.NavGroup h3.main_link_selected a {
	color:#002C45;
	font-style:oblique;
}
.NavGroup h3.main_link a:hover, .NavGroup h3.main_link_selected a:hover {
	color: #002C45;
	display: block;
}
.NavGroup ul {
	margin: 0;
	padding: 0px 0 3px 0;
	list-style:none;
}
.NavGroup ul li a {
	font-size:12px;
	font-style: italic;
	color: #00578A;
	text-decoration:none;
	line-height: 18px;
	padding: 1px 2px;
}
.NavGroup ul li a:hover {
	color: #002C45;
	text-decoration:underline;
}
.NavGroup li a.sub_link {
	padding-left:25px;
	color:#00578A;
}
.NavGroup li a.sub_link_selected {
	padding-left:25px;
	color: #002C45;
	font-style:oblique;
	font-weight: 700;
}

.NavGroup a.sub_link.last {
background:none;
}

/*	FOOTER	*/
#Footer {
	margin: 0 auto;
	padding: 0;
	background:#fff url(/images/web/template/T019_3/bg_footer.gif) repeat-y center 0px;
	font-size: 13px;
	line-height:26px;
	color: #fff;
	text-align:center;
}

#Footer a, #Footer a:visited {color:#fff;}
#Footer a:hover {color:#011115;}

#FooterLinks {
	color: #fff;
	margin:0 auto;
	width: 900px;
	padding: 20px 0 0px;
}
#FooterLinks a { 
	padding: inherit 8px;
	color: #fff;
	text-decoration: none;
}
#FooterLinks a:hover {
	color: #011115;
	text-decoration:underline;
}
#Designations {
	border-top:1px solid #fff;
	width: 900px;
	margin: 15px auto;
	padding: 10px;
}
#Disclaimers {
	width: auto;
	padding:5px 10px 6px 10px;
	margin: 0px 25px 10px;
	text-align: center;
}
img.footer_ds {
	position:absolute;
	bottom:-4px;
	left:0px;
	display:block;
	border:0;
	margin:0;
	padding:0;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	HOMEPAGE MODULES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#Region_1, #Region_4 { 
	width: 180px;
	padding: 0;
	margin:0;
}
#Region_10 {
	width: 720px;
	padding:10px 0 10px 5px;
	margin:0;
}
#Region_2 { 
	width: 460px; 
	margin:0; 
	padding: 10px 15px 10px 5px;
}
#Region_3 { 
	width:250px;
	margin:0;
	padding: 10px 10px 15px 0;
}

/*	AGENT PHOTO MODULE */
div.company_logo_frame {}
img.company_logo {}
.agent_photo_frame {
	margin:0 0 15px 10px;
	width:120px;
}
#Region_1 .agent_photo_frame, #Region_4 .agent_photo_frame {padding:0 5px;}
.agent_photo {padding: 0; border:1px solid #666666}
#Region_2 .agent_photo_frame, #Region_3 .agent_photo_frame { 
	padding:0 0 0 15px;
	margin:0 0 15px 0;
}

/*	WELCOME TEXT	*/
.custom_content_frame, .welcome_text_frame {
	position:relative;
	padding: 0 0 0 10px;
	margin:10px 0 0 0;
	text-align: left;
}
#Region_10 .custom_content_frame, .welcome_text_frame {
	padding: 0 0 0 10px;
	margin:10px 0 0 0;
}
#Region_1 .custom_content_frame, #Region_1 .welcome_text_frame,
#Region_4 .custom_content_frame, #Region_4 .welcome_text_frame {
	padding: 0 10px 10px 15px;
	margin-bottom:20px;
	border-bottom:2px solid #fff;
}
#Region_2 .custom_content_frame, #Region_2 .welcome_text_frame, 
#Region_3 .custom_content_frame, #Region_3 .welcome_text_frame {}
.custom_content, .welcome_text {
	font-size: 13px;
	line-height: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0 0 5px;
	margin:0;
}
.welcome_text h1 { 
	font-size:24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 28px;
	padding: 0;
	margin: 0;
	color: #4081A8;
	text-align: left;
}
#Region_10 .welcome_text h1 {
	margin-bottom:10px;
	border-bottom: 2px solid #E6EFF4;
}
#Region_2 .welcome_text h1, #Region_3 .welcome_text h1 {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 28px;
	padding: 0;
	margin: 0 0 10px;
	color: #4081A8;
	text-align: left;
	border-bottom: 2px solid #E6EFF4;
}
.custom_content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	line-height: 16px;
	padding: 0;
	margin: 0 0 10px;
	border-bottom: 2px solid #E6EFF4;
}
.welcome_text h2, .custom_content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 16px;
	padding: 2px 0 7px;
}
#Region_1 .custom_content h1, #Region_4 .custom_content h1, #Region_1 .custom_content h2, #Region_4 .custom_content h2 {
	padding:0;
	margin:0;
	color: #002C45;
}
.custom_content p, .welcome_text p {padding: 5px 0px 15px;}
#Region_1 .custom_content p, .welcome_text p, #Region_4 .custom_content p, .welcome_text p {
	padding:0;
	margin:0;
}
.welcome_text_frame .agent_photo_frame { 
	float: right;
	margin: 0px 0 0 20px;
	padding:0 0 10px 10px;
}
#Region_2 .welcome_text_frame .agent_photo_frame, #Region_3 .welcome_text_frame .agent_photo_frame { 
	float: right;
	padding: 0;
	margin: 0 0 10px 10px;
}
.welcome_text_frame .agent_photo {}
.custom_content a:link, .welcome_text a:link {color: #00578A;}
.custom_content a:hover, .welcome_text a:hover {
	color: #002C45;
	text-decoration:none;
}

/* RESERVED IMAGE */
.reserved_image_frame{
	padding: 11px 0 0 20px;
	margin:0 0 0 -10px;
	width: 740px;
	height: 300px;
	overflow: hidden;
	background:url(/images/web/template/T019_3/bg_reservedImage.gif) top no-repeat;
	text-align:left;
}

/*	FEATURED LISTINGS MODULE */
.featured_listings_frame {
	position:relative;
	padding: 0 0 0 10px;
	margin:10px 0 0 0;
	text-align: left;
}
#Region_10 .featured_listings_frame {
	padding: 0 0 0 10px;
	margin:10px 0 0 0;
}
#Region_2 .featured_listings_frame {}



.featured_listings {}

#Region_2 .featured_listings h2, #Region_3 .featured_listings h2, #Region_10 .featured_listings h2 {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 28px;
	padding: 0;
	margin: 0 0 10px;
	color: #4081A8;
	text-align: left;
	border-bottom:2px solid #E6EFF4;
}
.featured_listings .featured_listing {
	margin: 0 0 15px;
	min-height: 165px;
	font-size: 12px;
	border:2px solid #e2efd1;
	padding: 10px;
}
#Region_10 .featured_listings div.featured_listing { 
	width: 660px;
	margin: 0 0 15px;
	border: 1px solid #BFD5E2;
	background-color:#E6EFF4;
}
#Region_2 .featured_listings div.featured_listing {
	height:210px;
	border: 1px solid #BFD5E2;
	background-color:#E6EFF4;
}
.featured_listing div.thumb_frame {
	width:185px;
	height:135px;
	padding: 12px 13px 30px 13px;
	float: left;
	margin: 0 5px 0 0;
}
#Region_10 .featured_listing div.thumb_frame {padding-top:5px; padding-bottom:40px;}
#Region_2 .featured_listing div.thumb_frame {padding-top:5px; padding-bottom:70px;}
.featured_listing img.thumb {
	width:184px;
	height:140px;
	border:1px solid #4081A8;
}

#Region_2 .featured_listing img.sold {
	position:absolute;
	top:5px;
	left:10px;
}

#Region_10 .featured_listing img.sold {
	position:absolute;
	top:5px;
	left:10px;
}
.featured_listing .title {
	display:block;
	margin: 15px 0 8px 0;
	padding: 2px;
	font-weight: 700;
	font-size:16px;
	text-align: left; 
}
#Region_10 .featured_listing .title {margin:0;}
#Region_2 .featured_listing .title {
	display:block;
	margin: 5px 0;
	font-size:14px;
}
.featured_listing .price, .featured_listing .beds_baths, .featured_listing .description {
	display:block;
	margin: 8px 0;
	padding: 2px;
	text-align: left; 
}
#Region_2 .featured_listing .price, #Region_2 .featured_listing .beds_baths, #Region_2 .featured_listing .description {font-size: 11px;}
.featured_listing .price, .featured_listing .beds_baths {margin: 0;}
.featured_listing a.view_details {
	color: #00578A;
	font-size:13px;
}
#Region_2 .featured_listing a.view_details {font-size:11px;}
.featured_listing a.view_details:hover {color: #002C45;}
.featured_listings_frame div.view_all {
	display:block;
	width: 285px;
	padding:0;
	margin: 0 0 20px;
	text-align: left;
}
.featured_listings_frame a.view_all { 
	color: #00578A;
	font-weight:700;
	text-decoration:underline;
}
.featured_listings_frame a.view_all:hover { 
	color: #002C45;
	text-decoration: underline;
}

/* AGENT PROFILE W/IMAGE */
.contact_info_frame { 
	padding: 0 10px;
	margin-bottom: 10px;
	text-align:left;
}
.contact_info {
	clear: both;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#Region_2 .contact_info {font-size: 13px;}
#Region_1 .contact_info_frame, #Region_4 .contact_info_frame {
	padding: 0 10px 15px;
	margin-left:5px;
	/*margin-bottom:20px;*/
	border-bottom:2px solid #fff;
}
#Region_3 .contact_info_frame {padding: 8px 15px 15px;}
#Region_2 .contact_info_frame .agent_photo_frame {
float:left;
padding:0 10px 0 5px;
}
.contact_info h2{
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 21px;
	padding: 0 0 12px;
	margin: 0 0 5px;
	color: #4081A8;
}
#Region_1 .contact_info h2, #Region_4 .contact_info h2  {color:#00578A;}
#Region_2 .contact_info h2, #Region_3 .contact_info h2  {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 28px;
	padding: 0;
	margin: 0 0 10px;
	color: #4081A8;
	text-align: left;
	border-bottom:2px solid #E6EFF4;
}
#Region_1 .contact_info h2 {display:none;}
.contact_info a {color: #00578A;}
.contact_info a:hover {color: #002C45;}
#Region_1 .contact_info a, #Region_4 .contact_info a {color: #00578A;}
#Region_1 .contact_info a:hover, #Region_4 .contact_info a:hover {color: #002C45;}
.contact_info_frame .agent_photo_frame {margin-bottom:15px;}
#Region_1 .contact_info_frame .agent_photo_frame, #Region_4 .contact_info_frame .agent_photo_frame {
	padding:0;
	margin:0 0 10px 0;
}
#Region_3 .contact_info_frame .agent_photo_frame {padding:0;}

/*	TESTIMONIALS MODULE*/
.testimonials_frame {
	position:relative;
	text-align: left;
	font-size:12px;
	padding: 0 0 0 10px;
	margin:10px 0 0 0;
}
#Region_1 .testimonials_frame, #Region_4 .testimonials_frame {
	padding: 0 10px;
	margin-left:5px;
	margin-bottom:20px;
	border-bottom:2px solid #fff;
}
#Region_2 .testimonials_frame, #Region_3 .testimonials_frame {}
.testimonials, #Region_4 .testimonials { 
	margin:0; 
	padding:0; 
}
.testimonials h2, #Region_4 .testimonials h2, .testimonials p {
	margin:0;
	padding:0;
}
.testimonials h2 {
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 21px;
	padding: 0 0 10px;
	margin: 0;
	color: #4081A8;
	text-align: left;
}
#Region_1 .testimonials h2, #Region_4 .testimonials h2 {	color:#00578A;}
#Region_2 .testimonials h2, #Region_3 .testimonials h2 {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 28px;
	padding: 0;
	margin: 0 0 10px;
	color: #4081A8;
	text-align: left;
	border-bottom:2px solid #E6EFF4;
}
.testimonials .testimonial { 
	position:relative;
	display:block;
	margin: 0;
	padding: 5px 0 15px;
}
#Region_1 .testimonials .testimonial, #Region_4 .testimonials .testimonial {
	display:block;
	margin: 0 0 10px;
	padding: 5px 0px 15px;
}
.testimonial span.quote, .testimonial span.person { 
	line-height: 18px;
	display: block;
}
.testimonial span.person {
	font-weight: 700;
	margin: 5px 0 0;
}
.testimonials div.view_all { 
	display:block;
	padding:0;
	margin: 0 0 20px;
	text-align: left;
}
#Region_1 .testimonials div.view_all, #Region_4 .testimonials div.view_all { 
	display:block;
	padding:0;
	margin: 0 0 20px 0;
	text-align: left;
	text-transform: none;
}
.testimonials a.view_all {
	color: #00578A;
	font-weight:700;
	text-decoration:underline;
	font-size: 11px;
}
#Region_1 .testimonials a.view_all, #Region_4 .testimonials a.view_all {
	color: #00578A;
	font-weight:700;
	text-decoration:underline;
	text-transform:none;
	font-size: 11px;
}
#Region_1 .testimonials a.view_all:hover, #Region_4 .testimonials a.view_all:hover {color: #002C45;}
.testimonials a.view_all:hover { 
	color: #002C45;
	text-decoration: underline;
}

/*	OPEN HOUSES MODULE	*/
.open_houses_frame {
	position:relative;
	padding: 0 10px;
	margin-bottom: 10px;
	text-align:left;
}
#Region_1 .open_houses_frame, #Region_4 .open_houses_frame {
	padding: 0 10px;
	margin-left:5px;
	margin-bottom:20px;
	border-bottom:2px solid #fff;
}
#Region_2 .open_houses_frame, #Region_3 .open_houses_frame {}
.open_houses .open_house {
	margin: 5px 0 10px;
	padding: 10px;
	font-size: 12px;
}
#Region_2 .open_houses .open_house {
	float: left;
	width: 186px;
	margin: 1px;
}
.open_houses h2 {
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 21px;
	padding: 0 0 10px;
	margin: 0;
	color: #4081A8;
	text-align: left;
}
#Region_1 .open_houses h2, #Region_4 .open_houses h2 {	color:#00578A;}
#Region_2 .open_houses h2, #Region_3 .open_houses h2 {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 28px;
	padding: 0;
	margin: 0 0 10px;
	color: #4081A8;
	text-align: left;
	border-bottom:2px solid #E6EFF4;
}
.open_house div.thumb_frame {
	width: 80px;
	height: 60px;
	margin: 0;
	float: right;
}
#Region_1 .open_house div.thumb_frame {display: none;}
.open_house img.thumb {
	width:80px;
	height:60px;
	border: 1px solid #00578A;
}
.open_house a {color: #00578A;}
.open_house a:hover {color: #002C45;}
.open_houses div.view_all {
	display:block;
	padding: 0;
	margin: 0;
	text-align: left;
}
#Region_1 .open_houses div.view_all, #Region_4 .open_houses div.view_all { 
	display:block;
	padding:0;
	margin: 0 0 20px 0;
	text-align: left;
	text-transform: none;
}
#Region_2 .open_houses .view_all {clear: both;}
.open_houses a.view_all { 
	color: #00578A;
	font-weight:700;
	font-size: 11px;
}
#Region_1 .open_houses a.view_all, #Region_4 .open_houses a.view_all {
	color: #00578A;
	font-weight:700;
	text-decoration:underline;
	text-transform:none;
	font-size: 11px;
}
.open_houses a.view_all:hover {
	color: #002C45;
	text-decoration: underline;
}
#Region_1 .open_houses a.view_all:hover, #Region_4 .open_houses a.view_all:hover {color: #002C45;}
.open_house .date, .open_house .time_range, .open_house .address, .open_house .notes {
	display:block;
	margin: 0 0 6px 0;
	padding: 2px 0;
}
.open_house .date, .open_house .date .dow { 
	font-weight: 700; 
	font-size: 14px; 
}
.open_house .notes {
	clear: both;
	margin: 0 0 8px 0;
}
.open_house .time_range, .open_house .address, .open_house .notes {font-size: 10px;}
.open_house .view_details {
	display: inline;
	margin: 0 0 2px 0;
}

/*	QUICK SEARCH MODULE	*/
.quick_search_frame {
	position:relative;
	padding: 0 10px;
	margin-bottom: 10px;
	text-align:left;
}
.quick_search {
	padding: 0;
	margin: 0;
}
.quick_search a {color: #00578A;}
.quick_search h2 {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 21px;
	margin: 0;
	color: #4081A8;
	text-align: left;
	padding: 0 0 20px;
}
#Region_2 .quick_search h2, #Region_3 .quick_search h2 {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 28px;
	padding: 0;
	margin: 0 0 10px;
	color: #4081A8;
	text-align: left;
	margin-bottom:10px;
	border-bottom:2px solid #E6EFF4;
}
#Region_1 .quick_search_form, #Region_2 .quick_search_form, #Region_3 .quick_search_form, #Region_4 .quick_search_form, #Region_10 .quick_search_form {
	position:relative;
	display:block;
	margin: 0;
	padding: 10px 0;
	height: 322px;
	border: 1px solid #BFD5E2;
	background-color:#E6EFF4;
}
.quick_search .search_by_city, .quick_search .autoCompleteMenu, .quick_search .property_type, .quick_search .bedrooms, .quick_search .bathrooms,.quick_search .min_price, .quick_search .max_price,.quick_search .pics_first {}
.quick_search ul.property_type_list {
	width:200px;
	color: #000;
	height:80px;
	margin:1px 0px 3px;
}

.quick_search .search_by_city, .quick_search .property_type {
padding-left:5px;
}

.quick_search label.hdr {
	display:block;
	font-size:11px;
	margin: 3px 0px 5px;
}
.quick_search select {width:90px;}
.quick_search .search_by_city {}
.quick_search .search_by_city input {
	width:198px;
	margin:1px 0px 3px;
}
.quick_search .search_by_city a.view_all {
	position:absolute;
	right:5px;
	top: 0px;
	z-index:1;
	display:block;
	width:120px;
	height:12px;
	font-size:11px;
	text-align:right;
	color: #00578A;
}
.quick_search .search_by_city a.view_all:hover {color:#002C45; }
.quick_search .bedrooms {
	position:absolute;
	top:175px;
	left:10px;
	width:90px;
	z-index:1;
}
.quick_search .bathrooms {
	position:absolute;
	top:175px;
	right:10px;
	width:90px;
	z-index:1;
}
.quick_search .min_price {
	position:absolute;
	top:220px;
	left:10px;
	width:90px;
	z-index:1;
}
.quick_search .max_price {
	position:absolute;
	top:220px;
	right:10px;
	width:90px;
	z-index:1;
}
.quick_search .pics_first {
	position:absolute;
	top:270px;
	left:10px;
	width: 200px;
	font-size:10px;
	z-index:1;
}
.quick_search .pics_first span {position:relative;}
.quick_search .quick_search_submit {
	position:absolute;
	right:10px;
	top:295px;
	z-index:2;
}
.quick_search .quick_search_image_submit {display:none;}
.quick_search a.advanced_search, .quick_search a.map_search {
	position:absolute;
	left:10px;
	z-index:1;
	display:block;
	height:12px;
	font-size:11px;
	color: #00578A;
}
.quick_search a.advanced_search {top:295px;}
.quick_search a.advanced_search:hover {color:#002C45;}
.quick_search a.map_search {top:310px;}
.quick_search a.map_search:hover {color:#002C45;}
#Region_2 .quick_search_frame {}
#Region_2 .quick_search_form { height: 200px; }
#Region_2 .quick_search .search_by_city input {width: 390px;}
#Region_2 .quick_search .bedrooms {
	top: 58px;
	left: 225px;
}
#Region_2 .quick_search .bathrooms {
	position:absolute;
	top: 58px;
	right:10px;
	width:90px;
	z-index:1;
}
#Region_2 .quick_search .min_price {
	position:absolute;
	top: 110px;
	left:225px;
	width:90px;
	z-index:1;
}
#Region_2 .quick_search .max_price {
	position:absolute;
	top:110px;
	right:10px;
	width:90px;
	z-index:1;
}
#Region_2 .quick_search .pics_first {
	position:absolute;
	top:170px;
	left: 10px;
	width:250px;
	font-size:10px;
	z-index:1;
}
#Region_2 .quick_search .quick_search_submit {
	position:absolute;
	right:10px;
	top:185px;
	z-index:2;
}
#Region_2 .quick_search a.advanced_search {
	top:195px;
	left: 10px;
}
#Region_2 .quick_search a.map_search {
	top:195px;
	left: 120px;
}
.quick_search_image_submit {display:none;}

/* WIDGETS */

/* Slide show */
.slide_show_frame {
margin-left:10px;
}

.slide_show {
	position:relative;
	text-align: left;
	font-size:12px;
	padding: 0 0 0 10px;
	margin:10px 0 0 0;
}

.slide_show h2 {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 28px;
	padding: 0px;
	margin: 0 0 10px;
	color: #4081A8;
	text-align: left;
	border-bottom:2px solid #E6EFF4;
}

.slide_show .slide_show_listing {
	padding:0 10px;
	margin:0 0 15px 0;
	font-size:12px;
	text-align:left;
	border: 1px solid #BFD5E2;
	background-color:#E6EFF4;
}

#Region_2 .slide_show .slide_show_listing {
	padding-top:10px;
}

#Region_2 .slide_show .slide_show_listing {height:460px;}
#Region_10 .slide_show .slide_show_listing { 
	width:660px;
	margin:0 0 15px;
	padding:10px;
}
.slide_show_photo_frame {text-align:left;}
#Region_10 .slide_show_photo_frame {
	width:400px;
	padding:0;
}
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;
}
#Region_1 div.slide_show_photo, #Region_2 div.slide_show_photo, #Region_3 div.slide_show_photo {margin:0;}
.slide_show .controls_bg {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:50;
	width:400px;
	height:40px;
	padding:0;
	margin:0;
	background:#000;
	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:#fff;
}
.slide_show .controls img {cursor:pointer;}
.slide_show .controls span.count {
	display:block;
	width:40px;
	height:40px;
	text-align:center;
}
.slide_show .controls img.back {
	position:absolute;
	top:6px;
	left:269px;
}
.slide_show .controls img.next {
	position:absolute;
	top:6px;
	left:314px;
}
.slide_show .controls img.play, .slide_show .controls img.pause {
	position:absolute;
	top:5px;
	left:365px;
}
#Region_10 .slide_show_listing_info {
	position:absolute;
	top:40px;
	left:420px;
	z-index:2;
	width:200px;
	padding:10px;
	margin:0;
}
#Region_1 .slide_show_listing_info, #Region_2 .slide_show_listing_info, #Region_3 .slide_show_listing_info {
	position:absolute;
	top:310px;
	left:0px;
	z-index:2;
	width:400px;
	padding:10px;
}
.slide_show_listing .title {
	display:block;
	margin:10px 0;
	padding:0;
	font-weight:700;
	font-size:16px;
	text-align:left;
}
#Region_1 .slide_show_listing .title, #Region_2 .slide_show_listing .title, #Region_3 .slide_show_listing .title {
	display:block;
	margin:0;
	font-size:14px;
	padding:2px 2px 0px;
}
.slide_show_listing_info .price {
	display:block;
	margin:0;
	padding:2px 2px 0px;
}
.slide_show_listing_info .beds_baths {
	display:block;
	margin:0 0 0px 0;
	padding:2px 2px 0px;
}

.slide_show_listing_info .type {
	display:block;
	margin:0 0 6px 0;
	padding:2px 2px 0px;
}

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

.slide_show_listing a.view_details {color:#00578A;}
.slide_show_listing a.view_details:hover {color:#002C45;}
.slide_show_frame div.view_all {
	display:block;
	width:285px;
	height:22px;
	padding:0;
	margin:0 0 0 10px;
	text-align:left;
}
.slide_show_frame a.view_all { 
	color:#00578A;
	font-weight:700;
	text-decoration:underline;
}
.slide_show_frame a.view_all:hover { 
	color:#002C45;
	text-decoration:underline;
}

#Region_2 .slide_show_listing_info .description {
    display:block;
    width:390px;
    margin:0 0 2px 0;
    padding:2px;
}

#Region_2 .slide_show_listing a.view_details {padding:2px;}





/*	CUSTOM FORM WIDGET */
#Region_10 .custom_form_frame,
#Region_2 .custom_form_frame {
	position:relative;
	padding: 0 0 0 10px;
	margin:10px 0 0 0;
	text-align: left;
}

#Region_10 div.custom_form,
#Region_2 div.custom_form {
	font-size: 13px;
	line-height: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0 0 5px;
	margin:0;
}
#Region_10 .custom_form h2,
#Region_2 .custom_form h2 {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 28px;
	padding: 0;
	margin: 0 0 10px;
	color: #4081A8;
	text-align: left;
	border-bottom:2px solid #E6EFF4;
}
#Region_10 .custom_form p,
#Region_2 .custom_form p {
	padding: 5px 0px 15px;
}
#Region_10 .custom_form a:link,
#Region_2 .custom_form a:link {
	color: #00578A;
}
#Region_10 .custom_form a:hover,
#Region_2 .custom_form a:hover {
	color: #002C45;
	text-decoration:none;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	AGENT SEARCH & MLS SEARCH WIDGETS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#Region_1 .agent_search_frame, #Region_1 .mlsno_search_frame, #Region_4 .agent_search_frame, #Region_4 .mlsno_search_frame  {
	border-bottom:2px solid #FFF;
	margin-bottom:20px;
	margin-left:5px;
	padding:0 10px;
	font-size:12px;
	text-align:left;
}
#Region_1 .agent_search_frame h2, #Region_1 .mlsno_search_frame h2, #Region_4 .agent_search_frame h2, #Region_4 .mlsno_search_frame h2 {
	font-size:16px;
	font-style:italic;
	line-height:21px;
	margin:0;
	padding:0 0 10px;
	color:#00578A;
}
.agent_search_frame .auto_focus, .mlsno_search_frame .text {
	margin-bottom:10px;
	vertical-align:middle;
}
.agent_search_frame .view_all {
	margin-top:5px;
	margin-bottom:10px;
}
.mlsno_search_submit {
	margin-bottom:10px;
}
#Region_2 .agent_search_frame, #Region_2 .mlsno_search_frame, #Region_3 .agent_search_frame, #Region_3 .mlsno_search_frame {
	margin-bottom:10px;
	padding:0 10px;
	text-align:left;
}
#Region_2 .agent_search_frame h2, #Region_2 .mlsno_search_frame h2, #Region_3 .agent_search_frame h2, #Region_3 .mlsno_search_frame h2 {
	border-bottom:2px solid #E6EFF4;
	color:#4081A8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	line-height:28px;
	margin:0 0 10px;
	padding:0;
	text-align:left; 
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	SUBPAGE CONTENT TYPES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.content_frame {
	position:relative;
	padding: 0;
	margin: 10px 10px 15px;
	text-align: left;
}
.content {
	margin: 0;
	padding: 0;
}
.content a {color:#00578A;}
.content a:hover {
	color:#002C45;
	text-decoration:none;
}
.content h1 {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 24px;
	padding: 2px 0 14px 0;
	margin: 0px;
	color:#4081A8;
}
.content h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	padding: 2px 0 10px;
	color: #4081A8;
}
.content_frame p{
	font-size: 12px;
	line-height: 16px;
}
.content hr {
	height:2px;
	border-width:0;
	color:#E6EFF4;
	background-color:#E6EFF4;
	margin-bottom:20px;
}

/* Testimonial Subpage */
.content_frame .content .person {
display:block;
font-style:italic;
line-height:20px;
text-align:right;
padding:10px 25px 0px 0px;

}

.content_frame .content .quote {
display:block;
padding:0 20px;
}

/* Testimonials page */
#Testimonials_Page span.quote {
	font-style:oblique;
}


/* SAVED SEARCH */
#SavedSearches a.btn_delete_search img {
	position:absolute;
	top:8px;
	right:50px;
	z-index:2;
}


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