/* 
    Document   : footer
    Created on : Mar 1, 2011, 10:43:18 PM
    Author     : david2096
    Description:
        Purpose of the stylesheet follows.
*/


/**************************************************************************/
/************************ FOOTER ******************************************/

#footer {
    clear:both;
    float: none;
    min-height: 220px;
    padding: 35px 0px;
    border-top: 3px solid rgb(121, 156 ,19);
}

#footer, #footer p {
    background: #333333;
    color: rgba(255, 255, 255, 0.65);
    font-size: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#footer-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#footer-company-detail {
    text-align: center;
}

div.footer-border-div {
    border-bottom: 1px solid #414141;
    border-top: 1px solid #292929;
    margin: 0px 0 21px;
}

div.footer-inline-col{
    padding: 0 10px;
    width: 220px;
    display: inline;
    float: left;
    position: relative;
}

div.footer-inline-col h2{
    border-color: rgba(255, 255, 255, 0.15);
    color: #999999;
    font-size: 122%;
    margin-bottom: 0;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

div.footer-menu {
    margin-top: 0px;
}

li.first-leaf {
    border-top: 1px solid rgba(255, 255, 255, 0.15)
}


div.footer-menu ul li{
    list-style: none outside none;
    margin-left: 0px; /*-18px;*/
    padding-left: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 3px;
    padding-bottom: 3px;
}

div.footer-menu ul li:hover{
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    color: white;
    cursor: pointer;
}

div.footer-menu ul li a {
    color: #ffffff;
    text-decoration: none;
}

