/* SUBPAGE STYLES */

body {
	background: #B23636 url(../images/subpage-body-bg-tile.jpg) repeat-x;
	color: #fff;
	}


/* Logo 
---------------------------*/

div#logo {
	height: 90px;
	overflow: hidden;
	}
	
div#logo div.wrap {
	background: url(../images/logo-bg-subpage.jpg) no-repeat;
	height: 90px;
	overflow: hidden;
	}
	
div#logo div.wrap h1 {
	text-indent: -3000px;
	}
	
div#logo div.wrap h1 a {
	height: 90px;
	display: block;
	width: 300px;
	}
	
/* Navigation
-----------------------------*/
	
div#nav {
	height: 110px;
	overflow: hidden;
	margin-bottom: 20px;
	}
	
div#nav div.wrap {
	height: 110px;
	/*background: url(../images/nav-bg-subpage.jpg) no-repeat;*/
	position: relative;
	}
	
div#nav div.wrap ul {
	height: 110px;
	list-style: none;
	position: relative;
	}
	
div#nav div.wrap ul li {
	float: left;
	height: 110px;
	position: relative;
	}
	
div#nav div.wrap ul li a {
	display: block;
	height: 110px;
	text-indent: -3000px;
	background-position: 0 0;
	position: relative;
	}
	
div#nav div.wrap ul li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/nav-bg-subpage.jpg) no-repeat;
	}
	
div#nav div.wrap ul li a span:hover {
	background-position-y: -110px !important;
	}
	
div#nav div.wrap ul li a span.active {
	background-position-y: -220px !important;
	}
	
li#sale_link {
	width: 250px;
	}
	
li#sale_link a span {
	background-position: 0 0 !important;
	}
	
li#sale_link a span:hover {
	background-position: 0 -110px !important;
	}
	
ul.sales li#sale_link a span {
	background-position: 0 -220px !important;
	cursor: default !important;
	}
	
li#rental_link {
	width: 240px;
	}
	
li#rental_link a span {
	background-position: -250px 0 !important;
	}
	
li#rental_link a span:hover {
	background-position: -250px -110px !important;
	}

ul.rentals li#rental_link a span {
	background-position: -250px -220px !important;
	cursor: default !important;
	}

li#info_link {
	width: 240px;
	}
	
li#info_link a span {
	background-position: -490px 0 !important;
	}
	
li#info_link a span:hover {
	background-position: -490px -110px !important;
	}
	
ul.info li#info_link a span {
	background-position: -490px -220px !important;
	cursor: default !important;
	}

li#contact_link {
	width: 230px;
	}
	
li#contact_link a span {
	background-position: -730px 0 !important;
	}
	
li#contact_link a span:hover {
	background-position: -730px -110px !important;
	}
	
ul.contact li#contact_link a span {
	background-position: -730px -220px !important;
	cursor: default !important;
	}
	
/* this applies to active states */



	
/* Row Boxes
-------------------------------*/

div.row {
	position: relative;
	height: 1%;
	margin-bottom: 10px;
	}
	
div.row h3, th.heading {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0 !important;
	padding-top: 3px;
	padding-bottom: 13px;
	}
	
div.hr {
	height: 1px;
	color: #CD7C7C;
	background-color: #CD7C7C;
	border: 0;
	margin: 10px 20px;
	}
	
div.row2 {
	/*border-top: 1px solid #CD7C7C;*/
	background: url(../images/horizontal-rule.jpg) no-repeat;
	}
	
div.main_col {
	width: 700px;
	margin-left: 20px;
	padding-top: 40px;
	float: left;
	}
	
div.main_col h3 {
	font-size: 18px;
	padding: 0;
	margin-bottom: 0.5em;}
	
div.main_col h1, div.main_col p, div.main_col dl, div.main_col ul, div.main_col ol {
	margin-bottom: 1.0em;
	}
	
div.main_col a, div.sub_col a {
	color: #ffa7a5;
	}
	
div.sub_col {
	margin-left: 740px;
	/*width: 120px;*/
	padding-top: 40px;
	font-size: 85%;
	}
	
div.sub_col ul {
	list-style: none;
	}
	
div.sub_col ul li {
	line-height: 100%;
	padding-bottom: 10px;
	}

/* News List Page
--------------------------------*/

dl.hentry {
	margin-bottom: 1.0em;
	margin-left: 30px;
	}

dt.entry-title {
	font-size: 140%;
	}
	
/* Big Calendar
----------------------------------*/

div#big_calendar {
	background: #fff;
	/*width: 700px;*/
	/*height: 490px;*/
	background: url(../images/box-bg-tile.jpg) repeat-x #fff;
	}
				
div#big_calendar table {
	border-collapse: collapse;
	color: #333;
	margin: 0 10px 10px 10px;
	}
	
div#big_calendar table td {
	text-align: center;
	font-size: 12px;
	width: 98px !important;
	line-height: 69px;
	background-color: #fff;
	padding: 0px !important;
	border: 1px solid #ccc;
	}
	
div#big_calendar td a {
	display: block;
	text-decoration: none;
	height: 100%;
	color: #333;
	}
	
div#big_calendar td div.event a {
	background: url(../images/calendar-highlight-large.gif) no-repeat #F9DAE0;
	}
	
div#big_calendar td div.today {
	background-color: #E0E0E0;
	}
	
/* Alternate Calendar with text in cells */
/*
div#big_calendar td {
	vertical-align: top;
	min-height: 69px;
	_height: 69px;
	}
	
div#big_calendar td div.today, div#big_calendar td div.today span.day {
	background-color: #fffecc !important;
	}
	
div#big_calendar td div.today span.day {
	background-color: #deddb2 !important;
	}
	
div#big_calendar td span.day {
	display: block;
	text-align: right;
	background-color: #EEEEEE;
	line-height: 17px;
	padding: 3px;
	}
	
div#big_calendar td span.content {
	display: block;
	line-height: 17px;
	margin-bottom: 0.5em;
	}
*/	
/* Calendar Legend */

div#calendar_legend {
	padding-top: 100px;
	}

div#calendar_legend p {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 0.5em;
	}
	
/* Sales List Page
-------------------------------*/

#sales_list table {
	border-collapse: collapse;
	width: 100%;
	}
	
#sales_list table thead {
	display: none;
	}

#sales_list td {
	padding: 10px;
	border-top: 1px solid #C15D5D;
	}

#sales_list td.photo {
	vertical-align: top;
	}

#sales_list td.photo a {
	position: relative;
	display: block;
	}
	
#sales_list td.photo a img, a.img img {
	border: 1px solid #333;
	margin-top: 10px;
	}

#sales_list td.photo a span {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	}
	
#sales_list td.photo a span.sold {
	background: url(../images/banner-sold.gif) no-repeat;
	}
	
#sales_list td.photo a span.just_listed {
	background: url(../images/banner-just-listed.gif) no-repeat;
	}
	
#sales_list td.photo a span.under_contract {
	background: url(../images/banner-under-contract.gif) no-repeat;
	}
	
#sales_list td.info {
	vertical-align: middle;
	}
	
#sales_list td.info h3 {
	margin-bottom: 0;
	}
	
#sales_list td.info h3 a {
	text-decoration: none;
	display: block;
	}
	
#sales_list td.info h3 a:hover {
	text-decoration: underline;
	}
	
#sales_list td.info span.list_quick_facts {
	font-size: 80%;
	color: #ddd;
	}
	
#sales_list td.info span.list_quick_facts strong {
	color: #fff;
	}
	
/* Sales Detail Page
-----------------------------------*/

div#sales_details {
	position: relative;
	height: 1%;
	}

div.photos {
	width: 430px;
	float: left;
	background: url(../images/ajax-loader.gif) no-repeat center;
	}
	
div.photos img.main_pic {
	width: 420px;
	height: 315px;
	margin-bottom: 10px;
	border: 5px solid #fff;
	}
	
div.photos img.additional_pic {
	width: 58px;
	height: 43px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	border: 2px solid #fff;
	}
	
/* Sales Map
---------------------------------*/

#sale_map {
	width: 230px;
	height: 325px;
	margin-left: 440px;
	background-color: #ccc;
	}
	
#sale_map div span {
	display: none;
	}
	
/* Sales Facts
----------------------------------*/

#sales_facts {
	margin-left: 440px;
	font-size: 90%;
	padding-top: 5px;
	}
	
#sales_facts ul {
	list-style: none;
	}
	
#sales_facts h4 {
	margin-bottom: 0;
	}
	
/* Property Description
---------------------------------*/

div#description {
	clear: left;
	}
	
fieldset {
	border-top: 1px solid #C15D5D;
	margin-bottom: 1.0em;
	}
	
legend {
	font-weight: bold;
	}
	
label {
	font-size: 80%;
	}
	
/* Rental Detail
-------------------------------------*/

div#rental_map {
	width: 640px;
	height: 400px;
	border: 1px solid #fff;
	}

/* Contact Page */
	
form#contact_form {
	padding: 10px;
	margin-bottom: 1.0em;
	}
	
form#contact_form fieldset {
	padding: 10px;
	}
	
form#contact_form p {
	font-size: 90%;
	margin-bottom: 1.0em;
	}
	
form#contact_form legend {	
	font-weight: bold;
	}
	
form#contact_form fieldset div {
	height: 1%;
	position: relative;
	margin-bottom: 0.5em;
	}
	
form#contact_form label {
	display: block;
	float: left;
	width: 180px;
	padding-right: 20px;
	text-align: right;
	}
	
form#contact_form div.checkbox label {
	display: block;
	float: none !important;
	margin-left: 210px;
	width: auto !important;
	padding: 0 !important;
	text-align: left;
	}
	
form#contact_form div input {
	font-size: 120%;
	padding: 5px;
	}
	
form#contact_form div.submit {
	margin-left: 210px;
	}
	
/* Form Errors
-------------------------------*/

div.form_error {
	border: 1px solid #640000;
	background-color: #fff;
	margin: 20px;
	padding: 20px;
	}
	
div.form_error span.error {
	display: block;
	color: #ff0000;
	}
	
fieldset div span.error {
	color: #ff0000;
	font-style: italic;
	font-size: 90%;
	}
