﻿/* Welcom */


/* Board */
 .board  { 
   margin-top: 10px;
 }
 
 .board DT {
   width: 150px;
   margin-left: -10px;
 }

 
 .board hr { 
   margin: 20px 0 20px 0;
  
 }
 
 
/* new staff */

#bd.staff .article {  
  background: #656565;
  padding: 0px;
}


#bd.staff .article .header img { 
 float: left;
}

#bd.staff .article .header
{
    background-position: #FBFDFF;
    background: #FBFDFF;
    display: block;
    height: 100%;
}

#bd.staff .article .header .contactinfo {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    line-height: 18px;    
    color: #676767;
    margin-top: 0px;
    margin-bottom: 20px;    
    height: 140px;
    padding-top: 10px;
    padding-left: 10px;    
}

.bio {
  margin-top : -80px;
   float: left;
    background: transparent;
    border-bottom : solid 1px #848584;  
    margin-bottom: 20px;
}

.bio p {
  text-indent : 1.5em;
  margin-left: 200px;  
}
 
 
/* staff */
 .staff, .stafftitle  { 
   margin-top: 15px;
 }
 
 .staff DT {
   float: left;
   margin-left: 0px;
   width: 150px;
 }
 
 .staff DD { 
   margin-left: 180px;
 }
 
 .stafftitle
{
    font-size: 18px;
    line-height: 22px;
    
    color: #676767;
    margin-top: 10px;
    margin-bottom: 10px;    
    height: 140px;
    padding-top: 50px;
    padding-left: 10px;
}
 
 .stafftitle, .stafftitle H3 {   
   font-weight: bold;
 }
 
 .staff hr { 
   margin: 20px 0 20px 0; 
   height: 2px;
   
 }
 
.clients { 
  margin-top: 10px;
}

.clients DT {
  margin-top: 0px; 
  float: left;
  font-size: 400%;
  font-weight: bold;
}

.clients DD { 
  margin-left: 70px;
}


