﻿.footerBackground {
    background: url(/images/footerbg2.gif) repeat-x;
    height: 203px;
    width: 800px;
    display: block;
}

#siteFooter {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    width: 800px;
    text-align: left;
}

#leftPadding {
    padding-left: 30px;
}

#footerLogo {
    background: url(/images/footerLogo.png) no-repeat 0px 0px;
    height: 46px;
    margin-bottom: 15px;
}

    #footerLogo em {
        visibility: hidden;
    }

#footerNavigation {
    width: 210px;
    margin-right: 10px;
    float: left;
}

#footerTopic {
    display: block;
}

#footerTopicLogin ul {
    display: block;
    width: 370px;
}

.footerDivider {
    background: url(/images/line-vert.png) repeat-y right;
}



#siteFooter ul {
    overflow: hidden;
    text-align: left;
    height: 135px;
    margin: 0;
    padding: 0;
}

#footerTitle {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color: #9b989c;
}

#siteFooter ul li {
    float: left;
    display: inline;
    margin: 0;
    padding-bottom: 3px;
}

#double li {
    width: 50%;
}

#triple {
    width: 50%;
}

    #triple li {
        width: 33%;
    }

#siteFooter ul li a {
    font-size: 11px;
    color: #9b989c;
    text-decoration: none;
}

    #siteFooter ul li a:hover {
        font-size: 11px;
        color: #ffde82;
        text-decoration: none;
    }
