@charset "utf-8";
/* footer.css */

#footer {
    background: url('/images/footer-bg.jpg') no-repeat;
    color: #22a15;
    font: 1.1em arial, sans-serif;
    margin: 0 auto;
    min-height: 90px;
}

#footer-menu {
    color: #888;
    padding-top: 0px;
}

#footer-menu li {
    background: url('/images/footer-menu-divider-1.jpg') no-repeat right;
    float: left;
    padding-right: 9px;
}

#footer-menu li.last, #copyright li.last {
	margin-top: 20px;
	float: right;
    background: none;
    padding-right: 10px;
}

#footer-menu a {
    color: #BBB;
    display: block;
    float: left;
    font: bold 10px arial, sans-serif;
    height: 38px;
    line-height: 38px;
    padding: 0 10px 0 11px;
    text-decoration: none;
    text-transform: uppercase;
}

#footer-menu a:hover {
    background: url('/images/menu-item-hover.jpg') no-repeat center top;
}

#footer-text {
    color: #888;
    padding-top: 0px;
}

#footer-text a {
    color: #BBB;
    font: bold 10px arial, sans-serif;
    height: 20px;
    line-height: 20px;
    padding: 0 5px 0 5px;
    text-decoration: none;
}

#footer-text a:hover {
    color: #FFF;
}

