/*	------------------------------------------------------------------
	Styles to lay out the page
*/
body {
	font-family: "Times New Roman", Georgia, serif;
}

/*	------------------------------------------------------------------
	Styles for the header area (including the navigation)
*/
div#header {
	display: none;
}
div#navigation {
	display: none;
}

/*	------------------------------------------------------------------
	Styles for the content area
*/
div#content {
	color: #000000;
}
div#content h1 {
	font-size: large;
	font-size: 140%;
	padding: 6px 0px 2px;
	margin: 0px 0px 3px;
	border-bottom: 1px solid #CC9966;
}
div#content h2 {
	font-size: large;
	font-size: 110%;
	padding: 6px 0px 2px;
	margin: 0px 0px 3px;
	border-bottom: 1px solid #FFCC99;
}
div#content p {
	font-size: medium;
	font-size: 90%;
	line-height: 135%;
	margin: 0em 0em 0.3em;
}
div#content h2.error-notice {
	text-align: center;
	color: #991111;
	margin-top: 5em;
	border-bottom: 0px solid #000000;
}
div.error-notice {
	text-align: center;
	margin-bottom: 5em;
}
a.heading-link {
	display: none;
}
a.tab-avail, a.tab-req {
	display: none;
}
label, .label {
	font-size: 60%;
	color: #666666;
	line-height: 110%;
	vertical-align: middle;
}
a.contact {
	display: block;
	font-weight: bold;
	color: #000000;
	margin: 0em 0em 0.3em;
	text-decoration: none;
}

/*	------------------------------------------------------------------
	Styles for the sidebar (including property listings)
*/
div#sidebar {
	float: right;
	width: 6.5cm;
	background-color: #CCCCCC;
}
div#sidebar-content {
	padding: 0.2cm;
	line-height: 130%;
	font-size: medium;
	font-size: 70%;
}
div#sidebar-content h3 {
	margin: 0.8em 0em 0.3em;
}
div#sidebar-content p {
	margin: 0em 0em 0.3em;
}
div#sidebar-content a.read-more {
	display: none;
}
div#sidebar-content a.contact span.address {
	font-weight: normal;
}
div#sidebar-content div.contact-phone {
	font-weight: normal;
}
div#property-listings h2 {
	display: none;
}
div#property-listings ul {
	display: none;
}

/*	------------------------------------------------------------------
	Styles for the footer
*/
div#footer {
	display: none;
}

/*	------------------------------------------------------------------
	Styles for property listings
*/

div#content h1.listings {
	margin-bottom: -0.5em;
	border-bottom: 0px solid black;
}
div#content div.listing-entry h2 {
	margin-top: 1em;
	float: clear;
	clear: left;
}
div.listing-description {
	width: 370px;
	margin-left: 134px;
	font-size: 90%;
}
div.listing-detail {
	font-size: medium;
	font-size: 70%;
	width: 130px;
	float: left;
	padding: 0px 0px 4px 0px;
}
div.listing-description a.image-link {
	display: block;
	float: right;
	text-decoration: none;
	color: #000000;
	padding: 0px 0px 4px 0px;
}
div.listing-description a.image-link img {
	display: block;
	border: 0px solid #666666;
	margin: 4px 0px 4px 4px;
	background-color: #999999;
	font-size: 60%;
}
div.listing-detail dl {
	margin: 4px 0px 4px;
	padding: 0px;
}
div.listing-detail dt {
	font-weight: bold;
	float: left;
}
div.listing-detail dd {
	margin: 0px 0px 0px 40px;
}
div.listing-detail a.map-link, div.listing-detail a.pdf-link {
	display: block;
	text-decoration: none;
	color: #6666FF;
	padding-left: 18px;
	line-height: 180%;
	margin-bottom: 3px;
	border: 0px solid black;
}
div.listing-detail a.map-link {
	background-image: url(../graphics/map.png);
	background-repeat: no-repeat;
	background-position: middle left;
}
div.listing-detail a.pdf-link {
	background-image: url(../graphics/page_white_text.png);
	background-repeat: no-repeat;
	background-position: middle left;
}
div.listing-detail a.map-link:hover, div.listing-detail a.pdf-link:hover {
	text-decoration: underline;
	color: #0000FF;
}
div.listing-label {
	display: inline;
	color: #FFFFFF;
	background-color: #0050A0;
	font-size: 90%;
	padding: 0px 2px;
	border: 3px double white;
}
div.gallery-label {
	text-align: center;
}

/*	------------------------------------------------------------------
	Styles for gallery pages
*/
ul.gallery {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li.gallery-image {
	margin: 0px;
	width: 72px;
	float: left;
	padding: 0px 8px 0px 0px;
}
li.gallery-image a {
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border: 1px solid #E0E0E0;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
li.gallery-image a:hover {
	background-color: #E9E9FF;
}
li.gallery-image a img {
	display: inline;
	line-height: 1em;
	border: 0px solid #999999;
	vertical-align: middle;
}
li.gallery-image div.gallery-caption {
	font-size: 60%;
	text-align: center;
	margin: 2px 0px 8px;
}
div.content-end {
	clear: both;
}

/*	------------------------------------------------------------------
	Other misc styles
*/
.hidden {
	display: none;
}