/* Structure
----------------------------------------------------------------------------- */
div#content div#main {
    padding-left:505px;
    background:#fff url("../images/splash/contact.jpg") no-repeat 0 0;
    height:335px;
}

/* Headings
----------------------------------------------------------------------------- */
h1 {
    font-size:1.2em;
    font-weight:bold;
    text-transform:uppercase;
}
h2 {
    font-size:1em;
    font-weight:bold;
}

/* Lists
----------------------------------------------------------------------------- */
ul#contactinfo {
    list-style-type:none;
    font-size:1.2em;
}

/* Classes
----------------------------------------------------------------------------- */
div.personnel div.employee {
    margin-top:27px;
    height:100px;
    font-size:0.9em;
}
div.personnel div.employee .image{
    float:left;
}
div.personnel div.employee .info {
    margin-left:90px;
    padding:45px 0 0 20px;
}
div.personnel div.employee .info ul {
    list-style-type:none;
}
