/* =Footer
-------------------------------------------------------------- */

#footer {
    background: #003d5c;
    width: 990px;
    margin: 0px auto;
    padding: 20px 0;
    clear: both;
}

#colophon {
    width: 970px;
    margin: 0 auto;
}

#breadcrumb-div {
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.breadcrumb {
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    font-weight: normal;
}

.breadcrumb a {
    color: #ffd700;
    text-decoration: none;
    font-weight: normal;
}

.breadcrumb a:hover {
    color: #ffed4e;
    text-decoration: underline;
}

.breadcrumb .delimiter {
    color: #cccccc;
}

#site-info-right {
    float: right;
    margin-top: -60px;
}

#site-info {
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    font-weight: normal;
}

#site-info a {
    color: #ffd700;
    text-decoration: none;
}

#site-info a:hover {
    color: #ffed4e;
    text-decoration: underline;
}

.hitcounter {
    margin-top: 10px;
    font-size: 11px;
    color: #666666;
}

.green-strip {
    height: 6px;
    width: 990px;
    margin: 0px auto;
    background-color: #00CC00;
}

#ticker-bottom {
    width: 990px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    padding: 10px;
    box-sizing: border-box;
}

#marquee-div {
    width: 970px;
    margin: 0 auto;
}

#marquee-text {
    font-size: 13px;
    color: #000000;
}

#marquee-text strong {
    color: #CC0000;
    font-size: 14px;
}

.marquee {
    display: inline;
}

.marquee a {
    color: #0066CC;
    text-decoration: none;
    font-weight: bold;
}

.marquee a:hover {
    color: #003366;
    text-decoration: underline;
}