/**
 * Styles used in the profile page
 */
#body .role {
    color: #666;
    position: relative; top: -35px;
    display: block; margin-bottom: -10px;  
}

#body dl {
    overflow: hidden; width: 100%;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    min-height: 300px;    
}

* + html #body dl {
    padding-bottom: 20px;
}

#body dd {
    margin-bottom: 20px;
}

#body dt {
    width: 110px;
    font-weight: bold;
}

#body dd {
    margin-top: -1.6em;
    margin-left: 120px;
}

#body dl #img {
    float: right; 
    margin-left: 10px; 
    margin-bottom: 10px;
}

#img img {
    margin-bottom: 10px;
}

#body dd ul {
    padding: 0; margin: 0;
    list-style-position: inside;
}

#body .contact {
    float: right;
    width: 163px; height: 25px;
    text-indent: -100000px; overflow: hidden;
    background: url('http://www.3macs.com/_media/en/button_contact_this_advisor.gif') top left no-repeat;
    margin: 10px 0 30px 0;
}

.fr #body .contact {
    width: 244px; 
    background-image: url('http://www.3macs.com/_media/fr/button_contact_this_advisor.gif');
}

#body .related span.sep { 
    /*display: none;*/
    color: #d4d4d4;
    margin-right: 5px;
    margin-left: 5px;
}

#body .related a.sep {
}
/**
 * Styles used in the listing page
 */
#body h2 {
    font-weight: bold; clear: both;
}

#body .cities {
    list-style: none;
    margin-top: 0px; 
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

#body .cities li {
    display: inline;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #d3d3d3;
}

#body .city_anchor {
    clear: both;
    display: block;
}

#body .cities li.last {
    margin-right: 0; padding-right: 0; border-right: none;
}

#body .advisors {
    float: left;
    width: 48%; 
    padding: 0;
    margin: 0 0 20px 2%;
    list-style: none;
}

* html #body .advisors {
    display: inline;
    margin-left: 1%;
}

#body .advisors li {
    margin-bottom: 10px;
    line-height: 14px;
}

#body .advisors .role {
    font-style: italic;
    position: static; top: auto; 
    display: inline; margin-bottom: 0;
}


