@charset "UTF-8";

#footerPanel div {
    float: left;
}

#footerPanel #footer-edge {
    float: right;
}

#footerNav {
    width: 908px;
    height: 73px;
    padding: 40px 0px 0px 0px;
    background-image: url(/img/footer/index1_r37_c5.jpg);
    text-align: center;
    font-size: 60%;
    background-repeat: repeat;
}

.copyright {
    display: inline;
    color: #999999;
    padding-right: 5px;
}

#footerNav a {
    color: #cccccc;
    font-weight: bold;
}

#footerNav a:hover {
    color: #ffcc33;
    text-decoration: none;
}

#footerNav span {
    color: #cccccc;
    font-weight: bold;
}

#footerNav .rssIcon {
    padding-left: 5px;
}

