@charset "utf-8";
*{margin: 0px auto; padding: 0px; }

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #201a16;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font-family: Garramond, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #965338;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #26211b;
	line-height: 18px;
}
a:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004797;
	text-decoration: underline;
}
a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c577e;
	text-decoration: underline;
}
a:hover    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #731E00;
	text-decoration: none;
	background-color: #E7DDC0;
}
a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #731E00;
	text-decoration: none;
}

.tableheads {
	font-size: 18px;
	color: #002469;
}
h4 {
	color: #9C834E;
}

#nav-bar {
	margin:0px;
	padding:0px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	width: 905px;
	height: 26px;
	display: block;
	overflow: hidden;
	float: left;
}


#nav-bar ul {
	overflow:hidden;
	padding:0px;
	margin: 0px;
	height: 26px;
}
#nav-bar ul li {
    float:left;
	padding:0px 0px 0px 0px;
	list-style:none;
}
#nav-bar ul li a {
	display:block;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	background-position:0 -26px;
	float: left;
}

#nav-bar ul li a.nav-home {
	background-image: url(../images/nav_home.gif);
	background-repeat: no-repeat;
	width: 84px;
}
#nav-bar ul li a.nav-about {
	background-image: url(../images/nav_about.gif);
	background-repeat: no-repeat;
	width: 99px;
}

#nav-bar ul li a.nav-view {
	background-image: url(../images/nav_view.gif);
	background-repeat: no-repeat;
	width: 157px;
	}
#nav-bar ul li a.nav-neighborhoods {
	background-image: url(../images/nav_neighborhoods.gif);
	background-repeat: no-repeat;
	width: 161px;
	}
#nav-bar ul li a.nav-resources {
	background-image: url(../images/nav_resources.gif);
	background-repeat: no-repeat;
	width: 157px;
	}
#nav-bar ul li a.nav-associates {
	background-image: url(../images/nav_associates.gif);
	background-repeat: no-repeat;
	width: 114px;
	}
#nav-bar ul li a.nav-contact {
	background-image: url(../images/nav_contact.gif);
	background-repeat: no-repeat;
	width: 133px;
	}
#nav-bar ul li a:hover,
#nav-bar ul li a.active {background-position:0 0px;}

.layout  #container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #3b362f;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
} 
.layout #main {
	background-color: #F0EBDB;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: none;
	background-image: url(../images/mainBG.jpg);
	background-repeat: repeat-y;
}

.layout #header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	height: 141px;
	clear: both;
} 
.layout #header h1 {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.layout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #958c82;
	margin-top: 0px;
	clear: left;
}
.layout #sidebar2 {
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #b39a66;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: right;
}
.layout #mainContent {
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 165px;
	background-color: #f0ebdb
} 
.layout #footer {
	background:#e1d5b3;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #958c82;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #b39a66;
	clear: both;
} 

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b5aea1;
	text-align: right;
	width: 865px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 30px;
	padding-top: 0px;
}
.layout  #copyright  a:link, .layout  #copyright  a:visited {
	color: #C09F69;
	font-size: 11px;
}
.layout  #copyright  a:hover, .layout #copyright a:active {
	color: #B2846D;
}

#right   {
	height: 130px;
	width: 350px;
	margin-top: 10px;
	bottom: 0px;
	float: right;
}
#right img {
	margin-top: 6px;
	float: right;
}

#logo {
	float: left;
	height: 141px;
	width: 135px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



.layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.layout #banner {
	background-image: url(../images/bannerBG.jpg);
	background-repeat: no-repeat;
	height: 92px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 905px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1c1613;
	display: block;
	clear: left;
}
.layout #container #main #banner H1 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Garamond Pro", Garamond;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	color: #F2EDDA;
	position: relative;
	top: 20px;
	width: 450px;
	margin: 0px;
	left: 325px;
}

*:first-child+html #banner {
	margin-top: 26px;
}
.layout #titlebar {
	background-color: #a18143;
	height: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8c6d36;
	font-family: Garramond, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #dad4c6;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 20px;
	width: 885px;
}
.layout #titlebar img {
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 7px;

}
ul.tools {
	float:right;
	clear: right;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	width: 260px;
}
ul.tools li {
	float:left;
	list-style:none;
	font-size:11px;
	line-height:13px;
	background:url(../images/tools-separator.gif) no-repeat 0 50%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
ul.tools li a:link {
	color:#dfd9ca;
	text-decoration:none;
}
ul.tools li a:visited {
	color:#dfd9ca;
	text-decoration: none;
}
ul.tools li a:hover {
	color:#b39a66;
	text-decoration: none;
	background-color: #46362E;
}
ul.tools li a:active {
	color:#b39a66;
	text-decoration: none;
	background-color: #45352E;
}
.first {background:none !important;}

.layout  #secnav {
	float: left;
	width: 145px;
}


ul.secondary li {
	list-style:none;
	font-size:11px;
	line-height:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F0EBDB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #958c82;
	background-color: #B39A66;
	display: block;
	margin: 0px;
	padding: 0px;
}
ul.secondary a:link {
	color:#F0EBDB;
	text-decoration:none;
	display: block;
	height: 20px;
	width: 120px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
}
ul.secondary a:visited {
	color:#F0EBDB;
	text-decoration:none;
	display: block;
	height: 20px;
	width: 120px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
}
ul.secondary  a:hover, ul.secondary a.active {
	color:#681000;
	text-decoration:none;
	background-color: #F0EBDB;
	font-weight: bold;
}
ul.secondary a:active {
	color:#660E00;
	text-decoration:none;
	background-color: #F0EBDB;
	font-weight: bold;
}
.layout #flash {
	padding: 0px;
	width: 905px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
}
* html .layout #flash {
margin-top: 0px;
}
.layout  #homecontentlft {
	background-color: #efe7d0;
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BD9B63;
	padding: 0px;
	width: 100%;
	height: 100%;
}
H1 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Garamond Pro", Garamond;
	font-size: 18px;
	font-style: italic;
	color: #84371D;
	padding-bottom: 3px;
	line-height: 20px;
}
.layout #homecontentrt {
	padding: 20px;
	float: right;
	width: 297px;
	clear: both;
	background-color: #F0EBDB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b7ac91;
}
#headerinfo {
	text-align: left;
	padding-top: 65px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 380px;
	float: left;
}

.paddedtext {
	padding: 20px;
	width: 520px;
	float: left;
}
.footnotes {
	font-size: 10px;
	font-weight: bold;
	color: #721C00;
}
.layout #container #main #mainContent td {
	padding: 10px;
}
.layout   #container   #main   #mainContent   ul   {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 20px;
}

h3 {
	color: #752100;
	font-size: 14px;
}
.clearboth {
	clear: both;
}
.bborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #011A52;
	color: #001A53;
}
.sold {
	background-image: url(../images/sold.png);
	background-repeat: no-repeat;
	background-position: left top;
}

