html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .80em;
  background: #999
}

p
{ margin: 10px;
  padding: 0px 20px 10px 20px;
  line-height: 1.7em;
  color: #333
}

.zerobottom
{ margin: 10px;
  padding: 0px 20px 0px 20px;
  line-height: 1.7em;
}

.smaller
{ margin: 10px;
  padding: 0px 20px 0px 20px;
  font-size: .75em;
  line-height: 1.6em;
}


h1
{ font-family: arial, sans-serif;
  font-size: 108%;
  padding: 20px 0px 2px 30px;
  letter-spacing: .1em;
  line-height: 2.0em;
  color: #333
  
}

h3
{ font-family: arial, sans-serif;
  font-size: 108%;
  padding: 10px 0px 0px 30px;
  line-height: 1.0em;
  color: #333;
  clear: both;
}

a { outline: none; }

img { border: 0px; }


ul li 
{ list-style-type: square;
  margin: 0px 80px 4px 16px; 
  padding: 0px;
  line-height: 16px;
  color: #333
}

ol li 
{ margin: 0px 80px 0px 16px; 
  padding: 0px;
  line-height: 16px;
  color: #333
}


/* margins to center content */
#main, #menu, #banner, #content, #links, #footer
{ margin-left: auto; 
  margin-right: auto;
}

#main
{ width: 780px;
  color: #666
}

#menu
{ height: 30px;
  width: 778px;
  font-size: .70em;
  position: relative;
  padding-top: 15px;
  background: #FFF;
  color: #D5D2D6;
  border-color: #004A39;
  border-right: 1px solid #004A39;
  border-left: 1px solid #004A39;
}
#banner
{ width: 778px;
  height: 112px;
  border-top: 1px solid #004A39;
  border-bottom: 1px solid #004A39;
  border-right: 1px solid #004A39;
  border-left: 1px solid #004A39;
}


/* menu nav bar*/


#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px 5px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 20px;
  text-decoration: none; 
  padding: 6px 19px 4px 19px;
  text-transform: uppercase;
  font-size: 98%;
  background: #003333;
  color: #FFF;
  border-color: #004A39
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ height: 20px;
  padding: 6px 19px 4px 19px;
  border: 0px;
  background: #4CAC96;
  color: #FFF
} 


#content
{ width: 778px;
  overflow: hidden;
  background: #FFF;
  color: #336633;
  border-right: 1px solid #004A39;
  border-left: 1px solid #004A39;
} 

#content a 
{ text-decoration: underline;
  background: #FFF;
  color: #004A39;
}

#content a:hover
{ text-decoration: underline;
  background: #FFF;
  color: #333;
}
#footer
{ width: 738px;
  height: 50px;
  font-size: 88%;
  padding: 14px 21px 10px 19px;
}

#footer
{ text-align: center; 
  background: #FFF;
  color: #333;
  border-color: #004A39;
  border-top: 1px solid #004A39;
  border-right: 1px solid #004A39;
  border-left: 1px solid #004A39;
  border-bottom: 1px solid #004A39;
}

#footer a, #footer a:hover
{ text-decoration: none;
  background: #FFF;
  color: #004A39;
}
body#services a#nav_services, 
body#project a#nav_project, 
body#survey a#nav_survey, 
body#engineering a#nav_engineering, 
body#directions a#nav_directions, 
body#links a#nav_links
{
font-weight: bold;
font-size: 112%;
color: #9C9;
}