@charset "utf-8";

/* Navigation: Footer
##################################################################################################################### */
#footerNavigation {
    display: block;
    width: 57.25em; /* b16: 916px                 */
    margin: 0 auto 0 auto;
    padding: 0.625em 0 0 0; /* b16: 10px 0 0 0;           */
    clear: left;
    background: transparent url(../Images/line_dotted_9b9a9a.png) repeat-x left top;
}

#footerNavigation li {
    float: left;
    list-style: none;
    padding: 0;
    background: transparent url(../Images/meta_navigation_divider.png) no-repeat left 0.25em; /* b16: 4px                   */
}

#footerNavigation li:first-child {
    background: none;
    margin-left: -0.5625em; /* b16: -9px                  */
}

* html #footerNavigation li {
    /* IE6 fix */
    margin-left: expression(this.previousSibling == null ? '-0.5625em' : '0');
    background: expression(this.previousSibling == null ? 'none' : 'transparent url(../Images/meta_navigation_divider.png) no-repeat left 0.25em');
}

#footerNavigation li strong,
#footerNavigation li a,
#footerNavigation li a:link,
#footerNavigation li a:visited {
    font-size: 0.875em; /* b16: 14px                  */
    display: block;
    margin: 0 0.21429em 0 0.35714em; /* b14: 0 3px 0 5px;          */
    padding: 0 0.21429em 0 0.21429em; /* b14: 0 3px 0 3px;          */
    color: #6c6c6c;
    text-decoration: none;
}

#footerNavigation li a:hover,
#footerNavigation li a:focus,
#footerNavigation li a:active {
    color: #af1428;
    text-decoration: underline;
}

#footerNavigation li strong {
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
}