/* CSS Document */


body {
  background: #99C832;
  margin: 0px;
  padding: 0px;
  align: left;
  font-family: sans-serif;
  font-size: 12px;
  color: #000000;
}

h1 {
font-family: sans-serif;
font-size: 14px;
font-weight: bold;
}

h2 {
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
} 

h3 {
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
color: #99C832;
} 

img{  
  border-style: none;
}

a:link{ 
  color: #666666;
}
	
a:visited{ 
  color: #666666;
}

a:hover{ 
  color: #000000;
}

#header {
  margin-left: auto;
  margin-right: auto;
  width: 676px;
  height: 20px;

}

#container {
  background: #FFFFFF;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  width: 676px;
  border-style: solid;
  border-width: 5px;
  border-color: #000000;
}

#navigation {
  background: #FFFFFF;
  width: 676px;
  height: 100px;
}

#navbuttons{
   text-align:right;
   align:right;
   float:right;  
   background: #99C832;
   width: 190px;
   height: 98px;
   padding: 0px 10px 0px 0px;
}

img.noborder{
  border: 0px;
  margin: 0px;
  padding: 0px;
  }

#flashnav {
  float:left;
}

/* services */
#navservices a {
  float: right;
  clear: right;
  display:block;
  background: #99C832;
  width: 126px;
  height: 22px;
  padding: 0px 0px 0px 0px;
  margin: 4px 0px 0px 0px;
  background: url("img/NAV_services.gif") 0 0 no-repeat;
}
#navservices a:hover { 
  background-position: 0 -22px;
}

/* about */
#navabout a {
  float: right;
  clear: right;
  display:block;
  background: #99C832;
  width: 126px;
  height: 22px;
  padding: 0px 0px 0px 0px;
  background: url("img/NAV_about.gif") 0 0 no-repeat;
}
#navabout a:hover { 
  background-position: 0 -22px;
}

/* directions */
#navdirections a {
  float: right;
  clear: right;
  display:block;
  background: #99C832;
  width: 126px;
  height: 22px;
  padding: 0px 0px 0px 0px;
  background: url("img/NAV_directions.gif") 0 0 no-repeat;
}
#navdirections a:hover { 
  background-position: 0 -22px;
}

/* contact */
#navcontact a {
  float: right;
  clear: right;
  display:block;
  background: #99C832;
  width: 126px;
  height: 22px;
  padding: 0px 0px 0px 0px;
  background: url("img/NAV_contact.gif") 0 0 no-repeat;
}
#navcontact a:hover { 
  background-position: 0 -22px;
}

#intro {
  color: #888888;
  text-align: left;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
}

#content01 {
  background: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 672px;
  text-align: left;
  padding: 0px 0px 0px 4px;
}

#content02 {
  background: #FFFFFF;
  color: #000000;
  text-align: left;  
  padding: 10px 10px 20px 4px;
}

#content03 {
  background: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 672px;
  text-align: center;
  padding-left: 4px;
}

#greenrule {
  width: 672px;
  height: 1px;
  text-align: center;
  background: #99C832;
}

div.clearer {
   clear: right;
   line-height: 0; 
   height: 0;
   }

.texta {
 background-color: #FFFFFF;
 border: 1px solid #99C832;
}

#formleft {
  width: 100px;
  text-align: right;
  float: left;
  padding-top: 2px;
  padding-right: 10px;
}

#formright {
  width: 400px;
  text-align: left;
  padding-top: 2px;
}

#copy {
  text-align: left;
  font-family: sans-serif;
  font-size: 10px;
  color: #000000;
  padding-right: 10px;
}

#content_footer {
  background: #99C832;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  width: 676px;
  float: bottom;
  padding: 5px 0px 5px 0px;
}

