    /********************
     ** html elements ***
     ********************/

    body {
        margin: 0px;
        background-image: url(/images/site-background-2.jpg);
        color: #562205;
        font-family: Times, "Times New Roman", serif;
	    font-size: 12pt;
	    font-weight: normal;
    }

    div {
        margin: 0px;
        padding: 0px;
    }

    ul
    {
	    margin-top: 0px;
    }

    a
    {
	    color: #562206;
	    text-decoration: underline;
    }

    h1
    {
	    color: #7f9b50;
	    font-family: "Goudy Old Style", Times, "Times New Roman", serif;
	    font-size: 16pt;
    }

    .h1title
    {
        PADDING-RIGHT: 0px;
        PADDING-LEFT: 0px;
        FONT-WEIGHT: bold;
        FONT-SIZE: 14pt;
        PADDING-BOTTOM: 0px;
        MARGIN: 0px;
        PADDING-TOP: 0px;
        FONT-FAMILY: Times, "Times New Roman", Serif;
        TEXT-DECORATION: none
    }

    h2
    {
	    font-family: Arial, Verdana, Helvetica, sans-serif;
	    font-size: 11pt;
	    font-style: normal;
	    color: #562205;
	    display: inline;

    }

    hr {
	    color: #948B78;
    }


    /** Layout wrapper **/
    #doc {
        width: 875px;
        margin-left: auto;
        margin-right: auto;

    }

    /*******************
     ** header div's ***
     *******************/
    #docheader {
        height: 100px;
        width: 875px;
        background-color:white;
    }

    #docheaderlogo {
        height: 86px;
        width: 147px;
        float: left;
        margin: 8px 0px 0px 10px;
    }

    #docheaderlogo a img {
        border: 0px;
    }

    #docheadermenu {
        width: 400px;
        height: 20px;
        text-align: right;
        float: right;
        margin: 8px 10px 0px 0px;
    }

    #docheadermenu ul {
        padding: 0px;
        margin: 0px;
    }

    #docheadermenu ul li {
        display: inline;
        margin-left: 12px;
	    font-size: 12px;
	    padding: 0px;
	    font-family: Arial, Verdana, Sans-Serif;
	    color: #918b7e;
    }

    #docheadermenu ul li a {
        font-family: Arial, Verdana, Sans-Serif;
	    color: #918b7e;
	    font-size: 12px;
	    text-decoration: none;
    }

    #docheadermotto {
        height: 42px;
        width: 315px;
        float: right;
        margin: 20px 10px 0px 0px;
    }

    /*****************
     ** menu div's ***
     *****************/
    #docmenu {
        height: 30px;
        background-image: url(/images/menu-background.gif);
    }

    #docmenuitems {
        left: 5px;
        position: relative;
        top: 5px;
    }

    #docmenuitems ul {
        padding: 0px;
        margin: 0px;
    }

    #docmenuitems ul li {
        display: inline;
        margin-left: 12px;
        font-size: 12px;
        font-family: Arial, Verdana, Sans-Serif;
    }

    #docmenuitems ul li a {
        COLOR: #562206;
        TEXT-DECORATION: none
    }

    /*****************
     ** upper body ***
     *****************/
    #docbody {
        width: 875px;
    }

    #docbodyad {
        width: 625px;
        height: 253px;
        background-color: #564d3c;
        text-align:center;
        float: left;
    }

    #docbodysearch {
        width: 250px;
        height: 253px;
        float: right;
        background-color: #e5e0cf;
	    background-image: url(/images/leaf-background.jpg);
	    background-repeat: no-repeat;
	    font-family: Arial, Verdana, Helvetica, sans-serif;
	    font-size: 10pt;
	    color: #9e9785;

    }

    #docbodysearch form
    {
        margin: 0;
        padding: 10px;
        width:230px;

    }

    #docbodybar {
        background-image: url(/images/green-rule-2.jpg);
        background-repeat: repeat-x;
        height: 13px;
        width: 875px;
        float: left;
        font-size: 1px; /** IE won't shrink to a height of 13 since it's adding space for text **/

    }

    /*******************
     ** content area ***
     *******************/
    #docbodycontent {
        background-image: url(/images/content-background.jpg);
        width: 875px;
        overflow: auto;
        float: left;
        font-family:Arial, Verdana, Sans-Serif;
        font-size: 12px;
    }

    #docbodyleft {
        width: 585px;
        /** width: 410px; **/
        float: left;
        padding: 10px 20px 10px 20px;
        background-color: white

    }

    #docbodyright {
        width: 250px;
        float: right;
    }

    #docbodyright a
    {
        text-decoration:none;
    }

    .sidebartitle {
	    border-bottom: solid 2px #6d8f39;
	    font-family: Times, "Times New Roman", serif;
	    font-weight: 700;
	    font-size: 16px;
	    color: #6d8f39;
	    margin-left:10px;
	    margin-right: 10px;
	    padding-top: 5px;
	    margin-bottom: 10px;

    }

    /******************
     ** footer divs ***
     ******************/
    #docfooter {
        width: 875px;
        color: white;

        top: 229px;
        float: left;
    }

    #docfooterethics
    {
        margin-top: 5px;
        text-align: center;
    }
    #docfooterethics a
    {
        color: #cbc2a1;
        font-family: "Goudy Old Style", Times, "Times New Roman", serif;
        font-size: 14px;
    }
    #docfooterlinks
    {
        text-align: center;
        margin-top: 5px;
    }
    #docfooterlinks a
    {
        color: #c9c4c1;
        text-decoration: underline;
        font-size: 10px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        margin-right: 3px;
    }

    #docfooterlogos
    {
        float:right;
        position: relative;
        top: -30px;
    }


    /**
        location page imagemap needs to float left
        (can't use id since asp uses _ as first char
        in id
     **/
    .floatleft
    {
        float:center;
        padding: 0;
        margin: 0;
    }

    /**************************
     ** location page styles **
     **************************/
    .commpagemainphoto
    {
        border: solid 1px black;
        width: 198px;
        height: 149px;
        float: left;
        margin-left: 25px;
        margin-top: 20px;
        margin-bottom: 5px;

    }

    .commpagephoto1, .commpagephoto2, .commpagephoto3, .commpagephoto4, .commpagephoto5
    {
        border: solid 1px black;
        width:35px;
        height:28px;

    }
    .contactbutton
    {
        margin-left: 25px;
        margin-top: 5px;
    }
    .commpagephoto1
    {
        margin-left: 25px;
    }
    .commpagename
    {
        font-family: "Times New Roman", "Goudy Old Style", Times, serif;
        color:white;
        font-size: 20px;
        float: left;
        padding-top: 5px;
        padding-left: 10px;
        width:600px;

    }

    .commpageaddress
    {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        color: #e4dece;
        font-size: 11px;
        float: left;
        padding-top: 5px;
        padding-left: 10px;
        width: 600px;
    }

    #servicestitle
    {
        float: left;
        width: 214px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        color: #e4dece;
        font-size: 13px;
        padding-left: 10px;

    }

    #verticalrule
    {
        height: 170px;
        width: 1px;
        float:left;
        background-color: #e4dece;
    }

    .commpagephone
    {
        font-family: Times, "Times New Roman", Serif;
        color: White;
        font-size: 26px;
        font-weight: bold;
        float: left;
        padding-left: 10px;
        padding-top: 0px;
        width: 312px;

    }

    .commpagefax
    {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        color: White;
        font-size: 11px;
        float: left;
        padding-left: 10px;
        width: auto;
    }

    .commpagemaps
    {   float: left;
        padding-top:40px;
        padding-left: 10px;
        width:312px;
        color: White;
    }

    .commpagelicense
    {
        float: left;
        padding-left: 10px;
        color: #e4dece;
        font-style: italic;
        font-size: 11px;
        width: 210px;

    }

    .commpagetour, .commpageemailus, .commpageemailpage
    {
        float: left;
        padding-left: 10px;
        padding-bottom: 5px;
        width: 210px;
        font-size: 11px;
        color: #e4dece;

    }

    .commpageemailus
    {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        color: White;
        font-size: 11px;

    }
    .commpageemailus a
    {
        text-decoration: underline;
        color: #e4dece;
    }

    .commpageoverview
    {
        color: #564D3B;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
    }

    .commpageservices
    {
        font-family: Arial, Verdana, Helvetica, sans-serif;

        font-size: 11px;
    }

    #communityinfoheader
    {
        float: left;
        height: 70px;
        width: 600px;
    }
    #communityinfoleft
    {
        float: left;
        height:183px;
        width:300px;
    }
    #communityinfoservices
    {
        float: left;
        text-align: center;
        height: 183px;
        width: 300px;
    }

    #communityinfoservices ul
    {
        margin-top:25px;
    }

    #findacommunitybutton
    {
        height: 60px;
        background-color: #564d3c;
        text-align: center;
    }
    #findacommunitybutton img
    {
        margin-top: 10px;
    }

    .searchtitle
    {
        font-size: 14px;
        font-weight:700;
        color:#807c71;
        font-family: Times, "Times New Roman", Serif;
    }

    .listingmoreinfo
    {
        color: #7f9b50;
        font-size:8pt;
    }
    .communityphotocell
    {
        padding-left:25px;
    }
    .communityphotocell a img
    {
        width: 175px;
        height: 121px;
        border: solid 1px black;
    }
    .CommQuote
    {
        font-style: italic;
        font-size: 16px;
        font-family: Times, "Times New Roman", Serif;
    }
    .FadingQuotes
    {
        font-size: 15px;
        font-style:italic;
        font-weight: 500;

        text-align: center;
    }
    .virtualtour
    {
        padding-top:10px;
        text-align:center;
    }