﻿.EmployeeList
{
    margin-bottom: 30px;
}
.EmployeeListHeader
{
    display: block; 
    border-top: 1px solid #CECECE; 
    padding-top: 5px;
    margin-bottom: 15px;
    color: #CD5E02;     
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase; 
}
.EmployeeListContent
{
    height: 72px;
    margin-bottom: 40px;
    position: relative;
}
.EmployeeListContent span
{
    display: block;
    height: 20px;
}
.EmployeeListContent a
{
    display: block;
    height: 20px;
}
.EmployeeListContent .name
{
    font-weight: bold;
}
.EmployeeListContent img
{
    position: absolute;
    top: 2px;
    right: 0px;
}