#footprint {

  position: relative;
  clear: both;
  background-color: #FFFFFF;
  line-height: 120%;
  text-align: center;
  border-bottom-width: medium;
  border-bottom-color: #ADADAD;
  background-image: url(../data/footer-top.gif);
  background-repeat: no-repeat;
  padding: 20px;
  margin-top: 15px;

  width: 973px;
  height: 140px;

}
#footprint_bottom {
  background-image: url(../data/footer-top.gif);
  background-repeat: no-repeat;
  height: 20px;
  width: 973px;
  background-color: #FFFFFF;

}

#footprint ul {
  position: relative;
  top: 30px;
  text-decoration: none;
  list-style-type:none; /* hides bullets in list */
  /* background-image: url(../data/nwrfc_logo3.png); */
  background-repeat: no-repeat;
}

#footprint li {
  display: inline; /* display list in one line */
  color: #E0E0E2;
}

#footprint ul li a {
  text-decoration: none;
}

#footprint ul li a:link {
  text-decoration: none;
  color: #A0A0A4;
}

#footprint ul li a:visited {
  text-decoration: none;
  color: #A0A0A4;
}

#footprint ul li a:focus {
  text-decoration: underline;
  color: #000;
}
  
#footprint ul li a:hover {
  text-decoration: underline;
  color: #000;
}

#footprint_ul {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
}

#footprint_logo {

  position: absolute;
  top: 20px;
  left: 40px;
  border-style: none;

}

