#communitiesmenu {
    width: 195px;
    min-height: 400px;
    margin: 5px 5px 5px 5px;
    padding-bottom: 10px;
    background: #a74e12 url(../images/smenubacktop.png) top left repeat-x;
    border: 5px solid #460c07;
    color: #fff;
    text-align: left;
    float: left;

}

#communitiesmenu ul {list-style-type: none;}
#communitiesmenu li ul {display: none;}
#communitiesmenu li:hover > ul {display:block; }
#communitiesmenu > li:hover > ul {}


#communitiesmenu a {
    text-align: left;
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

#communitiesmenu a:hover {
    text-decoration: underline;
}

#communitiesmenu p {
    text-align: left;
    margin: 0;
    margin-left: 20px;
    font-size: 12px;
    color: #aaa;
}

#communities h2 {
    margin: 10px auto;
}



#communitiescontent p {
    margin: 10px;
}

#communitiescontent h3 {
    margin-left: 10px;
}

#communitiescontent {
    width: 745px;
    margin: 5px;
    padding: 5px;
    float: left;
    background: #a74e12 url(../images/smenubacktop.png) top left repeat-x;
    border: 5px solid #460c07;
    color: #fff;
    min-height: 500px;
}
.sectpic {
    float: left;
    padding: 8px;
}

.underline {
    text-decoration: underline;
}
.extratopmargin {
    margin-top: 10px;
}
#communitiescontent ul {
    margin-left: 30px;
}

.resourcemenu {
    margin-left: 20px;
    font-size: 12px;
    display: none;
}

.resourcemenu a {
    margin-bottom: 3px;
    font-size: 12px;
}

#communitiesresourcesmenu {
    margin: 5px 0 5px 30px;
    padding: 10px;

}

#communitiesresourcesmenu a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #fff;
}
#communitiesresourcesmenu a:hover {
    text-decoration: underline;
}

.communitiesoffices {
    clear: both;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.communitiesoffices h2 {
    padding-top: 10px;
}

#contactform {
    clear: both;
    width: 600px;
    margin: 10px 30px;
    border: 1px solid #000;
    padding: 5px;
}

#contactform h2 {
    display: block;
    width: 590px;
    margin: 5px auto;
    color: #fff;
    padding: 5px;
    background: #a74e12 url(../images/smenubacktop.png) top left repeat-x;
}

.formlabel {
    clear: both;
    padding-right: 5px;
    width: 190px;
    display: block;
    float: left;
    text-align: right;
    margin-top: 5px;
}

.inputtext {
    margin-top: 5px;
    width: 250px;
}

.checkbox {
    margin-right: 3px;
}

#mleft {
    width: 180px;
    float: left;
    border: 2px solid #444;
    padding: 3px;
    height: 520px;
    overflow: auto;
}

#mright {
    margin-left: 5px;
    border: 2px double #fff;
    width: 520px;
    padding: 5px;
    float: left;
}

.slisting {
    margin-top: 5px;
    background-color: #fff;
    color: #000;
    padding: 3px;
    font-size: 12px;

}

#gmap {
    width: 520px;
    height: 520px;
}


#tabsmain {
    position: relative;
    display: block;
}

#townhome,  #listingdisplay, #townlistings, #googlemap {
    display: none;
    color: #fff;
}

#googlemap {
    display: none;
}

#townlistings {
    height: 520px;
    overflow: auto;
}
#spacer {
    width: 100%;
    height: 50px;
    background-color: yellow;
    position: relative;
}

.sectionmenu {
    width: 100%;
    background: #000 url(../images/menuback.png) top left repeat-x;
    color: #fff;
    height: 25px;
}

.sectionmenu a {
    color: #fff;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.sectionmenu a:hover {

    background: #000 url(../images/menuhover.png) top left repeat;
}

#featuredproperties,
#communitybio {
    background: transparent;
    float: left;
    margin-left: 10px;
    width: 415px;

}

#featuredproperties {
    width: 290px;
    float: right;
    margin-right: 10px;
    text-align: center;
}

.featuredproperty {margin-top: 10px;}
.featuredproperty img { border: 0;}
.featuredproperty a {text-decoration: none;}

.caption {
    text-align: center;
    background: #411;
    color: #fff;
    border: 2px solid black;
}
.caption a {
    text-decoration: none;
    color: #fff;
}
.caption a:hover {
    text-decoration: underline;
}

.fmenu {
    font-size: 12px;
    color: #fff;
    background: transparent;
    float: right;
    clear: right;
    border: 1px solid #fff;
    padding: 5px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 0px;
}

.fmenu p {
    color: #fff;
    background-color:#490e07;
    display: block;
    width: 100%;
}
.fmenu a {
    display: block;
    width: 100%;
    background: transparent;
    text-decoration: none;
    color: #fff;
}

.fmenu a:hover {
    text-decoration: underline;
}