/***********************************************************************
******************* reset.css ******************************************

      







/* ====================== START FOOTER ====================== */
#footer, #copyright { clear:both; width: 960px; margin: 20px auto 0; border-top: 1px solid #c9cacb; }

a { text-decoration:none; color: #D77002 }


footer {
    position: relative;
    width: 940px;
    margin: 0 auto;
    padding-top: 125px;
}




/* ====================== END FOOTER ====================== */           


   
   
    




/* ----------------------------------------------------
    Footer
----------------------------------------------------- */
footer p.footer-text {
    font-family: "MerriweatherRegular", Serif;
    font-size: .75em;
    padding: 0 10px;
    margin-bottom: 0;
    clear: both;
}
footer .footer-content {
    position: relative;
    width: 900px;
    top: -105px;
}

footer ul.footer-menu {
    float: left;
    margin: 20px 0 5px -3px;
    padding: 0;
    list-style: none;
}
footer  ul.footer-menu li {
    float: left;
}
footer  ul.footer-menu li a {
    display: block;
    font-family: "MerriweatherBold", Serif;
    font-size: .75em;
    line-height: 1em;
    color: #3B3B3B;
    padding: 1px 12px;
    border-left:  1px  solid #ADADAD;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}



ul {
    padding: 0;
    margin: 0;
}
li {
    display: inline;
    position: relative;
}
ul ul {
    position: absolute;
    display: none;
}
li:hover ul {
    display: block;
}
