﻿@import url("../CSS/Main.css");

#header
{
    width: 965px;
    height: 102px;
    z-index: 1;
    background-image: url(../Images/grey-header-bwaste.png);
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: 13px;
}
#contentWrapper
{
    width: 965px;
    min-height: 350px;
    z-index: 1;
    background-color: #ffffff;
    background-image: url(../Images/content-start-bdata.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#logoOverlay
{
    width: 164px;
    height: 55px;
    background-image: url(../Images/logo-bottom-bdata.png);
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 102px;
}
#footer
{
    width: 965px;
    height: 60px;
    margin-top: 9px;
    margin-bottom: 14px;
    background-image: url(../Images/darkblue-footer.png);
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 1;
    position: relative;
}
#content
{
    z-index: 2;
    margin: 44px 30px 15px 30px;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 16px;
}
#content .title
{
    font-weight: bold;
    font-family: Verdana, Arial;
    font-size: 18px;
    color: #303268;
    margin-bottom: 14px;
}
#content .subtitle
{
    font-weight: bold;
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}
#content a
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    color: #3f3f3f;
    text-decoration: underline;
}
#content a:hover
{
    color: #6c6c6c;
    text-decoration: none;
}
#content .datetime
{
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #a7a9ac; /*float: right;*/
    margin: -7px 5px 7px 0;
}
#content .horzDivider
{
    height: 0;
    border-width: 1px 0 0 0; /* remove all borders except the top one */
    border-style: dotted;
    border-color: #303268;
    margin: 20px 0;
}
#content .readmore
{
    margin: 10px 0 0 15px;
}
#content .readmore a
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
    color: #303268;
    text-decoration: none;
}
#content .readmore a:hover
{
    color: #303268;
    text-decoration: underline;
}
#content .downloadIcon
{
    position: relative;
    top: 4px;
}
#content .textBox
{
    font-family: Verdana, Arial;
    font-size: 11px;
    width: 300px;
    height: 15px;
    border: 1px solid #a7a9ac;
    padding: 2px 3px;
}
#content .formButton
{
    height: 21px;
    background-color: #303268;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #a7a9ac;
}
