﻿body {
}


a.headerLinks
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #1d1160;
    text-decoration: none;
}

a.headerLinks:hover
{
    color: #b5a171;
}


a.menuLinks
{
    display: inline-block;
    font-family: Times New Roman, Serif;
    font-size: 18px;
    color: #1d1160;
    text-decoration: none;
    border-right: 2px solid #B5A171;
}

a.menuLinks:hover
{
    color: #b5a171;
}

    a.menuLast
    {
        border-right: none;
    }
    
    .difference
    {
        width: 235px;
        height: 33px;
        background: url("/_images/differenceHeaderMenu.png") no-repeat;
    }
    
    .difference:hover
    {
        background: url("/_images/differenceHeaderMenu_over.png") no-repeat;
    }
    
    .advisors
    {
        width: 80px;
        height: 33px;
        background: url("/_images/advisorsHeaderMenu.png") no-repeat;
    }
    
    .advisors:hover
    {
        background: url("/_images/advisorsHeaderMenu_over.png") no-repeat;
    }

    .services
    {
        width: 80px;
        height: 33px;
        background: url("/_images/servicesHeaderMenu.png") no-repeat;
    }
    
    .services:hover
    {
        background: url("/_images/servicesHeaderMenu_over.png") no-repeat;
    }

    .approach
    {
        width: 85px;
        height: 33px;
        background: url("/_images/approachHeaderMenu.png") no-repeat;
    }
    
    .approach:hover
    {
        background: url("/_images/approachHeaderMenu_over.png") no-repeat;
    }
    
a.footerLinks
{
    color: #7b766b;
    text-decoration: underline;
}

a.footerLinks:hover
{
    text-decoration: none;
}


a.advisorLink
{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

a.standard
{
    text-decoration: underline;
    color: #1d1160;
}

a.standard:hover
{
    color: #b5a171;    
}

a.advisorButton, a.advisorButtonLast
{
    float: left;
    width: 180px;
    height: 36px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-family: Times New Roman, Serif;
    border-right: 1px solid #847248;
}
    
    a.advisorButtonLast
    {
        border: none;
    }

a.advisorButton:hover, a.advisorButtonLast:hover
{
    color: #847248;
}

    .biography
    {
        width: 180px;
        height: 36px;
        background: #1d1160 url("/_images/boigraphyBtn.png") no-repeat;
    }
    .biography:hover
    {
        background: #1d1160 url("/_images/boigraphyBtn_over.png") no-repeat;
    }

    .team
    {
        width: 180px;
        height: 36px;
        background: #1d1160 url("/_images/teamBtn.png") no-repeat;
    }
    .team:hover
    {
        background: #1d1160 url("/_images/teamBtn_over.png") no-repeat;
    }

    .website
    {
        width: 180px;
        height: 36px;
        background: #1d1160 url("/_images/websiteBtn.png") no-repeat;
    }
    .website:hover
    {
        background: #1d1160 url("/_images/websiteBtn_over.png") no-repeat;
    }
