body {
  margin: 0px;
  border: 0px;
  background-color: #E8EEE4;
}

p, ul, ol, td, tr, table {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 130%;
color: #333;
}

a:link {
font-size: 13px;
color: #5A7946;
text-decoration: underline;
}

a:visited {
font-size: 13px;
color: #5A7946;
text-decoration: underline;
}

a:hover {
font-size: 13px;
color: #333;
text-decoration: underline;
}

.nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 130%;
color: #FFFFFF;
}

a.nav:link {
font-size: 14px;
color: #FFFFFF;
text-decoration: none;
}

a.nav:visited {
font-size: 14px;
color: #ffffff;
text-decoration: none;
}

a.nav:hover {
font-size: 14px;
color: #ffffff;
text-decoration: underline;
}

.linkLeft {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 130%;
color: #000000;
}

a.linkLeft:link {
font-size: 12px;
color: #000000;
text-decoration: underline;
}

a.linkLeft:visited {
font-size: 12px;
color: #000000;
text-decoration: none;
}

a.linkLeft:hover {
font-size: 12px;
color: #2748A9;
text-decoration: underline;
}

.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}

a.footer:link {
font-size: 11px;
color: #5A7946;
text-decoration: none;
}

a.footer:visited {
font-size: 11px;
color: #5A7946;
text-decoration: none;
}

a.footer:hover {
font-size: 11px;
color: #5A7946;
text-decoration: underline;
}

.heading18 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 22px;
font-weight: normal;
color: #5A7946;
}

.heading16 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: normal;
color: #5A7946;
}
a.heading16:link {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: normal;
color: #5A7946;
}
.heading14 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #5A7946;
}

.heading16LtGrn {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #E8EEE4;
}

.tdBkg {
vertical-align: top;
background-image: url('pics/bkg-vert.jpg');
background-color: #CFDBC4;
}

.phone {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
color: #000000;
}

.hr90  {
color:#CFDBC4;
width: 90%;
size: 1px;
text-align: center;
}

/* CSS FOR DROPDOWN MENU */
#dropmenudiv{
     border-left:1px solid gray;
     border-right:1px solid gray;
     border-top:1px solid gray;
     border-bottom:0px solid gray;
     position:absolute;
     line-height:18px;
     z-index: 100;
     font-style:normal;
     font-variant:normal;
     font-weight:normal;
     font-size:12px;
     font-family:Verdana;

}

#dropmenudiv a{
     width: 100%;
     display: block;
     text-indent: 6px;
     border-bottom: 1px solid #65864E;
     padding: 2px 0;
     text-decoration: none;
     font-weight: normal;
     font-size:12px;

}

#dropmenudiv a:hover{ /*hover background color*/
     background-color: #97B380;
       color: #FFFFFF;
       font-size:12px;
}

/* CSS FOR SLIDESHOW SCRIPT */
#imageSlideshowHolder{
  margin:0px; /* "Air" */
  float:none; /* Floating gallery at the right side of other web page content */
  width:450px; /* Image width */
  height:302px; /* Image height */
  position:relative; /* Don't remove this line */
}

/* Don't change these values */
#imageSlideshowHolder img{
  position:absolute;
  left:0px;
  top:0px;
}