﻿
html, body {
    padding: 0px;
    margin: 0px;
}

body {
    min-width:1024px;
}

.Container {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.BodyBackgroundGrey {
    background-color: #f3f3f3;
}

.BodyBackgroundWhite {
    background-color: #fff;
}

.BodyInner {
    padding: 0px 30px 0px 30px;
}

#HeaderContainer {
    background-color: #2e353d;
    height: 100px;
    width: 100%;
}

#HeaderContainer #Logo {
    padding-top: 26px;
    margin-left: 30px;
    float: left;
}

#HeaderContainer #Strapline {
    margin-left: 18px;
    color: #fff;
    float: left;
    padding-top: 35px;
    font-family: 'HelveticaNeueLTCom45Light';
    font-size: 15px;
}

#HeaderContainer #Strapline #SubStrapline {
    color: #fff;
    font-family: 'LibreBaskervilleItalic';
    font-size: 12px;
}

#HeaderContainer #ContactBlock {
    padding-top: 35px;
    margin-left: 41px;
    float: left;
}

.DarkGreyBlock {
    background-color: #231f20;
    color: #fff;
}

#ContactBlock .DarkGreyBlock {
    height: 33px;
    width: 111px;
    margin-right: 8px;
    float: left;
    font-family: 'HelveticaNeueLTCom55Roman';
    font-size: 14.5px;
}

#ContactBlock .DarkGreyBlock .Inner {
    text-align: center;
    padding-top: 8px;
}

.DarkGreyBlock a, .DarkGreyBlock a:link, .DarkGreyBlock a:active, .DarkGreyBlock a:visited {
    text-decoration: none;
    color: #fff;
}

.DarkGreyBlock a:hover
{
    text-decoration: underline;
}

#PartnerBlock {
    padding-top: 22px;
    margin-left: 52px;
    color: #fff;
    float: left;
    font-family: 'LibreBaskervilleItalic';
    font-size: 10px;
}

#HeaderBorder {
    height: 4px;
    background-color: #f26622;
}

#FrontPageIntro {
    font-family: 'VAGRoundedStdLight';
    font-size: 26px;
    color: #6d6e71;
    margin-bottom: 20px;
}

#FrontPageIntro p {
    margin: 0px;
    padding-top: 20px;
}

#FrontPageIntro input {
    border: none;
    margin-top: -50px;
    color: #c7c8ca;
    font-size: 16px;
    width: 160px;
}

.FrontPageIntroNotifyLink {
    font-size: 16px;
    color: #000;
    padding: 4px;
    font-weight: bold;
}

.FrontPageIntroNotifyLink a, .FrontPageIntroNotifyLink a:link, .FrontPageIntroNotifyLink a:active, .FrontPageIntroNotifyLink a:visited {
    text-decoration: none;
    color: #000;
}

.FrontPageIntroNotifyLink a:hover
{
    text-decoration: underline;
}

.HighlightYellow {
    background-color: #fff200;
}

#FrontPageMainImage {
    margin-top: 20px;
    text-align: center;
}

#FrontPageMainImageStrapline {
    font-family: 'VAGRoundedStdLight';
    font-size: 17px;
    /*letter-spacing: 0.15px;*/
    text-align: center;
    padding-bottom: 20px;
}

.HighlightOrange {
    color: #f26522;
}

.DarkGreySeperator {
    background-color: #524f50;
    height: 1px;
}

.BottomFeature {
    text-align: center;
    font-family: 'HelveticaNeueLTCom55Roman';
    font-size: 18px;
    color: #6e6f71;
    margin-bottom: 10px;
    background-color: #fff;
}

.BottomFeature h2 {
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
}

#Footer {
    background-color: #242424;
    color: #fff;
    font-family: 'HelveticaNeueLTCom55Roman';
    font-size: 12px;
    color: #939598;
}

#Footer h1 {
    color: #fff;
}

#Footer .Col1, .Col2 {
    float: left;
}

#Footer .Col3 {
    float: right;
}

#Footer .Col1 {
    margin-left: 31px;
}

#Footer .Col2 {
    margin-left: 70px;
}

#Footer .Col3 {
    margin-right: 31px;
}

#Footer .Col3 .Icons div {
    float: left;
    margin-right: 14px;
}

.Icons img {
    border: none;
}
