﻿    body { text-align: center; font-size: 11px; line-height: 1.4; font-family: Trebuchet MS, Arial, Verdana, Sans-Serif; color:#4d458a }
    a { color: #8c2c83; text-decoration: none; }
    a:hover, a:focus { color: #fff !important; background-color: transparent !important; }
    a:active { color: #d85dcd !important; background-color: transparent !important; outline: none; }
    
/*
    ========================================
    1. Common
    ========================================
*/
    .hide {
        position: absolute;
        left: -99999em;
        top: -99999em;
        }
    .clear:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        } /* Hack: line 10 (ie6win.css), line 10 (ie7win.css) */
    .left {
        float: left;
        }
    .right {
        float: right;
        }
    a img {
        border: none;
        }
    .replace { 
	    position: relative; 
	    margin: 0px; 
	    padding: 0px; 
	    /* Hide overflow:hidden from IE5/Mac */ 
	    /* \*/ overflow: hidden; /* */ 
        } /* http://levin.grundeis.net/files/20030809/alternatefir.html */
    .replace span {
	    display: block; 
	    position: absolute; 
	    top: 0px; 
	    left: 0px;
	    z-index: 1; /* For Opera 5 and 6 */ 
        }
    .outdent {
        margin-left: -1.5em;
        position: relative;
        }
    div.hr hr {
        display: none;
        }
        div.hr {
            height: 1px;
            overflow: hidden;
            clear: both;
            background: url(../images/dotted.gif) 0 0.5em repeat-x;
            padding: 0.5em 0 0 !important;
            margin: 0 -5px 1.5em -5px;
            position: relative;
            border: none !important;
            }
        .hasToggle div.hr {
            margin-top: 1em;
            }   
    .toggle .control {
        background: #981584;
        color: #FFF;
        text-align: center;
        padding: 0 3px;
        font-weight: normal;
        cursor: pointer;
        margin-left: 0.5em;
        } 
/*
    ========================================
    2. Layout
    ========================================
*/
    #container {
        width: 927px;
        margin: 0 auto 0 auto;
        padding-top: 6px;
        text-align: left;
        }
    #header,
    #primaryNav,
    #breadcrumb,
    .layout {
        width: 100%;
        overflow: hidden;
        } /* Cheap self-clear trick */
        #primaryNav {
            padding: 0 0 6px;
            }    
        #breadcrumb {
            padding: 0 0 6px;
            }
    #secondaryNav {
        width: 187px;
        padding: 17px 26px 0 15px;
        float: left;
        }
    #siteInformation {
        text-align: center;
        background: url(../images/Bottom.gif) 0 0 no-repeat;
        margin: 0 -10px 0 -10px;
        padding: 18px;
        }
    #wrapContent {
        background: url(../images/Top.gif) 0 0 no-repeat;
        padding: 8px 0 0;
        }
    #pageContent {
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        background: #fff;
        } /* Cleared by .clear, line 31 (line 34, MasterPage.master) */
        #primaryContent {
            width: 475px;
            float: left;
            margin: 1px 0 0;
            }
        #secondaryContent {
            width: 194px;
            float: right;
            margin: 7px 15px 0 0;
            } /* Hack: line 15 (ie6win.css) */
            
.blue {color:#00aeef;}
/*
    ========================================
    3. Header
    ========================================
*/
    #header a,
    #header p,
    #header img {
        float: left;
        }
    #header a {
        margin: 0 0 0 20px;
        }
    #header p {
        background:0 0 no-repeat;
        width: 460px;
        height: 29px;
        text-indent: -999999em;
        margin: 40px 66px 0 88px;
        }    
/*  
    ========================================
    4. Primary, Breadcrumb and Secondary Nav
    ========================================
*/
    #primaryNav ul,
    #primaryNav ul li,
    #primaryNav ul li a {
        list-style: none outside;
        float: left;
        height: 29px;
        }
    #primaryNav ul {
        padding: 0;
        margin: 20px 0 0 72px;
        } /* Hack: line 11 (ie6win.css) */


    #breadcrumb ul {
        margin: 0 0 0 20px;
        padding: 0;
        font-size: 1.1em;
        }
        #breadcrumb ul li {
            float: left;
            list-style: none outside;
            margin: 0 5px 0 0;
            }
            #breadcrumb ul li a {
                padding: 0 10px 0 0;
                background: url(../images/arrow.gif) center right no-repeat;
                }

    #secondaryNav h2 {
        margin: 0;
        padding: 0;
        font: normal 1.8em/1 "FuturaBT MediumCondensed", FuturaBT, Arial, Verdana, Sans-Serif;
        line-height: 1;
        color: #0053a0;
        }
    #secondaryNav ul {
        margin: 9px 0 0;
        padding: 0 0 1px;
        font-size: 1.2em;
        background: url(../images/dotted.gif) left bottom repeat-x;
        list-style: none outside;
        }
        #secondaryNav li,
        #secondaryNav li a {
            display: block;
            }
        #secondaryNav li {
            padding: 3px 0 2px;
            background: url(../images/dotted.gif) left top repeat-x;
            }
        #secondaryNav li a {
            background: #e9f8fe url(../../SiteImages/template/secondaryNavItem.gif) left top repeat-x;
            padding: 0 5px;
            width: 177px;
            line-height: 1.83em;
            }
            #secondaryNav li a.current {
                background: #991583 url(../../SiteImages/template/secondaryNavArrow.gif) 5px 0.75em no-repeat !important;
                color: #fff;
                font-weight: bold;
                width: 168px;
                padding: 0 5px 0 14px;
                }
            #secondaryNav li a:hover,
            #secondaryNav li a:focus {
                background: #d85ecd !important; /* Overwrite default focus !important, line 19 */
                color: #fff;
                }                
                #secondaryNav li a.current:hover,
                #secondaryNav li a.current:focus {
                    background: #d85ecd url(../../SiteImages/template/secondaryNavArrow.gif) 5px 0.75em no-repeat !important;
                    }
        #secondaryNav ul ul {
            font-size: 1em;
            margin: 2px 0 -3px;
            background: none;
            }
            #secondaryNav ul ul li {
                background: url(../images/dotted.gif) left top repeat-x;
                }
            #secondaryNav ul ul li a {
                background: #fff;
                padding: 0 5px 0 20px;
                width: 162px;
                }
/*  
    ========================================
    5. Site Information
    ========================================
*/
    #siteInformation ul {
        margin: 25px 0 0;
        font-size: 1.2em;
        }
    #siteInformation ul li {
        list-style: none outside;
        display: inline;
        border-right: 1px solid #bcbcbc;
        padding: 0 0.4em 0 0.2em;
        } /* Hack: line 12 (ie6win.css), line 11 (ie7win.css) */
    #siteInformation ul li.last {
        border: none;
        padding-right: 0.2em;
        }
    #siteInformation p {
        color: #999999 !important;
        margin: 30px 0 0;
        font-size: 1.1em;
        }
  
    ========================================
    6. Primary Content
    ========================================
*/
    /* Headings */
    #primaryContent h1,
    #primaryContent h2,
    #primaryContent h3 {
        line-height: 1;
        margin: 0;
        font-weight: normal;
        }
        #primaryContent h1 {
            font-size: 2.6em;
            text-transform: uppercase;
            font-family: "FuturaBT", FuturaBT, Impact, Arial, Verdana, Sans-Serif;
            color: #f79428;
            margin: 0 0 0.5em;
            }
        #primaryContent  h2 {
            font-size: 1.4em;
            font-weight: bold;
            text-transform: uppercase;
            color: #0055a5;
            margin: 1em 0 0.5em 0;
            }
            #primaryContent h2 a {
                color: #0055a5;
                }
        #primaryContent h3 {
            font-weight: bold;
            font-size: 1.2em;
            line-height: 1.3em;
            color: #0055a5;
            margin: 0;
            }
    /* Basic content */
    #primaryContent p,
    #primaryContent ol,
    #primaryContent ul,
    #primaryContent dl {
        margin: 0 0 0.83em;
        font-size: 1.2em;
        }
        #primaryContent .group p,
        #primaryContent .group ol,
        #primaryContent .group ul,
        #primaryContent .group dl {
            font-size: 1.1em;
            }    
    /* Lists */  
    #primaryContent ul ul,
    #primaryContent ul ol,
    #primaryContent ol ol,
    #primaryContent ol ul {
        font-size: 1em;
        }      
        #primaryContent ul li,
        #primaryContent ol li {
            margin-top: 0.4em;
            margin-bottom: 0.4em;
            list-style-position: inside;
            }    
        #primaryContent ul li { list-style-type: disc; }
        #primaryContent ul ul li,
        #primaryContent ul ol li { list-style-type: lower-alpha; margin-left: 1em; }
        #primaryContent ol li { list-style-type: decimal; }
        #primaryContent ol ol li,
        #primaryContent ol ul li { list-style-type: disc; margin-left: 1em; }
    /* Blue box */
    #primaryContent .blueBox {
        background: #e5f7fd;
        font-size: 1em;
        border: 1px solid #cccccc;
        padding: 2px 12px;
        margin: 5px;
        }
    /* Inline links */
    #primaryContent li a,
    #primaryContent p a {
        font-weight: bold;
        text-decoration:underline;
        }
    /* Forms */
    #primaryContent fieldset {
        width: 358px;
        }
        #primaryContent fieldset legend,
        #primaryContent fieldset .captchaMessage {
            display: none;
            }
        #primaryContent fieldset label {
            float: left;
            width: 145px;
            line-height: 1.75em;
            }
        #primaryContent fieldset ol,
        #primaryContent fieldset ul {
            margin: 0;
            padding: 0;
            }
        #primaryContent fieldset li {
            width: 100%;
            overflow: hidden;
            display: block;
            list-style: none outside;
            margin: 5px 0 0;
            } /* Hack: line 13 (ie6win.css), line 12 (ie7win.css) */
            #primaryContent fieldset li ul,
            #primaryContent fieldset li ol,
            #primaryContent fieldset li li,
            #primaryContent fieldset li li label,
            #primaryContent fieldset li.checkbox label,
            #primaryContent fieldset li input,
            #primaryContent fieldset li select,
            #primaryContent fieldset li textarea {
                float: left;
                width: auto;
                margin: 0;
                font-size: 1em;
                }
            #primaryContent fieldset li ul,
            #primaryContent fieldset li ol {
                /* margin: 0.5em 0 0; */
                }
                #primaryContent fieldset li li {
                    margin: 0 1em 0 0;
                    }
                #primaryContent fieldset li li input {
                    margin: 0;
                    }
            #primaryContent fieldset li .text, 
            #primaryContent fieldset li.captcha input {
                font-size: 1.1em;
                font-family: Arial, Verdana, Sans-Serif;
                width: 180px;
                border-top: 2px inset #f1efe2;
                border-left: 2px inset #f1efe2;
                border-right: 1px solid #f1efe2;
                border-bottom: 1px solid #f1efe2;
                }
            #primaryContent fieldset li.checkbox input,
            #primaryContent fieldset img.captchaImage {
                margin: 0 5px 0 145px;
                }
                #primaryContent fieldset li.checkbox label {
                    width: 186px;
                    font-size: 0.92em;
                    }
            #primaryContent fieldset img.captchaImage {
                display: block;
                border: 1px solid #cccccc;
                margin-bottom: 5px;
                }
            #primaryContent fieldset .submitButton {
                display: block;
                margin: 1em 0 0 auto;
                }
                
    #primaryContent #SciEv h2 { 
        color:#8A2981;
        font-family:arial narrow;
        font-size:1.6em;}
/*
    ========================================
    7. Secondary Content
    ========================================

    ========================================
    8. Extras
    ========================================
*/  
    /* Flavours */
    #primaryContent .flavours li {
        margin: 0 5px 10px 0;
        float: left;
        list-style: none outside;
        width: 150px;
        height: 138px;
        position: relative;
        }
        #primaryContent .flavours span {
            position: absolute;
            bottom: 6px;
            left: 0;
            text-align: center;
            font-size: 0.9em;
            display: block;
			line-height: 1.6;
			padding: 0 20px;
			width: 110px;            
            }
    #primaryContent .flavours a:hover,
    #primaryContent .flavours a:focus {
        background: none !important;
        }
    /* Scientific Evidence */
    #SciEv .study {
        background: url(../images/dotted.gif) left bottom repeat-x;
        width: 100%;
        padding: 4px 0 14px !important;
        border: none !important;
        }
        #SciEv .study h3 {
            margin-bottom: 0;
            line-height: 1.5em;
            }
        #SciEv .study p {
            font-size: 1.1em;
            }
        #SciEv .study .result {
            background: #e5f7fd;
            border: 1px solid #cccccc;
            padding: 12px 12px 2px;
            margin: 0;
            }
        #SciEv .study p.toggle {
            margin-bottom: 0;
            }

#primaryContent .figure {
	position: relative;
	width: 100%;
}

#primaryContent .figure img{
	display: block;
	margin-left: -12px;
	position: relative;
}

.bbPoll .inputBlock,
.bbPoll li{
	background: url(../images/dotted.gif) top left repeat-x;
	padding: 5px 0;
}

.bbPoll .inputBlock{
	padding-top: 10px;
}

#secondaryContent .bbPoll ul {
	margin-bottom: 0;
}

.bbPoll .inputBlock .submit{
	float: right;
}

.bbPoll h3 {
	font-size: 1.1em;
	font-weight: bold;
}

.figure .nav {
	position: absolute;
	bottom: 15px;
}

#primaryContent .figure .nav ul {
	margin-bottom: 0;
}

.tertiary li {
	float: left;
}

.tertiary li a { margin:0 34px; }

.tertiary li a,
.tertiary li span {
	background:transparent url(../../SiteImages/ul-tertiaryNav.jpg) top left no-repeat;
	display: block;
	height: 19px;
	width: 164px;
	/* the following values added and changed to make images clickable too, on-time 8426 - DK */
	height:318px;
	cursor: pointer;
	text-indent:-9999px;
}

body#benefits  .tertiary li a:hover {
	 background:none !important;
}

.tertiary li a.seniors,
.tertiary li a.seniors span {
	background-position: -332px bottom;
}

.tertiary li a.adults,
.tertiary li a.adults span {
	background-position: -157px bottom;
}

.tertiary li a.kids,
.tertiary li a.kids span {
	background-position: -15px bottom;
}

.col	{ float: left; }
#benefits .co2    { float: left; width: 270px; }
.col1	{ width: 195px; }
.col2	{ width: 280px; }

#primaryContent .col img { margin: 0; }

#primaryContent h2.help { color: #8C2C83; }

.item li {
	padding: 5px 0;
	background: url(../images/dotted.gif) repeat-x left top;
}

#secondaryContent .item ul {
	margin-top: 8px;
}

#secondaryContent .item h4 {
	font-size: 1.1em;
	font-weight: bold;
}

.sitemap li { margin-left: 20px; }

.purpleBar, .greenBar, .redBar, .yellowBar, .blueBar { 
	height: 10px; 
}

.purpleBar 	{ background: #A0218C; }
.greenBar 	{ background: #00cc00; } 
.redBar		{ background: #EE2E24; }
.yellowBar	{ background: #FDBA31; }
.blueBar	{ background: #0055A5; }

#secondaryContent .pollResults .pollResults,
#secondaryContent .pollResults p
{ margin: 0 0 5px 0; }

/*
	** HACK ** PB 21/04/09; short term fix, 
	the error div has un-tagged text with in it,
	set font size on container and...
*/
#primaryContent fieldset .msg {
	font-size: 1.1em;
}
/* ...resize font-size of all children; */
#primaryContent fieldset .msg * {
	font-size: 1em;
}
/* end hack */

#primaryContent fieldset .msg ul {
	margin:0 0 0.83em 0;
}

.flavours li a {
	display: block;
}

.flavours li a:hover span {
	color: #b470ae;
	background: url(../../SiteImages/span-glass.gif) right center no-repeat;
}

#primaryContent .nav {
	margin: 0 0 0.83em 0;
}

#primaryContent .tertiary {
	margin: 0;
}
	
#primaryContent .nav li {
	list-style: none;
}

#home .desc p {
    font-family: Arial, Verdana, Sans-Serif;  
    }
.padRight {
    margin-right: 10px !important;
    }
 #social_logos {
	WIDTH: 20px;
	height:20px;
	float: left;
	margin-left: 80px;
}
#social_logosin {
	WIDTH: 20px;
	height:20px;
	float: left;
	margin-left:10px;
}
#social_logosinflick {
	WIDTH: 53px;
	height:20px;
	float: left;
	margin-left:10px;
}
#social_logos_text {
	WIDTH: 170px;
	height:20px;
	float: left;
	text-align: left;
	padding-top: 2px;
}
#social_logos_text A {
color:#787878;
text-decoration:underline;
}
#social_logos_wrap {
margin-top:10px;
}   






