body {
	padding:0;
	margin:0 auto;
	background:url(/img/body-bg.gif) repeat-x #206ca8;
}

body, p, div, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	margin:0 0 15px 0;
	padding:0;
	color:#444;
	font-weight:normal;
}

h1 {
	font-size:22px;
	color:#7e0b0b;
	border-bottom:1px solid #CCC;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:13px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:10px;
}

#container {
	position:relative;
	margin:0 auto;
	width:760px;
	border:2px solid #fff;
	background-color:#FFF;
	background-image:url(/img/container_bg.jpg);
	background-repeat:repeat-y;
}

#container ul {
    list-style:none;
	}
	
#container ul li {
    list-style:none;
	margin:0;
	}
	
#container-map {
    position:relative;
	margin:0 auto;
	width:760px;
	border:2px solid #A6A6A6;
	background-color:#FFF;
	}
	
#container-map ul {
    list-style:none;
	}
	
#container-map ul li {
    list-style:none;
	margin:0;
	}

#header {
	padding:0;
	margin:0;
	position:relative;
	width:760px;
	height:94px;
	background-repeat:no-repeat;
	background-image:url(/img/header.jpg);
}

#mainnav {
	width:760px;
	background-image:url(/img/mainnav_bg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #ccc;
	height:26px;
	border-top:1px solid #ccc;
}

#mainnav p {
	font-size:11px;
	padding:3px;
	padding-top:6px;
	margin:0;
}

#mainnav a {
	color:#FFF;
	padding:6px 32px;
	margin-right:-4px;
	background-repeat:no-repeat;
	background-position:9px center;
	border-left:1px solid #aaa;
	border-right:1px solid #eee;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

*html #mainnav a {
	background-position:bottom;
}

#mainnav a:hover {
	background-color:#555;
}

#leftnav {
    position:relative;
    float:left;
    width:194px;
}

#leftnav a {
	color:#E7D200;
}

#leftnav div {
	position:relative;
	width:180px;
	border-bottom:none;
}

#leftnav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#leftnav ul li.main {
	margin:0;
}

#leftnav ul li.main a {
	display:block;
	width:182px;
	height:14px;
	color:#fff;
	text-decoration:none;
	padding:5px;
	font-size:11px;
	text-align:right;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}

#leftnav ul li.main a:hover {
	color:#333;
	background-color:#ddd;
}

#leftnav ul li.sub {
	margin:0;
	background-color:#333;
	text-align:right;
}

#leftnav ul li.sub a {
    display:block;
	text-decoration:none;
	padding:2px;
	padding-right:5px;
	padding-left:5px;
	width:170px;
	height:14px;
	color:#eee;
	border-top:1px solid #84674a;
}

*html #leftnav ul li.sub a {
	height: 10px;
}

#leftnav ul li.sub a:hover {
	background-color:#555;
	color:#eee;
}

#leftnav p {
	margin:5px;
	color:#fff;
}

#slideshow {
	position:relative;
	float:right;
	width:563px;
	height:185px;
	border-bottom:1px solid #ccc;
}

#text {
	position:relative;
	width:530px;
	float:right;
	margin-top:15px;
	margin-right:15px;
	margin-left:8px;
	margin-bottom:15px;
}
*html #text {
	float:left;
	width:515px;
	overflow: hidden;
	margin:15px 15px 15px 20px;
}

html>body #text {
	margin-left:15px;
}

#text p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

#text a {
	text-decoration:underline;
	color:#990000;
}
#text a:hover {
	color:#bbb;
}

#text-map {
	position:relative;
	width:730px;
	float:right;
	margin-top:15px;
	margin-right:15px;
	margin-left:8px;
	margin-bottom:15px;
}

html>body #text-map {
	margin-left:15px;
}

#text-map p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

#text-map a {
	text-decoration:underline;
	color:#990000;
}
#text-map a:hover {
	color:#bbb;
}

#footer {
	position:relative;
	width:759px;
	height:30px;
	padding:0;
	clear:both;
	background-color:#FFF;
	text-align:left;
	border-top:1px solid #ccc;
}

#footer p {
	font-size:10px;
	padding:8px;
	margin:0;
	text-align:left;
	color:#5d5d5d;
}

#footer p a {
	color:#5d5d5d;
	text-decoration:none;
}

#footer a:hover {
	color:#8b8b8b;
	text-decoration:underline;
}

*html #footer p {
	padding:-20px;
}

.rew-logo {
	font-size:9px;
	float:right;
	padding:3px;
	padding-right:4px;
}

#mls-box {
	text-align:center;
	padding:10px;
	width:505px;
	height:44px;
	background-image:url(../img/search-mls.jpg);
	background-repeat:no-repeat;
}

#mls-box a {
	text-decoration:none;
	border-bottom:none;
	color:#BE5D00;
	font-size:22px;
	font-weight:normal;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	line-height:40px;
}

#mls-box a:hover {
	background-image:none;
	text-decoration:none;
	border-bottom:none;
	color:#be7900;
	background-color:transparent;
}

.clear {
    clear:both;
	}

.rss-feed-icon {float:right;}
.rss-feed-icon img {border:0 !important;margin-top:10px;}
