footer {
    background-image:url('/images/public/footerbg.jpg');
    background-repeat: repeat-x;
    background-position: center top; 
    min-width: 960px;
    background-size: auto;
    background-color: #333;
    height:303px;
}
footer nav {
    background-image:url('/images/public/footer-inner-pic2.jpg');
    background-repeat: no-repeat;
    background-position: center top; 
    padding:10px 0; 
    font-size: 12px;
    height: 85%;
    width: 950px;
    margin: 0 auto 0 auto;
    color: #888;
}
footer dl {
    float: left;
    margin: 0 40px 0 0;
}
footer dt {
    font-size: 15px;
    border-bottom: 1px dotted #FFFFFF;
    color: #FFFFFF !important;
    margin: 18px 4px 10px 10px;
    padding-bottom: 6px;
    width: 90%;
}
footer dd {
    font-family: "Myriad Pro",Helvetica,sans-serif;
    font-size: 13px;
    height: 31px;
    list-style: none outside none;
    margin-bottom: -12px;
    margin-left: -5px;
    padding: 1px 1px 1px 25px;
    text-align: justify;
    text-indent: -1em;
    text-shadow: 0 1px 0 #000000;
}
footer dd {
    background: url('/images/public/footer_bulletpoint.png') no-repeat;
}
footer a {
    padding-left: 10px;
    color: #CCCCCC;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer ul {
    margin: 20px 0 0 0;
    display: inline-block;
    float: left;
}
footer li {
    padding: 20px 0 0 0;
    list-style-type: none;
}