@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('./fonts/sourcesanspro-semibold-webfont.eot');
    src: url('./fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('./fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('./fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('./fonts/sourcesanspro-light-webfont.eot');
    src: url('./fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('./fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('./fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('./fonts/sourcesanspro-regular-webfont.eot');
    src: url('./fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('./fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('./fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#wrapper {
    text-align: center;
}

body {
    background-color: #161616;
}

#main {
    display: block;
    width: 1110px;
    margin: 0px auto;
    text-align: left;

    background-image: url('./img/header3.png');
    background-repeat: no-repeat;
    background-position: 7px 0px;
    min-height: 500px;
}

#preheader {
    width: 1110px;
    height: 100px;

    text-align: center;
    padding: 10px 20px 10px 20px;
    color: #FFFFFF;

    font-family: 'source_sans_prosemibold', Arial, sans-serif;
    background: rgb(22, 22, 22) transparent;
    background: rgba(22, 22, 22, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#preheader .bold {
    font-size: 75px;
    font-weight: bold;
}

#header {
    width: 1110px;
    height: 40px;
    background-image: url('./img/menu.png');
    padding-top: 54px;
    margin-top: 193px;
}

#main_nav {
    width: 1010px;
    height: 30px;
    color: #FFFFFF;
    padding-left: 100px;
}

.nav_item_container {
    float: left;
}

.nav_item_container a {
    text-decoration: none;
}

.nav_item {
    height: 22px;
    padding: 4px 27px 4px 27px;
}

.nav_item .label {
    display: inline-block;
    font-family: 'source_sans_prosemibold', Arial, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    padding-bottom: 3px;
    height: 14px;
}

.nav_item .label:hover {
    border-bottom: 1px solid #FFFFFF;
}

#content_wrapper {
    overflow: hidden;
    font-family: 'source_sans_prolight';
    font-size: 14px;
    padding: 30px 60px 30px 60px;
}

.content {
    float: left;
    width: 296px;
    color: #FFFFFF;
}

#content_left, #content_center {
    margin-right: 50px;
}

#content_double {
    width: 590px;
    margin-right: 102px;
}

#footer {
    padding: 0px;
}

#footer_content {
    font-family: 'source_sans_prolight';
    border-top: 1px solid #F00000;
    border-bottom: 1px solid #F00000;
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    height: 90px;
}

#copyright {
    font-family: 'source_sans_prolight';
    color: #FFFFFF;
    text-align: right;
    padding-right: 10px;
    font-size: 11px;
    font-weight: bold;
}

.footer_part {
    float: left;
    width: 198px;
    color: #808080;
}

.content_item {
    overflow: hidden;
    height: 44px;
    padding: 2px;
    margin-bottom: 1px;
}

.content_item .date {
    float: left;
    width: 44px;
    height: 40px;
    background-color: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin-right: 20px;
    padding-top: 4px;
}

.date .day {
    font-size: 26px;
    line-height: 16px;
}

.date .month {
    line-height: 12px;
}

.content_item .text {
    float: left;
    padding-top: 6px;
    line-height: 16px;
    font-size: 12px;
}

.content H1 {
    margin: 0px 0px 10px 0px;
    font-family: 'source_sans_prolight';
    font-size: 16px;
}

.content H2 {
    margin: 0px 0px 0px 0px;
    font-family: 'source_sans_prolight';
    font-size: 16px;
}

#content_double H1 {
    font-size: 20px;
}

.footer_part H1 {
    font-family: 'source_sans_prolight';
    font-size: 12px;
    color: #505050;
}

#content_right .content_item .text H1 {
    font-size: 14px;
    font-family: 'source_sans_prolight';
    width: 210px;
    margin: 0px;
}

#content_center .content_item .text H1 {
    font-size: 14px;
    font-family: 'source_sans_prolight';
    width: 210px;
    margin: 0px;
}

.content_item .img {
    float: left;
    width: 60px;
    height: 50px;
    background-color: #808080;
    margin-right: 20px;
}

.nav_sub {
    position: absolute; 
    width: 200px; 
    background-color: #FF0000; 
    margin-left: 20px;
}

#dashed_spacer {
    width: 590px;
    height: 11px;
    margin-top: 5px;
    margin-bottom: 6px;
}

.content a {
    font-weight: bold;
    color: #BB6666;
    text-decoration: none;
}

.content a:visited {
    font-weight: bold;
    color: #BB6666;
    text-decoration: none;
}

.content a:hover {
    font-weight: bold;
    color: #F20000;
    text-decoration: none;
}

.simply-scroll-container { 
    position: relative;
}

.simply-scroll-clip { 
    position: relative;
    overflow: hidden;
}

.simply-scroll-list { 
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
    
.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
    
.simply-scroll-list li img {
    border: none;
    display: block;
}

.simply-scroll { 
    width: 1110px;
    height: 90px;
    margin-bottom: 1em;
}

.simply-scroll .simply-scroll-clip {
    width: 1110px;
    height: 90px;
}

.simply-scroll .simply-scroll-list li {
    float: left;
    height: 90px;
}

.tablepress tbody td {
    padding: 0px;
    border: 0px;
    height: 15px;
}

#scroller li {
    border-right: 5px solid red;
}