* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font:12px/1.5em 'Lucida Grande', Helvetica, Arial, sans-serif;
	background:#4f4835 url(/resources/images/body_bg.gif) repeat;
}
p {
	padding:5px 0;
	line-height:1.5em;
}
.separate {
	clear:both;
	height:1px;
}

/* CONTAINER */
#container {
	width:930px;
	margin:0 auto;
	background:url(/resources/images/container_bg.gif) top center repeat-y;
}
.containerWrap {
	margin:0 15px;
	text-align:left;
}

/* CONTENT CONTAINERS */
#content {
	background:url(/resources/images/content_bg.gif) top left repeat-y;
	position:relative;
	top:0em;
}
#contentInner {
	background:url(/resources/images/content_inner_bg.gif) top left repeat-y;
	padding-bottom:25px;
}
#contentWide {
	background: #fff none;
}
#wideNav {
	background: #4F4835 none;
	margin: 0 auto;
	color: #D5CBC0;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
#wideNav a{
	color: #D5CBC0;
	padding: 5px;
	text-decoration: none;
}
#wideNav a:hover{
	background: #403828 none;
}
#wideNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 
#wideNav ul li {
	margin-left: 0;
	padding: 3px 5px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}	
#wideNav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
#wideContent {
	width: 875px;
}
#contentRight {
	float:right;
	width:590px;
	min-height:560px;
	height:auto !important;
	height:560px;
}
#contentRight h2 {
	margin:15px 15px 8px 0;
	color:#403828;
	border-bottom:1px solid #403828;
	padding-bottom:5px;
}
#contentRight .entry {
	margin-right: 10px;
}
#contentLeft {
	float:left;
	width:295px;
	/* height: 100%; */
}

/* BANNER */
#banner {
	background:url(/resources/images/banner_bg.jpg) no-repeat;
	border-bottom:5px solid #b1b17b;
	height:120px;
	position:relative;
}
#banner h1 {
	text-indent:-999em;
}
#banner h1 a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:119px;
	width:390px;
}
#banner .propSearch {
}
#banner .facebook_badge {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 144px;
	height: 44px;
}
#banner .mopper-badge {
	position: absolute;
	top: 64px;
	right: 10px;
	width: 144px;
	height: 44px;
}


/* NAV MENU */
#nav{
	position:absolute;
	height:400px;
	overflow:hidden;
	width:297px; 
	background:url(/resources/images/main_nav_bg.gif)
	top left repeat-y;
	list-style:none;
	font-size:14px;
	padding-top:10px; 
}
#nav li {
	margin:0 10px 4px 10px;
}
#nav li a {
	display:block;
	margin:0 5px 0 5px;
	padding:5px 5px;
	text-decoration:none;
	text-transform:uppercase;
	color:#d5cec3;
	letter-spacing:.1em;
	border-bottom:1px solid #403828;
}
#nav li a:hover {
	background-color:#403828;
}

/* FOOTER */
#footer {
	min-height:50px;
	height:100%;
	clear:both;
	padding: 10px;
	background-color:#b1b17b;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
#footer .right img {
	vertical-align: middle;
	border: none;
}

/* BOTTOM */
#bottom{
	width: 900px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	color: #b1b17b;
}
#bottom a {
	font-weight: bold;
	text-decoration: none;
	color: #b1b17b;
}
#bottom .left {
	float: left;
}
#bottom .right {
	float: right;
	text-align: right;
}
