﻿#staffWrapper
{
    overflow: hidden;
    clear: both;
}

#photoCol
{
    float: left;
    width: 151px;
    margin-right: 15px;
    overflow: hidden;
    /*padding-top: 53px;*/
    /*background-color: #c0c;*/
}

#textCol
{
    float: left;
    margin-right: 15px;
    width: 328px;
    overflow: hidden;
    /*background-color: #c0c;*/
}

#linksCol
{
    float: right;
    width: 240px;
    padding: 5px;
    overflow: hidden;
    background-color: #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#photoCol img
{
    width: 133px; /* 151px */
    height: 166px; /* 184px */
    padding: 9px;
    background-image: url(/images/financial-advice/advisers/photo-shadow-lg.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}

#textCol h1
{
    font-size: 1.8em;
    margin-bottom: 3px;
}

#textCol h2
{
    color: #000;
    font-size: 1.20em;
}

#linksCol h3
{
}

#linksCol a.linkedIn
{
    border: none;
    vertical-align: top;
}

.vcard
{
    font-family: Verdana, Sans-Serif;
    line-height: 1.3em;
    margin-left: 32px;
}

.email
{
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #bbb;
}

.email:hover
{
    color: #900;
}

span.country-name
{
    display: block;
}

a.downloadVcard
{
    display: block;
    width: 151px;
    height: 25px; /* 32px */
    padding-top: 7px;
    margin: 3px 0;
    overflow: hidden;
    background-image: url(/images/buttons/btn-grey-download.gif);
    background-position: 0 0;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    color: #545454;
    text-decoration: none;
}

a.downloadVcard:hover
{
    color: #fff;
    background-position: 0 -32px;
}