@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF url(/images/home-bg.gif) repeat-x;
	margin: 0px;
}
#home-container {
	margin: 19px auto 0px;
	width: 787px;
}
#home-container img { display: block; }
#home-slogan {
	margin: 10px auto;
	width: 780px;
}
#home-content {
	margin: 10px auto;
	width: 780px;
}
.nav-about {
	background: url(images/home-nav-about.jpg) no-repeat;
	height: 127px;
	width: 98px;
}
.nav-sellers {
	background: url(images/home-nav-sellers.jpg) no-repeat;
	height: 127px;
	width: 98px;
}
.nav-properties {
	background: url(images/home-nav-properties.jpg) no-repeat;
	height: 127px;
	width: 98px;
}
.nav-community {
	background: url(images/home-nav-community.jpg) no-repeat;
	height: 127px;
	width: 98px;
}
.nav-buyers {
	background: url(images/home-nav-buyers.jpg) no-repeat;
	height: 127px;
	width: 98px;
}
.nav-contact {
	background: url(images/home-nav-contact.jpg) no-repeat;
	height: 127px;
	width: 98px;
}
.nav-about:hover, .nav-sellers:hover, .nav-properties:hover, .nav-community:hover, .nav-buyers:hover, .nav-contact:hover { background-position: 0px -126px; }
#subpage-container {
	margin: auto;
	width: 780px;
	background: #FFFFFF;
}
#subpage-header {
	margin: auto;
	width: 780px;
}
#subnav-about, #subnav-sellers, #subnav-properties, #subnav-communities, #subnav-buyers, #subnav-contact {
	height: 50px;
	width: 130px;
}
#subpage-header img { display: block; }
#subpage-container td.rightCol { width: 590px; 
}

#subnav-about { background: url(images/subnav-about.jpg) no-repeat; }
#subnav-sellers { background: url(images/subnav-sellers.jpg) no-repeat; }
#subnav-properties { background: url(images/subnav-properties.jpg) no-repeat; }
#subnav-communities { background: url(images/subnav-communities.jpg) no-repeat; }
#subnav-buyers { background: url(images/subnav-buyers.jpg) no-repeat; }
#subnav-contact { background: url(images/subnav-contact.jpg) no-repeat; }
#subnav-about:hover, #subnav-sellers:hover, #subnav-properties:hover, #subnav-communities:hover, #subnav-buyers:hover, #subnav-contact:hover { background-position: 0px -50px; }
#topbar {
	background-image: url(images/topbar-bg.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
	margin: 0px auto;
}
#topbar div {
	width: 400px;
	height: 20px;
	float: right;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
	text-align: right;
	clear: right;
}
#topbar h1 {
	width: 300px;
	height: 20px;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 8px 5px 2px;
	font-size: 10px;
}
#topbar input, #topbar button {
     font-size: 9px;
}
#mainBody {
     width: 780px;
     border: black solid 1px;
     margin: 0px auto;
     background-color: white;
}
#lCol {
	width: 158px;
	background-color: #003269;
}
#lCol h2 {
     font-size: 18px;
     margin: 5px 0px;
     padding: 3px 0px;
     color: #FFF;
}
#lCol ul {
     margin: 5px 0px;
     padding: 5px 0px;
     list-style-type: none;
}
#lCol ul li {
     margin: 5px 0px;
     padding: 3px;
     border-top: #FEFEFE solid 1px;
     border-left: #FEFEFE solid 1px;
     border-right: #333 solid 1px;
     border-bottom: #333 solid 1px;
}
#lCol ul li a {
     color: white;
     display: block;
     text-decoration: none;
}
#lCol ul li a:hover {
     text-decoration: underline;
}
#rCol {
     padding: 10px 5px 5px;
}
#rCol h1, #rCol h2, #rCol h3 { 
      border-left: #312F70 solid 5px;
      padding-left: 5px;
}
#topbar form { margin: 0px; }
#mainBody #lCol h3 { color: #FFFFFF; }
#mainBody #lCol h4 { color: #FFFFFF; }
#mainBody #lCol h5 { color: #FFFFFF; }
img
{
border-style: none;
}
a:link {color: #003269; text-decoration: underline; }
a:active {color: #003269; text-decoration: underline; }
a:visited {color: #003269; text-decoration: underline; }
a:hover {color: #003269; text-decoration: none; }
