/*TODO fix colors to match rest of site*/
.footy li a:hover {
  color:          #cccccc;
}

.footy li a {
  color:          gray;
}

.footy li {
  float:          left;
  text-align:     center;
}

.footy li {
  padding-top:    10px;
  padding-bottom: 10px;
  padding-left:   20px;
  padding-right:  20px;
  border-right:   1px solid #cccccc;
}

.footy li:first-child {
  border-left:    1px solid #cccccc;
}

.footy ul {
  right:          264px;
}

.footy ul {
  margin-left:    auto;
  margin-right:   auto;
  position:       absolute;
  bottom:         16px;
}

.other ul {
  margin-left:    17px;
  position:       absolute;
  bottom:         15px;
}

.right ul {
  left:           625px;
  bottom:         8px;
}

.right li:first-child, .left li:first-child {
  border:         none;
}

.left ul {
  left:           6px;
  bottom:         8px;
}


