/* General */

*, 
html {
     margin: 0;
     padding: 0;
} 
body {
	text-align: left;
	background: #f1ecbb;
	color: #000000;
	font-size: 16px;
}
p {
    font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px 5px 20px 5px;
	font-size: 0.8em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
h1 {
    font-size: 1.1em;
}
h2 { 
    font-size: 1em;
}
h3 {
	font-size: 0.9em;
}
h4 {
	font-size: 0.9em;
	font-style: italic;
}
h6 {
	font-size: 0.9em;
	font-style: italic;
}
a {
    text-decoration: none;
	font-weight: bold;
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
}
img {
     border: 0px;
}
hr {
    width: 75%;
	height: 3px;
	text-align: left;
}
.print {
    display: none;
	visibility: hidden;
}
.extlinkIMG {  
	margin-left: .3em; 
	cursor: pointer;  
}


/* Main Construction */

.wrapper {
	text-align: center;
	width: 850px;
	margin: 0 auto 0 auto;
}
.header {
    width: 825px;
	padding-top: 5px;
	margin: 0 auto 0 auto;
}
.body {
    width: 100%;
	clear: both;
	overflow: hidden;
}
.footer {
    width: 825px;
	margin: 0 auto 0 auto;
}

/* Header */

.headerlft {
	width: 375px;
	float: left;
	text-align: left;
}
.headerrgt {
    width: 450px;
	float: left;
}

/* Body */

.bodytop {
    width: 850px;
}
.bodytoplft {
    width: 407px;
	height: 264px;
	background: url(/images/body_top_01.gif) no-repeat;
	float: left;
}
.bodytoprgthm {
	width: 443px;
	height: 264px;
	background: url(/images/body_top_02.gif) no-repeat;
	float: left;
}
.bodytoprgt404 {
	width: 443px;
	height: 264px;
	background: url(/images/body_top_404.gif) no-repeat;
	float: left;
}
.bodytoprgtcomplex {
	width: 443px;
	height: 264px;
	background: url(/images/body_top_complex.gif) no-repeat;
	float: left;
}
.bodytoprgtunits {
	width: 443px;
	height: 264px;
	background: url(/images/body_top_units.gif) no-repeat;
	float: left;
}
.bodytoprgtcontact {
	width: 443px;
	height: 264px;
	background: url(/images/body_top_contact.gif) no-repeat;
	float: left;
}
.bodytoprgtphotos {
	width: 443px;
	height: 264px;
	background: url(/images/body_top_photos.gif) no-repeat;
	float: left;
}
.bodytoprgtlocal {
	width: 443px;
	height: 264px;
	background: url(/images/body_top_info.gif) no-repeat;
	float: left;
}
.bodytoprgtresidents {
	width: 443px;
	height: 264px;
	background: url(/images/body_top_residents.gif) no-repeat;
	float: left;
}
.bodybottom {
    width: 850px;
	margin: 0 0 -20px 0;
	padding: 0 0 0 18px;
	background: url(/images/background.png) repeat-y;
	text-align: left;
}
.bodybottomnavbar {
    width: 804px;
	height: 1.6em;
	background-color: #E4E4C9;
	border-bottom: #355b46 1px solid;
	border-top: #355b46 1px solid;
	text-align: left;
	padding: 4px 0 0 10px;
	margin: 0 0 10px 0;
	clear: both;
	-webkit-text-size-adjust: none;
}	
a.navlinks {
    color: #000000;
	margin: 0 0 0 5px;
	padding: 3px;
}
a.navlinks:hover,
a.navlinks:focus,
a.navlinks:active {
    background-color: #355b46;
	color: #f1ecbb;
	text-decoration: none;
}
.bodycontent {
    width: 790px;
	margin-left: 20px;
}
.bodyfooter {
    background: url(/images/back_bottom.png) no-repeat;
	width: 850px;
	height: 40px;
}

/* Footer */

.footer p {
    text-align: center;
}
.footer h2 {
    font-size: 0.9em !important;
}
.footerone {
    width: 200px;
	float: left;
}
.footertwo {
    width: 425px;
	float: left;
}
.footerthree {
    width: 200px;
	float: left;
}