﻿.Footer
{
    position:relative;
    margin-top:7px;
    background: url(../images/footer/footer-bg-repeat.gif) repeat-x;
    height:32px;
    width:100%;
}

.FooterL, .FooterR
{
    border:none;
    background-color:Transparent;
    position:absolute;
}

.FooterL
{
    width:5px;
    height:32px;
    top:0px;
    left:0px;
    background-image:url(../images/footer/footer-l.gif);
}

.FooterR
{
    width:5px;
    height:32px;
    top:0px;
    right:0px;
    background-image:url(../images/footer/footer-r.gif);
}

.FooterNavItem
{
    height:32px;
    line-height:32px;
    display:inline;
    background-color: transparent;
    background-image: url(../images/footer/footer-divider.gif);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 0pt;
    padding:5px 5px 5px 5px;
    position: relative;
    font-size:11px;
}

.FooterNavItem a
{
    position:relative;
    text-decoration:none;
    color:#333;
    cursor:pointer;
    padding:5px 5px 5px 5px;
}

.FooterNavItem a:hover
{
    color:#006699;
    background-color:Transparent;
    text-decoration:underline;
}

.FooterCopyright
{
    float:right;
    line-height:32px;
    padding-right:10px;
}