*{
    margin: 0;
    padding: 0;
}

body{
    background: #fff;
    color: #3c3c3c;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
}

p{
    padding: 5px 0;
}

a{
    color: #7f630c;
}

a img{
    border: 0;
}

li{
    padding: .3em;
}

h1,h2,h3, .heading{
    color: #2a8245;
}

#wrapper{
    background: #fff;
    margin: 20px auto;
    min-height: 300px;
    padding: 10px;
    width: 950px;
}

#menu{
    background: url(/images/menubg.jpg) repeat-x;
    font-size: 1.3em;
    height: 40px;
    margin-bottom: 3px;
}

#menu ul{
    list-style-type: none;
}

#menu li{
    float: left;
    padding: 7px 0;
    text-align: center;
    width: 150px;
}

#menu a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#menu a:hover{
    color: #ffff77;
}

#header{
  /*  background: url(/images/headerbg.jpg) no-repeat; */
    border: 1px solid #d7ce9d;
    height: 200px;
    overflow: hidden;
    width: 948px;
}

.logo{
    margin: 50px 0 50px 50px;
}

#content{
    background: #f9faee;
    font-size: .8em;
    min-height: 200px;
}

#content h1{
    color: #2a8245;        
}
#google_translate_element a{
    color: #000000;        
}

#types{
  /*  background: #f6f9d2;*/
}

.top{
    background: url(/images/top.jpg) no-repeat bottom;
}

.mid{
    background: url(/images/middle.jpg) repeat-y;
    height: 250px;
    overflow: hidden;
    padding: 0 15px;
}

.bottom{
    background: url(/images/bottom.jpg) no-repeat;
}

.residenttype{
    float: left;
    margin: 3px 4px;
    width: 308px;
}   

#apartmentlist{
    padding: 10px 25px;
}

#apartmentlist ul{
    list-style-type: none;
}

.aptlist{
    float: left;
    margin: 10px;
    width: 425px;
}

.aptimg{
    float: right;
}

#sidebar{
    background: #dbe6ca;
    border-left: 1px dotted #3c3c3c;
    margin-left: 700px;
    padding: 5px;
    width: 239px;
}

#info{
    float: left;
    padding: 5px;
    width: 690px;
}

#info p{
    padding: 10px 0 10px 0;
}

#info p.desc{
    margin-right: 260px;
}

ul.amenities, #sidebar ul{
    list-style-type: none;
}

.amenities li{
    display: block;
    float: left;
    height: 30px;
/*    margin: 3px 0;*/
    width: 200px;
}

.aptlogo{
    padding: 20px 0 0 0;
}

.photo{
    clear: right;
    float: right;
    margin: 5px;
}

#units{
    background: #dbe6ca;
    border: 1px solid #3c3c3c;
    clear: left;
    padding: 5px;
}

#units table{
    width: 100%;
}

#units thead{
    font-weight: bold;
}

#units td{
    padding: 3px;
    text-align: center;
}

#aboutside{
    background: #dbe6ca;
    border: 1px dotted #3c3c3c;
    float: right;
    min-height: 150px;
    padding: 10px;
    width: 180px;
}

#abouttext{
    margin-right: 210px;
}

#text{
    padding: 10px;
}

#text ul{
	padding-left: 15px;
}

dt{
    color: #7f630c;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 0;
    text-decoration: underline;
}

.upper{
    text-transform: capitalize;
}

.bio{
    min-height: 160px;
}

.bioimage{
    float: left;
    margin-right: 5px;
}

#form{
    padding: 5px;
    width: 940px;
}

label{
    float: left;
    margin-right: 5px;
    text-align: right;
    width: 14em;
}

input, textarea, button{
    border: 1px solid #464646;
    width: 20em;
}

input{
    width: 20em;
}

textarea{
    width: 20.5em;
    height: 10em;
}

button{
    width: 10em;
}

.button{
    background: #2fb557;
    color: #fff;
    font-weight: bold;
    padding: 0 5px;
}

.formfield{
    width: 20em;
}

.error{
    background: #ffeeee;
    border: 1px solid #a60011;
    color: #a60011;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
}

#footer{
    background: #2fb557;
    clear: both;
    color: #fff;
    font-size: .8em;
    font-weight: bold;
    padding: 3px;
    text-align: center;
}

#footer p{
    margin: 0 auto;
    width: 250px;
}

#handicaplogo{
    float: right;
    height: 100px;
    padding: 20px 10px 0 0;
}

#ehologo{
    float: left;
    height: 100px;
    padding: 20px 0 0 10px;
}

.clear{
    clear: both;
}

.clearleft{
    clear: left;
}

.clearright{
    clear: right;
}

.print{
    display: none;
}
