@charset "UTF-8";

body
{
    margin: 0;
    padding: 0;
    padding-top: 20px;

    background-color: #333333;
    text-align: center;
}

#topstrip
{
    position: absolute;
    top: 0;
    left: 0;

    margin: 0;
    padding: 0;

    height: 195px;
    width: 100%;

    background-color: #00B8B4;

    border-bottom: 1px solid #666666;
}
#toplines
{
    margin: 0;
    padding: 0;

    height: 170px;
    width: 100%;

    background: url('images/toplines.gif');

    border-bottom: 1px solid #666666;
}

#bodywrapper
{
    position: relative;

    margin: 0 auto;
    padding: 0;

    width: 960px;

    background-color: #FFFFFF;

    border: 1px solid #333333;
    border-bottom: none;
}

#banner
{
    position: absolute;
    top: 15px;
    left: 15px;

    height: 229px;
    width: 930px;

    background: url('images/banner.gif');
}
#content
{
    padding: 90px;
    padding-top: 280px;
    padding-bottom: 10px;
}

#footer
{
    width: 960px;
}
#footerlines
{
    height: 28px;
    width: 100%;

    background: url('images/footerlines.gif');
}
#footercontent
{
    height: 50px;
    width: 100%;
    background-color: #000000;

    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
}
#footerlogo
{
    position: relative;
    border: 1px solid #000000;
    background-color: #999999;
    margin:0;
    padding:10px;
}
#pr
{
    padding: 15px;
    padding-bottom: 30px;
}
#pr p
{
    font-family: arial;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
#pr a
{
    color: #F15822;
    text-decoration: none;
    font-weight: 700;
}
#pr a:hover
{
    color: #7C7676;
}
#footer .colours
{
    height: 4px;
    width: 137px;
    position: relative;
    top: 4px;
}
#footer .grey4
{
    width: 138px !important;
}
.copyright
{
    margin: 0;
    padding: 15px;
}
.compliancy
{
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: none;
}
