/* supply these with their own image when des dept supplies them */
div.formsAndDocuments,
div.legislation,
div.casualties,
div.links {
    min-height: 90px;
    padding-top: 45px;
}

div.formsAndDocuments {
    background: #fff url( ../../../images/reskin/formsAndDocumentsSectionIcon.jpg ) no-repeat top left;
}

div.legislation {
    background: #fff url( ../../../images/reskin/legislationSectionIcon.jpg ) no-repeat top left;
}

div.casualties {
    background: #fff url( ../../../images/reskin/casualtiesSectionIcon.jpg ) no-repeat top left;
}

div.links {
    background: #fff url( ../../../images/reskin/linksSectionIcon.jpg ) no-repeat top left;
}


