﻿h2{
    color:#FFFFFF;
    font-size:1.5em; 
    margin-bottom:16px; 
}

#HomeContent {
    background-color:#000000; 
    padding:11px;
    padding-bottom:80px; 
    float:left; 
    color:#FFFFFF; 
    background-position: left bottom; 
    background-image:url(/images/home_page/bottom_stretch.jpg);
    background-repeat:repeat-x;
}

    #HomeContent a {
        color:#8B8B8B; 
    }
    
    #HomeContent .info_block {
        float:left; 
        height:250px; 
    }
    

#Pics{
    float:left; 
    margin-bottom:60px; 
}  


#Firm {
    width:160px; 
    margin-left:30px; 
    border-right:solid 1px #333333; 
}
    #Firm h2{
        text-indent:-9999px; 
        background-repeat:no-repeat; 
        background-image:url(/images/text/The-Firm.jpg);
    }


#Services {
    width:200px; 
    margin-left:30px; 
    border-right:solid 1px #333333; 
}

    #Services h2{
        text-indent:-9999px; 
        background-repeat:no-repeat; 
        background-image:url(/images/text/Services.jpg);
    }

#News {
    width:300px; 
    margin-left:30px; 
    padding-right:15px; 
    border-right:solid 1px #333333; 
}

    #News h2{
        text-indent:-9999px; 
        background-repeat:no-repeat; 
        background-image:url(/images/text/In-The-News.jpg);
    }

#Login {
    margin-left:30px; 
    width:160px; 
}
    #LoginControls td{
        padding-bottom:16px; 
    }

    #ClientLoginHdr{
        text-indent:-9999px; 
        background-repeat:no-repeat; 
        background-image:url(/images/text/Client-Login.jpg);
    }
    
    #AdminToolsHdr{
        text-indent:-9999px; 
        background-repeat:no-repeat; 
        background-image:url(/images/text/Admin-Tools.jpg);
    }