body {
    background: url('../images/bkg-body.jpg') center top no-repeat;
}
a {
    color: #393d3d;
}
a:hover {
}
h1 {
    font-size: 2em;
    color: #393d3d;
    text-shadow: 0 1px 3px #393d3d;
    margin: 0 0 .5em;
}
h2 {
    font-size: 1.7em;
    font-weight: normal;
    color: #393d3d;
    margin: 0 0 .5em;
}
h3 {
    font-size: 1.7em;
    font-weight: normal;
    color: #fff;
    margin: 0 0 .5em;
    text-shadow: 0 1px 3px #393d3d;
}
h4 {
    font-size: 1.25em;
    font-weight: normal;
    margin: 0 0 .5em;
}
#container {
    width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}
.container_16 {
    background: #fff;
}
#header {
    background: #B8B9BB url('../images/bkg-header.png') repeat-x top;
    padding: 15px 0;
}
#header #navbar ul {
    margin: 0 0 10px;
}
#header #navbar ul li {
    float: left;
    margin: 0 30px 0 0;
}
#header form input {
    margin: 0 0 5px;
}
#banner {
    background: url('../images/bkg-banner.jpg') no-repeat center;
    height: 240px;
}
#banner #bannertext,
#banner #threesixty {
    margin: 20px 0;
    padding: 20px;
    height: 160px;
    background: url('../images/bkg-40.png');
	color: #fff;
	border: 1px solid #fff;
	overflow: hidden;
}
#banner #threesixty {
    text-align: center;
}
#banner #threesixty img {
    border: 1px solid #000;
    margin: 0 0 20px;
}
#content {
    margin: 0 0 20px;
}
#content ul {
    margin: 0 0 20px;
}
#content ul li {
    margin: 0 0 0 10px;
}
#content ul a {
    text-decoration: underline;
}
.page-title {
    font-size: 22px;
    margin: 10px 0;
    padding: 0 0 10px;
    border-bottom: 2px solid #c1c2c4;
    color: #666;
    text-shadow: none;
}
#sidebar {
    margin: 10px 0 0;
    padding: 20px;
    /* background: url('../images/bkg-sidebar.png') repeat-y; */
    background: #D8D9DB;
    border: 1px solid #393d3d;
}
#latestnews,
#newsletter,
#calendar {
    margin: 30px 0;
    padding: 10px 0;
    border-top: 2px solid #c1c2c4;
}
#calendar img {
    border: 1px solid #333;
}
#latestnews .byline {
    display: block;
    margin: 0 0 .5em;
    font-size: 1.9em;
    font-style: italic;
    color: #089697;
}
.pdf {
    padding-left: 34px;
    background: url('../images/icon-pdf.jpg') no-repeat;
}
.callout {
    padding-left: 34px;
    background: url('../images/callout.gif') no-repeat;	
}
.newsletter {
    border: 1px solid #000;
    height: 199px;
}
#footer {
    background: url('../images/bkg-footer.png') repeat-x top;
    padding: 0 0 40px;
}
#footer h3 {
    font-size: 1.3em;
    color: #333;
}
#assoc,
#neighbor {
    margin: 15px 20px;
}
#homes,
#photos {
    margin: 15px 0;
}
#homes img,
#photos img {
    border: 1px solid #000;
}
.devnote {
    color: red;
}
.badge-360 {
    float: left;
    background: url('../images/icon-360.png') no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
}
.photos {
	margin: 0 0 20px;
}
#content .photos ul li {
    float: left;
	margin: 0 10px 5px 0;
}
.photos img {
    height: 80px;
    border: 1px solid #333;
}
.clr {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


