﻿
    .Brief 
    {
        float: left;
        margin-right: 20px;
        width: 180px;
        margin-top: 1em;
    }
    .Details 
    {
        margin-left: 200px;
        margin-top: 1em;
    }
    
    #BioDetails h3 
    {
        margin-top: 2em;
    }
    h3.Name 
    {
        text-transform: none;
        font-size: 115%;
        margin-top: 1em;
        margin-bottom: 1em;
        color: Black;
    }
    h4.Position 
    {
        font-size: 90%;
        line-height: 1em;
    }
    
    #Main p 
    {
        xline-height: 14pt;
    }


    
    .Bio .More 
    {
        clear: both;
        padding-top: 20px;
        position: relative;
    }


    /*
    **  Contact Info
    */
    #ContactInfo 
    {
        position: absolute;
        left: 0px;
        top: 20px;
        xfloat: left;
        xwidth: 170px;
    }    
    #ContactInfo h3 
    {
        margin-top: 0px;
    }
    #ContactInfo label 
    {
        xtext-transform: uppercase;
        width: 55px;
        float: left;
    }
    

    
    /*
    **  Employee List
    */
    #EmployeeSelector 
    {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 110%;
        text-align: right;

        xopacity: 0.5;
    }
    #EmployeeList
    {
        border: 1px solid gray;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;

        background-color: White;
        
        text-align: left;

        width: 200px;
        height: 300px;

        overflow:auto;
    }
    #EmployeeList ul 
    {
        margin: 0px;
        padding: 0px;

        xborder: solid;
    }
    #EmployeeList li 
    {
        padding: 0px !important;
        background-image: none !important;
    }
    #EmployeeSelector ul a 
    {
        display: block;
        padding-left: 10px;
        text-decoration: none;
    }
    #EmployeeSelector ul a:hover
    {
        background-color: rgb(0, 104, 87);
        text-decoration: none;
        color: White;
    }
    