
a:link.footer {color: #c6a718; text-decoration: none;}
a:link.footer2 {color: #333333; text-decoration: none;}
a:visited.footer {color: #c6a718; text-decoration: none;}
a:hover.footer2 {color: #DCCC83; text-decoration: underline;}
a:hover.footer {color: #DCCC83; text-decoration: underline;}


a.nav1 {
  display: block;
  width: 160px;
  height: 45px;
  background: url(../images/nav/nav_aboutus.gif) 0 0 no-repeat;
  text-decoration: none;
  }

a:hover.nav1 {
  background-position: 0 -45px;
  }
  
a.nav2 {
  display: block;
  width: 160px;
  height: 45px;
  background: url(../images/nav/nav_clientservices.gif) 0 0 no-repeat;
  text-decoration: none;
  }

a:hover.nav2 {
  background-position: 0 -45px;
  }

a.nav3 {
  display: block;
  width: 160px;
  height: 45px;
  background: url(../images/nav/nav_careers.gif) 0 0 no-repeat;
  text-decoration: none;
  }

a:hover.nav3 {
  background-position: 0 -45px;
  }

a.nav4 {
  display: block;
  width: 160px;
  height: 45px;
  background: url(../images/nav/nav_projects.gif) 0 0 no-repeat;
  text-decoration: none;
  }

a:hover.nav4 {
  background-position: 0 -45px;
  }

a.nav5 {
  display: block;
  width: 160px;
  height: 45px;
  background: url(../images/nav/nav_contactus.gif) 0 0 no-repeat;
  text-decoration: none;
  }

a:hover.nav5 {
  background-position: 0 -45px;
  }

