/* HOMEPAGE STYLES */


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

div#logo {
	background: url(../images/logo-bg-tile.jpg) repeat-x;
	height: 90px;
	overflow: hidden;
	}
	
div#logo div.wrap {
	background: url(../images/logo-bg.jpg) no-repeat;
	height: 90px;
	overflow: hidden;
	}
	
div#logo div.wrap h1 {
	height: 90px;
	overflow: hidden;
	}
	
div#logo div.wrap h1 a {
	display: block;
	padding-top: 100px;
	}
	
/* Flash
------------------------------*/
	
div#flash {
	height: 390px;
	}
	
div#flash div.wrap {
	height: 390px;
	background: url(../images/flash-placeholder.jpg) no-repeat;
	}
	
/* Navigation
-----------------------------*/
	
div#nav {
	height: 72px;
	overflow: hidden;
	margin-bottom: 20px;
	}
	
div#nav div.wrap {
	height: 72px;
	background: url(../images/nav-bg.jpg) no-repeat;
	}
	
div#nav div.wrap ul {
	list-style: none;
	height: 72px;
	position: relative;
	padding-left: 20px;
	}
	
div#nav div.wrap ul li {
	float: left;
	height: 70px;
	width: 235px;
	/*border: 1px solid #000;*/
	position: relative;
	}
	
div#nav div.wrap ul li a {
	display: block;
	position: relative;
	height: 70px;
	text-indent: -3000px;
	background-position: 0 0;
	}
	
div#nav div.wrap ul li a span {
	background: url(../images/nav-bg.jpg) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
div#nav div.wrap ul li a:hover {
	background: 0 0;
	}
	
div#nav div.wrap ul li a span:hover, div#nav div.wrap ul li a:hover span {
	background-position: 0 -72px;
	cursor: pointer;
	}
	
li#sale_link a span {
	background-position: -20px 0 !important;
	}
	
li#sale_link a span:hover, li#sale_link a:hover span {
	background-position: -20px -72px !important;
	}
	
li#rental_link a span {
	background-position: -250px 0 !important;
	}
	
li#rental_link a span:hover, li#rental_link a:hover span {
	background-position: -250px -72px !important;
	}
	
li#info_link a span {
	background-position: -490px 0 !important;
	}
	
li#info_link a span:hover, li#info_link a:hover span {
	background-position: -490px -72px !important;
	}
	
li#contact_link a span {
	background-position: -730px 0 !important;
	}
	
li#contact_link a span:hover, li#contact_link a:hover span {
	background-position: -730px -72px !important;
	}
	
div#nav div.wrap ul li#contact_link {
	width: 200px !important;
	}

/* 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;
	}
	
/* Feature Home
------------------------------*/

div#feature_home {
	width: 220px;
	min-height: 250px;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	background: url(../images/box-bg-tile.jpg) repeat-x #fff;
	position: relative;
	}
	
div#feature_home div {
	padding: 0 10px;
	position: relative;
	}
	
div#feature_home h3 a {
	color: #fff;
	text-decoration: none;
	}

div#feature_home a img {
	border: 5px solid #fff;
	}	
	
div#feature_home a span.badge {
	background: url(../images/featured-home-badge.gif) 15px 43px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
	}
	
div#feature_home span.feature_home_name, div#feature_home span.feature_home_price {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	}
	
div#feature_home span.feature_home_price {
	color: #666;
	}
	
/* Homepage Calendar 
----------------------------*/

div#homepage_calendar {
	width: 350px;
	min-height: 250px;
	float: left;
	margin-right: 10px;
	background: url(../images/box-bg-tile.jpg) repeat-x #fff;
	}
				
div#homepage_calendar table {
	border-collapse: collapse;
	margin-left: 10px;
	}
	
div#homepage_calendar table td {
	text-align: center;
	width: 46px;
	font-size: 12px;
	background-color: #fff;
	padding: 0px !important;
	border: 1px solid #eee;
	line-height: 32px;
	}
	
div#homepage_calendar td a {
	display: block;
	text-decoration: none;
	height: 100%;
	line-height: 32px !important;
	color: #333;
	}
	
div#homepage_calendar td div.event a {
	background: url(../images/calendar-highlight.gif) no-repeat pink;
	}
	
div#homepage_calendar td div.today {
	background-color: #E0E0E0;
	}
	
/* Homepage News 
-------------------------------*/

div#homepage_news {
	width: 330px;
	min-height: 250px;
	float: left;
	margin-right: 10px;
	background: url(../images/box-bg-tile.jpg) repeat-x #fff;
	}
	
div#homepage_news h3 a {
	color: #fff;
	text-decoration: none;
	}
	
div#homepage_news div {
	padding: 0 10px;
	}
	
div#homepage_news dl {
	line-height: 15px;
	background-color: #fff;
	padding: 8px 10px 0 10px;
	}
	
div#homepage_news dt a {
	color: #DB4949;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}
	
div#homepage_news dd {
	color: #666;
	font-size: 11px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	}
	
div#homepage_news dl.last dd {
	border: 0 !important;
	}