﻿html {
    overflow-y: scroll;
}

body 
{
    position:relative;
    z-index:0;
    font-family:Arial;
    font-size:10pt;
    margin:0px auto; 
    text-align:left; 
    background-color:white;    
    color:#909090;
    
}

.line
{
    width:100%;
    margin-top:7px;
    margin-bottom:7px;
    height:0px;
    border-bottom:solid 1px silver;
}

.largeFont 
{
    font-size:20pt;
}

.menuItem 
{
    font-size:12pt;
    height:20px;
    float:left;
    padding-right:16px;
    font-weight:bold;
}

img 
{
    border:0px;
}

a
{
    text-decoration:none;
    color:inherit;
}

a.home:hover 
{
    color:#57C3EA;
}
a.bb:hover 
{
    color:#D90051;
}
a.acctax:hover 
{
    color:#FDB813;
}
a.clients:hover 
{
    color:#F57921;
}
a.news:hover 
{
    color:#ED1B24;
}
a.people:hover 
{
    color:#803F99;
}
a.contacts:hover 
{
    color:#97CC5A;
}


.haleysBlueFont
{
    color:#57C3EA;
}

.homeSectionHead
{
    color:#57C3EA;
    font-size:20pt;
    width:216px; 
    height:35px;
    float:left;
    padding-top:5px;
    padding-bottom:4px;
    margin-right:15px;
    border-bottom:solid 1px silver;
}

.homeSection
{
    font-size:10pt;
    width:216px; 
    float:left;
    margin-right:15px;
    padding-top:10px;
    position:relative;
}

.homeSectionContent 
{
    height:280px;
    font-size:10pt;
    position:relative;
}

.clientTile
{
    position:relative;
    width:219px;
    border-bottom:solid 1px silver;
    height:280px;
    margin-right:11px;
    margin-bottom:10px;
    float:left;
    font-size:10pt;
}

.clientPopupBackground
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:5;
    background-image:url('/img/transparent.png');
    background-repeat:repeat;
}


.clientPopup
{
    position:absolute;
    left:0px;
    top:0px;
    min-width:910px;
    max-width:100%;
    min-height:470px;
    max-height:100%;

    z-index:10;
}

.peopleTile
{
    position:relative;
    width:219px;
    height:285px;
    margin-right:11px;
    margin-bottom:5px;
    float:left;
    font-size:10pt;
}

.peoplePopup
{
    position:absolute;
    left:115px;
    top:0px;
    min-width:680px;
    max-width:100%;
    min-height:440px;
    max-height:100%;
    z-index:10;
}

.clear
{
    float:none;
    clear:both;
    height:0;
    margin:-1px;
}

#newsHeadline
{
    line-height:1.3;
    font-size:9pt;
    font-weight:bold;
    color:#555555;
    padding-bottom:7px;
}

#newsTaster
{
    line-height:1.3;
    font-size:9pt;
    color:#555555;
}

.cmsNewsSelect
{
    color:#555555;
}

textarea
{
    color:#555555;
}

#archiveContent
{
    height:140px;
}
