/* ---------------------------------------------------------------- 
 *  PDF and DOC icons
 * ---------------------------------------------------------------- 
*/

div#content a.pdf, div#content a.doc, div#content a.facebook, div#content a.web, div#content a.link, div#content a.secure, div#content a.email, div#content a.xls {
    background: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 20px;
        display: -moz-inline-box; 
        display: inline-block;
}

div#content a.web {
    padding: 0 0 0 17px;
    background: transparent;
    background-image: url(../../images/new/dept/left_nav/web.gif);
    background-repeat: no-repeat;
    background-position: left top;
        margin: 0;
    }

div#content a.pdf {
    background-image: url(../../images/new/design/pdf.gif);
}

div#content a.xls {
    background-image: url(../../images/new/design/xls.gif);
}

div#content a.facebook {
    background-image: url(../../images/new/design/facebook.gif);
}

div#content a.doc {
    background-image: url(../../images/new/design/doc.gif);
}

div#content a.link {
    padding: 0 0 0 20px;
    background: transparent;
    background-image: url(../../images/new/design/link.gif);
    background-repeat: no-repeat;
    background-position: left top;
        margin: 0;
}

div#content a.secure {
    padding: 0 0 0 20px;
    background: transparent;
    background-image: url(../../images/new/design/lock.gif);
    background-repeat: no-repeat;
    background-position: left top;
        margin: 0;
}

div#content a.email {
    padding: 0 0 0 20px;
    background: transparent;
    background-image: url(../../images/new/design/mail.gif);
    background-repeat: no-repeat;
    background-position: left top;
        margin: 0;
}

div#content a.audio {
    padding: 0 0 0 20px;
    background: transparent;
    background-image: url(../../images/new/design/note.gif);
    background-repeat: no-repeat;
    background-position: left top;
        margin: 0;
}

div#content a.video {
    padding: 0 0 0 20px;
    background: transparent;
    background-image: url(../../images/new/design/video.gif);
    background-repeat: no-repeat;
    background-position: left top;
        margin: 0;
}

div#content a.img {
    background: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0;
}

div#content a.img {
    padding: 0;
    background: transparent;
    background-image: none;
        margin: 0;
    }
    
div#content a img {
    border-bottom: none;
}
