
a {
color: #016a73;
text-decoration: none;
}

a:hover {
color: #016a73;
text-decoration: underline;
}

a:current {
color: #016a73;
text-decoration: none;
}

h1 { margin-top: 0px; font-family: Georgia; font-size: 190%; font-weight: normal; color: #016a73; }

h3
  {
  margin: 0px 0px 0px 0px;
  font-family: Georgia;
  font-size: 125%;
  font-weight: normal;
  background: transparent;
  color: #016a73;
  }

#header-home
  {
  height: 289px;
  background: url(/images/maintenance/maintenance-main.jpg) no-repeat top right;
  position: relative;
  }

#menu li#current a { color: #016a73; text-decoration: none; }


.green-box
  {
  background: #016a73 url(/images/ggrad-maintenance.gif) repeat-x bottom left;
  padding: 10px 10px 10px 15px;
  color: white;
  text-align: right;
  }

.grass-box
  {
  background: #248A8C url(/images/gbox-grass-maintenance.gif) repeat-x bottom left;
  padding: 10px 10px 90px 15px;
  color: white;
  text-align: right;
  }

#footer
  {
  height: 4em;
  line-height: 4em;
  background-color: #016a73;
  padding-right: 2em;
  padding-left: 2em;
  color: white;
  }