/* =================================================
    CSS STYLES FOR [site]
   =================================================*/ 
   
/* =================================================
    CSS STYLES FOR East Ridge
   =================================================*/   
/* 
  === Basic Color Directory === 
Green          #094433
Mint          #9fb7ab
Coral         #b3c8bf
Yellow        #ffffcc
Peach         #f6bf85

*/ 
   
body {
  width:740px;
  text-align:left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; 
  font-weight:normal; 
  background-image: none;
  background-color:#eeeeee;
  color:#000000;
  line-height:normal;
  }

h1, h2, h3, h4, h5 {color:#094433;}
h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {line-height:0px; }
h5 {font-size:14px; letter-spacing:-1px;}

a:link, a:visited, a:active{text-decoration:none; color: #094433;}
a:hover {text-decoration:underline; color: #094433;}
.small {font-size:10px; font-weight:normal;}
.big {font-size:18px; font-weight:bold;}
.italic{font-style:italic;}
.error {color:#cc0000;}
.message {text-align:center; font-weight:bold;}
.hidden {display:none;}
.noPrint{display:none;}
.indent {margin-left:15px;}
.left {float:left;}
.right {float:right;}
.imgLeft {float:left; margin:3px 5px 3px 0px;}
.imgRight {float:right; margin:3px 0px 3px 5px;}
.imgCenter {width:744px; margin:0px auto;}
.center{text-align:left;}
.bold{font-weight:bold;}
img {border:0;}

ul li {list-style-type:circle ;}
ol li {list-style-type:decimal;}
.closer {font-size:1px; clear:both; height:0px;}

#map{width:380px; height:292px;}

#header{}
.living .living, .about .about, .community .community, .services .services, .contact .contact {border:solid 1px #ffffcc; padding:3px; background-color:#094433;}

#navigation {display:none;}
#subNav {display:none;}
#container{padding:5px 5px 10px 5px; background-color:#ffffff; margin:5px 0px;}
#footer span{font-size:11px; font-weight:bold; color:#000000;}
#footer{text-align:left;}

.map{padding:5px;}
.textSize{background-color:#9fb7ab; float:right; width:120px; padding:5px; border:solid 1px #094433; margin-top:5px; font-size:12px;}
.updown{border:solid 1px #ffffff; padding:2px 6px; line-height:15px;}


