/* STAFF CSS */
#staff_aspx .Thumbnailholder {
  margin: 0px 10px 10px 0px;
  float: left;
}

#staff_aspx .NormRow .Thumbnailholder,
#staff_aspx .AltRow .Thumbnailholder {
  margin-bottom: 65px;
}

.Staff IMG {
  margin: 0px 15px 0px 0px;
  width: 80px;
  float: left;
}

.Staff .Name {
  display: block;
  font-weight: bold;
}

.Staff .Title {
  margin: 2px 0px;
  display: block;
  font-size: 10px;
  font-style: italic;
  text-transform: uppercase;
  color: #2B2B2B;
}

.Profile,
.Staff .Phone,
.Staff .Email {
  margin: 5px 0px;
  display: block;
}

.Children UL {
  list-style: none;
}

