/*****************************

COLOURS:

Pink:       #db0962
Plum:       #48182d
Dark grey:  #a19589
Light grey: #b7b7b7

*****************************/

body{
    background: #FFFFFF repeat-x top left url("../images/backgroundFade.png");
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 62.5%;
    color: #333333;
}

#wrapper {
    font-size: 1.2em;
    line-height: 1.7em;
    margin: 5px auto 0px auto;
    width: 960px;
}

.hidden { display: none; }

sup {
    font-size: 0.7em;
    vertical-align: top;
}

/*Form Elements*/

strong.innerFormHeading{
    color:#48182D;
    margin-bottom:14px;
    display: block;
    clear: both;
}

.textField{
    background: transparent no-repeat right top url("../images/formElements/inputFieldBackground.png");
    width: 232px;
    /*padding: 4px 9px 4px 0px;*/
    display: block;
    height: 21px;
    
}

.textField input{
    height: 21px;
    width: 216px;
    border: none;
    padding: 0px 8px 0px 8px;
    color: #52313f;
    background: none;
}

.submitButton{
    height: 25px;
    width: 105px; 
    background: transparent no-repeat center left url("../images/formElements/submitButton.png");
    border: none;
    color: #FFFFFF;
    cursor:pointer;
    text-align: center;
}

.greyButton{
    background: transparent no-repeat center left url("../images/poll/submitLeft.png");
    padding: 0px 0px 0px 13px;
    display: block;
    margin-bottom: 5px;

}

.greyButton input{
    background: transparent no-repeat center right url("../images/poll/submitRight.png");
    height: 25px;
    border: none;
    padding: 0px 13px 0px 0px;
    cursor: pointer;
}

.textareaBg{
	background: transparent url("../images/formElements/textareaBg.gif") no-repeat left top;
	display: block;
    height: 121px;    
    padding: 0 9px 6px 0;
    width: 420px;
    clear: both;
}

textarea{
    border: none;
    margin: 0;
    padding: 8px;
	background: transparent;
    font-size: 100%;
    font-family:"Arial","Helvetica",sans-serif;
    color: #48182d;
    height: 107px;
    width: 405px;
}

input.checkbox{
	float: left;
    color: #cc0066;
}

fieldset.captcha{
    color: #52313f;
}

img.captchaImage{
    border: 1px solid #b7b7b7;
}

fieldset.checkboxList label{
	color: #cc0066;
}

fieldset.checkboxList{
    clear: both;
}

#article form ul li, form ul li {
    list-style-image: none;
    list-style-position: outside;
    background-image: none;
}

#article form ul, #article form ol{
    margin: 0px;
    padding: 0px;
}

label.checkbox{
    font-weight: bold;
    color: #cc0066;
}

/*webForm*/

#article #errors {
    color: #f00;
}

#article form.webForm div.inner{
   padding: 0px 11px 0px 11px;
}

form.webForm label{
    float: left;
    padding-top: 4px;
}

form.webForm span.textField, form.webForm select{
    float: left;
}

form.webForm select{
    margin-top: 4px;
}

form.webForm div.inner div{
    clear: both;
    margin-bottom: 14px;
}

form.webForm label{
    display: block;
    width: 202px;
    color:#48182D;
}

form.webForm label.error{
    clear: both;
    color: red;
    width: auto;
    margin-left: 202px;
    float: none;
}

form.webForm div.textarea label.error{
    margin: 0px;
}

form.webForm fieldset.captcha div{
    float: left;
    clear: none;

}

form.webForm fieldset.captcha label{
    width: 230px;
    margin: 0px;
    float: none;
}

form.webForm img.captchaImage{
    margin-right: 19px;
}

.content .seo{
    display: none;
    margin: 0px;
}

/*twoCollumn Form*/

.twoColumnForm div.inner label.error{
	color: red;
    margin-top: 13px; 
}


.twoColumnForm div.inner label{
	display: block;
	width: 230px;
	padding: 0px 0px 0px 2px;
    color: #48182d;
}

.twoColumnForm div.inner select {
    width: 232px;
}

.twoColumnForm div.inner div{
	float: left;
    margin: 0px 9px 13px 9px;
}

.twoColumnForm fieldset.captcha{
    clear: both;
}

.twoColumnForm div.inner div.formControl{
    clear: both;
    float: right;
}

.twoColumnForm span.submitButton input{
    margin: 0px;
    width: 94px;
}

.twoColumnForm div.textarea{
    clear: both;
    color: #48182d;
}

.twoColumnForm textarea{
    float: none;

}

fieldset.twoCollumCheckboxList{
    margin-left: 8px;
}


fieldset.twoCollumCheckboxList div.input{
    float: left;
    width: 85px;
}

fieldset.twoCollumCheckboxList div.checkboxDescription{
    float: left;
    width: 384px;
    margin-left: 19px;
}

fieldset.twoCollumCheckboxList li{
    clear: both;
}

#article fieldset.checkboxList {
    margin: 30px 0px 8px 0px
}

#article fieldset.checkboxList ul{
    width: 502px;
}

#article fieldset.checkboxList ul li{
    float: left;
    padding-left: 10px;
}

form div.description{
    float: left;
}

form img.associated{
    display: block;
    float: left;
}

#article .midForm{
	background: transparent no-repeat top left url("../images/formElements/midFormTop-trans.png");
	width: 506px;
    margin: 0px 0px 0px 0px;
}

#article .midForm div.complex{
	right: 0px;
	margin-top: 37px;
}

#article .midForm span.heading{
	color: #FFFFFF;
	background: none;
}

#article .midForm div.inner{
	padding: 0px 2px 0px 2px;
}

#article .midForm span.heading strong{
	background: none;
    padding: 15px 0px 0px 13px;
	display: block
}


.twoColumnForm div.inner div.formRow{
    clear: both;
    float: none;
    margin: 0px;
}

#newsLetterSignup{
   margin: 28px 0px 0px 0px;
   border-top: 1px solid #c0c0be;
   padding-top: 30px;
}

form div.newsLetterInformation{
    margin: 37px 0px 27px 0px
}

form .newsLetterInformation strong{
    display: block;
    margin: 29px 0px 0px 0px;
    border-top: 1px solid #c0c0be;
    padding: 28px 0px 28px 0px;
}

.introduction{
    border-bottom: 1px solid #c0c0be;
    margin-bottom: 27px;
    padding-bottom: 12px;
}

.newsLetterInformation .associated{
    border: 1px solid #e7e8ea;
    margin-right: 19px;
    float: left;
}

.newsLetterInformation .description{
    width: 302px;
    float: left;
}

form .newsLetterInformation .description p{
    margin: 0px;
}

fieldset.requests{
    margin-top: 50px;
}

fieldset.requests strong.darkMedHeading{
    padding: 0px 0px 0px 7px;
}

fieldset.requests strong.pinkHeading{
    margin: 0px 0px 9px 0px
}

fieldset.requests img{
    border: 1px solid #48182d;
    margin-right: 12px;
}

fieldset.requests div.description{
    width: 302px;
}

fieldset.requests li{
    border-top: 1px solid #c0c0be;
    clear: both;
    padding: 23px 0px 30px 7px;
}


fieldset.requests .demoInfomationContainer{
    margin-bottom: 19px;
}

fieldset.requests label{
    color: #333333;
    font-weight: normal;
}

fieldset.requests div.input{
    clear: both;
}

fieldset.requests .submitButton{
    float: none;
    margin-left: 202px;
}

.button{
    background:url("../images/buttonBlankLeft-trans.png") no-repeat;
    display: inline-block;
    height: 31px;
    margin: 10px;
    text-decoration: none;
}

.button span{
    background:url("../images/buttonBlankRight-trans.png") no-repeat right;
    display: block;
    height: 21px;
    color: #ffffff;
    padding: 2px 25px;
    margin-right:-9px;
}

.pinkHeading{
    color: #db0961;
    font-size: 1.4em;
    margin: 0 0 0.5em 0;
    display: block;
}

.darkSmallHeading{
    color:#48182D;
    font-size:1.2em;
}

.darkMedHeading{
    color:#48182D;
    font-size:1.4em;
    padding:9px 0 0 12px;
}

.darkLargeHeading{
    color:#48182D;
    font-size:1.5em;
    padding:9px 0;
}

.subText{
    font-size: 0.9em;
    line-height: 1.3em;
}

/********************* TOP *********************/

#top {
    color: #fff;
}

#top a {
    color: #fff;
    text-decoration: none;
}

#top a:hover {
    text-decoration: underline;
}

#top .topinner {
    background: transparent no-repeat top center url("../images/headerBackground.png");
    height: 136px;
}

#top #logo {
    margin: 15px 0px 0px 18px;
    text-indent: -9999px;
    /*overflow: hidden;*/
    float: left;
    width: 295px;
    height: 70px;

}

#top #logo a {
    visibility: hidden;
    display: block;
    background: transparent no-repeat top center url("../images/logo.png");
    width: 295px;
    height: 70px;
}

#top #languageLinksSearch {
    float: right;
    text-align: right;
    margin: 15px 25px 0px 26px;
    width: 435px;
}

#top #languageLinksSearch a, #top #languageLinksSearch p {
    display: block;
    float: right;
}

#top #languageLinksSearch p a {
    display: inline;
    float: none;
}

#top #languageLinksSearch a.sendToColleauge {
    background: url("/images/icon-send-colleague.gif") no-repeat right center;
    padding-right: 30px;
    margin-right: 10px;
}

#top #languageLinksSearch .langSelected {
    font-size: 1.2em;
}

#languageLinksSearch form {
    margin-top: 12px;

}

#top #languageLinksSearch .searchBox {
    background: transparent url("/images/searchBox.png") no-repeat scroll right center;
    float: right;
    width: 200px;
}

#top #languageLinksSearch .searchBox input {
    background-color: transparent;
    border: none;
    color: #999;
    font-size: 0.9em;
    height: 17px;
    padding: 4px 10px 0 0;
    width: 165px;
}

#languageLinksSearch form input {
    display: block;
    float: right;
    margin-left: 25px;
}


#top #languageLinksSearch label {
    display: none;
}

#top #languageLinksSearch .contactus {
    padding-top: 8px;
    display: block;
    width: 100%;
}

#top #languageLinksSearch .changePass{
    display: block;
    width: 100%;
}

/********************* END TOP *********************/

/*********************MAIN NAVIGATION *********************/

ul.firstLevelNavigation {
    position: relative;
    height: 31px;
    width: 960px;
}

ul.firstLevelNavigation{
    background-image: url("../images/topNavigationBackground.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;      
}

ul.firstLevelNavigation li{
    list-style: none;
    /*float: left;*/
    position: absolute;
}

ul.firstLevelNavigation li a {
    left: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url("../images/mainNav.png");
    display: block;
    height: 31px;
    position: absolute;
    text-indent: -9999px;
    z-index: 1;
}

ul.firstLevelNavigation li a:active, ul.firstLevelNavigation li a.selected {
    z-index: 2;
}

#top #primaryNav ul li.home a, #top #primaryNav ul li.home a:visited {
    background-position: -15px 0;
    left: 15px;
    width: 78px;
}

#top #primaryNav ul li.home a:hover {
    background-position: -15px -93px;
}

/** INDIVIDUAL NAV A ELMS **/


#top #primaryNav ul li.home  {

}

#top #primaryNav ul li.ourSolutions {
    left: 92px;
}

#top #primaryNav ul li.rewardsNewsKnowledge {
    left: 207px;
}

#top #primaryNav ul li.aboutUs {
    left: 405px;
}

#top #primaryNav ul li.caseStudies {
    left: 499px;
}

#top #primaryNav ul li.workForUs {
    left: 609px;
}

#top #primaryNav ul li.clientLogin, #top #primaryNav ul li.clientLogout {
    left: 719px;
    z-index: 5;
}

    #top #primaryNav ul li.clientLogin a {
        /*height: 26px;*/
    }

    #top #primaryNav ul li.clientLogin .secondLevel,
    #top #primaryNav ul li.clientLogout .secondLevel {
        background: none;
    }


    #top #primaryNav ul li.clientLogin form {
        background: transparent url("../images/clientLoginBg.png") no-repeat scroll left top;
        height: 282px;
        padding: 50px 0 0;
        width: 235px;
    }

        #top #primaryNav ul li.clientLogin form p.white {
            padding: 0;
            margin: 0 20px 0 0;
        }

        #top #primaryNav ul li.clientLogin form p.white a {
            color: #fff;
            display: block;
            text-align: right;
            text-decoration: underline;
            width: 218px;
        }

        #top #primaryNav ul li.clientLogin form p.note {
            color: #fff;
            font-size: 0.9em;
            line-height: 1.5em;
            margin-left: 20px;
            width: 218px;
        }

        #top #primaryNav ul li.clientLogin form p.plum {
            color: #48182d;
            line-height: 1.4em;
            margin-top: 10px;
            margin-left: 20px;
            width: 218px;
        }

            #top #primaryNav ul li.clientLogin form p.plum a {
                color: #315b7c;
                margin-left: 20px;
                text-align: left;
                text-decoration: underline;
                text-indent: 0;
            }

        #top #primaryNav ul li.clientLogin form p.input {
            background: transparent url(../images/bottom-input-background.png) no-repeat scroll center top;
        }

            #top #primaryNav ul li.clientLogin form p.input input {
                background: transparent;
                border: none;
                color: #999;
                font-size: 1em;
                height: 17px;
                margin: 0 0 10px 25px;
                padding: 2px 0;
                width: 188px;
            }

            #top #primaryNav ul li.clientLogin form input.submit {
                display: block;
                margin-top: 5px;
                margin-left: 135px;
            }

           #top #primaryNav ul li.clientLogin form .loginButton{
               width: 83px;
               height: 25px;
               background: transparent url("../images/btn-bottom-login.png") no-repeat scroll center top;
               cursor: pointer;
               text-align: center;
               border: none;
               color: #FFFFFF;
           }


        #top #primaryNav ul li.clientLogin form a {
            background: none;
            position: static;
        }

#top #primaryNav ul li.home a:active, #top #primaryNav ul li.home a.selected, #top #primaryNav ul li.home.active a {
    background-position: -15px -31px;
}

#top #primaryNav ul li.ourSolutions a, #top #primaryNav ul li.ourSolutions a:visited {
    background-position: -92px 0;
    width: 117px;
}

#top #primaryNav ul li.ourSolutions a:hover  {
    background-position: -92px -93px;
}

#top #primaryNav ul li.ourSolutions a:active, #top #primaryNav ul li.ourSolutions a.selected, #top #primaryNav ul li.ourSolutions.active a {
    background-position: -92px -62px;
}

#top #primaryNav ul li.rewardsNewsKnowledge a, #top #primaryNav ul li.rewardsNewsKnowledge a:visited {
    width: 199px;
    background-position: -207px 0;

}

#top #primaryNav ul li.rewardsNewsKnowledge a:hover  {
    background-position: -207px -93px;
}

#top #primaryNav ul li.rewardsNewsKnowledge a:active,  #top #primaryNav ul li.rewardsNewsKnowledge a.selected, #top #primaryNav ul li.rewardsNewsKnowledge.active a {
    background-position: -207px -31px;
}

#top #primaryNav ul li.aboutUs a, #top #primaryNav ul li.aboutUs a:visited {
    width: 96px;
    background-position: -405px 0;
}

#top #primaryNav ul li.aboutUs a:hover {
    background-position: -405px -93px;
}

#top #primaryNav ul li.aboutUs a:active, #top #primaryNav ul li.aboutUs a.selected, #top #primaryNav ul li.aboutUs.active a {
    background-position: -405px -62px;
}

#top #primaryNav ul li.caseStudies a {
    width: 111px;
    background-position: -499px 0;
}

#top #primaryNav ul li.caseStudies a:hover  {
    background-position: -499px -93px;
}

#top #primaryNav ul li.caseStudies a:active, #top #primaryNav ul li.caseStudies a.selected, #top #primaryNav ul li.caseStudies.active a  {
    background-position: -499px -31px;
}

#top #primaryNav ul li.workForUs a, #top #primaryNav ul li.workForUs a:visited {
    width: 111px;

    background-position: -609px 0;
}

#top #primaryNav ul li.workForUs a:hover {
    background-position: -609px -93px;
}

#top #primaryNav ul li.workForUs a:active, #top #primaryNav ul li.workForUs a.selected, #top #primaryNav ul li.workForUs.active a {
    background-position: -609px -62px;
}

#top #primaryNav ul li.clientLogin a, #top #primaryNav ul li.clientLogout a, #top #primaryNav ul li.clientLogin a:visited {
    background-position: -719px 0;
    width: 236px;
}

/*#top #primaryNav ul li.clientLogin a:hover {
    background-position: -719px -93px;
}*/

#top #primaryNav ul li.clientLogin a:hover, #top #primaryNav ul li.clientLogin a:active, #top #primaryNav ul li.clientLogin a.selected, #top #primaryNav ul li.clientLogin.active a {
    background-position: -719px -31px;
}

#top #primaryNav ul li.clientLogout a {
    background-position: -719px -62px;    
}

#top #primaryNav ul li.clientLogout a:hover {
    background-position: -719px -124px;
}

/** 2nd LEVEL of MAIN NAVIGATION **/

#top #primaryNav .firstLevelNavigation li.workForUs .secondLevel {
    left: -213px;
}

#top #primaryNav ul li .secondLevel {
    visibility: hidden;
    top: 31px;
    left: -2px;
    position: absolute;
    z-index:100;
}

#top #primaryNav ul li:hover .secondLevel {
    display: block;
    visibility: visible;
}

#top #primaryNav ul li:hover .secondLevel .activeIndicator{
    position: absolute;
    left: 4px;
    background-color: #48182d;
    width: 408px;
    height: 8px;
}

#top #primaryNav ul li.active:hover .secondLevel .activeIndicator{
    background-color: transparent;
}


#top #primaryNav .secondLevel ul{
    background: transparent left top repeat-y url("../images/dropDown/topLeft-trans.png");
    padding-left: 5px;
    padding-top: 9px;
    width: 410px;
}

#top #primaryNav ul li .secondLevel li {
    position: static;
    float: left;
    display: inline-block;
    padding-left: 11px;
    background: #FFFFFF repeat-x bottom center url("../images/dropDown/gradRepeat.gif");
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #FFFFFF;
    width: 191px;
    height: auto;

}

#top #primaryNav ul li .secondLevel li.leftItem{
    border-right: 1px solid #b7b7b7;
    border-left: 1px solid #ffffff;
}

#top #primaryNav ul li .secondLevel li.rightItem{
    border-right: 1px solid #ffffff;
}
#top #primaryNav .firstLevelNavigation li .secondLevel li a{
    color: #333;
    background: transparent no-repeat url("../images/dropDown/arrow.png");
    background-position: 178px center;
    text-indent: 0;
    position: static;
    display: block;
    padding: 5px 0;
    width: 191px;
    line-height: normal;

}

#top #primaryNav ul li .secondLevel li a.disabled:hover {
    text-decoration: none;
}

#top #primaryNav .active li .secondLevel li a, #top #primaryNav ul li .secondLevel li a:active, #top #primaryNav ul li .secondLevel li a:visited{
    background: transparent no-repeat 178px center url("../images/dropDown/arrow.png");
}

#top #primaryNav ul li .secondLevel li a:hover{
    background: transparent no-repeat 178px center url("../images/dropDown/arrowHover.png");
    color: #db0962;
}


#top #primaryNav .secondLevel .inner{
    background: transparent right top repeat-y url("../images/dropDown/topRight-trans.png");
    width: 416px;
}

#top #primaryNav .secondLevel .leftCorner{
    background: transparent left bottom no-repeat url("../images/dropDown/bottomLeft-trans.png");
    width: 50%;
    float: left;
    height: 35px;
}

#top #primaryNav .secondLevel .rightCorner{
    background: transparent right bottom repeat-x url("../images/dropDown/bottomRight-trans.png");
    height: 35px;
    width: 50%;
    float: right;

}

#top #primaryNav ul li .secondLevel li a strong {
    display: block;
    white-space: nowrap;
}

.loginForm {
    z-index: 101;
    display: none;
}

#top #primaryNav ul li .loginError {
    display: block;
    visibility: visible;
}

    #top #primaryNav ul li.clientLogin .loginError form {
        padding-top: 0;    
    }

        #top #primaryNav ul li.clientLogin .loginError form p.error {
            margin-left: 20px;
        }

/*********************END MAIN NAVIGATION *********************/

/********************* TAB BOX *********************/

/*Base*/

div.complex{
    background: url("../images/rightCommon/contentBottom.png") no-repeat bottom left;
    padding-bottom: 19px;
}

div.complex ul{
    list-style-type: disc;
    list-style-position: inside;
    padding: 0 5px;
}


div.complex .inner{
    padding-bottom: 15px;
}

#wrapper div.complex .subHeading{
    color: #ffffff;
    font-size:1.2em;
    display: block;
    height: 26px;
    font-weight: normal;
    padding: 11px 10px 0 12px;
}

#wrapper div.complex .tabs{
    padding: 0px 0px 0px 4px;
    list-style-type: none;
}

#wrapper div.complex .tabs li{
    margin: 4px 0 0 0;
    padding-right: -10px;
    padding-left: 0px;
    height: 27px;
    float: left;
    background: transparent url(../images/seperator-trans.png) no-repeat scroll left bottom;
}

#wrapper div.complex .tabs li a{
    display: block;
    padding: 2px 10px 0px 8px;
    color: #ffffff;
    font-size: 1.1em;
    height: 27px;
    text-decoration: none;
    padding-right: 15px;
    line-height: 27px;
    position: relative;
    left: 6px;
}

#wrapper div.complex .tabs .first{
    background: none;
}

#wrapper div.complex .tabs .active{
    background: url("../images/newsPanel/tabLeft-trans.png") top left no-repeat;
}

#wrapper div.complex .tabs .active a {
    background: url("../images/newsPanel/tabRight-trans.png") top right no-repeat;
    color: #48182D;
    font-weight: bold;
}

#wrapper div.complex div.areaContent{
    background:transparent url("../images/wideTabBox/fade.png") repeat-x scroll left top;
    margin: 0 6px 0 4px;
    padding: 15px;
}

div.complex .teasers{
    margin-bottom: 8px;
    list-style-type: none;

}

/*Thin*/

#panels div.complex .inner{
    background: transparent url(../images/rightCommon/contentRepeat.png) repeat-y scroll left bottom;
}

#panels div.complex .areaContent{
    width: 228px;
}

#panels div.complex .subHeading{
    background: url("../images/rightCommon/heading.png") no-repeat;
}

#panels div.complex .tabs{
    background: url("../images/newsPanel/tabBg.png") repeat-y;
}

/*Medium*/
#article div.complex{
    background:transparent url(../images/medTabBox/bottom.png) no-repeat bottom left scroll;
    position: relative;
    right: 10px;
    width: 508px;
    padding-bottom: 11px;
}

#article span.heading strong{
    background: #ffffff url(../images/medTabBox/top-trans.png) no-repeat scroll left top;
    width:482px;
}

#article div.complex .tabs{
    background:transparent url(../images/medTabBox/tabsBg.png)  4px 0 no-repeat;
}

#article div.complex .inner{
    background:transparent url(../images/medTabBox/repeat-trans.png) repeat-y scroll left bottom;
    width: 508px;
}

#article div.complex .inner .areaContent{
    width: 468px; 
}

#article div.complex h3{
    color: #db0961;
    font-size: 1.4em;
    margin: 0.5em 0;
    display: block;
}

/*Wide*/

#home div.complex{
    background:transparent url(../images/wideTabBox/bottom.png) no-repeat scroll bottom left;
    position: relative;
    right: 10px;
    width: 670px;
    padding-bottom: 11px;
}

#home div.complex span.heading strong{
    background: #ffffff url(../images/wideTabBox/top-trans.png) no-repeat scroll left top;
    width:642px;
}

#home div.complex .tabs{
    background:transparent url(../images/wideTabBox/tabsBg.png)  4px 0 no-repeat;
}

#home div.complex .inner{
    background:transparent url(../images/wideTabBox/repeat-trans.png) repeat-y scroll left bottom;
    width: 670px;
}

#home div.complex .inner .areaContent{
    width: 630px;
}

#home div.complex h3{
    color: #db0961;
    font-size: 1.4em;
    margin: 0.5em 0;
    display: block;
}

/********************* MID BAR *********************/

#bar {
    padding: 20px 25px 20px 15px;
    margin: 0;
    color: #48182d;
}

#bar a {
    color: #48182d;
    line-height: 27px;
    text-decoration: none;
}

#bar a:hover { text-decoration: underline; }

#breadcrumb {
    float: left;
    width: 500px;
}

.call2action { overflow: hidden; }

.call2action a {
    clear: both;
    color: #48182d;
    display: block;
    float: right;
    margin-top: 1em;
    text-decoration: none;
}

    .call2action a:hover { text-decoration: underline; }

.call2action a.subscribe {
    background: url("/images/btn-subscribe-newsletter.png") no-repeat left center;
    width: 158px;
    height: 32px;
    text-indent: -9999px;
    margin-left: 5px;
}

.call2action a.subscribe span { display: none; }

.call2action a.rss {
    background: url("/images/icon-rss.gif") no-repeat center right;
    padding: 3px 30px 3px 0;
    width: 90px;
}
/********************* END MID BAR *********************/


/********************* SECONDARY NAV *********************/
#secondaryNav {
    background: url("/images/scndryNav-background.png") no-repeat top;
    width: 159px;
    float: left;
    padding: 40px 0 0 0;
    margin-right: 4px;
    margin-left: 5px;
}

#secondaryNav strong {
    font-size: 1.2em;
    display: block;
    float: left;
    background: url("/images/scdryNav-heading-bg.png") no-repeat right top;
    color: #48182d;
    height: 24px;
    padding: 5px 5px 0 1px;
    margin: 0 0 11px 13px;
}

#secondaryNav .boxTitleSmall {
    line-height: 5px;

}

#secondaryNav strong span {
    visibility: hidden;
}

#secondaryNav .inner {
    clear: left;
    background: url("/images/scndryNav-background.png") no-repeat bottom;
    padding: 0 0 33px 0;
}

#secondaryNav .inner li {
    margin: 0 4px 0 4px;
    padding: 0;
    border-bottom: 1px solid #b7b7b7;
    width: 150px;
    vertical-align: bottom;
}

#secondaryNav .inner li a {
    background: #fff url("/images/scndryNav-elm-bg.png") no-repeat scroll left bottom;
    border-bottom: 1px solid #fff;
    color: #64636d;
    display: block;
    float: left;
    font-size: 1.0em;
    margin: 0;
    padding: 3px 0 3px 10px;
    text-decoration: none;
    width: 140px;
}

    #secondaryNav .inner li a strong {
        background: none;
        color: #64636D;
        display: block;
        font-size: 1em;
        font-weight: normal;
        /*height: 40px; *//*GILES*//**/
        width: 120px;
        height: auto;
        margin: 0;
        padding: 0;
    }

    #secondaryNav .inner li a span {
        background: transparent url("/images/arrow.gif") no-repeat left center;
        float: right;
        height: 100%;
        margin: 0 5px;
        width: 7px;
    }

#secondaryNav .inner li a:hover,
#secondaryNav .inner li.selected a {
    background: transparent url("/images/scndryNav-elm-bg-over.png") no-repeat scroll left bottom;
    margin: 0;
}
    #secondaryNav .inner li a:hover strong,
    #secondaryNav .inner li.selected a strong {
        color: #db0962;
    }

    #secondaryNav .inner li a:hover span,
    #secondaryNav .inner li.selected a span {
        background: transparent url("/images/arrowHover.gif") no-repeat left center;
    }

/********************* END SECONDARY NAV *********************/

/********************* CONTENT *********************/
.content {
    width: 504px;
    float: left;
}

.content.wide {
    width: 663px;
}

.content p{
    margin-bottom: 1em;
}

.normalSection ul{
    list-style-type: disc;
    list-style-position: inside;
    padding: 0 5px;
}

#article  ul.articleIcons li {
    list-style: none;
    float: left;
    text-indent: -9999px;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

#article  ul.articleIcons li.adm {
    background: url("/images/icon-aidingDecisionMaking.png") no-repeat;
}

#article  ul.articleIcons li.iv {
    background: url("/images/icon-improvingValue.png") no-repeat;
}

#article  ul.articleIcons li.rc {
    background: url("/images/icon-reducingCost.png") no-repeat;
}
/********************* END CONTENT *********************/

/********************* PANELS *********************/
#panels {
    float: left;
    width: 268px;
}


#panels .pointedButton{
    background:url("../images/newsPanel/buttonLeft.png") no-repeat;
    display: inline-block;
    height: 31px;
    margin: 0 10px;
    float: right;
}

#panels .pointedButton a{
    background:url("../images/newsPanel/buttonRight.png") no-repeat top right;
    display: block;
    height: 21px;
    color: #ffffff;
    padding: 5px 25px;
}

#panels .pinkButton{
    background:url("../images/pinkButtonLeft.png") no-repeat;
    display: inline-block;
    height: 31px;
    margin: 0 15px;
    text-align: center;
}

#panels .pinkButton a{
    background:url("../images/pinkButtonRight.png") no-repeat right;
    display: block;
    height: 21px;
    color: #ffffff;
    padding: 2px 12px;
}

#panels .qnaButton{
    background: url("../images/qnaButtonTop.png") no-repeat top center;
    display: block;
    width: 246px;
    text-align: center;
    margin: 0 10px;
    padding: 10px 0px 0px 0px;
}

#panels .qnaButton a{
    color: #ffffff;
    background:url("../images/qnaButtonBottom.png") no-repeat bottom center;
    display: block;
    width: 226px;
    padding: 0px 10px 9px 10px;
}

#socialNetworks{
    width: 196px;
    margin: 12px 0; 
}

#socialNetworks li{
    float: left;
}

#socialNetworks #facebookLink a{
    background: url("../images/newsletter-facebook2.gif") no-repeat;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 98px;
    height: 33px;
}

#socialNetworks #twitterLink a{
    background: url("../images/newsletter-twitter.gif") no-repeat;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 98px;
    height: 33px;
}

div.box{
    margin: 15px 0;
}

div.box span.heading{
    /*background: transparent top center repeat-y url("../images/rightCommon/headingExtend.png");*/
    display: block;
    width: 266px;
}

div.box span.heading strong{
    background: transparent top center no-repeat url("../images/rightCommon/heading.png");
    display: block;
    width: 240px;
    height: 16px;
    padding: 11px 13px 10px 13px;
    color: #FFFFFF;
    font-size:1.2em;
    font-weight: normal;
}

form.search{
    padding: 12px 0px 0px 12px;
    width: 254px;
    height: 34px;
}

form.search input.searchBox{
    width: 198px;
    height: 17px;
    background: transparent no-repeat left center url("../images/searchBox/searchBox.png");
    border: none;
    padding: 4px 6px 0px 19px;
    color: #999;
    font-size: 0.9em;
    float: left;
    margin: 0px;
}

form.search a.clearSearch{
   background: transparent no-repeat center center url("../images/searchBox/clearSearchButton.png");
   margin: 0px;
   padding: 0px;
   height: 21px;
   width: 19px;
   text-indent: -9999px;
   display: block;
   float: left;
}

.filter dl{
    background: transparent top left repeat-y url("../images/rightCommon/contentRepeat.png");
}

.filter dt{
    background: transparent top center repeat-y url("../images/rightFilter/headingGradient.png");
    color: #FFFFFF;
    width: 238px;
    padding: 5px 14px 4px 14px;
}

.filter dd{
    width: 266px;
}

.filter dd ul{
    width: 258px;
    margin: 2px 4px 1px 4px;
}

.filter dd ul li{
    width: 86px;
    height: 48px;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    margin-top: -1px;
    float: left;
    border-right: 1px solid #b7b7b7;
    text-align: center;
    display: block;
}

.filter dd ul li.right{
    border-right: none;
    width: 84px;
    margin-right: 0px;
}

.filter dd ul li a, .filter dd ul li a:active, .filter dd ul li a:visited{
    display: block;
    height: 25px;
    margin: 1px;
    padding: 9px 0px 12px 0px;
    color: #64636d;
    text-decoration: none;
    line-height: 14px;
}


.filter dd ul li a:hover, .filter dd ul li .selected{
    background: #FFFFFF bottom center repeat-x url("../images/rightFilter/activeGradient.png");
    color: #48182d;
    text-decoration: none;
}

.filter ul.numberResults li{
    width: 128px;
}

.filter ul.numberResults li.right{
    width: 129px;
}

.filter dd ul.icons li a{
    padding: 0px;
    height: 46px;
}
.filter dd ul.icons li a{
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 46px;
}

.filter dd ul li #icons_106, .filter dd ul li #icons_222 {
    background: #FFFFFF 0px 0px no-repeat url("../images/rightFilter/iconBackgrounds.png");
    width: 84px;
}

.filter dd ul li #icons_106:hover, .filter dd ul li #icons_222:hover, .filter dd ul li #icons_106.selected, .filter dd ul li #icons_222.selected {
    background: #FFFFFF 0px -46px no-repeat url("../images/rightFilter/iconBackgrounds.png");
    width: 84px;
}

.filter dd ul li #icons_107, .filter dd ul li #icons_223 {
    background: #FFFFFF 0px -92px no-repeat url("../images/rightFilter/iconBackgrounds.png");
    width: 84px;
}

.filter dd ul li #icons_107:hover, .filter dd ul li #icons_223:hover, .filter dd ul li #icons_107.selected, .filter dd ul li #icons_223.selected {
    background: #FFFFFF 0px -138px no-repeat url("../images/rightFilter/iconBackgrounds.png");
    width: 84px;
}

.filter dd ul li a#icons_108, .filter dd ul li a#icons_224 {
    background: #FFFFFF 0px -184px no-repeat url("../images/rightFilter/iconBackgrounds.png");
    width: 83px;
}

.filter dd ul li #icons_108:hover, .filter dd ul li #icons_108.selected, .filter dd ul li #icons_224:hover, .filter dd ul li #icons_224.selected {
    background: #FFFFFF 0px -230px no-repeat url("../images/rightFilter/iconBackgrounds.png");
    width: 83px;
}

.filter .popularFilter{
    padding: 0px;
    margin: 0px;
    border: none;
    width: auto;
}

.filter .popularFilter li{
    border: none;
    min-height: 53px;
    width: auto;
    padding: 0px;
    margin: 0px;
}

.filter .popularFilter li a, .filter .popularFilter li a:active, .filter .popularFilter li a:visited {
    height: 15px;
    padding: 17px 0px 21px 0px;
    margin: 0px;
    display: block;
    text-decoration: none;
}

.filter .popularFilter li .mostRecentButton {
    background: transparent no-repeat 0px 0px url("../images/rightFilter/popularBackgrounds.png");
    width: 134px;
}

.filter .popularFilter li .mostRecentButton:hover, .filter .popularFilter li .mostRecentButton.selected{
    background: transparent no-repeat 0px -53px url("../images/rightFilter/popularBackgrounds.png");
}

.filter .popularFilter li .mostPopularButton{
    background: transparent no-repeat 0px -106px url("../images/rightFilter/popularBackgrounds.png");
    width: 132px;
}

.filter .popularFilter li .mostPopularButton:hover, .filter .popularFilter li .mostPopularButton.selected{
    background: transparent no-repeat 0px -159px url("../images/rightFilter/popularBackgrounds.png");
}

.filter form#filterForm {
    /*display: none;*/
}



div .teasers li{
    background: url("../images/newsPanel/seperator-trans.png") no-repeat bottom;
    padding: 7px 5px;
    list-style-position: outside;
    width: 208px;
}

div .teasers li  a {
    color: #30526b;
    text-decoration: none;
    font-weight: bold;
    font-size: .9em;
}

div .teasers li  a:hover {
    text-decoration: underline;
}

div .teasers li  a strong{
    display: block;
    color: #201f1f;
    font-size: 1.2em;
}

div .teasers li  a:hover strong{
    text-decoration: underline;
}

div.simple{
    background: url("../images/rightCommon/contentBottom.png") no-repeat left bottom;
    margin-top: 12px;
    padding-bottom: 9px;
}

div.simple .teasers{
    list-style-type: none;
}

div.simple .subHeading{
    background: url("../images/rightContentCell/top.png") no-repeat;
    color: #49182d;
    display: block;
    font-size: 1.2em;
    padding: 10px 12px 5px;
}

    div.simple .subHeading {
        visibility: hidden;
    }

    div.simple #qacontent .subHeading{
        visibility: visible;
    }

div.simple .subHeadingL2{
    color: #db0962;
    font-size: 1em;
    font-style: normal;
    margin: 10px 12px 0;
}

div.simple .inner{
    background: transparent url(../images/rightCommon/contentRepeat.png) repeat-y scroll left bottom;
}

div.simple p,div.simple ul,div.simple img, div.simple a{
    margin: 0 0 10px;
}

div.simple img {
    width: 215px;
}

div.simple p, div.simple a{
    padding:  0 2px .1em;
    display: block;
}

div.simple p a{
    color: #30526b;
}

div.simple .teasers li{
    padding: 7px 5px;
    list-style-position: outside;
}

div.simple ul{
    list-style-type: disc;
    list-style-position: inside;
    padding: 0 5px;
}

.singleLineContainer{
    background: url("../images/rightSingleLineContainer/bg-trans.png") no-repeat;
    height: 46px;
    text-align: center;
}

/*Spotlight*/

#spotlight strong.subHeading{
    background:transparent url(../images/rightContentCell/secondary.png) no-repeat scroll 0 0;
}

#spotlight strong.subHeading.first{
    background: url("../images/rightContentCell/top.png") no-repeat;
    border: 0;
}    

#spotlight .areaContent{
    margin: 0 12px 12px 12px;
}

#spotlight .areaContent a{
    color: #30526B;
}
/*Image Feature*/

ul.imageFeature li.first{
    list-style-type: none;
    text-align: center;
}

ul.imageFeature li{
    margin: 0 5px 20px 5px;
    color: #49182D;
}

ul.imageFeature li a{
    display: inline;
    color: #64636D;
    text-decoration: none;
}

ul.imageFeature li a:hover{
    text-decoration: underline;
}

#rsPanel .areaContent{
    margin: 0 10px;
}

#rsPanel .areaContent li{
    margin: 0 10px 10px;
    color: #49182D;
}

#rsPanel .areaContnet ul li a{
    display: inline;
    color: #64636D;
    text-decoration: none;
}

/*Soultion Summary*/

#rsPanel .solutionSummary ul li{
    margin-left: 0px;
    background: transparent scroll left 8px url("../images/bullet-plum.gif") no-repeat;
    list-style-type:none;
    list-style-position: outside;
    padding-left: 10px;
}

/********************* END PANELS *********************/

/********************* FOOTER *********************/
.topOfPage {
    float:right;
    background: transparent no-repeat left top url("../images/toTopIcon.png");
    padding: 0px 0px 0px 9px;
    line-height: 11px;
    color: #48182d;
    text-decoration: none;
    margin: 18px 27px 0px 0px
}

.wideBox {
    background: url("/images/footer-background.png") no-repeat bottom;
    /*WEIRD HACK*/
    border: 1px solid #fff;
    position: relative;
    top: -1px;
    left: -1px;
    /*END WEIRD HACK*/
    margin-top: 17px;
}

.wideBox strong.heading {
    background: url("/images/footer-background.png") no-repeat top;
    display: block;
    width: 947px;
    height: 25px;
    overflow: hidden;
    color: #48182d;
    font-size: 1.4em;
    padding: 9px 0 0 12px;
    margin-bottom: 10px;
    visibility: hidden;
}

.wideBox strong.subHeading, .wideBox strong.subHeadingCentre {
    display: block;
    font-size: 1.2em;
    color: #48182d;
    visibility: hidden;
}

.wideBox .section {
    padding-left:22px;
    padding-right: 10px;
    float:left;
    width: 209px;
    overflow-x: hidden;
    padding-bottom: 10px;
    line-height: normal;
}

.wideBox .section.section2 {
    padding-left:21px;
    width: 207px;
}

.wideBox .section.section3 {
    padding-left:21px;
    width: 205px;
}

.wideBox .section.clientLogin, .wideBox .section.section4 {
    padding-left:0;
    width: 226px;
    text-align: center;
}

.wideBox .section ul {
    padding-bottom: 5px;
}

.wideBox .section a {
    color: #64636d;
    text-decoration: none;
}

.wideBox .section li a {
    padding-left: 9px;
    background: url("/images/bullet-plum.gif") left center no-repeat;
    display: block;
}

.wideBox .section a:hover {
    text-decoration: underline;
}
/** SITEMAP **/

#sitemap label {
    display: none;
}

#sitemap .clientLogin {
}
#sitemap .clientLogin form {
    padding: 20px 0;
}

#sitemap .clientLogin form p {
    background: transparent url("../images/bottom-input-background.png") no-repeat center top;
}

    #sitemap .clientLogin form p.note {
        background: none;
        font-size: 0.9em;
        margin-top: 5px;
        margin-left: 15px;
        text-align: left;
    }

#sitemap .clientLogin form input {
    background-color: transparent;
    border: none;
    color: #999;
    font-size: 1em;
    height: 17px;
    margin-bottom: 10px;
    padding: 2px 0;
    width: 188px;
}

#sitemap .clientLogin form input.submit {
    width: auto;
    height: auto;
    background: none;
}

#sitemap .clientLogin form a {
    padding: 10px 0;
    background: none;
    display: block;
}

#sitemap .section ul li{
    width: 200px; 
}

/** END SITEMAP **/


/** GET IN TOUCH **/

#getInTouch .subHeading {
    padding-bottom: 5px;
}

#getInTouch .section1 {
    text-align: center;
}

#getInTouch .section4 {
    padding: 0 20px;
     width: 186px;
}

#getInTouch .section4 p {
    padding-top: 10px;
}

#getInTouch .section3 .comms, #getInTouch .section3 a {
    color: #315b7c;
}

#getInTouch .section3 .comms {
    font-weight: bold;
}

#getInTouch .section3 a {
    text-decoration: underline;
    background: none;
    padding:0;
}


#getInTouch .section4 p {
    text-align: left;
}

#getInTouch .copyright {
    padding-top:5px;
    font-size: 0.8em;
    color: #a19589;
    line-height: normal;
}


/********************* END FOOTER *********************/


/********************* CONTENT *********************/

.content {
    padding: 0 10px;
}

.content a {
    color: #48182d;
}

.content .backToSearch a {
    float: right;
    text-decoration: none;
    font-size: 1em;
}

.content .backToSearch a:hover {
    text-decoration: underline;
}

.content .prevArticle .inactive, .content .nextArticle .inactive{
    font-size: 0.9em;
    text-decoration: none;
    float: left;
    width: 150px;
    background-image: url("/images/icon-prev-next.gif");
    background-repeat: no-repeat;
    background-position: left -42px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 30px;
    height: 21px;

}

.content .prevArticle .inactive {
    background-position: left -63px;
}

.content .nextArticle {
    float: right;
    text-align: right;
    background-position: right -0px;  
    padding-left: 0px;
}

.content .nextArticle .inactive {
    background-position: right -21px;
    padding-right: 30px;
}

.content .nextPrev .date {
    text-align: center;
    /*position: relative; TAKEN OUT BY GILES - WHAT IS THIS?*/
    clear:both;
    top: -20px;
}

.content .nextPrev {
    padding-top: 20px;    
    clear: both;

}

.content .nextPrev2 {
    padding-top: 20px;
}

.content .nextPrev2 li{
    margin: 0 10px;
    float: left;
}

.content .nextPrev2 li{
    margin: 0 10px;
    float: left;
}

.content .nextPrev2 li a{
    text-decoration: none;
}

.content .nextPrev2 li.active a{
    color: #DB0961;
}

.content .nextPrev2 li a:hover{
    text-decoration: underline;
}

.content .icons .icon{
    float: right;
    display: block;
    height:46px;
    width: 50px;
    overflow:hidden;
    text-indent:-9999px;
    margin-left: 5px;
    margin-right: 0;
}

.content .icons .adm{
    background: #FFFFFF url(../images/rightFilter/iconBackgrounds.png) no-repeat scroll center -184px;
}

.content .icons .iv{
    background: #FFFFFF url(../images/rightFilter/iconBackgrounds.png) no-repeat scroll center -92px;
}

.content .icons .rc{
    background: #FFFFFF url(../images/rightFilter/iconBackgrounds.png) no-repeat scroll center 0 ;
}

.content a.sendToFriend {
    display: block;
    text-indent: -9999px;
    height: 23px;
    width: 150px;
    margin: 10px 0 0 0;
}

#article h1 {
    font-size: 24px;
    color: #48182d;
    visibility: hidden;

}

#article h2 {
    color: #48182d;
    font-size: 1.4em;
    text-align: center;
    margin: 0 0 1em 0;
}

#article h2.pinkHeading {
    color: #db0962;
    text-align: left;
}


#article ul, #article ol {
    /*padding: 0 10px 0 20px;*/
    padding: 0 10px 20px 0;
}

#article ol {
    padding-left: 32px;
}

#article ul li {
    background: transparent url("/images/bullet-plum.gif") no-repeat scroll left 8px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    padding-left: 10px;
}

#article ol li {
    list-style: decimal;
}

div#home{
    width:  663px;
}

#article ul.docInfo li {
    color: #3152A3;
    margin: 0;
    padding: 0 10px 0 0;
    line-height: normal;
    text-align: right;
    border: none;
    font-size: 0.9em;
    list-style-type: none;
    background: none;
}

#article .button{
    float: right;
}

#article .date{
    text-align: center;    
}



/********************* END CONTENT *********************/

.normalSection .twoColSection{
    margin: 10px 0;
    clear: both;
}

.normalSection .twoColSection .col1, .normalSection .twoColSection .col2{
    width: 40%;
    float: left;
    padding:0 5%;
}

.seperator{
    display: block;
    border-bottom:1px solid #B7B7B7;
}

/********************* CAPTIVATE SECTION *********************/

.captivateElement { clear: both; }

    .captivateElement a.captivateLink {
        display: block;
        float: left;
        margin: 0 1em 0 0;
    }


/********************* STYLED TABLE *********************/

.styledTable{
    background:transparent url(../images/medTabBox/repeat-trans.png) repeat-y scroll 0 0;
    position:relative;
    right:10px;
    width:508px;
}

.styledTable table{
    width: 100%;
    background: #000000 url(../images/table-head.png) repeat-y scroll left 0;
}

.styledTable .inner {
    background:transparent url(../images/medTabBox/bottom.png) no-repeat scroll left bottom;
    padding:0 6px 25px 4px;
}

.styledTable table thead{
    background: transparent url(../images/table-head.png) no-repeat scroll left 0;
    color: #ffffff;
    text-align: left;
}

.styledTable thead th {
    /*background:transparent url(../images/seperator-trans.png) no-repeat scroll right center;*/
    color:#FFFFFF;
    font-size:1.1em;
    height:27px;
    left:6px;
    padding:2px 10px 0;
    position:relative;
    text-decoration:none;
    margin:4px 10px 0 10px;
}


.styledTable tbody td{
    background-color: #ffffff;
    border-top: 1px #B7B7B7 solid;
    /*border-right: 1px #B7B7B7 solid;*/
    padding: 5px 7px;
}

/********************* LISTINGS *********************/

#wrapper .listings{
    margin: 0px;
    padding: 0px;
}

#wrapper .listings li{
    border-bottom: 1px solid #B7B7B7;
    margin-top: 10px;
    list-style-image: none;
    list-style-position: outside;
    background-image: none;
}

#wrapper.listings li h2, #wrapper.listings li h2 a {
    width: 150px;
    float: left;
    text-decoration: none;
    color: #db0962;
}
#wrapper .listings li img {
    float: left;
    display: block;
    margin: 0 10px 15px 0;
}

#wrapper .listings li .summary{
    clear:both;
}

#wrapper .listings li .summary p{
    float: left;
    display: block;
    width: 335px;
    margin: 0;
}

#wrapper .listings li .summary p.wide {
    width: 500px;
}

#wrapper .listings li .topic{
    float: left;
    margin: .7em 0 .3em 0;
}

#wrapper .listings li .topic h3{
    width: 235px;
    float: left;
    display: block;
}

#wrapper .listings li .topic h3.noimage {
    width: 400px;
}

#wrapper .listings li .topic .date{
    text-align: right;
    width: 100px;
    float: right;
}

.date.darkSmallHeading.doc {
    float: right;
    padding-right: 5px;
}

#wrapper .listings li .button {
    float: right;
}

#wrapper .listings ul.docInfo {
    padding-top: 10px;    
}

#wrapper .listings ul.docInfo li {
    color: #3152A3;
    margin: 0;
    padding: 0 10px 0 0;
    line-height: normal;
    text-align: right;
    border: none;
    font-size: 0.9em;
}
/********************* SEARCH *********************/

#search h2, #search h3{
    margin: 0 0 5px 0;
    padding: 0;
    float: left;;
}

#search h2{
    float: left;
    display: block;
    width: 80%;
}

h2.pinkHeading a{
    color: #db0962;
    display: block;
    text-decoration: none;
}

h2.pinkHeading a:hover{
    text-decoration: underline;
}

#search h3 a{
    color:#48182D;
    text-decoration: none;
}

#search p a{
    text-decoration: none;
}

#search h3{
    text-align: right;
    width: 20%;
}


/********************* Newsletter *********************/

#article h2.newsLetterSectionTitle { text-align: left }

.paragraphDivider { border-bottom: 1px solid #cccccc; padding-bottom: 12px; }

hr { border: none; line-height: 0!important; margin: -5px 0 5px 0; font-size: 1px!important; padding: 0!important; color: #cccccc; background-color: #cccccc; height: 1px; }

.anchorStylePlum { color: #371122; background-color:transparent; }

.anchorStylePink { color: #DB0962; background-color:transparent; }

#newsLetterSummary {
    border-bottom: 1px solid #c0c0be;
    padding-bottom: 31px;
    margin: 10px 0px 24px 0px;
}

#newsLetterSummary img{
    float: left;
    border: 1px solid #b7b7b7;
    width: 200px;
}

#newsLetterSummary .summary{
    float: left;
    width: 281px;
    margin-left: 19px;
}

#article .popularNews{
    padding: 0px;
    margin: 10px 0px 30px 0px;
    border-bottom: 1px solid #c0c0be;
}

#article .newsPair div{
    float: left;
    padding: 0px;
    margin: 0px;
    width: 218px;
}

#article .newsPair{
    clear: both;
    margin-bottom: 34px;
}

#article .newsPair .left{
    margin-right: 55px;
}

html[xmlns] .newsPair {
display:block;
}

#article .newsletterSeperator {
    clear: both;
    display: block;
    border-top: 1px solid #B7B7B7;
}

#article .newsletterCol {
    margin-bottom: 0!important;
}

#article .newsPair .newsletterIntroduction {
    width: 250px!important;
}

#article .newsPair .whatsHot {
    margin-bottom: 0!important;
    width: 195px!important;
}

    #article .newsPair .whatsHot {
        background: url("../images/newsletter-small-curve-bot.gif") no-repeat left bottom;
        margin-top: 12px;
        padding-bottom: 9px;
    }

        #article .newsPair .whatsHot div.top {
            height: 12px;
            background: url("../images/newsletter-small-curve-top.gif") no-repeat;
            width: 194px;
        }

            #article .newsPair .whatsHot div.inner {
                background: url("../images/newsletter-whatshot-inner.gif") repeat-y;
                padding: 0 10px 0 10px;
                width: 184px;
            }

                /*#article .newsPair .whatsHot div.inner ul {*/
                    /*margin-left: 5px;*/
                /*}*/

                /*#article .newsPair .whatsHot div.inner ul li {*/
                        /*list-style-type: disc;*/
                        /*padding-left: 5px;*/
                /*}*/

#article .whatsHot h2 {
    text-align: left;
}

#article .listings.latestArticles  li .summary p{
    width: 347px;
    margin: 0px
}

#article .listings.latestArticles  li .summary img{
    border: 1px solid #48182d;
    margin-right: 12px;
    width: 120px;
}

#article  .listings.upcomingEvents li .summary p{
    width: 504px;
    margin: 0px
}

#wrapper .upcomingEvents{
    margin: 20px 0px 22px 0px;
}

#wrapper .listings.upcomingEvents li .topic, #article .listings.latestArticles  li .topic{
    width: 504px;
}

#wrapper .listings.latestArticles li .topic .pinkHeading, #wrapper .listings.upcomingEvents li .topic .pinkHeading{
    margin: 0px;
}

#wrapper .listings.latestArticles li .topic, #wrapper .listings.upcomingEvents li .topic{
    margin: 0px;
}

#article .newsPair {
display:inline-block;
}

.disclaimer{
    margin: 30px 0px 30px 0px;
}

div .contactDetails{
    background: transparent left center no-repeat url("../images/logo_thomsons_bottom.png");
    padding-left: 190px;
    margin-left: 70px;
    height: 135px;
}

div .contactDetails .companyName{
    color: #db0962;
    display: block;
    margin-bottom: 13px;
}

.newsLetterBlock {
    border-bottom: 1px solid #c0c0be;
    margin: 10px 0 24px 0;
}

    .newsLetterBlock .newsLetterBlockSummary {
        clear: both;
    }

    .newsLetterBlock a.button {
        float: right;
    }

        .newsLetterBlock .newsLetterBlockSummary img {
            float: left;
            border: 1px solid #48182d;
            margin-right: 12px;
            width: 120px;            
        }

        .newsLetterBlock .newsLetterBlockSummary p {
            margin: 0 0 0 135px;
            width: 347px;            
        }

            .newsLetterBlock .newsLetterBlockSummary .fullWidth p {
                width: 447px;
                margin-left: 0;
            }

        #article .newsLetterBlock .newsLetterBlockSummary h1,
        #article .newsLetterBlock .newsLetterBlockSummary h2.pinkHeading {
            margin-left: 135px;
            width: 347px;
        }

        #article .newsLetterBlock .newsLetterBlockSummary h2.pinkHeading {
            margin-top: 1em;
        }

        .newsLetterBlock .newsLetterBlockTitle h3 {
            display: block;
            float: left;
            width: 350px;
        }

        .newsLetterBlock .newsLetterBlockTitle h3.fullWidth {
            width: 500px;           
        }

        #article .newsLetterBlock .newsLetterBlockSummary ul {
            margin-left: 135px;
            padding: 0;
            width: 347px;
        }

        .newsLetterBlock .newsLetterBlockTitle .date {
            float: right;
            text-align: right;
            width: 150px;            
        }

/********************* FORUM *********************/
div#searchPage.forumAggregation div.filter {
    display: none;    
}

div.even {
    background-color: #eceaeb;
}

div.comment div.commentInner {
    margin: 0 10px;
    padding: 10px 0;
}

div.margin {
    margin: 0 10px;
}

div.comment h3 {
    float: left;
}

div.comment div.rating {
    float: right;
}

    div.comment div.rating span {
        float: right;
        margin-left: 300px;
        clear: both;
        display: block ;
    }

    div.rating .star-rating{
        clear: both;
    }

    div.rating .aveRating{
        display: block;
        float: right;
        width: 150px;
        text-align: right;
        font-size: 0.8em;
        margin-left: 300px;
    }

div.comment div.commentBody {
    clear: both;
}

/********************* Poll *********************/

.poll dl dd{
    background: transparent center left no-repeat url("../images/poll/pollResultBackground.png");
    height: 23px;
    position: relative;
    width: 240px;
    padding: 0px 2px 0px 2px;
    margin-bottom: 9px;
}

.poll{
    padding: 0px 11px 2px 11px;
}

div.simple .poll ul{
    margin: 0px;
    padding: 0px;
}

.poll dt{
    color: #DB0961;
    position: relative;
    margin-bottom: 9px;
}

.poll ul li{
    list-style-type: none;
    list-style-position: inside;
    color: #DB0961;
    font-weight: bold;
    padding-left: 0px;
}

.pollResultBar{
    background-image: url("../images/poll/pollResultContents-trans.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 19px;
    display: block;
    background-position: right center;
    padding-top: 4px;
}

.pollResultTopLayer{
    background: transparent no-repeat left top url( "../images/poll/pollResultTopLayer-trans.png" );
    height: 23px;
    width: 9px;
    position: absolute;
    z-index: 100;
    left: 0px;
    display: block;
}

.pollResultPercentage{
    position: absolute;
    right: 0px;


}

/********************* Account *********************/
#accountChange{
    margin: 5px 0;
}

#accountChange div{
    clear: both;
    margin: 5px 0;
}

#accountChange label, #accountChange .label{
    width: 200px;
    display: block;
    float: left;
}

#accountChange input, #accountChange .data{
    float: left
}

/********************* Error page *********************/
.error .content h1 {
    font-size: 2.8em;
    padding: 0;
    visibility: hidden;
}
.error .content h2 {
    color: #999;
    font-size: 2.5em;
    margin-bottom: 0.75em;
    visibility: hidden;
}
.error .content p {
    color: #999;
    font-size: 2em;
    line-height: 1.2em;
}
.error .content p a {
    color: #db0962;
    text-decoration: none;
}
/********************* END Error page *********************/

/********************* ADDED BY XSTANDARD *********************/
.ssg-image-alignleft {
    float: left;
    padding: 5px 20px 20px 0;
    clear: left;
}

.ssg-image-alignright {
    float: right;
    padding: 5px 0 20px 20px;
}

/********************* END ADDED BY XSTANDARD *********************/

/********************* MISC *********************/

.center { text-align: center; }

.clearboth { clear: both; }

.flashMultiM { height: 580px; }

.awardsPanel { height: 300px; }

.map { height: 590px; }

#timeline-element { height: 390px; }

.jsEnabled { display: none; }

/********************* MISC END *********************/