
body {
	background: #fff;
	color:#000;
	margin:0px 2px 0px 2px;
	font: 12px/1.5em verdana,helvetica,arial,sans-serif;
}

table, td, tr {
	font: 12px/1.5em verdana,helvetica,arial,sans-serif;
}

#header_bar {
	position: relative;
	background-image:url(./images/logo-background.gif); 
	background-repeat:repeat-x;
	height:110px;
	width:100%;
	margin-bottom: 0px;
}

#header_bar .logo {
	position:absolute;
	display:inline;
	margin-left:20px; 
	margin-top:20px;
}

#header_bar .background {
	display:inline;
	float:right;
}

#nav_bar {
	position: absolute;
	left:5px;
	top: 115px;
	width:200px;
	background:#fff;
}

#nav_bar ul {
	list-style-image: url(./images/nav-arrow.gif);
	list-style-position: inside;
	list-style-type: none;
	margin-left:0;
	padding-left:0;
}

#nav_bar li.LargeBlack  {
	list-style-image: url(./images/nav-contact.gif);
	background-color:black;
	margin-bottom:10px;
	color:white;
}

#nav_bar li.LargeRed  {
	list-style-image: url(./images/nav-contact.gif);
	background-color:red;
	margin-top:10px;
	margin-bottom:10px;
	color:white;
}

#nav_bar li.LargeRed a, #nav_bar li.LargeBlack a {
	color:white;
	font-weight:bold;
}

#nav_bar li {
	padding-top:2px;
	border:1px solid black; 
	background-color:#eeeeee; 
	color:black;
	margin-bottom:2px;
	margin-top:2px;
	padding-right:1em;
}

#nav_bar li a {
	text-decoration:none;
	color:black;
	vertical-align:top;
}


#content{
	background: #fff;
	color: #000;
	padding: 10px 5px 10px 5px;
	margin-left: 210px;
	margin-right:160px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:100%;
}

html>body #content {
	margin-left: 210px;
	margin-right:160px;
}

#content h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight:bold;
	font-size:24px;
	padding-bottom:2px;
	line-height: 1.25em;
}

#content h2 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        padding-bottom:2px;
	line-height: 1.25em;
}

.listing_title {
	width:30%;
	vertical-align:top;
	border-bottom:solid 1px #aaaaaa;
}

.listing_title a {
	text-decoration:none;
}

.listing_content {
	border-bottom:1px;
	background-color:#fafafa;	
}

.listing_content a {
        text-decoration:none;
	float:right;
	font-size:10px;
}

.listing_region {
	width:30%;
	vertical-align:top;
	border-bottom:solid 1px #aaaaaa;
}
.listing_price {
	width:30%;
	vertical-align:top;
	border-bottom:solid 1px #aaaaaa;
}

.listing_sold {
	color:red;
	font-weight:bold;
}

.property_image {
	float:left;
	padding:2px;
	border: 1px solid #000;
	margin:2px 2px 2px 2px;
}

.about_image_right {
        float:right;
        padding:2px;
        border: 1px solid #000;
	margin:2px 2px 2px 2px;
}

.about_image_left {
	float:left;
	padding:2px 2px 2px 2px;
        border: 1px solid #000;
	margin:2px 2px 2px 2px;
}

.property_main_image{
	float:right;
	padding:2px 2px 2px 2px;
	border: 1px solid #000;
	margin:2px 2px 2px 2px;
}

#right_bar {
	position: absolute;
	top: 115px;
	right:5px;
	width:150px;
}

#right_bar ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left:5px;
	padding-left:0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-right:2px;
}

#right_bar li {
	padding-left:5px;
	padding-bottom:5px;
}

#right_bar li.title {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color:#eeeeee;
	margin-left:0px;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
}

#footer_bar {
	width: 100%;
	border-top: 1px solid #eee;
	clear: both;
	color: #999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding-top:10px;
	padding: 0;
	margin: 0;
	text-align: right;
}


