.team-member
{

}

.team-member img
{
   background-color: #C0C28A;
   padding: 5px;
   margin-right: 10px;
}

.black-arrow-right, .black-arrow-right a
{
  font-size: 1.2em;
  color: #262626; 
  font-weight: bold;
  text-decoration: none;
  background: url("../images/bg_arrow_right.png") no-repeat;
  background-position: 100% 50%;
  padding: 8px 45px 9px 0;
}

.black-arrow-right:hover, .black-arrow-right a:hover
{
  text-decoration: none;
}

.usa-phone
{
  display: block;
  background: url("../images/bg_usa_phone.png") no-repeat;
  width: 125px;
  height: 20px;
  padding-left: 33px;
  font-size: 0.85em;
  line-height: 20px;
  text-align: left;
}


.line
{ 
  display: block;
  margin: 1em 0 1em 0;
  height: 1px;
  border-top: 1px solid #C1C1C1;
}

.media-unit, .media-unit-floated-right
{
 display: block;
 padding: 13px;
 background-color: #D0E1EF;
 width: 204px;
 font-size: 12px;
 margin: 10px 0 10px 10px;
 clear: both;
}

.media-unit-floated-right
{
  float: right;
  position: relative;
}

.media-unit-floated-right object, .media-unit-floated-right embed 
{
  position: static;
}

.media-unit p, .media-unit-floated-right p
{ 
  margin-bottom: 0.7em;
}

.media-unit a, .media-unit-floated-right a
{ 
  font-weight: bold;
}

.black-sizebar-link
{
  color: #3B3F41;
  text-decoration: none;
}

.black-sizebar-link:hover
{
  text-decoration: underline;
}

.left 
{
  float:left;
}

