﻿/* Default styles for site elements, overwrite in styles stylesheet if required. */
html, body, form
{
    min-height: 100%;
}

body, form { position: relative; }

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #e1e1e1;
}

h1, h2, h3, h4
{
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

#outer_content h2
{
    font-size: 14pt;
    line-height: 16pt;
    padding-bottom: 6px;
    color: #7ba6b7;
}

#outer_content h2 a
{
    color: #7ba6b7;
}

#outer_content h2 a:hover
{
    text-decoration: underline;
}
h3
{
    font-size: 18pt;
    line-height: 20pt;
    padding-bottom: 5px;
    color: #003366;
}
h4
{
    font-size: 14pt;
    line-height: 16pt;
    padding-bottom: 6px;
    color: #7ba6b7;
}
h5
{
    font-weight: bold;
    padding-bottom: 3px;
    color: #686868;
}

p
{
    line-height: 12pt;
    padding-bottom: 5px;
    color: #686868;
}

ul {
	margin-top: 5px;
	margin-left: 10px;
}

li {
	list-style-type: disc;
	margin-left: 10px;
	line-height: 120%;
	padding-bottom: 6px;
	color: #686868;
}
a
{
    color: #355a8f;
	text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

hr
{
	display: none;
    background: url(/property-for-sale/images/hr_bg.gif) bottom repeat-x;
    border: none;
    height: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.clear
{
    clear: both;
}

.left
{
    float: left;
    margin-right: 5px;
}

.right
{
    float: right;
    margin-left: 5px;
}

.display_table
{
    border: 2px solid #E0B500;
    border-right: none;
    border-left: none;
}

.display_table th, .display_table td
{
    padding: 4px 6px;
}

.display_table th
{
    border: 2px solid #E0B500;
    border-right: none;
    border-left: none;
}

.display_table td
{
    border: 1px solid #E0B500;
    border-right: none;
    border-left: none;
}
img.framed
{
    background: url(/property-for-sale/images/img_bg.jpg);
    display: block;
    padding: 10px 10px 14px 11px !important;
    margin: -5px 0 0 -5px !important;
}
img.framed_large
{
    background: url(/property-for-sale/images/img_bg_large.jpg);
    display: block;
    padding: 11px 10px 14px 11px !important;
    margin: -5px 0 0 -5px !important;
}
img.framed_left
{
    background: url(/property-for-sale/images/img_bg_small.jpg);
    display: block;
    float: left;
    padding: 7px 6px 8px 6px !important;
    margin: -4px 5px 5px 0 !important;
}
.autocaption
{
    margin: 5px;
}
.autocaption_label
{
    font-size: 80%;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    line-height: 130%;
}
.caption center
{
	font-weight: bold;
	font-size: 80%;
    line-height: 130%;
	text-align: left;
}

/* Page structure */
#outer_wrapper
{
    background: url(/property-for-sale/images/page_bg.jpg) repeat-y;
    width: 970px;
	overflow: hidden;
    margin: 0 auto;
    padding: 0 5px 20px 5px;
}

#banner_ad_wrapper
{
	margin-bottom:10px;
	width: 468px; 
	height: 78px; 
	padding: 2px;
    overflow: hidden;	
}

#banner_ad_wrapper img, #banner_ad_wrapper iframe
{
    max-height: 78px;
    max-width: 468px;
}

#logo_wrapper
{
    margin-left: 10px;
	margin-top:18px;
}

#inner_wrapper
{
    margin: 8px;
}

#wrapper_top
{
    background: url(/property-for-sale/images/page_top.jpg);
    clear: both;
    height: 16px;
    width: 980px;
    margin: 0 auto;
}

#wrapper_bottom
{
    background: url(/property-for-sale/images/page_bottom.jpg);
    clear: both;
    height: 22px;
    width: 980px;
    margin: 0 auto;
}

#footer_wrapper
{
    width: 970px;
	overflow: hidden;
    background: #cccccc;
    margin: 10px auto;
}

#footer_top
{
    background: url(/property-for-sale/images/footer_top.jpg);
    height: 13px;
	overflow: hidden;
}

#footer_bottom
{
    background: url(/property-for-sale/images/footer_bottom.jpg);
    height: 13px;
	overflow: hidden;
}

#footer
{
    padding: 0 5px;
    text-align: center;
    color: #747474;
    font-size: 80%;
}

/* Search */
#search_wrapper
{
    float: right;
	text-align:right;
    margin-top: 0px;
    margin-right: 15px;
}

#search_wrapper input
{
    vertical-align: middle;
}

#search_wrapper input.search
{
    width: 210px;
    height: 18px;
    padding: 2px;
    padding-left: 8px;
    background: url(/property-for-sale/images/field_bg.jpg);
    border: none;
}

/* Nav */
#nav_wrapper
{
    margin: 8px 1px 0 1px;
    background: url(/property-for-sale/images/nav_shadow.jpg) top center no-repeat;
    padding-top: 3px;
}

#nav
{
    background: url(/property-for-sale/images/nav_bg.gif) repeat-x left;
    height: 32px;
	margin: 0;
    margin-bottom: 1px;
}

.home_nav #nav
{
    margin-bottom: 0;
}

#nav li
{
	padding:0;
	margin: 0;
	list-style-type: none;
	line-height: 100%;
    display: block;
    float: left;
    border-left: 1px solid #4246a1;
    border-right: 1px solid #0b133a;
    height: 32px;
}

#nav li.first
{
    border-left: none;
}

#nav li.last
{
    border-right: none;
}

#nav a
{
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 90%;
    float: left;
    text-decoration: none;
    padding: 9px 3px 0;
    height: 23px;
}

#nav.system li a 
{
     padding: 9px 7px 0 7px;
}

#nav li.first a 
{
    padding-left: 6px;
}

#nav a:hover, #nav a.active
{
    color: #000;
    height: 24px;
}

.home_nav #nav a:hover, .home_nav #nav a.active
{
    height: 23px;
}

#subnav
{
    background: #9B9B9B url(/property-for-sale/images/dark_overlay.png) repeat-x left top;
    height: 32px;
	margin: 0;
}

.home_nav #subnav
{
    background: url(/property-for-sale/images/home_subnav_bg.jpg) repeat-x left top;
}

#subnav li
{
    display: block;
    float: left;
	padding:0;
	margin: 0;
	list-style-type: none;
	line-height: 100%;
    display: block;
}

#subnav a
{
    color: #fff;
    display: block;
    font-size: 90%;
    float: left;
    text-decoration: none;
    padding: 9px 7px;
    height: 14px;
}

.home_nav #subnav a
{
    color: #8a8a8a;
}

.home_nav #subnav a:hover
{
    color: #454545;
}

#subnav span
{
    color: #fff;
    display: block;
    padding: 8px 0 0;
}

.home_nav #subnav span
{
    color: #8a8a8a;
}

/* Top content */
#top_content
{
    background: url(/property-for-sale/images/top_bg.gif) bottom left repeat-x;
}

#top_content h2
{
    padding: 16px 0 10px 0;
    font-size: 22.5pt;
    line-height: 22.5pt;
    color: #989898;
}

#newsletter_signup
{
    float: right;
}

#newsletter_signup input
{
    vertical-align: middle;
}

#newsletter_signup input.subscribe
{
    width: 160px;
    height: 18px;
    padding: 2px;
    padding-left: 8px;
    background: url(/property-for-sale/images/field_bg.jpg);
    border: none;
}

#newsletter_signup h2
{
    text-transform: uppercase;
    color: #313a7f !important;
    font-size: 13pt;
    line-height: 13pt;
    padding: 5px 0 2px 5px;
}

.social_icons
{
    float: right;
    padding: 14px 25px 0 0;
}

.social_icons a
{
    padding-right: 3px;
}

.phone
{
    padding: 28px 35px 0 28px;
    color: #989898;
    float: right;
    font-size: 140%;
}

/* Content */
#outer_content
{
    clear: both;
    padding-top: 10px;
    min-height: 400px;
}

/* Text reset */
.col1, .col2, .col3, .col4
{
    line-height: 12pt;
    padding-bottom: 5px;
    color: #686868;
}
.col1 img, .col2 img, .col3 img, .col4 img {
	padding: 3px;
}

/* home page layout */
#outer_content.home_page .col1
{
    float: left;
    width: 339px;
    margin-right: 19px;
}

#outer_content.home_page .col2
{
    float: left;
    width: 370px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #DDDDDD;
}

#outer_content.home_page .col3
{
    float: left;
    width: 200px;
}
.home_welcome {
	margin-bottom: 10px;
}
.home_welcome h1 {
	font-size: 18pt;
	line-height: 20pt;
	padding-bottom: 5px;
	color: #003366;
}
.home_welcome h2 {
	line-height: 12pt !important;
	padding-bottom: 5px !important;
	color: #686868 !important;
	font-size: 10pt !important;
	font-family: arial, helvetica, sans-serif !important;
	font-weight: normal !important;
}

/* section page layout */
#outer_content.section_page .col1
{
    float: left;
    width: 150px;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #DDDDDD;
}

#outer_content.section_page .col1 h3.contents_heading
{
    font-size: 140%;
    margin-top: 0;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

#outer_content.section_page .col2
{
    float: left;
    width: 412px;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #DDDDDD;
}

#outer_content.section_page .col3
{
    float: left;
    width: 200px;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #DDDDDD;
}

#outer_content.section_page .col4
{
    float: left;
    width: 140px;
}

/* article page layout */
#outer_content.article_page .col1
{
    float: left;
    width: 575px;
    margin-right: 9px;
    padding-right: 9px;
    border-right: 1px solid #DDDDDD;
}

#outer_content.article_page .col1 h1
{
    font-size: 18pt;
    line-height: 20pt;
    padding-bottom: 5px;
    color: #003366;
}

#outer_content.article_page .col2
{
    float: left;
    width: 200px;
    margin-right: 9px;
    padding-right: 9px;
    border-right: 1px solid #DDDDDD;
}

#outer_content.article_page .col3
{
    float: left;
    width: 140px;
}

/* Formats */
.subcontent, .editorial {
	line-height: 12pt;
    color: #686868;
}

.subcontent.small {
	font-size: 80%;
}
.subcontent.small h2 {
	font-size: 100%;
}

.editorial h2 {
	color: #003366 !important;
}

.editorial h2 a {
	padding-right: 30px;
    color: #003366 !important;
    display: block;
    text-decoration: none;
    background: url(/property-for-sale/images/heading_arrow.gif) right center no-repeat;
}

.subcontent h2, .subcontent h1
{
    font-size: 14pt;
    line-height: 16pt;
    padding-bottom: 6px;
    color: #7ba6b7;
}
.subcontent h2 a, .subcontent h1 a, .subcontent h4 a
{
	text-decoration: none;
	color: #7ba6b7;
}
.subcontent h2 a:hover, .subcontent h1 a:hover, .subcontent h4 a:hover
{
	text-decoration: underline;
}

/* generic class for titles in formats */
.subtitle {display:block}

/* Remove spacing around headers in blank format */
.blank h4 {margin:0; padding:0;}
.blank .subtitle {margin:0; padding:0;}

/* side nav */
#side_nav
{
    margin: 0;
	margin-bottom: 15px;
	background: url(/property-for-sale/images/hr_bg.gif) bottom repeat-x;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

#side_nav li
{
	list-style-type: none;
	line-height: 100%;
	margin: 0;
	padding: 0;
    position: relative;
}

#side_nav li a
{
    display: block;
	width: 100%;
    text-transform: uppercase;
    padding: 4px 5px 4px 5px;
	xheight: 18px;
	overflow: hidden;
    padding-left: 8px;
    margin: 3px;
    margin-left: -8px;
    font-size: 90%;
}

#side_nav ul
{
	margin: 0;
    position: absolute;
    left: 155px;
    top: 0;
    width: 200px;
    display: none;
    padding: 5px 0;
    -moz-box-shadow: 3px 3px 3px #333;
    -webkit-box-shadow: 3px 3px 3px #333;
    box-shadow: 3px 3px 3px #333;
}

#side_nav li:hover ul
{
    display: block;
}

#side_nav ul li a
{
    padding: 5px 10px;
    background: none;
    margin: 0;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    line-height: 130%;
	height: auto;
	width: auto;
}

#side_nav ul li a:hover
{
    text-decoration: underline;
}

#side_nav .arrow
{
    position: absolute;
    left: -11px;
    top: 0px;
}

#side_nav .canvas
{
    position: relative;
    width: 11px;
    height: 22px;
}

/* sales listings */
.sales_listings_wrapper h3 {
	margin-left: 8px;
}
.sale_listings
{
    background: #d6e8f2;
    padding: 8px;
}
.sale_listings img
{
    display: block;
    border: 2px solid #8e8e8e;
    margin: 2px 0;
	padding:0;
}
.sale_listings h4, .sale_listings p
{
    color: #696a6c;
}
.sale_listings h4
{
    padding-bottom: 2px;
}
.sale_listings h4 a
{
    color: #696a6c;
	text-decoration: none;
}
.sale_listings h4 a:hover
{
	text-decoration: underline;
}
.sale_listings .price
{
    font-size: 120%;
    border-bottom: 1px solid #afc5d0;
    margin-bottom: 6px;
	font-weight:bold;
}
.sale_listings .price span
{
    font-weight: bold;
}
/* sales listings ext */
.sale_listings_ext_head {
	margin: 10px 0 0 8px !important;
	padding: 0 0 5px 0 !important;
	background: none !important;
	font-family: Palatino Linotype,Book Antiqua,Palatino,serif !important;
	font-size: 18pt !important;
	line-height: 20pt !important;
	color: #003366 !important;
}
.sale_listings_ext_head img {
	display: none;
}
.sale_listings_ext
{
    background: #d6e8f2 !important;
    padding: 8px !important;
	margin: 0 !important;
	text-align: left !important;
}
.sale_listings_ext div
{
	padding: 0 !important;
	margin: 0 !important;
}
.sale_listings_ext img
{
    display: block !important;
    border: 2px solid #8e8e8e !important;
    margin: 0 !important;
	padding: 0 !important;
}
.sale_listings_ext b {
	border-bottom: 1px solid #afc5d0 !important;
	display: block;
	font-size: 120%;
	color: #696a6c !important;
	text-align: left !important;
	padding: 0 0 8px 0 !important;
	margin: 0 0 12px 0 !important;
	font-size: 12pt;
	font-weight: bold;
} 
.sale_listings_ext b a {
	display: block;
	font-size: 10pt;
	line-height: 12pt;
	margin: 5px 0 !important;
	text-decoration: none;
	color: #696a6c !important;
}
.sale_listings_ext b span {
	font-family: Palatino Linotype,Book Antiqua,Palatino,serif !important;
	font-size: 14pt !important;
	line-height: 16pt !important;
	padding-bottom: 2px !important;
	display: block;
	text-transform: none !important;
}
.sale_listings_ext br {
	display: none;
}

/* Property search */
.property_search
{
    background: #d6e8f2;
    margin-bottom: 15px;
}

.property_search h3
{
    margin: 0 !important;
    color: #fff;
    font-size: 80%;
    line-height: 130%;
    text-transform: uppercase;
    background: url(/property-for-sale/images/search_grad.png) repeat-x;
	padding: 5px 5px;
    font-family: Arial, Helvetica, sans-serif;
}
.property_search.alternative h3
{
	background: #242A5C url(/property-for-sale/images/nav_bg.gif) repeat-x;
}

.property_search h4
{
    color: #39393b;
    font-size: 95%;
    text-transform: uppercase;
    padding-bottom: 0;
}

.property_search .search_inner
{
    padding: 3px 5px;
}

.property_search .search_inner p
{
    color: #39393b;
    margin-top: 3px;
}

.property_search .search_inner a
{
    color: #295586;
}

.property_search #search_text
{
    width: 125px;
}
.property_search select
{
    width: 130px;
}

.property_search .button
{
    font-size: 80%;
    margin-top: 8px;
}

/* Channels dropdown */
#channel_nav_trigger {
	position: relative;
	margin: 10px 0;
}
#channel_nav_trigger img {
	padding: 0 !important;
}
#channelNavPopup {
	position: absolute;
	top: 70px;

	width: 140px;
	color: #fff !important;
	display: none;
	text-align: center;
}
#channelNavPopup div {
	padding: 4px 0;
	font-size: 8.5pt;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}
#channelNavPopup div img {
	margin-left: 5px;
}
#channelNavPopup a {
	color: #fff;
	display: block;
}

/* boxes */
.box
{
    border: 4px solid #e3e3e3;
    width: 148px;
    padding: 2px;
    height: 178px;
    margin-bottom: 15px;
	position: relative;
	float: left;
	margin-right: 8px;
}

.box p
{
    padding-bottom: 3px;
}

.box p, .box h5
{
    padding: 0 2px;
    line-height: 125%;
}

.box h5
{
	margin-top: 115px
}

.box img
{
	position: absolute;
	top: 2px;
	left: 2px;
}

/* Footer */
#footer_wrapper
{
    clear: both;
}
#footer_nav_wrapper ul
{
	float: left;
	width: 170px;
	text-align: left;
	margin: 5px 10px;
}
#footer_nav_wrapper li {
	line-height: 110%;
	list-style-type: none;
	line-height: 100%;
}
#footer_nav_wrapper li a {
	color: #686868;
	text-decoration: none;
}
#footer_nav_wrapper li a:hover {
	color: #454545;
}
#footer_nav_wrapper li.section_title {
	font-size: 130%;
}
#footer p {
	clear: both;
}

/* Forms */
.form_wrapper label
{
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
}

.form_wrapper label .input_field
{
    display: block;
    margin: 3px 0;
    padding: 5px;
    font-size: 90%;
    width: 300px;
    background: #fff;
    border: #999 1px solid;
}

.form_wrapper label:hover .input_field
{
    border-color: #666;
}

.form_wrapper label .input_field:focus
{
    background: #efefef;
    border-color: #666;
}

.form_wrapper .input_checkboxes td
{
    padding-bottom: 3px;
}

.form_wrapper .input_checkboxes label
{
    display: inline;
    font-weight: bold;
    line-height: 150%;
    display: block;
    margin-left: 25px;
}

.form_wrapper .input_checkboxes input
{
    float: left;
}

.form_wrapper .validation
{
    color: red;
}

.error
{
    background: url(/property-for-sale/images/error.png) 5px center no-repeat #efefef;
    padding: 6px;
    padding-left: 25px;
    border: 2px solid #CC0A0C;
    color: #CC0A0C;
    margin: 2px 0 10px 0;
    display: inline-block;
    width: 240px;
    font-size: 10pt !important;
}

.subcontent, .editorial {
	background: url(/property-for-sale/images/hr_bg.gif) bottom repeat-x;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

/* Old Directory System */
.directory-enhanced {width:100%; border:1px solid #F1C512; margin-top:10px; padding-bottom:10px;}
.directory-enhanced h1 {background-color:#F1C512; color:#000; font-size:14px; padding:5px; display:block; margin-bottom:5px;}
.directory-enhanced table {display:block;}
.directory-enhanced td {vertical-align:top;}
.directory-enhanced-left {}
.directory-enhanced-right {width:50%; float:right; margin-bottom:10px; padding-right:10px; padding-left:10px;}
.directory-enhanced-bottom { padding-right:10px; padding-left:10px;}

.directory-standard { margin-top:10px; padding-bottom:10px;}
.directory-standard h1 {color:#000; font-size:12px; display:block; margin-bottom:1px;}

#nav a:hover, #nav a.active, #subnav {
		background-color: #9B9B9B;
}
			

#top_content h2, h2 span, #outer_content.section_page .col1 h3.contents_heading {
		color: #878585;
}
			

#subnav a:hover, #subnav a.active, #side_nav ul {
		background-color: #777676;
}