﻿/* DEFAULTS */

/* CSS RESET */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote
{
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
td, th, caption
{
    font-weight: normal;
    text-align: left;
}
img, fieldset
{
    border: 0;
}
ol
{
    padding-left: 1.4em;
    list-style: decimal;
}
ul
{
    padding-left: 1.4em;
    list-style: square;
}
q:before, q:after
{
    content: '';
}
/* end CSS RESET */

.clear:after
{
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clear
{
    zoom: 1;
}

/* end DEFAULTS
----------------------------------------------------------*/

/* PAGE SECTION WRAPPERS */
body
{
    background-image: url(../images/bodyBackgroundBS.gif?v=20130529-2);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #fff9ef;
}

#wrapper
{
    position: relative;
    max-width: 980px;
    margin: 0 auto 0 auto;
    text-align: left; /*background-color: #fff9ef;*/
}

#page
{
    position:relative;
    background-color: #fff9ef;
    padding-top: 20px;
    margin-top: -16px;
}
/* end PAGE SECTION WRAPPERS */

.header
{
    background-color: #ffffff;
    height: 125px;
}

.header .strapline
{
    color: #2975bc;
    font-size: 13pt;
    font-weight: bold;
    font-style: italic;
}

.header .logo
{
    padding: 0px 0 0 0px;
    width: 503px;
    height: 104px;
}

.header .magGlass
{
}

.header .contactInfo
{
    position: absolute;
    font-weight: bold;
    font-size: 10pt;
    right: 10px;
    top: 0px;
    width: 360px;
    line-height: 1em;
}

.header .contactInfo a
{
    font-weight: normal;
}

.header .contactInfo .tel
{
    position: absolute;
    right: 0;
    top: 0;
}

.header .contactInfo .email
{
    position: absolute;
    right: 0px;
    top: 20px;
}

.loginOut
{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 59px;
    height: 20px;
}

.mnuTopRight
{
    position: absolute;
    top: 95px;
    right: 10px;
    font-size: 11pt;
}

a.imgLogo
{
    display: block;
    width: 503px;
    height: 125px;
    background-image: url(../images/LogoMin980.gif?v=20130809);
    background-position: left top;
    background-repeat: no-repeat;
}

.loginLogoutButtons
{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 59px;
    height: 20px;
}

.imgLoginLogout
{
    width: 59px;
    height: 20px;
}

.telLink
{
    text-decoration: none !important;
    cursor: default !important;
    color: #000000;
}

.panel
{
    height: 240px;
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #2975bc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}

.panelLeft
{
    margin: 0 0 0 10px;
}

.panelLeftWaitingTimes
{
    position: relative;
    background: #ffffff url(../images/WaitingTimesMin980.gif?v=20130611) no-repeat center;
    margin: 0 0 0 10px;
}

.panelRight
{
    position: relative;
    margin: 0 10px 0 0;
}

.panelRight4Steps
{
    position: relative;
    background: #ffffff url(../images/4StepsMin980.gif?v=20130526) no-repeat center;
    margin: 0 10px 0 0;
}

.panelRightTweets
{
    position: relative;
    margin: 0 10px 0 0;
}

.panelFullWidth
{
    margin: 0 10px 0 10px;
    font-size: 12pt;
    height: auto;
}

.panel p
{
    margin: 10px 0 0 0;
}

/* home test centre waiting times */
.testCentreLookupArea
{
    position: relative; /*min-height: 190px;*/
}

.testCentreLookupArea .title
{
    color: #2975bc;
    font-family: Arial;
    font-weight: bold;
    font-size: 25pt;
    line-height: 1em;
    text-align: center;
}

.testCentreLookupArea .testCentres
{
    margin-top: 10px;
}

.testCentreLookupArea .info
{
    margin-top: 5px;
}

.testCentreLookupArea .statement
{
    width: 100%;
    font-size: 11pt;
    font-weight: bold;
    font-style: italic;
    color: #249412;
}

/* end home test centre waiting times */

/* home waiting times */
.waitingTimesBottomBar
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #737373;
    color: #ffffff;
    text-align: center;
    font-size: 14pt;
    margin: 0 10px 0 0;
    padding: 6px 0 0 0;
    height: 25px;
    width: 100%;
}

.waitingTimesBottomBar a
{
    position: relative;
    top: 0;
    left: 0;
    z-index: 20;
    display: block;
    height: 24px;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
}

.waitingTimesBottomBar a:hover
{
    text-decoration: underline;
}

.waitingTimesBottomBar .chevrons
{
    position: absolute;
    top: 6px;
    right: 20px;
    height: 20px;
    width: 20px;
    z-index: 10;
    background-image: url(../images/4StepChevrons.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}



/* end home waiting tiomes */

/* home 4 steps */
.fourStepsBottomBar
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #737373;
    color: #ffffff;
    text-align: center;
    font-size: 14pt;
    margin: 0 10px 0 0;
    padding: 6px 0 0 0;
    height: 25px;
    width: 100%;
}

.fourStepsBottomBar a
{
    position: relative;
    top: 0;
    left: 0;
    z-index: 20;
    display: block;
    height: 24px;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
}

.fourStepsBottomBar a:hover
{
    text-decoration: underline;
}

.fourStepsBottomBar .chevrons
{
    position: absolute;
    top: 6px;
    right: 20px;
    height: 20px;
    width: 20px;
    z-index: 10;
    background-image: url(../images/4StepChevrons.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* end home 4 steps */

/* signup discount codes */
.discountCodeArea
{
    padding-top: 20px;
}

.discountCodeArea .discountCodePart
{
    width: 100px;
}
/* end signup discount codes */

/* home carousel */
.carousel
{
    margin: 20px 10px 20px 10px;
    background-color: #ffffff;
    border: 1px solid #2975bc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}

.carousel img
{
    margin: 0 auto;
}
/* end home carousel */

.sideMargins
{
    margin: 0 10px 0 10px;
}

.infoBarArea
{
    display: block;
    position: relative;
    margin: 20px 10px 0 10px;
    max-width: 956px;
}

.infoBarArea480
{
    display: none;
}

.infoBarArea .BWC
{
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 5;
}

.infoBarArea .googlePlus
{
    position: absolute;
    right: 188px;
    top: 4px;
    z-index: 5;
}

.infoBarArea .facebook
{
    position: absolute;
    right: 97px;
    top: 4px;
    z-index: 5;
}

.infoBarArea .twitter
{
    position: absolute;
    right: 6px;
    top: 4px;
    z-index: 5;
}

/* FOOTER */
#footer
{
    position: relative;
    background-color: #ffdba0;
    color: #333333;
    margin: 50px 10px 0 10px;
    text-align: center;
    padding: 20px 20px 20px 20px;
    border-top: solid 1px #ffdba0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#footer li
{
    display: inline;
}
#footer p.line
{
    border-top: 1px solid #d2d2d2;
}


#footer .links a
{
    color: #333333;
    text-decoration: none;
}

#footer .links a:hover
{
    text-decoration: underline;
}
#footer ul.links1
{
    position: absolute;
    left: 10px;
    top: 20px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: bold;
}
#footer ul.links1 li a
{
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

#footer #copyright
{
    position: absolute;
    left: 10px;
    top: 65px;
    font-size: 10pt;
    width: 180px;
}

#footer #logos #logosGroup1Separator
{
    position: absolute;
    top: 60px;
    left: 250px;
    width: 1px;
    height: 110px;
    border-left: 1px solid #ff9e01;
    padding-left: 20px;
}
#footer #logos #logosGroup2Separator
{
    position: absolute;
    top: 60px;
    left: 642px;
    width: 1px;
    height: 110px;
    border-left: 1px solid #ff9e01;
    padding-left: 20px;
}
#footer #logos
{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
}
#footer #logos ul
{
    margin-left: -10;
    margin-top: 5px;
    padding: 0px;
    list-style: none;
}
#footer #logos #logos1
{
    position: absolute;
    top: 65px;
    left: 276px;
    width: 380px;
}
#footer #logos #logos3
{
    position: absolute;
    top: 65px;
    left: 666px;
    width: 250px;
}
#footer #logos #logos4
{
    position: absolute;
    top: 65px;
    left: 825px;
    width: 154px;
}
#footer #logos #logos5
{
    position: absolute;
    top: 145px;
    left: 10px;
    width: 250px;
}
#footer #logos1 li, #footer #logos2 li, #footer #logos3 li, #footer #logos4 li, #footer #logos5 li
{
    float: left;
    padding: 0;
    margin-right: 20px;
}

#footer #legal
{
    position: absolute;
    left: 0px;
    top: 202px;
    width: 980px;
    height: 38px;
    background-color: #ff9e01;
}
#footer #legal ul.links1
{
    position: absolute;
    left: 10px;
    top: 5px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#footer #legal ul.links1 li, #footer #legal ul.links1 li a
{
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
}
#footer #legal ul.links2
{
    position: absolute;
    right: 20px;
    top: 5px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#footer #legal ul.links2 li, #footer #legal ul.links2 li a
{
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
}
#footer #legal ul.links2 .separator
{
    font-size: 8pt;
    padding-right: 5px;
}
/* end FOOTER */

/* telephone support */
.telephone
{
    float: left;
    width: 80px;
    height: 68px;
    padding: 0 10px 0 0;
}

.telLink
{
    text-decoration: none !important;
    cursor: default !important;
    color: #249412;
}

/* end telephone support */

/* InfoBox */
.InfoBoxGeneric
{
    margin: 0 10px 20px 10px;
    background-color: #ffffff;
    border-left: solid 1px #2975bc;
    border-right: solid 1px #2975bc;
    border-bottom: solid 1px #2975bc;
    border-top: solid 1px #2975bc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.orangeBoldBorder
{
    border-left: solid 2px #ff9e00;
    border-right: solid 2px #ff9e00;
    border-bottom: solid 2px #ff9e00;
    border-top: solid 2px #ff9e00;
}

.InfoBoxGeneric h2
{
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2975bc;
    text-align:center;
}

.InfoBoxGeneric .highlight
{
    color:#2975bc;
    font-weight:bold;
}

.InfoBoxGeneric p
{
    padding: 5px 0 0 0;
}

.InfoBoxGeneric p a
{
    color: #2975bc;
    text-decoration: underline;
}

.InfoBoxGeneric .content
{
    padding: 10px;
    font-size: 12pt;
    font-weight: bold;
    line-height: 1.5em;
    color: #249412;
    text-align: left;
}

.InfoBoxGeneric .content .panelRight
{
}

.InfoBoxGeneric .title
{
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 10px;
}



.InfoBoxGeneric .body
{
    color: #333333;
    font-weight: normal;
}

.InfoBoxGeneric p.title
{
    font-size: 11pt;
    color: #249412;
    text-align: center;
}

.infoBoxPageHeader
{
    position: relative;
    margin: 0 10px 20px 10px;
    background-color: #ffffff;
    border-left: solid 1px #2975bc;
    border-right: solid 1px #2975bc;
    border-bottom: solid 1px #2975bc;
    border-top: solid 1px #2975bc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 375px;
    padding: 10px;
}

.infoBoxPageHeader .title
{
    position: absolute;
    top: 115px;
    left: 95px;
    color: #2975bc;
    font-size: 43pt;
    font-weight: bold;
}

.infoBoxPageHeader h1
{
    position: absolute;
    top: 115px;
    left: 95px;
    color: #2975bc;
    font-size: 25pt;
    font-weight: bold;
}

.infoBoxPageHeader h2
{
    position: absolute;
    top: 195px;
    left: 95px;
    font-size: 17pt;
    color: #666666;
    line-height: 1.25em;
    width: 400px;
}

.infoBoxPageHeader .info
{
    position: absolute;
    top: 195px;
    left: 95px;
    font-size: 17pt;
    color: #666666;
    line-height: 1.25em;
    width: 400px;
}

.infoBoxPageHeader .imgWhatWeOffer
{
    position: absolute;
    right: 60px;
    top: 30px;
    height: 312px;
    width: 200px;
    background-image: url(../images/imgHeaderWhatWeOffer.gif?v=20130730-1);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.infoBoxPageHeader .imgHowItWorks
{
    position: absolute;
    right: 60px;
    top: 30px;
    height: 310px;
    width: 258px;
    background-image: url(../images/imgHeaderHowItWorks.gif?v=20130529);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.infoBoxPageHeader .imgFAQ
{
    position: absolute;
    right: 60px;
    top: 30px;
    height: 350px;
    width: 293px;
    background-image: url(../images/imgHeaderFAQ.gif?v=20130529);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.infoBoxPageHeader .imgWaitingTimes
{
    position: absolute;
    right: 60px;
    top: 30px;
    height: 350px;
    width: 317px;
    background-image: url(../images/imgHeaderWaitingTimes.gif?v=20130529);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.infoBoxPageHeader .imgWhyUseUs
{
    position: absolute;
    right: 60px;
    top: 30px;
    height: 337px;
    width: 366px;
    background-image: url(../images/imgHeaderWhyUseUs.gif?v=20130529);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.infoBoxPageHeader .imgAboutUs
{
    position: absolute;
    right: 60px;
    top: 30px;
    height: 350px;
    width: 366px;
    background-image: url(../images/imgHeaderAboutUs.gif?v=20130529);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.infoBoxPageHeader .imgContactUs
{
    position: absolute;
    right: 60px;
    top: 30px;
    height: 350px;
    width: 296px;
    background-image: url(../images/imgHeaderContactUs.gif?v=20130529);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.infoBoxPageHeader .imgLogin
{
    position: absolute;
    right: 60px;
    top: 30px;
    height: 350px;
    width: 419px;
    background-image: url(../images/imgHeaderLogin.gif?v=20130529);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.infoBoxPageHeader .imgSignup
{
    position: absolute;
    right: 60px;
    top: 30px;
    height: 227px;
    width: 370px;
    background-image: url(../images/imgHeaderSignup.gif?v=20130529);
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* end InfoBox */

.signupBar
{
    position: relative;
    background-color: #2975bc;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #2975bc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
    z-index: 10;
}

.signupBar a
{
    position: relative;
    top: 0;
    left: 0;
    z-index: 20;
    display: block;
    height: 24px;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    width: 100%;
    padding-top: 6px;
}

.signupBar a:hover
{
    text-decoration: underline;
}

.signupBar .chevrons
{
    position: absolute;
    top: 6px;
    right: 20px;
    height: 20px;
    width: 20px;
    z-index: 10;
    background-image: url(../images/chevrons.gif?v=20130602-1);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.signupBarGreen
{
    position: relative;
    background-color: #249412;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #249412;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
    z-index: 10;
}

.signupBarGreen a
{
    position: relative;
    top: 0;
    left: 0;
    z-index: 20;
    display: block;
    height: 24px;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    width: 100%;
    padding-top: 6px;
}

.signupBarGreen a:hover
{
    text-decoration: underline;
}

.signupBarGreen .chevrons
{
    position: absolute;
    top: 6px;
    right: 20px;
    height: 20px;
    width: 20px;
    z-index: 10;
    background-image: url(../images/chevronsGreen.gif?v=20130810);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.signupBarFullWidth
{
    margin-left: 10px;
    margin-right: 10px;
}

.signupBarFullWidth .chevrons
{
    position: absolute;
    top: 6px;
    right: 20px;
    height: 20px;
    width: 20px;
    z-index: 10;
    background-image: url(../images/chevronsGreen.gif?v=20130810);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.howItWorksArea
{
    margin: 0 10px 0 10px;
}

/* FAQ */
.imgFAQ
{
}

.FAQArea
{
    margin: 0 0 40px 10px;
    line-height: 1.5em;
    color: #000000;
}

.FAQArea .title
{
    color: #2975bc;
    font-weight: bold;
}

.FAQArea .body
{
    margin-top: 10px;
}

.FAQArea .body .answer
{
    color: #2975bc;
    font-weight: bold;
}

.FAQArea .body a
{
    color: #2975bc;
    text-decoration: underline;
}
/* End FAQ */

h1.pageTitleLarge
{
    font-size: 20pt;
    font-weight: bold;
    font-style: italic;
    color: #2975bc;
    margin: 20px 0 20px 10px;
}

.waitingTimesLastChecked
{
    margin: 0 0 0 10px;
    font-weight: bold;
    color: #666666;
}

/* How it works */
.howItWorksStep
{
    position: relative;
    padding: 0 0 20px 0;
    background-image: url(../images/howItWorksBackground.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}


.howItWorksStep .stepNumber
{
    position: relative;
    left: 5%;
    top: 30px;
    background-color: #2975bc;
    height: 45px;
    width: 45px;
    border: 1px solid #2975bc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-appearance: none;
}

.howItWorksStep .stepNumber .stepNumberDigit
{
    height: 45px;
    width: 45px;
    text-align: center;
    padding-top: 4px;
    color: #ffffff;
    font-size: 30pt;
    font-weight: bold;
    line-height: 1em;
}

.howItWorksStep .title
{
    position: relative;
    left: 120px;
    top: -15px;
    width: 55%;
    font-size: 25pt;
    color: #2975bc;
    font-weight: bold;
    line-height: 1em;
}

.howItWorksStep .header
{
    position: relative;
    left: 5%;
    padding: 10px 0 0 0;
    width: 55%;
    height: 30px;
    font-size: 21.5pt;
    color: #666666;
    font-weight: normal;
    line-height: 1em;
}

.howItWorksStep .body
{
    position: relative;
    left: 5%;
    top: 0;
    padding: 20px 0 0 0;
    width: 60%;
    font-size: 12pt;
    color: #333333;
    font-weight: normal;
    line-height: 1.3em;
}

.howItWorksStep .imageStep1
{
    position: absolute;
    right: 5%;
    top: 80px;
    width: 120px;
    height: 68px;
    background-image: url(../images/howItWorksStep1.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.howItWorksStep .imageStep2
{
    position: absolute;
    right: 5%;
    top: 45px;
    width: 120px;
    height: 143px;
    background-image: url(../images/howItWorksStep2.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.howItWorksStep .imageStep3
{
    position: absolute;
    right: 5%;
    top: 45px;
    width: 120px;
    height: 110px;
    background-image: url(../images/howItWorksStep3.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.howItWorksStep .imageStep4
{
    position: absolute;
    right: 5%;
    top: 50px;
    width: 100px;
    height: 115px;
    background-image: url(../images/howItWorksStep4.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* end How it works */

/* generic steps */
.stepNumberContainer
{
    position: relative;
    padding: 0 0 0px 0;
    background-image: url(../images/howItWorksBackground.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}


.stepNumberContainer .stepNumber
{
    position: relative;
    left: 5%;
    top: 30px;
    background-color: #2975bc;
    height: 30px;
    width: 30px;
    border: 1px solid #2975bc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-appearance: none;
}

.stepNumberContainer .stepNumber .stepNumberDigit
{
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 4px;
    color: #ffffff;
    font-size: 20pt;
    font-weight: bold;
    line-height: 1em;
}

.stepNumberContainer .body
{
    position: relative;
    left: 5%;
    top: 0;
    padding: 0px 0 0 40px;
    width: 80%;
    font-size: 12pt;
    color: #333333;
    font-weight: normal;
    line-height: 1.3em;
}
/* end generic steps */

/* why use us */
.whyUseUsArea
{
    position: relative;
    padding: 0 0 40px 0;
    background-image: url(../images/howItWorksBackground.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.whyUseUsArea .title
{
    position: relative;
    left: 5%;
    top: 20px;
    width: 55%;
    font-size: 25pt;
    color: #2975bc;
    font-weight: bold;
    line-height: 1em;
}

.whyUseUsArea .header
{
    position: relative;
    top: 20px;
    left: 5%;
    padding: 10px 0 0 0;
    width: 55%;
    height: 30px;
    font-size: 21.5pt;
    color: #666666;
    font-weight: normal;
    line-height: 1em;
}

.whyUseUsArea .body
{
    position: relative;
    left: 5%;
    top: 20px;
    padding: 20px 0 0 0;
    width: 60%;
    font-size: 12pt;
    color: #333333;
    font-weight: normal;
    line-height: 1.3em;
}

.whyUseUsArea .image1
{
    position: absolute;
    right: 5%;
    top: 20px;
    width: 128px;
    height: 128px;
    background-image: url(../images/whyUs1.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.whyUseUsArea .image2
{
    position: absolute;
    right: 5%;
    top: 20px;
    width: 128px;
    height: 128px;
    background-image: url(../images/whyUs2.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.whyUseUsArea .image3
{
    position: absolute;
    right: 5%;
    top: 20px;
    width: 128px;
    height: 128px;
    background-image: url(../images/whyUs3.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.whyUseUsArea .image4
{
    position: absolute;
    right: 5%;
    top: 20px;
    width: 128px;
    height: 128px;
    background-image: url(../images/BWCWithText.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* end why use us */

/* buttons */
.button
{
    font-size: 12pt;
    color: #ffffff;
    background-color: #2975bc;
    border: 1px solid #2975bc;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}

input[type="submit"][disabled]
{
    font-size: 12pt;
    background-color: #cccccc;
    border: 1px solid #cccccc;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}

.btnSignUp
{
    margin: 7px 10px 0 0;
    font-size: 12pt;
    color: #ffffff;
    background-color: #249412;
    border: 1px solid #249412;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}
/* end buttons */

/* SIGN UP */
.divSignupBadgeSmall
{
    position:absolute;
    top:0px;
    right:10px;
}

.signUpForm
{
    position: relative;
    font-size: 11pt;
    vertical-align: top;
    width: 100%;
    margin: 0 0 30px 0;
}
.signUpForm a
{
    color: #197dbd;
    text-decoration: underline;
}
.signUpForm h1
{
    color: #2975bc;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 10px;
}
.signUpForm h1.pageTitleLarge
{
    font-size: 20pt;
    font-weight: bold;
    font-style: italic;
    margin: 20px 0 20px 0;
}
.signUpForm .formField
{
    font-size: 11pt;
    font-weight: bold;
    margin: 10px 0 0 0px;
}

.signUpForm .formInfo
{
    font-size: 11pt;
    margin: 20px 0 0 0px;
}

.signUpForm .fixedWidth
{
    width: 240px;
    display: block;
    float: left;
    line-height: 1em;
    font-size: auto;
    font-weight: bold;
}
.signUpForm .textBox
{
    font-size: 10pt;
    color: #000000;
    width: 200px;
    border: #c7ccdc 1px solid;
}

.signUpForm .textBoxCalendar
{
    font-size: 10pt;
    color: #333333;
    width: 80px;
    border-right: #2975bc 1px solid;
    border-top: #2975bc 1px solid;
    border-left: #2975bc 1px solid;
    border-bottom: #2975bc 1px solid;
}


.signUpForm .textBoxDisabled
{
    font-size: 10pt;
    color: #000000;
    width: 200px;
    border: #2975bc 1px solid;
    background-color: #dddddd;
}
.signUpForm .submit
{
    position: relative;
    padding: 10px 0 0 0;
    text-align: right;
}
.signUpForm .contentArea
{
    background-color: #ffffff;
    position: relative;
}

.summary
{
    margin-top: 10px;
}

.summary td
{
    padding: 5px;
}

.signUpForm .lineBreak
{
    display: block;
    padding-top: 5px;
}

/* end SIGN UP */

/* Payment complete forms */
#signupComplete
{
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}
#signupComplete div
{
    padding-top: 0px;
}
#signupComplete div.last
{
    padding-bottom: 300px;
}
#signupComplete p.loginInfoFirst
{
    padding-top: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 10pt;
}
#signupComplete p.loginInfo
{
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 10pt;
}

#accountError
{
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    color: Red;
}
#accountError div
{
    padding-top: 40px;
}
#accountError div.last
{
    padding-bottom: 300px;
}
#accountError a
{
    color: #333333;
    text-decoration: underline;
}

#paymentError
{
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    color: Red;
}
#paymentError div
{
    padding-top: 40px;
}
#paymentError div.info
{
    color: #000000;
}
#paymentError div.last
{
    padding-bottom: 300px;
}
#paymentError a
{
    color: #333333;
    text-decoration: underline;
}
/* End Payment complete forms */


.customerServicesContactInfo
{
    padding-top: 10px;
    font-size: 11pt;
    color: #000000;
    text-align: left;
}

.discountCodeArea
{
    padding-top: 20px;
}

.discountCodeArea .discountCodePart
{
    width: 100px;
}

/* facebook signup */
.facebookSignupArea
{
    margin-top: 10px;
}

.facebookSignupArea .title
{
    font-size: 10pt;
    font-weight: bold;
    line-height: 1em;
}

.facebookSignupArea .body
{
    font-size: 10pt;
    font-weight: normal;
    line-height: 1.25em;
    width: 300px;
}

.facebookPhoto
{
    margin: 20px 0 0 0;
}

.signupOR
{
    font-weight: bold;
    color: #cc0000;
}

a.FBSignupButton
{
    display: block;
    width: 264px;
    height: 50px;
    background-image: url(../images/btnFBSignup.gif);
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
}

a.FBLoginButton
{
    display: block;
    width: 264px;
    height: 50px;
    background-image: url(../images/btnFBLogin.gif);
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
}
/* end facebook signup */

h1.login
{
    font-size: 12pt;
    line-height: 1em;
}

.loginCaseSensitive
{
}

.loginForgottenPassword
{
    color: #333333;
    font-size: 10pt;
    padding-left: 240px;
}

#signupDiscountCodesLineBreak
{
    display: none;
}

/* signup button large PayPal*/
.signupButtonLargePayPal
{
    position: relative;
    margin: 20px 0 20px 0;
    background-color: #249412;
    border-left: solid 1px #249412;
    border-right: solid 1px #249412;
    border-bottom: solid 1px #249412;
    border-top: solid 1px #249412;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.signupButtonLargePayPal a
{
    display: block;
    text-decoration: none;
    width: 810px;
    height: 60px;
}

.signupButtonLargePayPal .legend
{
    position: absolute;
    color: #ffffff;
    font-size: 20pt;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    top: 20px;
    left: 20px;
}

.signupButtonLargePayPal .fee
{
    position: absolute;
    right: 80px;
    top: 20px;
    font-size: 20pt;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    cursor: pointer;
}

.signupButtonLargePayPal .inlineFee
{
    display: none;
}
/* end signupButton large PayPal*/

.signupFormUserDetailsArea
{
    width: 550px;
}

/* dates */
.dateLineBreak
{
    display: none;
}
/* end dates */

/* no sooner */
.noSoonerArea
{
    position: relative;
}
/* end no sooner */

/* times available */
.col2Header
{
    padding-left: 50px;
    text-align: center;
}

.col3-4Header
{
    padding-left: 30px;
    text-align: center;
}

.col2Body
{
    padding-left: 50px;
    text-align: center;
}

.col3-4Body
{
    padding-left: 30px;
    text-align: center;
}
/* end times available */

/* dates cannot make */
.cannotMakeArea
{
    position: relative;
    margin-top: 20px;
    height: 50px;
}

.cannotMakeTextboxFrom
{
    position: absolute;
    top: 25px;
    left: 0px;
}

.textBoxCalendarFrom
{
    position: absolute;
    top: 0px;
    left: 38px;
}

.cannotMakeTextboxTo
{
    position: absolute;
    top: 25px;
    left: 180px;
}

.textBoxCalendarTo
{
    position: absolute;
    top: 0px;
    left: 20px;
}

.textBoxCalendarCalendarIcon
{
    position: absolute;
    top: -2px;
    left: 96px;
}

.cannotMakeClearButton
{
    position: absolute;
    top: 0;
    left: 160px;
}
/* end dates cannot make */

/* TERMS */
#terms
{
    font-size: 10pt;
    width: 500px;
}
#terms p.section
{
    text-align: justify;
}
#terms p
{
    padding-bottom: 20px;
    text-align: justify;
}
#terms div.section
{
    text-align: justify;
}
#terms div.section .title
{
    padding-bottom: 5px;
    font-size: 12pt;
    font-weight: bold;
}
#terms .last
{
    padding-bottom: 40px;
}
/* end TERMS */

/* PRIVACY */
#privacy
{
    font-size: 10pt;
    width: 500px;
}
#privacy p.section
{
    padding-top: 20px;
    text-align: justify;
}
#privacy .last
{
    padding-bottom: 40px;
}
/* end PRIVACY */

/* home */
.homeInfo
{
    color: #333333;
    font-weight: bold;
    font-size: 20pt;
    line-height: 1.5em;
    text-align: center;
}

.homeInfo h1
{
    color: #2975bc;
    font-weight: bold;
    font-size: 20pt;
    line-height: 1.5em;
    text-align: center;
}

.homeInfo h2
{
    color: #666666;
}

.homeInfo .infoTextSmall
{
    padding: 0 20px 0 20px;
    font-size:12pt;
    color:#999999;
    line-height:1em;
}

.homeInfo .infoTextSmall strong
{
    color: #2975bc;
}

.homeInfo a
{
    color: #666666;
    text-decoration: none;
}

.homeInfoImage
{
    float: right;
    width: 200px;
}

/* end home */

/* what we offer */
.tblWhatWeOffer
{
    width:100%;
}

.tblWhatWeOffer .featureRow
{
    border-bottom: 1px dotted #333333;
}

.tblWhatWeOffer .feature
{
    color:#333333;
    padding: 10px 0 10px 0;
    font-size:13pt;
    font-weight:bold;
    vertical-align:top;
}

.tblWhatWeOffer .featureHeader
{
    color:#ffffff;
    padding: 10px 0 10px 0;
    font-size:13pt;
    font-weight:bold;
    text-align:center;
    background-color:#2975bc;
}
.tblWhatWeOffer .tick
{
    width:70px;
    height:60px;
    padding: 10px 15px 10px 15px;
}

.tblWhatWeOffer .tickHeader
{
    background-color:#2975bc;
    padding: 10px;
}
.tblWhatWeOffer .detail
{
    color:#333333;
    padding: 10px 0 10px 0;
    font-size:12pt;
    font-weight:normal;
}

.tblWhatWeOffer .detail a
{
    color:#2975bc;
    text-decoration:underline;
}

.tblWhatWeOffer .detailHeader
{
    color:#ffffff;
    padding: 10px 0 10px 0;
    font-size:13pt;
    font-weight:bold;
    text-align:left;
    background-color:#2975bc;
}
/* end what we offer */

/* bootstrap overrides */
.container-fluid
{
    padding-right: 0px;
    padding-left: 0px;
}

.navbar .nav > li > a, .navbar .nav > li > a:hover
{
    color: #ffffff;
    padding:10px;
}

.navbar .nav > li > a:hover
{
    background-color: #2975bc;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus
{
    color: #ffffff;
    text-decoration: none;
    background-color: #2975bc;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .divider-vertical
{
    border-right: 1px solid #ffffff;
    border-left: 1px solid #dddddd;
}

.carousel-indicators
{
    top: auto;
    bottom: 15px;
}

.carousel-indicators li
{
    background-color: rgba(0, 0, 0, 0.25);
}

.carousel-indicators .active
{
    background-color: #2975bc;
}
/* end bootstrap overrides */

#twitterContainer
{
    background-color:#ffffff;
    color:#333333;
    height:240px;
    overflow:auto;
    margin-top:10px;
    padding: 0 8px 0 8px;
    /*border: 1px solid #2975bc;*/
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;*/
}

#twitterContainer .logo
{
    position:absolute;
    left:20px;
    top:10px;
}

#twitterContainer .title
{
    position:absolute;
    left:50px;
    top:10px;
    color:#000000;
    font-weight:bold;
}

#twitterContainer .tweetText
{
    padding:10px 0 0 0;
    font-size:11pt;
}

#twitterContainer .when
{
    color:#249412;
    font-size:9pt; 
    padding: 0 0 10px 0;
    border-bottom: 1px solid #333333;  
}

#twitterContainer a
{
    text-decoration:underline;
    color:#2975bc;
}

ul.TweetList
{
    width:250px;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
      
li.Tweet
{
    border: solid 1px black;
    margin-bottom:5px;
    background-color: #4FD3FF;
}

/* money back guarantee */
.moneyBackGuaranteeRight
{
    float: right;
    min-width:100px;
    min-height:100px;
    background-image: url(../images/MoneyBackGuaranteeBadge.gif);
    background-position: right top;
}

.moneyBackGuaranteeLeft
{
    float: left;
    width: 80%;
}
/* end money back guarantee */

/* benefits */
.benefitsContainer
{
    font-size:12pt;
    text-align:left;
    color:#333333;
    margin:20px 0 20px 0;
}

.benefitsContainer h1
{
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2975bc;
    text-align:center;
}

.benefitsContainer .title
{
    font-size:12pt;
}

.benefitsContainer ul
{
    list-style-image: url(../images/tick.gif); line-height:16pt; padding-bottom:5px;
    margin: 0 20px 0 20px;
}

.benefitsContainer ul li
{
    margin-top:10px;
}

.benefitsContainer .benefitsLeft
{
    float:left;
    width:50%;
}

.benefitsContainer .benefitsRight
{
    float:right;
    width:50%;
}

/* end benefits */

/* forms */
.formHeader
{
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #2975bc;
    padding: 2px 0 2px 5px;
    margin: 0 10px 20px 10px;
    border: 1px solid #2975bc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}

.formPanel
{
    border-bottom: solid 1px #666666;
}

.formPanel last
{
    border-bottom: none;
}

.formPanel .title
{
    font-size: 18pt;
    font-weight: bold;
    color: #2975bc;
}

.formPanel .info
{
    font-size: 10pt;
    font-weight:normal;
    color: #2975bc;
    padding: 5px 0 0 20px;
}

.panelTitle
{
    padding: 0 0 10px 0;
}

.theoryTestCategoryIcons
{
    float:right;
}

.theoryTestCategoryList
{
    float:left;
}

.theoryTestLanguageIcons
{
    float:right;
}

.theoryTestLanguageList
{
    float:left;
}

.theoryTestSpecialRequirementsIcons
{
    float:right;
}

.theoryTestSpecialRequirementsList
{
    float:left;
}

.theoryTestVoiceoverIcons
{
    float:right;
}

.theoryTestVoiceoverList
{
    float:left;
}
/* end forms */                                            

/* Twitter */
.panelTweets
{
    position: relative;
    height: 240px;
    background-color: #ffffff;
    padding: 20px;
    margin: 40px 0 0 0;
    border: 1px solid #2975bc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}

#twitterContainer
{
    background-color:#ffffff;
    color:#333333;
    height:240px;
    overflow:auto;
    margin-top:10px;
    padding: 0 8px 0 8px;
    /*border: 1px solid #2975bc;*/
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;*/
}

#twitterContainer .logo
{
    position:absolute;
    left:20px;
    top:10px;
}

#twitterContainer .title
{
    position:absolute;
    left:50px;
    top:10px;
    color:#000000;
    font-weight:bold;
}

#twitterContainer .tweetText
{
    padding:10px 0 0 0;
    font-size:11pt;
}

#twitterContainer .when
{
    color:#249412;
    font-size:9pt; 
    padding: 0 0 10px 0;
    border-bottom: 1px solid #333333;  
}

#twitterContainer a
{
    text-decoration:underline;
    color:#2975bc;
}

ul.TweetList
{
    width:250px;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
      
li.Tweet
{
    border: solid 1px black;
    margin-bottom:5px;
    background-color: #4FD3FF;
}

/* end Twitter */

/* home splash */
.homeSplashArea
{
     padding: 30px 0 20px 0;
     width: 95%;
     margin: 0 auto;
}

.homeSplashArea .image
{
    float: right;
    width: 40%;
    text-align: center;
}

.homeSplashArea .imageCaption
{
    text-align:center;
    font-size:12pt;
    line-height:1em;
}

.homeSplashArea .text
{
    float: left;
    width: 50%;
    color: #000000;
    font-size: 16pt;
    text-align: left;
}

/* end home splash*/

#divFindTestCentreByPostcode
{
    width:60%;
    float: left;
}

#divFindTestCentreByTestCentreList
{
    width:35%;
    float: left;
}

#divPreferredTimesOfDay
{
    width:60%;
    float: left;
}

#divWhenAvailable
{
    width:40%;
    float: right;
}

.imgLicence
{
    width: 300px;
    height: 190px;
}

#divWeAreNotAssociatedLarge
{
    display:block;
}

.lstTestCentres
{
    height: 412px !important;
    width: 100%;
}

#divHomeForTheAvoidanceSmall
{
    display:none;
}

#divHomeForTheAvoidanceLarge
{
    display:block;
    width:50%;
    font-size: 10pt;
    font-weight:normal;
    color: #666666;
    background-color:#b5c9fa;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}

#divHomeForTheAvoidanceLarge .buttonArea
{
    margin-top:10px;
    text-align:center;
}

.homeMeetTheTeam
{
    text-align: left;
    font-weight: bold;
    padding-top: 20px;
}

.bookMeetTheTeam
{
    float: right;
    width: 220px;
}

.bookInfo
{
    float: left;
    width: 70%;
    font-weight:bold;
    font-size:11pt;
}

#divBookForTheAvoidanceLarge
{
    display:block;
    width:70%;
    font-size: 10pt;
    font-weight:normal;
    color: #666666;
    background-color:#b5c9fa;
    margin-top:20px;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}

#divBookForTheAvoidanceLarge .buttonArea
{
    margin-top:10px;
    text-align:center;
}