/* CSS Document */

body {
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	text-align:center;
}
#splash {
	width:777px;
	margin:10px auto;
	color:#072C61;
}
#splash a {
	color:#072C61;
}
h1 {
	font-size:1.3em;
}
h2 {
	font-size:.95em;
	margin:0;
}
#wrapper, #wrapper_wide {
	width:777px;
	margin:5px auto;
	overflow:auto;
	background-color:#5F5F5F;
}
#wrapper_wide {
	width:870px;
}
#top_img {
	float:left;
}
#nav {
	width:775px;
	height:155px;
	float:left;
	background-color:#0000cc;
}
.button {
	width:100px;
	height:155px;
	padding:5px;
	float:left;
}
.button ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px; /* Width of Menu Items */
	}
.button ul li {
	position: relative;
	color:#fff;
	font-size:.7em;
	}
.button li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 141px;
	display: none;
	}
.button ul li a {
	height:16px;
	display: block;
	text-decoration: none;
	color: #fff;
	background: #0000CC;
	padding:1px;
	}
.button li a{
	margin-top:-3px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
.button li:hover ul { display: block; }
.button img {
	width:100px;
}
.button a {
	color:#fff;
	font-weight:bold;
	font-size:.7em;
	text-decoration:none;
}
.button a:hover {
	color:#aaa;
}
#map {
	width:775px;
	height:306px;
	float:left;
}
#bottomlinks {
	width:775px;
	height:80px;
	float:left;
	background-color:#0000CC;
}
.bottomlink {
	width:255px;
	height:75px;
	padding:1px;
	float:left;
}
.bottomlink a {
	color:#fff;
	font-weight:bold;
	font-size:.65em;
	text-decoration:none;
}
.bottomlink a:hover {
	color:#aaa;
}
#content {
	width:612px;
	min-height:500px;
	padding:0 0px 20px 15px;
	float:left;
	text-align:left;
	color:#fff;
	background-color:#292929;
}
#content a {
	color:#fff;
}
#content a:hover {
	color:#aaa;
}
td {
	text-align:left;
}
/*-------------------------------------------------Left Bar-------*/
#leftbar {
	width:148px;
	float:left;
}
.leftbaryellowtext {
	margin:10px 0 15px 0;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#FAFF93;
}
.leftbarwhitetext {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#fff;
}

/*-------------------------------------------------MLS------------*/
#mlscontent {
	float:left;
	width:720px;
	margin:20px auto;
	overflow:auto;
}
.iframe {
	border:1px solid #000;
}
#mlsnav {
	border:0px;
	background-color:transparent;
}
#mlsnav ul {
	width:700px;
	padding:0;
	margin:0;
	color:#666;
	font-size:1.2em;
	font-weight:bold;
	background-color:#fff;
	background-color:transparent;
} 
#mlsnav ul li { 
	width:230px;
	height:30px;
	float:left;
	margin:0;
	text-decoration: none;
	list-style-type:none;
}
#mlsnav ul li a {
	float: left;
	margin-left:10px;
	padding:4px 7px 3px 7px;
	background-color: #fff;
	border-right: 3px solid white;
	color: #888;
	text-decoration: none;
	border-bottom:3px solid #fff;
}
#mlsnav li a:hover {
	background-color: #fff;
	color: #184D7F;
}

/*-------------------------------------------------Footer---------*/
#footer, #footer_purple, #footer_purple_wide {
	width:775px;
	height:20px;
	float:left;
	font-size:10px;
	background-color:#07F8A7;
}
#footer_purple, #footer_purple_wide {
	background-color:#6633CC;
}
#footer_purple_wide {
	width:870px;
}

/*-------------------------------------------------Properties-------*/
.property_box, .presale_box {
	width:190px;
	margin:0 4px 15px 4px;
	padding:0 0 5px 0;
	float:left;
	background-color:#4F4F4F;
	border:1px solid #6F6F6F;
}

.property_box {
	height:300px;
}

.presale_box {
	height:375px;
}

.property_box ul, .presale_box ul {
	margin:5px 0 0 3px;
	padding:0;
	list-style-type:none;
}