/* CSS Document */

.column1
{
  width: 790px;
}
.infoCallout
{
  width: 940px;
  clear: both;  
  font-size: 1.6em;
}
.teamMember
{
  width: 395px;
  float: left;
  font-size: 1.6em;
  margin-bottom: 18px;  
}
.teamMember img
{
  padding: 4px;
  border: 1px solid #666; 
  margin: 0px 0 0 0;  
}
.teamMember h4
{
  font-size: .9em;  
  font-weight: normal;
}
.teamMember ul
{   
 
     float: right;
  width: 220px;
  height: 182px;
  margin: 0px 10px 0 10px ;
  padding: 0;
  list-style-type: none;
}
.teamMember li
{
  width: 225px;
}
.teamMember a
{
   color: black;
} 
.teamMember a:hover
{
  color: #0096d7;
  text-decoration: none;
}
h4.memberTitle
{
  font-size: .9em;
  font-weight: normal;
}