/**** Footer *****/
#footer {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: .7em;
    overflow: hidden;
    background-color: #efefef;
    clear: both;
    }

#footerInner {
    margin: 0 auto;
    padding: 15px 0 15px 0;
    width: 920px;
    border-top: dotted 2px #eee;
    color: #666;
    overflow: hidden;
    }

#footer h5 {
    font-size: 1.15em;
    margin: 0 0 1px 0;
    padding: 0;
    color: #666;
    font-weight: bold;
    }

#footer p {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.25em;
    color: #666;
    }

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
    color: #999;
    font-weight: bold;
    background-color: transparent;
    }

#footer a:hover,
#footer a:focus {
    color: #059033;
    background-color: transparent;
    }

#contact {
    float: left;
    width: 233px;
    padding: 0 15px 0 50px;
    margin-right: 10px;
    border-right: dotted 2px #ccc;
    background-image: url(../images/icon-mailbox.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    }

#technical {
    float: left;
    width: 284px;
    margin-right: 10px !important;
    padding: 0 15px 0 0;
    border-right: dotted 2px #ccc;
    }

#techProblems {
    width: 233px;
    margin: 0;
    padding: 0 0 0 50px;
    background-image: url(../images/icon-tech.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    }

#contentProblems {
    width: 233px;
    margin: 0 0 20px 0;
    padding: 0 0 0 50px;
    background-image: url(../images/icon-content.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    }

#feedback {
    float: left;
    width: 233px;
    padding: 0 15px 0 50px;
    background-image: url(../images/icon-system.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    }

#feedback ul {
    margin: 0 !important;
    padding: 0 0 0 15px !important;
    }

#feedback li {
    margin: 0;
    padding: 0;
    }
/**** End Footer *****/

