/**
 * Meet the Team
*/
ul#meet-the-team {
  margin: 0;
  padding: 15px;
  list-style: none;
  background: #f7edd0;
  overflow: hidden;
  _he\ight: 1%;
}
ul#meet-the-team li {
  margin: 0;
  padding: 0;
  clear: left;
}
ul#meet-the-team .thumb {
  float: left;
  margin: 10px 10px 10px 0;
  width: 90px;
}
ul#meet-the-team .info {
  float: left;
  clear: none;
  margin: 10px 0;
  width: 450px;
}
#meet-the-team a {
  text-decoration: none;
}
ul#meet-the-team li p {
  margin: 0;
  padding: 0;
}
#job-title {
  font-weight: bold;
}
#staff-picture {
  float: right;
  margin: 0 0 10px 10px;
}


