<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Inventory Styles */

div.item-wrapper {
    position: relative;
    margin-bottom: 16px;
    padding: 0px 0px;
    border: 1px solid #000000;
}

div.item-wrapper div.item-title {
    overflow: auto;
    padding: 10px 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom: 1px solid #000000;
    /* This gradiant was created at http://www.colorzilla.com/gradient-editor/ */
    background: #011d4f; /* Old browsers */
    background: -moz-linear-gradient(top,  #011d4f 0%, #304b80 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#011d4f), color-stop(100%,#304b80)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #011d4f 0%,#304b80 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #011d4f 0%,#304b80 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #011d4f 0%,#304b80 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #011d4f 0%,#304b80 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011d4f', endColorstr='#304b80',GradientType=0 ); /* IE6-9 */
}

div.item-wrapper div.item-content {
    padding: 0px 0px 17px 17px;

}

div.item-wrapper div.item-description {
    padding: 17px 17px 0 0;
}

div.item-wrapper div.item-thumbnails {
    overflow: auto;
    padding: 2px 0 0 0;
    text-align: left;
}

div.item-wrapper div.item-thumbnails img {
    float: left;
    border: 1px solid #000000;
    margin: 15px 15px 0px 0px;
    padding: 0 0;
}

div.item-wrapper div.item-documents, div.item-wrapper div.item-links
{
    clear: both;
}

div.item-wrapper div.item-documents div.item-document, div.item-wrapper div.item-links div.item-link
{
    margin-top: 15px;
}

div.item-wrapper div.item-documents div.item-document div.document-title, div.item-wrapper div.item-links div.item-link div.link-title
{
    height: 32px;
    line-height: 32px;
}

div.item-wrapper div.item-documents div.item-document div.document-title img, div.item-wrapper div.item-links div.item-link div.link-title img
{
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

div.item-wrapper div.item-documents div.item-document div.document-description, div.item-wrapper div.item-links div.item-link div.link-description
{
    clear: both;
    padding-left: 42px;
}

/* These syles are for the actual colorbox "popup". */

#cboxLoadedContent div { border-width: 0px; margin: 0; padding: 0; }
#cboxLoadedContent { margin-bottom: 24px; }
#cboxLoadedContent div.ic { text-align: center; }
#cboxLoadedContent h1 { padding: 0; margin: 3px 0 8px 0; line-height: 22px; text-align: center; font-size: 22px; color: #000000; }
#cboxLoadedContent img { border: 1px solid #000000; }
#cboxLoadedContent div.cb_desc { width: 242px; height: 435px; overflow: auto; border: 1px solid #CCCCCC; padding: 5px; font-size: 14px; line-height: 1.4em; text-align: left; }
X#cboxLoadedContent div.dx { width: 670px; }
#cboxLoadedContent .tc h1 { text-align: center; width: 100%; color: #000000; }
#cboxLoadedContent .tlc h1 { text-align: center; color: #000000; }
#cboxLoadedContent .trc h1 { text-align: center; margin-left: 240px; color: #000000; }
#cboxLoadedContent .il img { float: left; }
#cboxLoadedContent .ir img { float: right; }
#cboxLoadedContent .ic img { margin: 0 auto; }
#cboxLoadedContent .tx .cb_desc { height: 468px; color: #000000; }
#cboxLoadedContent .dr .cb_desc { float: right; color: #000000; }
#cboxLoadedContent .dl .cb_desc { float: left; color: #000000; }

/* These styles are for the home page specials. */

div.specials
{
    overflow: auto;
    margin: 0px Auto 24px Auto;
}

div.specials div.special-wrapper
{
    overflow: hidden;
    float: left;
    position: relative;
    width: 328px;
    margin: 0 0 0 21px;
    color: #FFFFFF;

    /* This gradiant was created at http://www.colorzilla.com/gradient-editor/ */
    background: #011d4f; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #011d4f 0%, #304b80 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#011d4f), color-stop(100%,#304b80)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #011d4f 0%,#304b80 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #011d4f 0%,#304b80 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #011d4f 0%,#304b80 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #011d4f 0%,#304b80 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011d4f', endColorstr='#304b80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div.specials div.special-wrapper:first-child
{
    margin-left: 0px;
}

div.special-wrapper div.special-title
{
    overflow: hidden;
    height: 44px;    
    font-weight: bold;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
}

div.special-wrapper div.special-title a, div.special-wrapper div.special-title:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

div.special-wrapper div.special-title a:hover
{
    color: #FFFFCC;
}

div.special-wrapper div.special-description {
    overflow: hidden;
    height: 80px;    
    padding: 5px 5px 0px 5px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}

div.special-wrapper div.special-moreinfo {
    overflow: hidden;
    height: 44px;    
    font-weight: bold;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 44px;
    text-align: right;
}

div.special-wrapper div.special-moreinfo a, div.special-wrapper div.special-moreinfo a:visited {
    padding-right: 15px;
    color: #FFFFFF;
    text-decoration: none;
}

/* All Listings Page */

.jobs-summary {

}

.jobs-summary h3 {
    margin-bottom: 8px !important;
    font-size: 120% !important;
    line-height: 100% !important;
}

.jobs-summary ul {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.jobs-summary a, .jobs-summary a:visited {
    color: #004d99 !important;
}

.jobs-summary a:hover {
    color: #DD0000 !important;
}</pre></body></html>