/* CSS Document */
/* Colors Used in Site
	Black = #000000;
	White = #FFFFFF;
	Gold  = #FFFF00;
	Lt Gray = #B1B1B1;
*/
body {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:lighter;
	text-align:center;
	margin:0px;
	padding:0px;
}
#container {
	margin:auto;
	width:750px;
	text-align:left;
	position:relative;
}
#middle {
	background-color:#FFFFFF;
	background-image:url(../images/fauxbg.gif);
	background-position:left;
	background-repeat:repeat-y;
}
.searchbar {
	position:absolute;
	top:0px;
	right:20px;
	width:315px;
	height:30px;
	background-color:#000000;
	color:#FFFF00;
	text-align:right;
	font-size:10pt;
	padding-right:8px;
	padding-top:5px;
	z-index:500;
	border:none;
	border-bottom:1px #FFFFFF solid;
	border-left:1px #FFFFFF solid;
}
html>body .searchbar {
	right:0px;
}
/* Top Navigation Styles */
#nav {
	width:750px;
	padding:5px 10px 5px 10px;
	margin-top:5px;
}
#nav h1 {
	font-size:10pt;
	float:left;
	margin-right:6px;
	padding:0px;
}
html>body #nav h1 {
	padding-top:0px; /* to make firefox h1 tag line up with nav list items */
}
#nav ul {
	margin-bottom:0px;
}
#nav ul li {
	border:none;
	border-left:1px solid #FFFFFF;
	display:inline;
	padding:0px 5px 0px 5px;
}
#nav a, #footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:9pt;
}
#nav a:hover, #footer a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
/* End Top Navigation Styles */
/* Side Bar Styles */
#sidebar {
	float:left;
	width:200px;
	padding:5px;
	padding-top:0px;
	background-color:#000000;
}
#sidebar p {
	font-size:10pt;
	font-weight:bold;
}
#sidenav {
	margin:0px;
	padding:0px;
}
#sidenav li {
	list-style:none;
	line-height:30px;
}
#sidenav a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11pt;
}
#sidenav a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
#sidebar a span {
	visibility:hidden;
}
#sidebar a:hover span {
	visibility:visible;
}
address {
	font-size:10pt;
	font-style:normal;
}
address span {
	color:#FFFF00;
	font-weight:bold;
}
abbr {
	border:none;
}
/* End Side Bar Styles */
/* MAIN CONTENT Styles */
#content {
	float:left;
	width:520px;
	padding:10px;
	background-color:#FFFFFF;
	color:#000000;
	height:inherit;
	min-height:400px;
}
#content p {
	line-height:22px;
}
#content input {
	margin:4px;
}
#content2 {
	float:none;
	width:800px;
	padding:10px;
	background-color:#FFFFFF;
	color:#000000;
	height:inherit;
	min-height:400px;
}
#content2 p {
	line-height:22px;
}
#content2 input {
	margin:4px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:14pt;
	text-align:center;
}
a {
	color:#CC9900;
	border:none;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#B1B1B1;
	text-decoration:underline;
}
img {
	border:none;
}
.contact {
	float:left;
	margin-left:10px;
	margin-bottom:15px;
	text-align:left;
}
.errormessage{
	color:#FF0000;
}
/* End MAIN CONTENT Styles */
/* FEATURED PROPERTY STYLES */
.property {
	font-size:10pt;
	width:510px;
}
/* End property styles */
/* Footer Styles */
#footer {
	background-color:#000000;
	text-align:center;
	padding-top:20px;
	top:-20px;
	position:relative;
}
#footer ul li {
	display:inline;
}
#footer ul img {
	position:relative;
	top:5px;
	margin:0px 20px 0px 20px;
}
/* End Footer Styles */
.clearfix {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}