/* Note - Please Update the Table of Contents as you go. Also, putting in those triple braces will make Gerard & Cato really happy. */
/* Table of Contents {{{ 

Default Selectors
Body
Headings & Paragraphs
Links
Lists
Forms
Tables


Page Structure
Main Container
Content
Footer


Page Components
Navigation
Main Navigation
Sub Navigation
Breadcrumbs

News	
Latest News
News Archive
News Item

Search

}}} */
/* Global Selectors {{{ */
html,body {
	height: 100%;
}

body {
	font-size: 62.5%;
	line-height: 150%;
	background: #fff;
	padding: 0 0 1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #507AA8;
}

form { height: 100%; }

/* Typography {{{ */
.copy { 
	font-size: 13px; 
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: normal;
	clear: both;
	color: #556293;
	margin: 0.5em 0 0.5em;
}

h1 { font-size: 1.7em; color:#283b81; margin: 0;}
h2 { font-size: 1.4em; color:#394a8b; }
h3 { font-size: 1.2em;}
h4 { font-size: 1em;}
h5, h6 { font-size: 0.9em; }

p { margin: 1em 0; }

strong { font-weight: bold; }

em { font-style: italic; }

cite {
	display: block;
	font-size: 1.1em;
}

.copy img { line-height: 0; }

.copy blockquote, 
.copy ul, 
.copy ol, 
.copy dl, 
.copy table {
	margin: 0.5em 2em;
}

.copy ul, .copy ol { 
	list-style-position: outside; 
	margin-bottom: 2em;
	margin-top:1.5em;
}
.copy ol { list-style-type: decimal; }
.copy ul { list-style-type:disc; }
.copy li { margin: 0.5em 0 1em; }
.copy blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0.5em;
	width: 400px;
	color: #666;
	font-style: italic;
	text-align: left;
	margin: 0 auto;
}

.copy hr {
	border: none;
	height: 1px;
	background: #CCC;
}

.copy  dl {
	height: 1%; /* hasLayout */
	position: relative;
}


/* clearfix */
.copy dl:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both; 
}

.copy dt { 
	clear: left; 
	font-weight: bold;
	color: #556293;
	float: left;
	padding: 0.5em;
	width: 8em; 
}

.copy dd {
	padding: 0.5em 0.5em 0.5em 8.5em;
	border-bottom: solid 1px #ccc;
}

.copy dt:after {}

.copy table { 
	border-collapse: collapse;
	margin-left:0px;
}

.copy table h3 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: -5px;
}

.copy table blockquote { 
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0.5em;
	width: auto;
	color: #666;
	font-style: italic;
	text-align: left;
	margin: 0 auto;
}

.copy td, .copy th { 
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1em;
}

.copy th { border-bottom: solid 1px #556293; }
.copy td { border-bottom: dashed 1px #556293;
	vertical-align: top; }

.copy th { 
	background: #556293;
	font-weight: bold;
	color: white;
}

sup, sub {
	font-size: 0.8em;
	line-height: 0;
}

sup { vertical-align: super; }
sub { vertical-align: sub; }

a:link, a:visited {
	text-decoration: none;
	color: #F89928;
}

a:hover, a:active {
	text-decoration: underline;
}
/* }}} */
/* Forms {{{ */
fieldset {
	background:#fafafa;
	border:1px solid #ebebeb;
	margin:10px 0;	
	padding:10px;
}

legend {
	color:#999;
	font-size:0.9em;
	margin:1px 5px 0;
	padding:0 4px;
	font-weight:bold;
}

input {
}

select {
	font-size: 1.1em;
}

label {
	color: #333;
	font-size: 1.0em;
	padding:0;
	display: block;
}

.textbox, textarea {
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0 0 10px;
	padding: 5px;
	width: 418px;
	display: block;
}

.textarea {
	height: 100px;
}

.button {
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	width: 65px;
	height: 22px;
	padding: 4px 0 5px;
	cursor: pointer;
	background: url(/userfiles/images/structure/btn-bkgd.gif) left top no-repeat;
}



.button:hover{
	color: #fff0df;
}

fieldset .button{float:right;}

.errors {

}
span.error{float:left;margin-bottom:10px;}

/* }}} */
/* }}} */
/* Page Structure {{{ */
#mainContainer, 
#header, 
#footer, 
#mainNavigation {
	width: 936px;
	padding: 0 22px;
	clear: left;
	margin: 0 auto;
}

#mainContainer:after,
#mainNavigation:after,
#footer:after,
#content:after,
#breadcrumbs ul:after {
	content: ".";
	visibility: hidden;
	clear: both;
	height: 0;
	display: block;
}

#mainContainer {
	padding-bottom: 3px;
	background: url(/userfiles/images/structure/bkgd-content.png) repeat-y;
}

#content {
	/* margin: 0 0 0 241px; */
	width: 681px;
	float: left;
	padding: 0;
	margin-top: 8px;
}

#breadcrumbs {
	float: left;
	width: 671px;
	height: 20px;
}
#breadcrumbs ul { 
	height: 1%; 
}

#sideColumn {
	width: 241px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

#primaryContent {
	float: left;
	width: 474px /* 681px - 197px - 10px */;
}

#secondaryContent {
	margin: 0 0 0 10px;
	padding: 0;
	width: 197px;
	float: left;
}
/* }}} */
/*Header {{{ */
#header {
	height: 149px;
	padding-top: 20px;
	position: relative;
	background: url(/userfiles/images/structure/bkgd-header.png) left top no-repeat;
	overflow: hidden;
}

#header h1 {
	color: #BFDE38;
	font-size: 3.6em;
	font-weight: 700;
	float: left;
	margin: 0 0 0 20px;
	width: 300px;
}

#header a {
	color: #fff;
	font-size: 1.2em;
}

#logo {
	width: 716px;
	height: 0;
	padding-top: 130px;
	margin: 19px 0 0 22px;
	overflow: hidden;
	display: block;
	float: left;
}

#utilities {
	width: 200px;
	top:42px;
	right:42px;
	position:absolute;
}

#utilities .phoneNumber {
	color: #F89829;
	font-size: 2.2em;
	float: right;
}

#utilities .nav {
	width: 85px;
	height: 22px;
	margin: 10px 0 0;
	padding: 5px 3px 0 7px;
	float: right;
	background: url(/userfiles/images/structure/utilities-nav-bkgd.jpg) left top no-repeat;
}

#utilities .nav a {
	color: #556293;
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	background: url(/userfiles/images/structure/utilities-nav-bullet.gif) left 5px no-repeat;
}

/* }}}
Search {{{ */
#header .searchWrap {
	width: 167px;
	height: 23px;
	margin: 28px 0 7px;
	padding: 6px 0 0 8px;
	float: right;
	background: url(/userfiles/images/structure/search-bkgd.gif)  no-repeat;
}

#content .searchWrap {
	float: left;
}

#content .searchWrap:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
	padding-top: 5px;
}

.searchWrap .textbox {
	font-size: 1em;
	color: #999;
	width: 145px;
	padding: 0;
	float: left;
	border: none;
}

#content .searchWrap .textbox {
	padding: 3px;
	margin-right: 10px;
	border: solid 1px #ccc;
}

.searchWrap .button {
	width: 18px;
	height: 18px;
	background: url(/userfiles/images/structure/search-icon.png) left top no-repeat;
}

#header .searchWrap .button {
	float: right;
	margin: -3px 2px 0 0;
}

/* }}}
content Wrapper {{{ */
#primaryContent .copy {
	padding: 0 5px 0 5px;
}

.box {
	margin: -5px 0 10px;
	padding: 0;
	background: url(/userfiles/images/structure/feature-bkgd-mid.gif) left top repeat-y;
}

.box .boxHeader {
	color: #556293;
	font-size: 1.3em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 700;
	height: 22px;
	padding: 12px 10px 8px 16px;
	margin: 0;
	background: url(/userfiles/images/structure/feature-bkgd-title.gif) left top no-repeat;
}

.box .copy {
	padding: 0 10px 10px;
	background: url(/userfiles/images/structure/feature-bkgd-footer.gif) left bottom no-repeat;
}

#secondaryContent .box {
	background: url(/userfiles/images/structure/secondarynav-bkgd-mid.gif) left top repeat-y;
}

#secondaryContent .box .boxHeader {
	color: #556293;
	font-size: 1.5em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2;
	height: 30px;
	padding: 24px 15px 10px 19px;
	background: url(/userfiles/images/structure/secondarynav-bkgd-top.gif) left top no-repeat;
}



#secondaryContent .box .boxHeader a {
	color: #556293;
} 


#secondaryContent .box .copy {
	padding-top: 25px;
	background: url(/userfiles/images/structure/secondarynav-bkgd-footer.gif) left bottom no-repeat;
}

#secondaryContent .box ul {
	padding-bottom: 25px;
	background: url(/userfiles/images/structure/secondarynav-bkgd-footer.gif) left bottom no-repeat;
}

#secondaryContent .box ul li {
	font-size: 1.1em;
	margin: 0 0 0 4px;
	padding: 8px 15px 10px 10px;
	background: url(/userfiles/images/structure/secondarynav-divider.gif) bottom left no-repeat;
}

#secondaryContent .box ul li a {
	padding: 0 0 0 10px;
	display: block;
	background: url(/userfiles/images/structure/utilities-nav-bullet.gif) left 6px no-repeat;
}

/* Home {{{ */
.home #secondaryContent {
	margin: 0;
}

.home .introduction {
	float: left;
	width: 438px;
	padding: 0 5px;
	margin: 10px 0;
}

#radio {
	width: 208px;
	height: 106px;
	margin: 10px 0 10px 5px;
	padding: 110px 10px 10px; 
	background: url(/userfiles/images/structure/radio.png);
	float: left;
	overflow: hidden;
}

#radio_picker, #radio_container {
	display: block;
	width: auto;
	height: 24px;
}

#radio_picker {
	margin: 20px auto 30px;
}
/* Featured Properties {{{ */
#featurePropertyListings {
	background: transparent url(/userfiles/images/structure/feature-bkgd-mid.gif) top left repeat-y;
	height: 1%;
	clear: both;
	overflow: hidden;
}

#featurePropertyListings p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #787878;
}


#featurePropertyListings ul:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}

#featurePropertyListings ul {
	width: 681px;
	overflow: hidden;
	height: 1%;
	background: url(/userfiles/images/structure/feature-bkgd-footer.gif) left bottom no-repeat;
}

#featurePropertyListings li {
	width: 200px;
	margin: 2px 0 10px;
	padding: 0 10px 0 14px;
	float: left;
	background: url(/userfiles/images/structure/feature-divider.gif) left 6px no-repeat;
}

#featurePropertyListings li.first {
	background: none;
	margin-left: 3px;
}

#featurePropertyListings li h3 {
	color: #FFF;
	font-size: 1.2em;
	padding: 3px 20px 2px 10px;
	background: #556293;
	margin-top:8px;
}

#featurePropertyListings li .region  {
	color: #556293;
	font-size: 1.5em;
	margin: 0.4em 0;
}

#featurePropertyListings li .sizeDetails {
	width: 120px;
	float: left;
}
#featurePropertyListings li .price {
	color: #F89829;
	font-size: 1.5em;
	font-weight: 700;
	text-align: right;
	padding-right: 3px;
	width: 76px;
	float: right;
}

#featurePropertyListings li .propThumb {
	width: 197px;
	height: 110px;
	margin: 0 0 7px;
	clear: both;
	display: block;
	position: relative;
	background: url(/userfiles/images/structure/feature-overlay-featured.png) left top no-repeat;
}

#featurePropertyListings li .propThumb img {
	position: absolute;
	top: 0;
	left: 0;
}

#featurePropertyListings li .propId {
	color: #666;
	font-size: 1em;
	float: left;
}
/* }}} */

/*    }}}
 * }}}
 sideColumn {{{ */

/* Property Search {{{ */
#propertySearch,
#PropertyCodeSearch
{
	width: 241px;
	margin: 0 5px 0 0;
	overflow: hidden;
	background: url(/userfiles/images/structure/propsearch-bkgd-content.gif) left top repeat-y;
}

#propertySearch .propertySearchContent,
#PropertyCodeSearch .content 
{
	width: 241px;
	padding: 0 0 10px;
	background: url(/userfiles/images/structure/propsearch-bkgd-footer.gif) left bottom no-repeat;
}

#propertySearch .propertySearchContent:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#propertySearch .top, #PropertyCodeSearch .top {
	height: 8px;
	background: url(/userfiles/images/structure/propsearch-bkgd-top.gif) left top no-repeat;
}

#propertySearch .nav {
	color: #666;
	font-size: 1.3em;
	font-weight: 700;
	height: 38px;
	text-transform: uppercase;
	background: #FFF;
	padding-left: 70px;
}

#propertySearch .nav a {
	width: 68px;
	height: 31px;
	margin: 0 5px 0 0;
	padding: 5px 0 0;
	text-align: center;
	display: block;
	float: left;
	position: relative;
	top: 17px;
	background: url(/userfiles/images/structure/propsearch-nav.png) left top no-repeat;
}

#propertySearch .nav a.active {
	color: #FFF;
	text-decoration: none;
	background: url(/userfiles/images/structure/propsearch-nav_f2.png) left top no-repeat;
}

#PropertyCodeSearch .content {
	padding: 8px 20px 8px 20px;
        width: auto;
}

#propertySearch .content {
	margin: 8px 20px 8px 20px;
}

#propertySearch .content .list {
	height: 100px;
	margin-top: 0;
	margin-bottom:10px;
	overflow: auto;
	border: solid 1px #CCC;
}

#PropertyCodeSearch label,
#propertySearch label {
	font-weight: bold;
	width: auto;
}

#propertySearch .content .list label {
	font-size: 1.2em;
	margin: -1px 0;
	display: inline;
	font-weight: normal;
}
#propertySearch .field select,
#propertySearch .fields select {
	margin: 0;
}

#propertySearch .field,
#propertySearch .fields {
	height: 1%; /* clearfix */ 
	margin: 3px 0;
}
#PropertyCodeSearch .buttons:after,
#propertySearch .field:after,
#propertySearch .fields:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#propertySearch .fields select,
#propertySearch .fields .infix {
	display: block;
	float: left;
}

#propertySearch .fields .infix { color: #666; }

#propertySearch .fields select { width: 90px; }

#propertySearch .fields .infix { 
	width: 20px;
	text-align: center;
	font-weight: bold;
}

.content select { width:100%; }

#propertySearch .priceRange select,
#propertySearch .roomOptions select { 
	width: 90px;
	overflow: hidden;
}

#propertySearch label {
	font-size: 1.1em;
	color:#555555;
}

#propertySearch .textbox {
	float: none;
	margin: 0;
	width: 100%;
}

#PropertyCodeSearch .buttons input, 
#propertySearch .buttons { 
	float: right;
	margin:5px 0px 10px 0;
 }

.watermark {
	 color: #ccc;
}

#propertySearch .keywords {
	margin: 10px 0 0;
}

#featureLinks {
	padding-left: 3px;
}

.pagingControls {
    text-align: center;
    margin-bottom: 1.5em;
}

.pagingControls .pageNumbers {
    font-size: 1.2em;
}

.pagingControls .pageNumbers a,
.pagingControls .pageNumbers span.currentPage {
    padding: 0 0.3em; 
}


#sideIcons{float:left;width:232px;margin-left:4px;}

.fbLink, .twLink, .bpLink
{
	float:left;
	text-indent:-5000px;
	margin-bottom:20px;
}
.fbLink{height:38px;width:116px;background-image:url(/userfiles/images/structure/facebook_btn.png);}
.twLink{height:38px;width:115px;background-image:url(/userfiles/images/structure/twitter_btn.png);}
.bpLink{height:84px;width:200px;margin:0 0 0 15px;background-image:url(/userfiles/images/structure/bestpractice_btn.png);}

/* }}} */
/* Other Helpful Sites {{{ */
#otherHelpfulSites, 
#OpenHomesLink {
	width: 232px;
	margin: 10px 0 10px 4px;
	float: left;
	background: url(/userfiles/images/structure/helpfulsites-bkgd-mid.gif) left top repeat-y;
}

#OpenHomesLink h2,
#otherHelpfulSites h2 {
	color: #556293;
	font-size: 1.6em;
	font-family:Georgia;
	margin: 0;
	padding: 15px 20px 5px;
	background: url(/userfiles/images/structure/helpfulsites-bkgd-top.gif) left top no-repeat;
}

#OpenHomesLink a,
#otherHelpfulSites ul {
        display: block;
	padding: 0 10px 20px;
	background: url(/userfiles/images/structure/helpfulsites-bkgd-footer.gif) left bottom no-repeat;
}

#OpenHomesLink h2 { padding: 0; line-height: 1.4; }
#OpenHomesLink a { padding: 15px 20px 15px; }

#otherHelpfulSites li {
	font-size: 1.2em;
	padding: 10px 0;
	border-top: dotted 1px #CCC;
}

#otherHelpfulSites li:first-child {
	border: none;
}

#otherHelpfulSites li a {
	color: #666666;
	padding: 0 0 0 12px;
	display: block;
	background: url(/userfiles/images/structure/bullet.gif) left 6px no-repeat;
}

#otherHelpfulSites li a:hover {
	color: #F89829;
	background: url(/userfiles/images/structure/bullet_f2.gif) left 6px no-repeat;
}
#otherHelpfulSites li a:active {
	color: #F89829;
	background: url(/userfiles/images/structure/bullet_f2.gif) left 6px no-repeat;
}

/* }}} */
/* Contact Agent {{{ */
#contact {
	width: 197px;
	margin: 10px 0 0;
	float: left;
	background: url(/userfiles/images/structure/contact-bkgd-mid.gif) left top repeat-y;
	margin-bottom:10px;
}

#contact h2.boxHeader {
	color: #556293;
	font-size: 1.6em;
	font-family: Georgia;
	height: 36px;
	padding: 30px 10px 0 64px;
	margin: 0;
	background: url(/userfiles/images/structure/contact-bkgd-top.gif) left top no-repeat;
}

#contact h3.agentName {
	color: #556293;
	font-size: 1.8em;
	font-weight: 400;
	padding: 8px 20px 0;
	margin: -1px
}

#contact .agentPhoto {
	margin: -66px 0 0 10px;
}

#contact .phone,
#contact .email {
	font-size: 1.2em;
	margin: 10px 0 6px 20px;
}

#contact label{
	font-weight:700;
	color:#666666;
	font-size:1.2em;
}

#contact .email a {
	padding: 0 0 0 24px;
	background: url(/userfiles/images/structure/icon-email.gif) left 2px no-repeat;
	display: block;
	height: 15px;
}

#contact hr {
	margin: 15px 20px 7px;
	display: block;
}

/* }}} */
/* Button Links {{{ */
#buttonLinks {
	width: 241px;
	float: left;
	margin: 20px 0 0;
}

/* }}} */
/* Products {{{ */
.products #primaryContent {
	width: 700px;
}

.products #secondaryContent {
	margin-left: -920px;
}

#productCategories {
}

#productCategories li {
	float: left;
	margin: 0 0 20px;
}

#productCategories li img {
	float: left;
	margin: 0 10px 0 0;
}

.productSummary h2 {
	background: none;
}

.productSummary a {
	color: #000;
}

.checkoutBody h2 {
	background: none;
	color: #000;
}

/* }}} */
/* Footer {{{ */
#footer {
	height: 127px;
	overflow: hidden;
	background: url(/userfiles/images/structure/bkgd-footer.png) left top no-repeat;
}

#footer p {
	color: #666;
	text-align: center;
	padding: 10px 0 0;
}

/* }}} */
/* Page Components {{{ */
/* Navigation {{{ */
/* Main Navigation {{{ */
#mainNavigation {
	background: url(/userfiles/images/structure/bkgd-content.png) repeat-y;
}

#mainNavigation ul.navigation {
	overflow: hidden;
	height: 1%;
	background:  url(/userfiles/images/structure/bkgd-mainnavigation.gif) top left  repeat-x;
}

#mainNavigation li {
	font-size: 1.0em;
	font-weight: bold;
	display: block;
	float: left;
	padding-right: 1px;
	background: transparent url(/userfiles/images/structure/main-nav_divider.gif) top right no-repeat;	
}

* html #mainNavigation li {
	width: 1%;
	white-space: nowrap;
}

#mainNavigation a {
	background:  url(/userfiles/images/structure/bkgd-mainnavigation.gif) top left repeat-x;
}

#mainNavigation a:link,
#mainNavigation a:visited {
	display: block;
	padding: 8px 27px; 

	height: 22px; 
	color: #fff;
	font-size: 1.2em;

}

#mainNavigation a:hover,
#mainNavigation a:active {
	background: transparent url(/userfiles/images/structure/main_nav_rollover.gif) top left repeat-x;
	text-decoration: none;
}

#mainNavigation a.selected {
	background: transparent url(/userfiles/images/structure/mainnav-selected-bg.png) bottom center no-repeat;
}

/* }}} */
/* Sub Navigation {{{ */
#subNavigation {
	font-size: 1.1em;
}

#subNavigation :link, 
#subNavigation :visited { color: #2C2C2C; }

#subNavigation :hover, 
#subNavigation :active, 
#subNavigation a.current { color: #F89928;  }
#subNavigation a.active { color: #F89928;  }

/* }}} */
/* Breadcrumbs {{{ */

#breadcrumbs {
	margin: 10px 10px 0 0;

}

#breadcrumbs li {
	color: #556293;
	font-size: 1.2em;
	margin: 0 8px 0 0;
	padding: 0 0 0 12px;
	float: left;
	background: url(/userfiles/images/structure/breadcrumb-bullet.gif) left 6px no-repeat;
}

#breadcrumbs li:first-child {
	background: none;
	margin-left:-7px;
}

#breadcrumbs li a {
	color: #F89829;
	line-height: 100%;
	text-decoration: underline;
}

#breadcrumbs li a:hover {
	color: #e6a904;
}

/* }}} */
/* Utils Menu {{{ */
.utilitiesMenu {
	bottom: 10px;
	position: absolute;
	right: 12px;
}

.utilitiesMenu li {
	font-size: .8em;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0;
	padding: 0 10px;
	border-left: solid 1px #999;
	float: left;
}

.utilitiesMenu li:first-child {
	border-left: none;
}

.utilitiesMenu li a {
	color: #fff;
}

/* }}} */
/* Footer Menu {{{ */
.footerNavigation {
	float: right;
	margin: 10px 20px;
}

.footerNavigation li {
	float: left;
	margin: 0 10px;
}

.footerNavigation li a {
	color: #fff;
	font-size: 10px;
}

/* }}} */
/* }}} */
/* News {{{ */
/* Latest News {{{ */
#latestNews {
	background: #ddd;
	margin: 30px 0;
	padding: 10px;
	width: 400px;
}

#latestNews li {
	margin: 0 0 10px;
}

#latestNews h2 {
	color: #232323;
	font-size: 24px;
}

#latestNews a {
	color: #232323;
	font-size: 12px;
}

#latestNews cite {
}

/* }}} */
/* News Archive {{{ */
#newsArchive {
}

/* }}} */
/* News Item {{{ */
.newsItem {
}

/* }}} */
/* }}} */
/* }}} */
/* Blog & News {{{ */
#newsArchive {
}

#newsArchive li {
	margin: 0 0 20px;
}

.introPost {
	margin: 0 0 25px 0;
	
}

.introPost p{
	margin: 5px 0 0;
}


.blog img,.news img {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.blog .noimage,.news .noimage {
	background-position: 12px 50px;
	float: left;
	height: 180px;
	margin: 0 10px 0 0;
	width: 150px;
}
.blog cite{
	font-size:0.9em;
	font-style:italic;
	margin:3px 0;
	color:#666666;
}
.blog #comments,.blog .commentForm {
	margin: 20px 0 0;
	width: 450px;
	border-top:1px dotted #888;
}

.blog #comments,.blog .commentForm h2{
	margin-top:13px;
}

.blog #comments .name {
	display: block;
	font-size: 14px;
}

.blog #comments h2{
	margin-top:13px;
}

.blog #comments p{
	margin-top:0px;
}

.blog .commentForm {margin:0 0 20px 0; float:left;}

.blog .commentForm dl {
	margin: 20px 0 0 0;
}

.blog .commentForm dt {    
	margin: 0;
	padding: 0;

}

.blog .commentForm dt label{
	clear:left;
	color:#556293;
	float:left;
	font-size:13px;
	font-weight:bold;
	width:8em;

}

.blog .commentForm dd {
	margin: 0 0 10px;
	border:none;
	padding:0;
}
.blog .commentForm .textbox, .blog .commentForm .textarea{
	padding:3px;
	width:250px;
	font-size:12px;
}

.blog .commentForm .button{
	color: #fff;
	font-size: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	width: 130px;
	height: 22px;
	padding: 3px 0 5px;
	cursor: pointer;
	background: url(/userfiles/images/structure/btn-bkgdform.gif)  left top no-repeat;
}
.blog .commentForm .button:hover{
	color: #fff0df;

}

.blog .errors{background:#FFF478; border:1px solid #FFB12E; clear:left;  display:block; margin:20px 0 0 0; padding:15px;}
.blog .errors ul{list-style:none; margin:0; padding:0;}
.blog .errors ul li{color:#556293; padding:0; margin:0;}
#latestBlogPosts {
}

#latestBlogPosts li {
	margin: 0 0 20px;
}

.audioPlayer {
}

.videoPlayer {
	height: 322px;
	margin: 10px 0;
	width: 430px;
}

/* }}} */
/* Contact Form {{{ */
.contact #primaryContent .box {
	width: 481px;
	background: url(/userfiles/images/structure/box-481-bkgd-mid.gif) left top repeat-y;
}

.contact .box h2 {
	height: 22px;
	background: url(/userfiles/images/structure/box-481-bkgd-top.gif) left top no-repeat;
}

.contact .box .copy {
	height: 11px;
	background: url(/userfiles/images/structure/box-481-bkgd-footer.gif) left bottom no-repeat;
}

.contact .mapWrap {
	background:#fafafa;
	border:1px solid #ebebeb;
	padding:10px;    
}
.contact p{
}

#map_canvas {
	height:400px;
	width: 100%;
}

.contact #formWrap {
	padding: 0 17px 20px;
	background: url(/userfiles/images/structure/box-481-bkgd-footer.gif) left bottom no-repeat;
}

.contact #formWrap label {
	color: #666;
}

.compact {
	padding: 0 20px 20px;
	background: url(/userfiles/images/structure/contact-bkgd-btm.gif) left bottom no-repeat;
}

.compact .textbox,.compact .textarea {
	width: 145px;
}

/* }}} */
/* Contact Form {{{ */
.contact {
}

.contact .errors {
	background: #FFC0CB;
	border: #ccc 1px solid;
	padding: 25px;
}

.contact .message {
	background: aqua;
	border: #ccc 1px solid;
	padding: 25px;
}

/* }}} */
/* Gallery {{{ */
.gallery img {
	margin: 0 0 5px 5px;
}

.gallery .thumbnails {
	background: #fff;
	border: 1px solid #ccc;
	line-height: 0;
	padding: 10px 0 0 10px;
}

.gallery .thumbnails img {
	margin: 0 5px 5px 0;
}

/* Gallery w/ Caption {{{ */
.gallery .captionedImage {
	float: left;
	line-height: 0;
	margin: 0 0 5px 5px;
}

.gallery .captionedImage img {
	margin: 0;
}

.gallery .captionedImage p.caption {
	background: #232323;
	color: #ddd;
	font-size: 10px;
	padding: 5px;
}

/* }}} */
/* Gallery w/ Lightbox {{{ */
/* }}} */
/* }}} */

/* Search {{{ */




#content .search .textbox {
	border: 1px solid #ddd;
	display: inline;
	margin: 10px 0 0;
	padding: 10px;
	width: 700px;
}

#content .search .button {
	background: none;
	border: 1px solid #ddd;
	padding: 10px;
	width: 100px;
}

#xsltsearch {
	margin: 20px 0 0;
	font-size: 12px;
	line-height: 1.4;
}

#xsltsearch_summary {
	font-size: 1.2em;
}

#xsltsearch_results {
	margin: 20px 0 0;
}

#xsltsearch_results .xsltsearch_result {
	background: #fef;
	margin: 0 0 10px;
	padding: 10px;
}

#xsltsearch .xsltsearch_result_title {
}

/* }}} */
/* Featured Content {{{ */
/* Single Feature {{{ */
#singleFeature {
}

#singleFeature img {
}

#singleFeature h3 {
}

/* }}}
 * Showcase {{{ */

.showcase {
	position: relative;
	height: 270px;
	overflow: hidden;
	margin-bottom: 3px;
}

.showcase .showcaseItem {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}

.showcaseItem .showcaseImage {
	position: absolute;
	top: 2px; left: 0;
	width: 460px;
	height: 100%;
}

.showcase .description,
.showcase .overlay {
	position: absolute;
	top: 2px; right: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-image: url(/userfiles/images/showcase/overlay_right.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.showcase .description {
	background-color: #FEED56;
	width: 222px;
}

.showcase .description .price,
.showcase .description .region {
	display: block;
	float: left;
	clear: none;
	width: 100px;
	margin: 10px 0;
	font-size: 1.4em;
	font-weight: bold;
}

.showcase .price { color: #F89829;}

.showcase h3 { 
	margin: 0 40px 0 0; 
	text-transform: capitalize;
	font-size: 1.5em;
	font-weight: bold;
}

.showcase .showcaseItem .description p {
	font-size: 1.1em;
	line-height: 1.4;
	color: #2f3e79;
	clear: both;
	font-weight: bold;
}

.showcaseItem .sizeDetails { 
	float: left;
	margin-bottom: 10px;

}
.showcaseItem .wrapper { 
	width: 195px; 
	padding: 10px;
	position: absolute;
	top: 5px; left: 5px; right: 5px;
}

/* }}} */
.field { 
	clear: both; 
	margin:10px 0;	
	height: 1%;
}

.field:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

.indicate{ 
	font-style:italic;	
}
.field font{
	font-size:13px;
	float:left;	
}

.field .error{
	margin:5px 0 0 160px;
	width:auto;
}

.field label, .field span {
	display: block;
	float: left;
	text-align: right;
	width: 150px;
	margin: 0 10px 5px 0;
	font-size: 1.0em;
}

.field .shortLabel {
	width:auto;
	margin-left:10px;
}

.field .floatnone {
	float:none;
}

.field .multipleTextbox{
	float:left;
	width:170px;	
	margin:0 0 10px 0;
}

.field textarea,
.field .textbox {
	float: left;
	width: 200px;
	margin: 0;
	padding: 2px 0 2px 0;
}

.field .textboxGroup{
	width: 160px;
	padding: 2px;
	margin: 0 0 10px 0;	
}

.field .shortInput{
	width:40px
}

.field textarea {
	width: 200px;
	height: 120px;
}

.field select {
	float:left;
	margin:0 0 10px 0;
	font-size:12px;	
}
.field table, .field td{
	border:none;
	margin-top:0;
}
.field table input{
	float:left;
	margin-right:5px;
}
.field table label{
	float:left;
	width:auto;
	margin:0;
}

.field label {
}

.checkboxList{float:left;}

.field td, .field th {
	padding:3px;
}

/* }}} */

/* Sitemap {{{ */
#sitemap {
}

#sitemap .level-2 {
}

#sitemap .level-2 h2 {
}

#sitemap .level-2 .last {
}

#sitemap .level-3 {
}

#sitemap .level-3 h3 {
}

#sitemap .level-3 .last {
}

#sitemap .level-4 {
}

#sitemap .level-4 h4 {
}

#sitemap .level-4 .last {
}

/* }}} 
 * Property Details {{ */
.propertyDetails {
	width: 481px;
	margin: 13px 0px 15px 5px;
	padding: 0;
	background: #FFFCDC;
}

.propertyDetails h1 {
	background: #435081;
	color: white;
	padding: 5px 10px;
	margin: -9px 0 0;
	position: relative;
	font-size:1.2em;
}

.propertyDetails h1 span {
	font-size: 0.8em;
	font-weight: normal;
	display: block;
	padding: 0.5em 2em;
	position: absolute;
	right: 0;
	top: 0;
}


.propertyDetails h2.propertyAddress{
	float: left;
	clear: none;
	margin-top:8px;
	margin-bottom:-2px;
	padding: 10px 10px;
	font-size: 1.8em;
}
.propertyDetails h2.propertyPrice {
	float: right;
	clear: none;
	margin-top:8px;
	margin-bottom:-2px;
	padding: 10px 10px;
	font-size: 1.6em;
	font-weight:600;
	color:#f89829;
}

.propertyDetails a.print, .propertyDetails a.emailAFriend{
	clear:left;
	color:#555;
	display:block; 
	float:right;
	font-family:Verdana, sans-serif;
	height:15px;
	margin:20px 10px -25px 0;
	padding:0 0 0 25px;
	position:relative;
	z-index:200;
}

.propertyDetails .print{
	background:url(/userfiles/images/print.jpg) no-repeat 0 0;
}

.propertyDetails .emailAFriend{
	background:url(/userfiles/images/mail.jpg) no-repeat 0 2px;
}

ul.tabs { height: 1%; } /* hasLayout */

ul.tabs, ul.pages, ul.thumbnails,
li.tab,  li.page,  li.thumbnail { 
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:center;
}

ul.thumbnails:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

#thumbnailsWrapper {
	width: 170px;
	margin: 0 0 0 0;
	float: right;
	overflow: hidden;
}

.propertyDetails .hideShow {
	float: right;
	clear: right;
	display: block;
	padding-right: 10px;
}

.propertyDetails .maximise {
	background: transparent url(/userfiles/images/structure/maximise.png) right 5px no-repeat;
}

.propertyDetails .minimise {
	background: transparent url(/userfiles/images/structure/minimise.png) right 5px no-repeat;
}

ul.tabs {
	margin-bottom: -10px;
	padding: 0 40px;
	position: relative;
	z-index: 100;
}

li.tab { 
	float: left; 
	margin-right: 10px;
	position: relative;
	top: 10px;
}

li.tab a { 
	display: block; 
	float: left; 
	font-size: 1.4em;
	background: url(/userfiles/images/structure/propsearch-nav.png) left top no-repeat;
	width: 52px;
	height: 26px;
	padding: 5px 8px;
}

li.activeTab a:link,
li.activeTab a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: url(/userfiles/images/structure/propsearch-nav_f2.png) left top no-repeat;
}

ul.pages {
	background: url(/userfiles/images/structure/PropertyDetailsBox/top.png) top left no-repeat; 
	padding: 15px 0 0;
}

li.page {
	background: url(/userfiles/images/structure/PropertyDetailsBox/middle.png) top left repeat-y;
	padding: 5px 12px 0 17px;
	width: 465px;
        position: relative;
	display: none;
}

li.activePage {
	display: block;
}

.tabContainer {
	background: url(/userfiles/images/structure/PropertyDetailsBox/bottom.png) bottom left no-repeat;
	padding-bottom: 15px;
	margin: 0 -10px;
	clear: both;
}

ul.tabs:after,
li.page:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}

.mainPropertyImage {
	display: block;
	width: 288px;
	height: 195px;
}
.propertyDetails .mainPropertyImageLink {
	display: block;
	width: 288px;
	border: solid 1px #ccc;
        position: absolute;
        top: 5px;
        left: 12px;
}

.propertyDetails .mainPropertyImageLink span.magnify {
	display: block;
	background:  url(/userfiles/images/structure/magnify_icon.png) top left no-repeat;
	overflow: hidden;
	height: 0px;
	width: 28px;
	padding-top: 28px;
	margin: -26px -1px;
	text-align: left;
	float: right;
	position: relative;
}

.propertyDetails .mainPropertyImageLink span.newPropertyBadge {
        display: block;
        position: absolute;
        top: 0; left: 0;
        width: 288px;
        height: 140px;
        background: url(/userfiles/images/structure/new-overlay-featured.png) top left no-repeat;
}

.propertyDetails .mainPropertyImageLink:hover span.magnify { 
	background-image:  url(/userfiles/images/structure/magnify_icon_over.png) ;
}

.propertyDetails ul.thumbnails {
	    margin-top: -2px;
	    width: 180px;
}

.propertyDetails li.thumbnail {
	width: 82px;
	float: left;
	padding: 2px 2px;
	margin: 0;
}

.propertyDetails li.thumbnail a {
	display: block;
	border: solid 1px #ccc;
}

.propertyDetails li.thumbnail img {
	display: block;
	line-height: 0;
	width: 80px;
	height: 61px;
}

.propertyDetails .propertySummary, 
.propertyDetails .description,
.propertyDetails .features{
	margin:5px;
}

.agentContact {background:url(/userfiles/images/contact/property_agent/main.jpg) repeat-y; margin:0 0 0 10px; position:relative; width:193px;}
.agentContact .top{background:url(/userfiles/images/contact/property_agent/top.jpg) no-repeat; height:54px;}
.agentContact .bottom{background:url(/userfiles/images/contact/property_agent/bottom.jpg) no-repeat; height:8px; width:193px;}

.agentContact img{display:block; position:absolute; left:9px; top:-12px;} 

.agentContact h3{color:#556293; font-family:Georgia; margin:0 0 0 70px; position:absolute; top:20px;}
.agentContact h4{font-size:18px; margin:20px 20px 10px;}
.agentContact .phone{background:none; color:#8D9287; font-size:14px; margin:0 0 0 20px; padding:0; } 
.agentContact .email{background-position:0 3px; font-size:14px; margin:10px 0 0 20px; } 
.agentContact .email a{color:#8D9287; } 

.agentContact fieldset{background:none; border-color:#bfbfbf; border-width:1px 0 0 0; margin:0 20px 10px; padding:10px 0 0 0; overflow:hidden; }
.agentContact legend{display:none;} 
.agentContact fieldset .textbox{width:139px; }
.agentContact fieldset .textarea{width:139px; }

.agentContact fieldset .overTxtLabel{color:#999; font-size:12px; margin:4px 0 0 2px; }

.propertySummary {
	width: 240px;
	float: left;
	margin-bottom:20px;
}

.propertySummary dl,
.propertySummary h2 {
	margin: 0;
	margin-top: 10px;
}


.propertyDetails .services {
	font-size: 1.4em;
	width: 215px;
	margin: 8px 1px 1px 5px;
	float: right;
	background: transparent url(/userfiles/images/structure/helpbox-mid.png) top left repeat-y;
}

.propertyDetails .services h3 {
	background: transparent url(/userfiles/images/structure/helpbox-top.png) top left no-repeat;
	margin: 0;
	padding: 18px 18px 10px;
	line-height: 1;
	font-size: 1.2em;
}

.propertyDetails .services ul {
	background: transparent url(/userfiles/images/structure/helpbox-bottom.png) bottom left no-repeat;
	padding: 0px 10px 18px 40px;
	font-size:12px;
	margin-top:0px;

}

.propertyDetails .services li {
	padding: 0.3em 1em 0.3em 0;
}

.propertyDetails .services a {
	color: black !important;
}

.services h3{
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* }}} */

/* Email to a Friend {{{ */
.emailAFriend h2{margin:0 0 10px 0;} 

/* }}} */
 
 /* Related Properties ("Other Properties That May Interest You") {{{ */
.relatedProperties {
	width: 481px;
	padding: 0 10px;
}
.relatedProperties h2{
	margin-bottom:5px
}

/* }}} 
 * Property Box */

.sizeDetails:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.sizeDetails span {
	display: block;
	float: left;
	height: 10px;
	padding-right: 20px;
	margin: 5px;
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 1;
}
.sizeDetails img {
        display: block;
        float: left;
}

.sizeDetails .bedrooms {
	background-image: url(/userfiles/images/structure/bed.png);
}

.sizeDetails .bathrooms {
	background-image: url(/userfiles/images/structure/shower.png);
}

.sizeDetails .garages {
	background-image: url(/userfiles/images/structure/car.png);
}

.propertyBox { 
	width: 481px;
	background: transparent url(/userfiles/images/structure/box-481-bkgd-mid.gif) top left repeat-y;    
}

.propertyBox .boxHeader {
	background: url(/userfiles/images/structure/box-481-bkgd-top.gif) top left no-repeat;	
}

.propertyBox .boxHeader a:link,
.propertyBox .boxHeader a:visited,
.propertyBox .details h3 a:link,
.propertyBox .details h3 a:visited {
	color: #556293;
}

.propertyBox .boxHeader a:hover,
.propertyBox .boxHeader a:active,
.propertyBox .details h3 a:hover,
.propertyBox .details h3 a:active {
	color: #F89928;
}


.propertyBox .boxWrapper {
	padding:5px 10px 10px;
	background: url(/userfiles/images/structure/box-481-bkgd-footer.gif) bottom left no-repeat;
}

.propertyBox .propThumb {
	width:160px;
	float: left;
        position: relative;
	overflow: hidden;
}

.propertyBox span.newPropertyBadge {
        display: block;
        position: absolute;
        top: 0; left: 0;
        width: 160px;
        height: 110px;
        background: url(/userfiles/images/structure/new-overlay-featured.png) top left no-repeat;
}

.propertyBox .propThumb img {
	display: block;
}

.propertyBox .price {
	font-size: 1.4em;
	color: #F89829;
	font-weight: bold;
	float: right;
	display: block;
}

.propertyBox .propertyID {
	display: block;
	float: left;
	color: #888;
	font-size: 10px;
	line-height: 1;
	height: 1em;
	padding: 4px;
}

.propertyBox .details {
	margin-left: 160px;
	padding: 0 10px;
	width: auto;
}

.propertyBox h3 {
	float: left;
	clear: none;
	width:210px;
	margin: 0 10px 0 0;
	text-transform:uppercase;
}

.propertyBox p {
	float: left;
	padding: 10px 0;
	margin: 0;
	font-size: 12px;
}

.propertyBox .boxHeader {
	font-size:13px;
	font-weight:700;
	padding-top:13px;
}

.moreButton {
	display: block;
	float: right;
	padding: 6px;
	font-size: 11px;
	height: 1em;
	line-height: 1;
	overflow: hidden;
	width: 53px; 
	background: transparent url(/userfiles/images/structure/btn-bkgd.gif) top left no-repeat;
}

.moreButton a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	margin: 0 auto;
}

.moreButton a:hover {
	text-decoration:none;
	color: #fff0df;
}

.search h1{
	font-size:2em;
	padding-left: 3px;
	padding-bottom: 15px;
	padding-top: 5px;
}

