﻿html, body {
	margin:0; padding:0;
	width: 100%; height: 100%; 
	font-family: arial, sans-serif;
}
body {
	background-color: rgb(2,34,63);
}
#fence {
	width: 952px; height: auto;
	margin: 0 auto;
	
	background-color: rgb(2,34,63);
}
#header {
	height: 286px;
	background: url(/images/home_header_bg.jpg) center center no-repeat;
}
#header_nav {
	margin: 18px 12px 0px 0px;
	float:right;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
#header_nav ul {}
#header_nav li {
	display:inline;
}
#header_nav li a
{
    color:White;
    text-decoration:none;
}
#header_nav li a:hover, #header_nav li a.ON
{
    text-decoration:underline;
}
li.header_nav_spacer {
	padding: 0px 5px 0px 5px;
}
#navigation {
	height: 26px;
	text-align: center;
	border-top: 1px solid rgb(254,0,0);
	border-bottom: 1px solid rgb(254,0,0);
	white-space:nowrap;
}
#main_nav {
	margin:0; padding:0;
	line-height: 25px;
	height: 26px;
}
#main_nav li {
	display:inline;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background-image: url(/images/nav_bullet_rob.gif);
	background-repeat: no-repeat;
	background-position: -1px -4px;
}
#main_nav li a
{
    color:White;
    text-decoration:none;
}
#main_nav li a.ON, #main_nav li a:hover
{
    text-decoration:underline;
}
#left {
	margin: 12px 0px 0px 12px;
	width: 223px; height: 377px;
	float:left;
	background-color: rgb(25,75,121);
	border-bottom: 1px solid rgb(254,0,0);
	position:relative;
}
#center {
	margin: 12px 0px 0px 12px;
	width: 458px;
	float: left;
	position:relative;
}
#right {
	margin: 12px 12px 0px 0px;
	width: 223px; height: 377px;
	float: right;
	background-color: rgb(25,75,121);
	border-bottom: 1px solid rgb(254,0,0);
	position:relative;
}
.box_headers {
	width: 100%;
	height: 22px;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
}
.box_content {
	padding: 10px;
	font-size: 13px;
	color: #fff;
}
#center_tl {
	float:left;
	width: 223px;
	height: 168px;
	background-color: black;
	border-bottom: 1px solid rgb(254,0,0);
}
#center_tr {
	float:right;
	width: 223px;
	height: 168px;
	background-color: black;
	border-bottom: 1px solid rgb(254,0,0);
}
#center_bc {
	margin-top: 12px;
	width: 458px;
	background-color: rgb(25,75,121);
	border-bottom: 1px solid rgb(254,0,0);
}
#featured_news { 
	margin:0; padding:0;
}
#featured_news li { 
	padding-bottom: 12px;
	list-style-type: none;
}
#featured_news li a 
{
    color:White;
    text-decoration:none;
    font-style:italic;
}
#featured_news li a:hover
{
    text-decoration:underline;
    font-style:italic;
}
#featured_property {
	width: 179px;
	height: 120px;
	margin: 0 auto;
	padding-top: 18px;	
}
#featured_property img {
	border: 1px solid #fff;
}
.featured_news_date {
	font-weight: bold;
}
#footer {
	margin-top: 18px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}
#footer a
{
    color:White;
    text-decoration:none;
}
#footer a:hover
{
    text-decoration:underline;
}
.clear {
	clear: both;
}
*:first-child+html .clear {
	clear: none;
}

#propertySummary_featured
{
    overflow:hidden;
    height:142px;
}
#featuredPropertyListing a:link, #featuredPropertyListing a:active, #featuredPropertyListing a:visited
{
    color:#fff;
    text-decoration:none;
}
#featuredPropertyListing a:hover
{
    text-decoration:underline;
}