﻿/*
 ** Footer Content Styles
 */
#footer
{
    top: 585px;
    width: 875px;
    color: black;
    height: 40px;
    left: -3px;
    background-image: url(../images/footers/footer.jpg);
    position: absolute;
    text-indent: 0px;
    font-family: Georgia,Verdana, Arial, Helvetica;
    background-color: Transparent;
    color: #000;
    text-decoration: none;
    word-spacing: normal;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.0em;
    font-size: 1.0em;
    border-right: 3px solid #000096;
    border-left: 3px solid #000096;
    border-bottom: 3px solid #000096;
}

#homefooter
{
    width: 875px;
    height: 221px;
    left: -3px;
    top: 15px;
    
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    z-index: 50;
    border-right: 3px solid #000096;
    border-left: 3px solid #000096;
    background-image: url(../images/footers/homefooter.jpg);
}

