﻿/* Board of Directors */

#team_board
{
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}

.team_boardmembersrow
{
    width: 715px;
    padding-top: 20px; 
}

.team_boardmemberfirst
{
    width: 135px;
    height: 92px;
    float: left;
}

.team_boardmember
{
    width: 135px;
    height: 92px;
    float: left;
    margin-left: 10px;
}

#team_selectedboardmember
{
    width: 715px;
    float: left;
    margin-top: 20px;
}

.team_boardmemberpiclarge
{
    width: 347px;
    float: left;
}

.team_boardmemberdescription
{
    float:left;
    margin-left: 20px;
    width: 348px;    
    font-size: 0.95em;
    line-height: 135%;
}

.team_boardmemberdescription b
{
    color: #333;
}
