body { background: url(../../images/body-bg.jpg) repeat-x #1c4f43; }
/* Container ----------------------------------------------------*/
#container {
	position: relative;
	margin: 0 auto;
	width: 790px;
	background-color: #fff;
	border-left: 5px solid #610617;
	border-right: 5px solid #610617;
}
#header { height: 95px; }
#header #logo { margin: 10px 0 0 10px; }
#header address {
	float: right;
	margin: 0 15px 0 0;
	line-height: 1.4em;
	font-style: normal;
	color: #610617;
}
#top-nav, #footer-nav {
	float: left;
	width: 785px;
	padding-left: 5px;
	background-color: #610617;
}
#top-nav li, #footer-nav li {
	float: left;
	margin: 0;
}
#top-nav li a, #footer-nav li a {
	display: block;
	padding: 7px 7px;
	color: #fff;
	text-decoration: none;
	position: static;
	border: 1px solid #610617;
}
#top-nav li a:hover, #footer-nav li a:hover, #home #top-nav .home, #management #top-nav .management, #properties #top-nav .properties, #contact #top-nav .contact {
	background-color: #e8ddc7;
	position: static;
	color: #1a1a1a;
}
#top-nav li ul {
	position: absolute;
	left: -9999em;
	width: 170px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	border-top: 1px solid #610617;
}
#banner {
	clear: left;
	height: 120px;
	background-color: #468c8c;
	border-bottom: 5px solid #610617;
}
#content { padding: 20px; }
#content ul {
	list-style: disc;
	margin-left: 40px;
}
#content p { margin-bottom: .625em; }
#footer-contact {
	clear: both;
	text-align:center;
	margin-top:20px;
	margin-bottom:0;
}
#footer {
	background-color: #002d59;
	padding: 10px 7px;
}
#footer a {
	padding: 0 7px;
	color: #ddd;
	text-decoration: none;
}
#footer a:hover { color:#fff; }
.clear { clear:both; }
.floatright { float: right; }
.floatleft { float: left; }
.center {
	margin: 0 auto;
	width: 640px;
}
.agent {
	background: #EFEFEF;
	padding: .825em 0;
	border: 1px solid #d9d9d9;
	width: 300px;
	text-align: center;
}
.agent p { margin-bottom: 0 !important; }
/* Properties Database----------------------------------------------*/
.property-types {
	float: left;
	margin-left: 0 !important;
}
.property-types li {
	float: left;
	list-style: none;
}
.property-types a {
	padding: 0 8px;
	border-left: 1px solid #d9d9d9;
	text-decoration: none;
	border-right: none;
}
.property-types a:hover {
	color: #1a1a1a;
	text-decoration: underline;
}
.property-types a.first { border-left: none; }
.property-type-header {
	clear: both;
	font-size: 1.225em;
	background: #3b8271;
	padding: 6px;
	border: 1px solid #d9d9d9;
	color: #fff;
}
.property-listings {
	float: left;
	margin-left: 0 !important;
}
.property-listings li {
	float: left;
	list-style: none;
}
.property-listings img { padding-bottom: .25em; }
.property-listings a {
	display: block;
	background: #f5f5f5;
	padding: 6px;
	text-align: center;
	color: #666;
	text-decoration: none;
	margin: 0 .5em;
	border: 1px solid #d9d9d9;
}
.property-listings a:hover {
	background: #efefef;
	color: #333;
}
/* Property Detail Page -------------------------------------*/
.lightbox {
	float: right;
	background: #f5f5f5;
	padding: 5px;
	border: 1px solid #d9d9d9;
	margin: 0 0 1em 1em;
	text-decoration: none;
	text-align: center;
	color: #666;
}
.lightbox:hover {
	background: #efefef;
	color: #333;
}
.section {
	clear: left;
	font-weight: 700;
	padding: 0;
}
.additional-images {
	float: left;
	margin-left: 0 !important;
}
.additional-images li {
	float: left;
	list-style: none;
}
.additional-images a {
	float: left;
	background: #f5f5f5;
	padding: 6px;
	text-align: center;
	color: #666;
	text-decoration: none;
	margin: 0 .5em;
	border: 1px solid #d9d9d9;
}
.additional-images a:hover { background: #efefef; }
/* CJfooter -------------------------------------------*/
#cjfooter {
	text-align: right;
	width: 790px;
	margin: 0 auto;
	font-size: .865em;
}
#cjfooter p, #cjfooter a { color: #fff; }
