/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#938c37;
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
 	color:black;
}
img {
	margin:0px;
	padding:0px;
	border:none;
}
ul {
	padding:0;
	margin:0;
}
h4 {
	padding:0;
	margin:0;
	}
h2 {
	padding:0;
	margin:0;
	}
a {
	color:#000000;
	}

/*div {
	border:1px #FF0000 solid;
	}*/
#page {
	width:890px;
}
#bglines {
	background:url(images/bglines.jpg) repeat-x;
}

.header {
	margin-bottom:3px;
	color:white;
	background:#8c8538;
	line-height:20px;
	font-size:14px;
}

#bglinesbottom {
	height:87px;
	background:url(images/bglinesbottom.jpg) repeat-x bottom;
}
#container_top {
	width:890px;
	height:11px;
	background:url(images/container_top.jpg) no-repeat;
}
#container_bottom {
	width:890px;
	height:13px;
	background:url(images/container_bottom.jpg) no-repeat;
}

#container_left {
	background:url(images/container_left.jpg) repeat-y;
	width:13px;
	
}
#header {
	width:890px;
	height:134px;
}
#menu {
	width:890px;
	padding-top:12px;
	height:37px;
	background:url(images/menu_bar2.jpg) no-repeat;
}
#main_page {
	width:890px;
	height:auto;
}
.clr {
	clear:both;
	}
.header_left {
	background:url(images/header_left.jpg) no-repeat;
	width:13px;
	height:134px;
	float:left;
}
#header_logo {
	float:left;
	height:109px;
	width:278px;
	background:url(images/header_bg.jpg) repeat-x;
	padding-top:25px;
	
}
#header_tagline {
	height:134px;
	background:url(images/header_pict.jpg) no-repeat;
	width:586px;
	float:left;	
}
.header_right {
	background:url(images/header_right.jpg) no-repeat;
	width:13px;
	height:134px;
	float:right;
}
#main_left {
	width:7px;
	float:left;
	background:url(images/container_left.jpg) repeat-y;
	}
#main_right {
	width:6px;
	float:left;
	background:url(images/container_right.jpg) repeat-y;
	}

#page {
	float:left;
	width:877px;
	background:url(images/container_bg.jpg) repeat-x #5c6f64;

}
#content {
	text-align:left;
	width:833px;
	background:#FFFFFF;
	padding:0 10px 0 10px;
	
}
.title {
	background:#908837;
	font-size:16px;
	padding:3px;
	margin:0 10px 0 10px;
	text-align:left;
}
#footer, #footer a{
	color:#FFFFFF;
	text-align:center;
	}

/*----------------------------------Menu css Below */

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0 0 0 8px;
		list-style: none;
		line-height: 25px;
	}
	
#nav a {
		
		display: block;
		width: 119px;
		font-size:13px;
		color:#fff;
		text-decoration:none;
		height:25px;
		text-align:center;
}
	
#nav a:hover {
		background:#908837;
	}
	
#nav li { /* all list items */
		float: left;
		width: 119px; /* width needed or else Opera goes nuts */
}
	
#nav li ul { /* second-level lists */
		position: absolute;
		background: #908837;
		border:#5c6f64 solid 2px;
		width: 204px;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		line-height:20px;
}
	
#nav li ul li {
		width: 200px;
		border-bottom:1px solid #5c6f64;
}
	
#nav li ul li a {
		width:190px !important;
		width:200px !important;
		width:200px;
		padding:0 5px;
		color:#ffffff;
		height:20px;
		font-size:13px;
		text-align:left;
}
	
#nav li ul li a:hover {
	text-decoration:underline;
		
}
	
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
}
/*End Menu CSS --------------------------------------------------*?

Start index CSS*/
#main_content {
	float:left;
}
#content_right {
	text-align:center;
	margin:5px 5px 5px 5px;
	padding-bottom:5px;
	width:230px;
	float:right;
	
}
#content_left {
	margin-top:5px;
	text-align:left;
	width:585px;
	float:left;
}

#realtor_feed{
	font-size:12px;
	color:black;
	
	}
#realtor_feed h2, #content_left h2, {
	margin:0;
	background:#908837;
	padding-left:2px;
	font-size:16px;
	color:#FFFFFF;
	}
#realtor_feed a {
	font-size:14px;
	color: #5c6f64;
	text-decoration:underline;
	padding:0 5px 0 5px;
	font-weight:bold;
}
#realtor_feed p {
	padding:0 5px 0 5px;
	}
	#date {
	margin-bottom:5px;
	text-align:center;
	color:#000000;
	font-size:18px
	}
#weather, #weather a{
text-align:center;
	color:#000000;
	margin-bottom:5px;
	font-size:14px;
}
#weather h5 {

	font-size:16px;
	margin:0;

}
#login, #login a{
	font-size:12px;
	width:218px;
	color:#000000;
	padding-right:2px;
	padding-bottom:5px;
}
#welcome {
padding:5px;
}
.block {
	height:auto;
	background:#FFFFFF;
	margin-bottom:10px;
	border: 2px solid #908837;
	}

#news {
text-align:left;
font-size:14px;
}
#content_left .title{
margin:0;
padding:0;
}
.news_headline {
	margin-top:3px;
	color:#ffffff;
	background:#5c6f64;
	line-height:20px;
	font-size:16px;
}
