div#team-list-left {
  float:left;
  display:inline;
  width:320px;
  text-align:left;
  margin-right:20px;
}
div#team-list-right {
  float:left;
  display:inline;
  margin-left:10px;
  width:350px;
  text-align:left;
}
div#our-values {
  float:right;
  margin:0px 0px 0px 15px;
  width:300px;
  height:220px;
  background:url(/images/circle_our_values_cropped.png) 124px 0px no-repeat;
}
div#our-values a {
  color:#f5841e;
  font-weight:bold;
  text-decoration:none;
  display:block;
  height:30px;
}
div#our-values div.label {
  position:absolute;
  text-align:right;
  line-height:1.0em;
}
div.our-values-description {
  border:1px solid #eedfd2;
  border-top:1px solid #f5841e;
  background:#feefe2;
  width:290px;
  margin-top:210px;
  position:absolute;
  display:none;
}
div.our-values-description h4 {
  background:#eedfd2;
  color:#c76c19;
  font-size:120%;
  margin:0px;
  padding:2px;
}
