@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,300,700);

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    font-family: 'Titillium Web', sans-serif;
    color: #000;
    font-size: 90%;
    background: #CCC;
}

p {
    margin: 0.6em 0 1em 0;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.5em;
}
h1 {
    margin: 0.5em 0;
    padding: 0.5em;
    width: 100%;
    /* color: #FFF; */
    font-size: 2.4em;
    font-weight: bold;
}
h2 {
    /* color: #FF3131; */
    /* color: #fe0000; */
    font-size: 2em;
    font-weight: bold;
    border-bottom: 2px solid #fe0000;
}
h3 {
    font-size: 1.6em;
    font-weight: bold;
}
h4 {
    font-size: 1.4em;
    font-weight: bold;
}
a {
    /* color: #FF3131; */
    color: #fe0000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul {
    padding: 0 5px;
    list-style-position: inside;
}
td a {
    /* color: #FF3131 !important; */
    color: #fe0000 !important;
}
#wrapper {
    margin: 0 auto;
    width: 1000px;
    min-height: 100%;
}

header {
    position: relative;
    width: 100%;
    height: 201px;
    /* background: url(../layouts/trispeed/banner.png) no-repeat 0 0; */
    background: #fff;
}

header h1 {
    margin: 0;
    padding: 50px 0 0 30px;
    color: #fe0000;
    font-size: 4em;
    font-weight: 300;
    text-transform: uppercase;
}

header nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    border-top: 2px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
}

header nav ul {
    display: table;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    width: 920px;
    height: 40px;
    list-style: none outside none;
}
header nav ul li {
    display: table-cell;
    display: flex;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
header nav ul li:first-child {
    text-align: left;
}
header nav ul li:last-child {
    text-align: right;
}
header nav ul li a {
    /* color: #FFF; */
    color: #838383;
    font-size: 1em;
    text-decoration: none;
    text-transform: uppercase;
}
header nav ul li a:hover, header nav ul li.selected a {
    /*border-bottom: 2px solid #DE0B1D;*/
    /* color: #FF3131; */
    color: #000;
    text-decoration: none;
}
#middle {
    padding: 15px 0;
    width: 100%;
    min-height: 100%;
    background: #FFF;
}
#left {
    float: left;
    width: 200px;
    min-height: 100%;
}
#submenu {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
#submenu li {
    padding: 0 0 0 30px;
    min-height: 30px;
    border-bottom: 2px solid #d6d6d6;
}
#submenu li a {
    min-height: 30px;
    line-height: 30px;
    color: #838383;
    font-size: 1.1em;
    text-decoration: none;
}
#submenu li a:hover, #submenu li.selected a {
    /* color: #FF3131; */
    color: #000;
}
#holder {
    margin: 40px 0 10px 30px;
}
#content {
    margin: 0 30px 0 250px;
    min-height: 100%;
}
footer {
    height: 40px;
    /* color: #FFF; */
    color: #000;
    /* background: #00ACB9; */
    border-top: 2px solid #d6d6d6;
    background: #fff;
}
footer p {
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
}
footer a {
    /* color: #FFF; */
    color: #000;
    font-size: 1em;
    text-decoration: none;
}

/* news */
div.news.header {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
}
div.news.date {
    float: left;
    /* color: #FF3131; */
    color: #fe0000;
    font-size: 1.25em;
    font-weight: bold;
}
div.news.title {
    float: left;
}
div.news.title, div.news.date, div.news.title h1 {
    height: 20px;
    line-height: 20px;
}
div.news.title h1 {
    margin: 0 10px 0 0;
    padding: 0;
    /* color: #FF3131; */
    color: #fe0000;
    font-size: 1.25em;
    font-weight: bold;
    background: none;
}
div.news.content {
    /*float: left;*/
    margin: 0 auto 20px auto;
    width: 92%;
}
div.news.content div.hrline {
    margin: 30px auto 0;
    width: 90%;
    /* border-bottom: 2px solid #00ACB9; */
    border-bottom: 2px solid #d6d6d6;
}
div.news.content:last-child div.hrline {
    border: none;
}
