.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after { clear: both; }

.cf { *zoom: 1; }

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #000;
    font-family: 'Source Sans Pro', sans-serif;
    min-height: 100%;
    position: relative;
}

/* Layout */

#mainWrap {
    height: 100%;
    position: relative;
}

#headerCol {
    background: #1a1a18;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    min-height: 100%;
    padding: 20px 0;
    position: absolute;
    vertical-align: top;
    width: 300px;
}

#contentCol {
    height: 100%;
    margin: 0 0 0 300px;
    vertical-align: top;
}

#contentColWrap {
    background: #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 100%;
    padding: 40px;
    position: relative;
}

.home #contentColWrap {
    background: transparent;
}

#content {
    background: #fff;
    margin: 0 0 80px 0;
    padding: 10px;
}

#footer {
    background: #1a1a18;
    bottom: 10px;
    color: #fff;
    padding: 5px;
    position: absolute;
    right: 0;
    z-index: 99999;
}

/* Content */

.heading {
    background: #1a1a18;
    color: #fff;
    margin: -10px -10px 35px;
    padding: 13px 11px 10px 13px;
}

.heading h1 {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 35px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    vertical-align: middle;
}

.heading .graphic { float: right; }

.heading .filters {
    display: inline-block;
    float: left;
    margin: 10px 0 0 30px;
    vertical-align: middle;
}

.heading .filters a {
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
    text-decoration: none;
}

.heading .filters a:hover {
    text-decoration: underline;
}

.heading .filters a.active {
    text-decoration: underline;
}

/* Header */

#logo {
    margin: 40px 0 30px;
    text-align: center;
}

#logo .smaller {
    display: none;
}

@media screen and (max-height: 768px) {
    #logo {
        margin: 20px 0 10px;
    }

    #logo .larger {
        display: none;
    }

    #logo .smaller {
        display: block;
    }
}

#headerCol .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#headerCol .nav li {
    border-top: 1px solid #ccc;
    margin: 0;
}

#headerCol .nav a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 10px 20px;
    text-decoration: none;
}

@media screen and (max-height: 768px) {
    #headerCol .nav a {
        padding: 5px 20px;
    }
}

#headerCol .nav a:hover {
    background: #c5c6b8;
    color: #000;
}

/* Footer */

#footer .menu {
    float: left;
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0;
}

#footer .menu li {
    float: left;
    margin: 0;
}

#footer .menu a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px;
    text-decoration: none;
}

#footer .menu a:hover {
    background: #83786b;
}

#footer .usa {
    float: left;
}

@media screen and (max-width: 1080px) {
    #footer .menu {
        float: none;
    }

    #footer .usa {
        clear: left;
    }
}

#footer img {
    vertical-align: top;
}

#footer .ngcom {
    float: right;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.2;
    margin-left: 20px;
    text-align: right;
    width: 190px;
}

#footer .ngcom a {
    color: #fff;
    text-decoration: none;
}

#footer .ngcom a:hover {
    text-decoration: underline;
}

#footer .ngcom img {
    border: 2px solid #fff;
    float: right;
    margin: 0 8px 0 4px;
}

/*****Listing*****/
ul.list { margin: 0 -5px; padding: 0; }

ul.list li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    list-style: none;
    margin: 0 0 60px;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    /*width: 194px;
    margin: 0 5px 60px 0;*/
    width: 20%;
}

@media all and (min-width: 1300px) {
    ul.list li {
        width: 15%
    }
}

img {
    max-width: 100%;
}

ul.list li a:link { color: #301e08; text-decoration: none; }

ul.list li a:visited { color: #301e08; text-decoration: none; }

ul.list li a:hover { color: #301e08; text-decoration: none; }

/*****Details*****/
table.details { }

table.details td { padding: 0 0 0 0; }

table.details td.rcol { border-left: 1px solid #d2cfca; line-height: 1; }

table.details td.rcol a:link { color: #000; text-decoration: none; }

table.details td.rcol a:visited { color: #000; text-decoration: none; }

table.details td.rcol a:hover { color: #000; text-decoration: none; }

table.details td.rcol a.related:link { color: #000; text-decoration: none; }

table.details td.rcol a.related:visited { color: #000; text-decoration: none; }

table.details td.rcol a.related:hover { color: #000; text-decoration: underline; }

table.details td.rcol a.related { text-transform: uppercase; }

table.details table td { padding: 0; }

table.details table td.details { padding: 0 7px 0 7px; }

table.details.wide table td.details { padding: 0 7px 0 0; }

table.details table td.details h2 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

table.details table td.details ul.icons { margin: 0; padding: 0; }

table.details table td.details ul.icons li {
    list-style: none;
    margin: 0 0 5px 0;
}

table.details table td.details ul.icons li a:link { color: #000; text-decoration: underline; }

table.details table td.details ul.icons li a:visited { color: #000; text-decoration: underline; }

table.details table td.details ul.icons li a:hover { color: #000; text-decoration: underline; }

/*****Pagination*****/
div.pagination { color: #999; text-align: right; }

div.pagination a:link { color: #301e08; text-decoration: none; }

div.pagination a:visited { color: #301e08; text-decoration: none; }

div.pagination a:hover { color: #301e08; text-decoration: none; }

div.pagination a.current { font-weight: bold; }

div.pagination span { display: inline-block; display: -inline-moz-stack; padding: 0 8px; }

div.pagination .previous, div.pagination .number { border-right: 1px solid #301e08; }
