﻿*
{
    background-position: right top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
html, body
{
    background-color: #ffffff;
}
body
{
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
}
img
{
    color: #222222;
    font-size: 1.2em;
    border: 0;
}
a
{
    color: #fff;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a img
{
    color: #0080C6;
}
a:hover img
{
    text-decoration: underline;
}
p
{
    font-size: 1.2em;
    line-height: 1.6em;
    
    margin: 1.6em 0;
}
/* Clearing. */
.clear /* For IE/MAC. */
{
    display: inline-block;
}
.clear:after /* For Non-IE browsers. */
{
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
}
* html .clear /* For IE6 and below, trigger hasLayout. */
{
    height: 1%;
}
.clear /* For IE/Win. */
{
    display: block;
}
/* Content Areas. */
.cms
{
    
}
.cms h2
{
    color: #0080c6;
    font-size: 1.7em;
    line-height: 1.4em;
}
.cms a
{
    color: #0080C6;
    text-decoration: underline;
}
.cms a:hover
{
    text-decoration: none;
}
/* Other. */
.skiplinks
{
    display: none;
}
/* Layout. */
/* Containers spanning horizontally across the page. */
.container
{
    min-width: 990px;
    width: 100%;
}
/* Areas that are centered. */
.area
{
    margin: 0 auto;
    width: 990px;
}
body
{
    background-image: url(/images/body.gif); /* Top blue (heading, navigation, controls, water usage). */
    background-repeat: repeat-x;
}
#mainContainer
{
    background-image: url(/images/main.jpg); /* Gradient. */
    background-position: center top;
}
#footerContainer
{
    background-color: #d5dfe5;
    background-image: url(/images/footerLarge.gif); /* Footer Area (Affiliates, footer navigation, copyright). */
    background-position: left -197px;
    background-repeat: repeat-x;
}
.home #footerContainer
{
    background-position: top;
}
/* Top Area. */
#topArea
{
    background-color: #0080c6;
    position: relative;
    
    height: 146px;
}
#homeLink
{
    display: block;
    position: absolute;
        top: 41px;
        left: 25px;
    
    height: 54px;
    width: 485px;
}
#topArea h1
{
    font-size: 4.0em;
    font-weight: normal;
}
#topArea h1 a img
{
    color: #ffffff;
}
#navigation
{
    position: absolute;
        bottom: 0;
    
    height: 40px;
    width: 100%;
}
#navigation ul
{
    list-style: none;
    
    margin: 0 auto;    
    
    height: 40px;
    width: 940px;
}
#navigation li
{
    float: left;
    
    height: 40px;
}
/* Each link contains: text, transparent background (with rounded corners). */
#navigation a
{
    color: #ffffff;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    
    padding-right: 1px;
    
    height: 40px;
}
/*
#navigation img.background
{
    float: left;
}
*/
#navigation span
{
    cursor: pointer;
}
/* Container that holds contents and backgrounds. */
/*
#navigation span.backgroundArea
{
    float: left;
    position: relative;
    
    height: 40px;
}
*/
/* The visible text. */
/*
#navigation span.backgroundArea span.text
{
    float: left;
    position: relative;
        z-index: 2;
    vertical-align: top;
    
    padding: 0 10px;
    
    height: 40px;
}
*/
/* The invisible text which dictates the transparent background size, keep these properties the same as the above. */
/*#navigation span.backgroundArea span.background
{
    background-color: #000000;
    color: #000000;
    position: absolute;
        left: 0;
        z-index: 1;
    vertical-align: top;
    
    padding: 0 10px;
    
    height: 40px;
}
*/
/* Transparency. */
/*
#navigation .background
{
    opacity: 0.2;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}
*/
/* Rounded transparent borders. */
/*
#navigation img.background.left, 
#navigation img.background.right
{
    height: 40px;
    width: 5px;
}
#navigation img.background.left
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/leftDefault.png', sizingMethod='scale');
}
#navigation img.background.right
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/rightDefault.png', sizingMethod='scale');
}
*/
/* Hover state. */
/*
#navigation a:hover .background
{
    opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
#navigation a:hover img.background.left
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<img src="/images/leftHover.png">', sizingMethod='scale');
}
#navigation a:hover img.background.right
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/rightHover.png', sizingMethod='scale');
}
*/
/* Current page state. */
/*
#navigation li.current .background
{
    opacity: 0.4;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
#navigation li.current img.background.left
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/leftCurrent.png', sizingMethod='scale');
}
#navigation li.current img.background.right
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/rightCurrent.png', sizingMethod='scale');
}
*/
/* Control Panel. */
#controlPanel
{
    color: #ffffff;
    float: right;
    font-size: 1.1em;
    
    height: 33px;
    width: 381px;
}
#controlPanel img
{
    color: #3abff9;
    font-size: 1.0em;
}
#controlPanel .image
{
    color: #ffffff;
    font-size: 1.2em;
}
#controlPanel a
{
    text-decoration: none;
}
#controlPanel *
{
    vertical-align: middle;
}
#controlPanel .print, 
#controlPanel .fontsize
{
    display: none;
}
.js #controlPanel .print, 
.js #controlPanel .fontsize
{
    display: inline;
}
#controlPanel form
{
    display: inline;
}
#controlPanel input.text
{
    border: 1px solid #116c97;
    padding: 2px 0 2px 4px;
    height: 16px;
    width: 130px;
}
#controlPanel span, 
#controlPanel label
{
    padding: 0 2px 0 6px;
}
#controlPanel span, 
#controlPanel label,
#controlPanel a
{
    height: 33px;
}
span.fontsize {
margin-left:5em;    
}

/* Water Storage. */
#waterStorage dl
{
    color: #ffffff;
    overflow: hidden;
    position: absolute;
        top: 44px;
        right: 25px;
    height: 60px;
    width: 390px;
}

#waterStorage .no-js dt,
#waterStorage .no-js dd {
    margin-right: 0;
}

#waterStorage dt, 
#waterStorage dd
{
    font-size: 1.3em;
    text-align: right;
    
    margin-right: 9.8em;
}
#waterStorage dt
{
    padding-top: 0.9em;
}
/* To be floated to the right. */
#waterStorage .waterRemaining
{
    font-size: 4.2em;
    float: right;
    position: absolute;
        top: 0;
        right: 0;
    
    margin-right: 0;
}
.js #waterStorage .waterRemaining
{
    /*display: none;*/
}
#waterStorage dd p
{
    font-size: 0.85em;
    line-height: 1.4em;
    text-align: right;
    
    margin: 0;
}
#waterStorage a
{
    text-decoration: underline;
}
#waterStorage a:hover
{
    text-decoration: none;
}
/* Banner Area. */
#bannerArea
{
    background-color: #3bb2f4;
    overflow: hidden;
    position: relative;
    margin-top: 18px;
    height: 280px;
    width: 940px;
}
#bannerArea .slides img
{
    display: block;
}
#bannerArea .slides
{
    overflow: hidden;
    position: relative;
        z-index: 1;
    height: 280px;
    width: 940px;
}
#bannerArea .slides li
{
    position: absolute;
        top: 0;
    
    height: 280px;
    width: 940px;
}
#bannerArea .slides p
{
    color: #ffffff;
    text-align: right;
    
    padding: 0px 34px 0 600px;
}
#bannerArea .slides .text
{
    font-size: 3.0em;
    line-height: 1.2em;
    
    margin: 36px 0 0 0;
}
#bannerArea .slides .more
{
    float: right;
    
    margin: 9px 0;
}
#bannerArea .slides .more a img
{
    color: #ffffff;
    font-weight: bold;
}
#bannerArea .nav
{
    display: none;
    position: absolute;
        bottom: 0;
        right: 36px;
        z-index: 2;
    height: 24px;
}
.js #bannerArea .nav
{
    display: block;
}
#bannerArea .pager, 
#bannerArea .next
{
    float: left;
}
#bannerArea .pager *, 
#bannerArea .next *
{
    display: block;
}
#bannerArea .pager a
{
    background-color: #1e83b9;
    background-image: url(/images/pager.gif);
    background-position: left;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    outline: none;
    text-align: center;
    margin-right: 1px;
    padding-top: 5px;
    
    height: 19px;
    width: 26px;
}
#bannerArea .pager a.activeSlide
{
    background-color: #095881;
    background-position: right;
}
#bannerArea .next a
{
    background-color: #1e83b9;
    background-image: url(/images/pagerLeft.gif);
    background-position: left top;
    font-size: 1.1em;
    font-weight: bold;
    outline: none;
    
    margin-right: 1px;
    
    height: 24px;
}
* html #bannerArea .next a
{
    width: 40px;
}
#bannerArea .next a span
{
    background-image: url(/images/pagerNext.gif);
    background-position: right top;
    
    padding: 5px 13px 0px 10px;
}
/* Index Area. */
#indexArea
{
    margin-top: 10px;
    width: 940px;
}
#indexArea .column
{
    float: left;
    margin-left: 20px;
    width: 300px;
}
#indexArea .column.first-child
{
    margin-left: 0;
}
#indexArea .column h2
{
    color: #0080c6;
    font-size: 1.8em;
    line-height: 1.33em;
    
    margin-top: 0.7em;
}
a.more
{
    background-image: url(/images/more.gif); /* Bullet point on left. */
    background-position: left 0.2em;
    color: #0080c6;
    font-size: 1.2em;
    line-height: 1.7em;
    
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 24px; /* Allow space for bullet point on left. */
}
.section
{
    background-position: left bottom;
    color: #ffffff;
    
    padding-bottom: 1.0em;
    
    width: 300px;
}
#indexArea .section h2
{
    margin: 0;
}
.section h2 img
{
    color: #ffffff;
    font-size: 1.0em;
}
.section p
{
    margin: 0.8em 20px;
}
#quickFacts
{
    background-color: #afaa00;
    background-image: url(/images/quickFactsIndexBottom.gif);
    /* font-weight: bold; */
    position: relative; /* Allows positioning of question mark. */
    
    padding-bottom: 7px;
}
#quickFacts p
{
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 1.1em 58px 0.8em 20px;
}
* html #quickFacts
{
    height: 130px;
}
* html #quickFacts p
{
    margin-right: 82px;
}
/* Question mark will bleed over the area. */
#quickFacts .questionMark
{
    position: absolute;
        right: -17px;
        top: -9px;

    height: 137px;
    width: 98px;   
}
* html #quickFacts .questionMark
{
    background-image: url(/images/questionMark.gif);
    right: -16px;
}
/* Question Mark for SIDEBAR ONLY */
#quickFacts .questionMarkSmall
{
    position: absolute;
        right: -17px;
        top: -9px;
    height: 95px;
    width: 68px;}

/* This should really be in the IE stylesheet */    
* html #quickFacts .questionMarkSmall
{
    background-image: url(/images/questionMarkSmall.gif);

}
/* End Question Mark for SIDEBAR ONLY */

#news, #events
{
    background-color: #2195d1;
    background-image: url(/images/newsAndEventsBottom.gif);
    
    margin: 1.0em 0;
}
#news dl, #events dl
{
    margin: 0.9em 20px 0.6em 20px;
}
#news dd, #events dd
{
    font-size: 1.1em;
    line-height: 1.4em;
    
    margin: 0.5em 0;
    padding-bottom: 0.4em;
}
#news dt a, #events dt a
{
    background-image: url(/images/newsAndEventsMore.gif);
    color: #ffffff;
    text-decoration: underline;
}
#news dt a:hover, #events dt a:hover
{
    text-decoration: none;
}
a.click, 
a.click img
{
    cursor: pointer;
    display: block; /* Gets rid of 3px gap. */
}
#waterRestrictions
{
    margin-top: 1.0em;
}
#seeOurVideo
{
    margin: 1.2em 0 1.0em 0;
}
/* Breadcrumb Area. */
#breadCrumbArea
{
    background-color: #004d77;
    background-image: url(/images/body.gif);
    background-position: left -146px;
    background-repeat: repeat-x;
    color: #ffffff;
    
    padding: 18px 25px 12px 25px;
    
    width: 940px;

    list-style: none;
}
#breadCrumbArea li {
    display: inline;
    color: #fff;
    padding: 0 3px 0 15px;
    font-size: 1.1em;
    background: transparent url(/images/breadcrumb.gif) scroll no-repeat 6px 50%;
}
#breadCrumbArea img
{
    color: #ffffff;
    padding: 0 6px 1px 6px;
}
#breadCrumbArea a, 
#breadCrumbArea span
{
}
/* Main Area. */
#mainArea
{
    background-color: #ffffff;
    
    padding: 20px 25px;
    
    width: 940px;
}
#sidebar
{
    float: left;
    
    width: 220px;
}
#sidebarLinks
{
    background-color: #2195d1;
    background-image: url(/images/sidebarBottom.gif);
    background-position: bottom;
    
    margin-bottom: 11px;
    padding-bottom: 18px;
    
    width: 220px;
}
#sidebar .sidebarHeader
{
    background-image: url(/images/sidebarHeader.gif);
    
    height: 48px;
    width: 220px;
}
#sidebar h2
{
    color: #ffffff;
    font-size: 1.4em;
    line-height: 1.0em;
    padding: 20px 15px 0 15px;
}
#sidebar ul
{
    list-style: none;
    
    margin-top: 0.7em;
    
    width: 220px;
}
#sidebar li
{
    background-image: url(/images/sidebarBlueDots.gif); /* Add dotted lines to sidebar links. */
    background-position: bottom;
    background-repeat: repeat-x;
    
    width: 220px;
}
#sidebar ul a
{
    background-image: url(/images/sidebar.gif); /* Add bullet points to sidebar links. */
    background-position: 17px 0.9em;
    background-repeat: no-repeat;
    display: block;
    font-size: 1.2em;
    line-height: 1.4em;
    
    padding: 0.5em 10px;
    padding-left: 27px;
}
#sidebar .sublinks
{
    background-image: url(/images/sidebarBlueDots.gif); /* Add dotted lines to sidebar links. */
    background-position: top;
    background-repeat: repeat-x;
    
    margin-top: 0;
    
    width: 220px;
}
#sidebar .sublinks li
{
    width: 220px;
}
#sidebar .sublinks li.last-child
{
    background-image: none; /* Remove repeating dotted lines from last-child sidebar links, last-child to be applied to the last list item in all sub lists. */
}
#sidebar .sublinks a
{
    background-image: none; /* Remove bullet points from sidebar sub links. */
    display: block;
    padding-left: 42px;
}
/* SideBar OLIVE colour only */
#sidebarLinksOlive
{
    background-color: #9E9D51;
    background-image: url(/images/sidebarBottomOlive.png);
    background-position: bottom;
    
    margin-bottom: 11px;
    padding-bottom: 18px;
    color:#fff;
    width: 220px;
}
#sidebarOlive .sidebarHeaderOlive
{
    background-image: url(/images/sidebarHeaderOlive.png);
    
    height: 48px;
    width: 220px;
}
#sidebarOlive h2
{
    color: #ffffff;
    font-size: 1.4em;
    line-height: 1.0em;
    padding: 20px 15px 0 15px;
}
#sidebarOlive dl
{
    list-style: none;
    
    margin-top: 0.7em;
    
    width: 220px;
}
#sidebarOlive li.dots
{
    background-image: url(/images/sidebarOlive.png); /* Add dotted lines to sidebar links. */
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 171px;
    padding-bottom:0;
    margin-bottom:0;
} 
#sidebarOlive li
{
    background-image: url(/images/sidebarOlive.png); /* Add bullet points to sidebar links. */
    background-position: 27px 0.9em;
    background-repeat: no-repeat;
    display: block;
    font-size: 1.2em;
    line-height: 1.4em;
    
    padding: 0.5em 10px;
    padding-left: 37px;
}
#sidebarOlive .sublinksOlive
{
    background-image: url(/images/sidebarOlive.png); /* Add dotted lines to sidebar links. */
    background-position: top;
    background-repeat: repeat-x;
    
    margin-top: 0;
    
    width: 220px;
}
#sidebarOlive .sublinksOlive li
{
    width: 220px;
}
#sidebarOlive .sublinksOlive dd.last-child
{
    background-image: none; /* Remove repeating dotted lines from last-child sidebar links, last-child to be applied to the last list item in all sub lists. */
}
#sidebarOlive .sublinksOlive a
{
    background-image: none; /* Remove bullet points from sidebar sub links. */
    display: block;
    padding-left: 42px;
}
/* Current page state. */
#sidebar .current a
{
    font-weight: bold;
}
/* Register for program. */
#registerForProgram
{
    background-color: #948f00;
    background-image: url(/images/registerForProgram.gif);
    text-decoration: none;
    
    margin-bottom: 12px;
    
    min-height: 101px;
    width: 220px;
}
* html #registerForProgram
{
    height: 101px;
}
#registerForProgram .bottom
{
    background-image: url(/images/registerForProgramBottom.gif);
    background-position: bottom;
    display: block;
    
    padding: 17px 0px 15px 18px;
    
    min-height: 69px;
    width: 202px;
}
* html #registerForProgram .bottom
{
    height: 69px;
}
#registerForProgram .text
{
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    
    margin: 0 0 0.4em 0;
}
#registerForProgram .action
{
    display: block;
    font-size: 2.0em;
    font-weight: normal;
    line-height: 1.2em;
    
    margin-right: 70px;
}
/* Quick Facts for sidebar. */
#sidebar #quickFacts
{
    background-image: url(/images/quickFactsBottom.gif);
    margin-bottom: 12px;
    width: 220px;
}
#sidebar #quickFacts h2
{
    padding: 0;
}
/* Sits next to sidebar, holds all of the actual page content. */
#main
{
    float: right;
    width: 690px;
}
/* Primary page title. */
#main .mainTitle
{
    background-image: url(/images/mainTitle.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    font-size: 2.8em;
    line-height: 1.0em;
    
    margin-bottom: 0.5em;
    padding: 0.6em 0 0.8em 0;
}
/* Definitions. */
.summaryInfo
{
    padding: 2.2em 15px 1.4em 22px;
}
.summaryInfoSet
{
    list-style: none;
    
    margin-bottom: 2.8em;
}
.summaryInfo.even
{
    background-color: #f6f6f6;
}
.summaryInfo h3
{
    font-size: 1.4em;
    
    padding-bottom: 0.2em;
}
.summaryInfo dl
{
    font-size: 1.2em;
    line-height: 1.5em;
    
    padding-top: 1.0em;
}
.summaryInfo dt
{
    clear: both;
    color: #444d51;
    float: left;
    
    padding-bottom: 0.7em;
    
    width: 123px;
}
.summaryInfo dd
{
    /* float: left; */ /* commented to enable summary lists to render better */
    padding-bottom: 0.7em;

    width: 530px;
}
.summaryInfo .activity
{
    font-style: italic;
}
.summaryInfo p
{
    margin: 0.7em 0;
}
.summaryInfo a
{
    font-size: 1.2em;
    text-decoration: none;
}
.summaryInfo a:hover
{
    text-decoration: underline;
}
.summaryInfo dd a
{
    font-size: 1.0em;
}
/* Grey area below title. */
#caseStudySummary
{
    background-color: #f0f0f0;
    color: #5d5d5d;
    float: left;
    margin-bottom: 20px;
    width: 333px;
}
#caseStudySummary dt
{
    font-weight:bold;
}
#caseStudySummary dd
{
    width: 320px;
}
/* The main image for the page. */
.mainImage
{
    float: right;
    
    margin: 0 0 10px 18px;
}
* html .mainImage
{
    margin-left: 9px;
}
/* Resource. */
#resources
{
    list-style: none;
}
#resources li
{
    position: relative;
    padding-bottom: 2.7em;
    
    min-height: 95px;
}
* html #resources li
{
    height: 95px;
}
#resources h2
{
    color: #0080c6;
    font-size: 1.7em;
}
#resources p
{
    line-height: 1.7em;
    
    margin: 0.5em 0;
    
    width: 370px;
}
#resources .downloadChapter
{
    position: absolute;
    top: 0;
    right: 0;
}
a.downloadChapter {
    width:188px;
    height:68px;
    color:#0080c6;
    font-weight:bold;
    font-size:1.5em;
    padding:15px 50px 2px 10px;
    text-decoration:none;
    background: url(/images/resourcePDFsmall.jpg) no-repeat right top;        
}
/* News and Events. */
#newsListing, #eventsListing, #newsAndEventsListing
{
    list-style: none;
    
    margin-top: 1.5em;
}
#newsListing li, #eventsListing li
{
    padding-bottom: 2.9em;
}
#news h2, 
#news h3, #events h2, #events h3
{
    color: #0080c6;
    font-size: 1.7em;
    
    margin-bottom: 0.1em;
}
#news .date, #events .date
{
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    
    margin-top: 0.9em;
}
#news p, #events p
{
    line-height: 1.7em;
    
    margin: 0.3em 0 0.5em 0;
}
/* News and eVents - Article. */
#articleContent
{
    margin-top: 1.0em;
}
#articleContent .mainImage
{
    margin-top: 0;
}
#articleContent .date
{
    display: block;
    font-size: 1.2em;
    font-weight: bold;
}
#articleContent .summary
{
    font-size: 1.4em;
    line-height: 1.4em;
}
#articleContent p
{
    
}
.backlink
{
    background-image: url(/images/backlink.gif);
    background-position: left 4px;
    color: #0080c6;
    float: left;
    font-size: 1.2em;
    
    margin-bottom: 2.5em;
    padding-left: 12px;
}
/* The footer for the page, has related pages and case study link. */
#mainFooter
{
    background-image: url(/images/mainFooter.gif);
    background-position: top;
    background-repeat: repeat-x;
    
    padding-top: 12px;
    
    width: 690px;
}
#relatedPages
{
    float: left;
}
#relatedPages h2
{
    font-size: 1.7em;
    line-height: 1.5em;
    padding-top: 18px;
}
#relatedPages ul
{
    list-style: none;
    
    margin: 0.6em 0 1.5em 0;
}
#relatedPages li
{
    padding-top: 0.5em;
}
#relatedPages a
{
    background-image: url(/images/relatedPages.gif);
    background-position: 4px 0.3em;
    color: #0080c6;
    font-size: 1.2em;
    line-height: 1.5em;
    
    padding-left: 20px;
}
#downloadCaseStudy, 
.downloadFile
{
    float: right;
}
.downloadFile
{
    color: #0080C6;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 4.2em;
    text-decoration: none !important;
    margin-top: 1.5em;
    padding-left: 20px;
    
    height: 68px;
    width: 233px;
}
/* Image definitions for the Image to Display for DOWNLOAD TYPES */
/* Changed these from ID to CLASS as more than one download may appear in any given page. */
.downloadHTML
{
    background-image: url(/images/btn_downloadhtml_s.gif);
}
.downloadJPG
{
    background-image: url(/images/btn_downloadjpg_s.gif);
}
.downloadPDF
{
    background-image: url(/images/btn_downloadpdf_s.gif);
}
/* Form template. */
#invalidFields
{
    background-color: #f0f0f0;
    background-image: url(/images/invalidFields.gif);
    background-position: 18px 17px;
    list-style: none;
    
    padding: 12px 0 12px 65px;
    
    min-height: 40px;
}
* html #invalidFields
{
    height: 40px;
}
#invalidFields li
{
    color: #990000;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.833em;
}
#fieldsNote
{
    font-size: 1.1em;
    line-height: 3.63em;
    text-align: right;
    
    margin: 0;
}
fieldset
{
    border: 0;
    padding-bottom: 1em;
}

fieldset dl
{
    padding: 2px 0 9px 0;
    
    width: 100%;
}
fieldset .mandatory
{

}
fieldset label
{
    color: #333333;
    font-size: 1.2em;
    line-height: 2.667em;
    
    padding: 0 8px 0 3px;
}
fieldset dt
{
    clear: both;
    color: #333333;
    float: left;
    font-size: 1.2em;
    line-height: 2.667em;
    text-align: right;
    min-height: 32px;
    width: 180px;
}
* html fieldset dt
{
    height: 32px;
}
fieldset dt label
{
    font-size: 1.0em;
    line-height: 1.0em;
    padding: 0;
}
fieldset dt.small
{
    clear: none;
    
    padding-left: 28px;
    
    width: auto;
}
fieldset dd
{
    float: left;
    
    padding-left: 12px;
    
    min-height: 32px;

    width: 498px;
}
fieldset dt, 
fieldset dd
{
    margin-top: 7px;
}
* html fieldset dd
{
    height: 32px;
}
fieldset dd.small
{
    
}
fieldset .text, 
fieldset select, 
fieldset textarea
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    border: 1px solid #c2c4c8;
    padding: 6px 0 5px 4px;
    height: 19px;
    width: 324px;

    float: left;
    display: block;
}
* html fieldset .text, 
* html fieldset select, 
* html fieldset textarea
{
    margin-right: 100px;
}
* html fieldset select
{
    margin-top: 6px;
}
fieldset select
{
    padding-right: 4px;
    height: 32px;
    width: 330px;
}
fieldset textarea
{
    height: 16em;
}
fieldset dd.small .text
{
    width: 113px;
}
fieldset dd.small select
{
    width: 119px;
}
* html fieldset dd.small .text, 
* html fieldset dd.small select, 
* html fieldset dd.small textarea
{
    margin-right: 0;
}
fieldset .checkbox, fieldset button, fieldset .button
{
    clear: both;
    float: left;
    margin: 2px 0 0 192px;
}

/* Buttons with image replacement */
button.image, input.image {
    padding: 0;
    border: 0 none;
    cursor: pointer;

    background-color: #0080C6;
    font-weight: bold;
    font-size: 1.5em;
    color: #fff;


}

button.submit, input.submit {
    width: 142px;
    height: 45px;
    background-image: url(/images/submit.gif);
}

button.go, input.go {
    width: 25px;
    height: 21px;
    background-image: url(/images/searchGo.gif);
}


* html fieldset .checkbox
{
    margin-top: -2px;
}
fieldset .checkboxCaption
{
    color: #333333;
    display: block;
    float: left;
    font-size: 1.1em;
    line-height: 1.5em;
    
    margin: 0;
    padding: 0 0 8px 8px;
}

fieldset .formImage
{
    clear: both;
    color: #fff;
    display: block;
    font-size: 1.6em;
    font-weight:bold;
    margin: 0 0 20px 192px;
    padding: 10px 40px;
    background-color:#0080c6;
    background-image:url(/images/submitBlank.gif);
    border:none;
    text-decoration:none;
    background-repeat: no-repeat;
    background-position: center center;
}
    /* Hides from IE5-mac \*/
* html .formImage {    padding: 9px 21px 10px 21px;}
/* End hide from IE5-mac */ 

#Fields_SchoolTypes
{
    margin-bottom: 30px;
}
 
#Fields_Comment
{
    margin: 30px 0 17px 0;
}
/* Affiliates Area. */
#affiliatesArea
{
    position: relative;
    height: 197px;
}
#affiliatesArea img
{
    clear: both;
    display: block;
    float: left;
    
    margin: 25px 0 5px 0;
    padding: 0 60px 0 25px;
}
#affiliatesArea .last-column img
{
    clear: none;
}
/* Prevent third column in IE. */
* html #affiliatesArea .last-column img
{
    padding-right: 550px;
}
*:first-child + html #affiliatesArea .last-column img
{
    padding-right: 550px;
}
#logoOwof img
{
    position: absolute;
        top: 25px;
        right: 0;
    
    padding: 0 25px 0 0;
}
/* Footer Area. */
#footerContainer
{
    background-color: #d5dfe5;
    
    min-height: 248px;
}
.home #footerContainer
{
    min-height: 355px;
}
/* Add height for IE6. */
* html #footerContainer
{
    height: 248px;
}
* html .home #footerContainer
{
    height: 355px;
}
#footerArea
{
    color: #444d51;
    font-size: 1.1em;
    line-height: 2.18em;
    
    padding-top: 1.8em;
    
    width: 940px;
}
#footerArea a
{
    color: #444d51;
}
#footerArea ul
{
    float: left;
    list-style: none;
    
    width: 160px;
}
#footerArea .copyright
{
    text-align: right;
}
/* New Nav. */
#mainContainer
{
    background-image: none;
}
#navigation li
{
    padding-right: 1px;
}
#navigation a
{
    background-color: #00669e;
    background-image: url(/images/roundedLeft.gif);
    background-position: left top;
    
    padding: 0;
}
#navigation span
{
    background-image: url(/images/roundedRight.gif);
    background-position: right top;
    float: left;
    line-height: 40px;
    
    padding: 0 25px;
    
    height: 40px;
}
#navigation a:hover
{
    background-color: #00598a;
    background-position: left center;
}
#navigation a:hover span
{
    background-position: right center;
}
#navigation .current a
{
    background-color: #004d77;
    background-position: left bottom;
}
#navigation .current a span
{
    background-position: right bottom;
}
#controlPanel
{
    background-color: #00669e;
    background-image: url(/images/rounded.gif);
    background-position: left bottom;
    
    margin-right: 24px;
    
    height: 33px;
    width: 357px;
}
* html #controlPanel
{
    margin-right: 12px;
}
#controlPanel .right
{
    background-image: url(/images/rounded.gif);
    background-position: right top;
    white-space: nowrap;
    
    padding: 5px 5px 0 5px;
    
    height: 28px;
    width: 347px;
}
/* Requested CSS. */
thead
{
    background-color: #00a2fa;
}
table
{
    border: 1px solid #00a2fa;
}
/* Create spacing between News and Events Listing and the link to more */
li.clear {
    padding-bottom:3em;
}
.date p {
    padding-bottom:0;
    margin-bottom:0;
}
/* Search Results Page Formatting */
#searchHeader {
    padding-top:25px;
    margin-bottom:15px;
}
#searchResults dt{
    font-weight:bold;
    color: #0080c6;
    font-size: 1.2em;
    line-height: 1.5em;
}
#searchResults dd{
    margin-bottom:15px;
    padding-left: 25px;
    font-size:1.1em;
}
#searchResults a, #searchResults a:link, #searchResults a:hover{
        color: #0080c6;
        text-decoration:none;
}
#searchResults a:visited {

        text-decoration:none;
}
form #mainSearch {
border: 1px solid #116c97;
    padding: 2px 2px 2px 4px;
    height: 16px;
    width: 330px;
    margin:0;
}
form .mainSearchGo {
    vertical-align: bottom;
    color:#FFFFFF;
    font-size:1.2em;
    width: 25px;
    height: 22px;
    background-image: url(/images/mainSearchGo.gif);
}

/* Quick Facts List - do not change class names or you will break the JavaScript powering the randomizer */
dt.qFacts {
    font-weight: bold;
    list-style: square url(/images/relatedPages.gif);
    padding:15px 5px 5px 15px;
    font-size:1.5em;
        color: #0080c6;
}
dd.random2 {
    background: url(/images/relatedPages.gif) no-repeat left 10px;
    list-style: square url(/images/relatedPages.gif);
    padding:5px 5px 5px 15px;
    margin-left:20px;
    font-size:1.2em;
}
 
/* Pagination Styling */
#pagination {
    text-align:center;
    width:100%;
    color: #0080c6;
    font-weight:bold;
}
#pagination a, #pagination a:hover, #pagination a:link {
text-decoration:underline;
        padding: 0 0.2em;
}
#pagination a:visited {
        color:#609;
}
#pagination a:active {
        color:#609;
        text-decoration:none;
}

.backlinkDiv {
    margin-top:125px;
}

/* Forms Mandatory Styling */
.mandatory {
    color:#900;
    font-weight:normal;
    font-variant:small-caps;
    font-size:0.9em;
    clear:both;
}
.formError {
    background-color:#FFC;
}
.formErrorWrapper {
    float: left;
    width: 160px;
    color:#000;
    font-weight:bold;
    font-size:1.2em;
    padding:4px;
}
.jsDisabled {
    font-weight:bold;
}
.js-only {
    display: none;
}

/* Styles to fix Forms in RedDot */
td.table {
    padding: 3px;
    border:0;
}
td {
        border: 1px solid #2195D1;
        padding:4px;
}
td.head, tr.head, th.head, th {
    background-color:#2195D1;
    font-weight:bold;
    color:#fff;
}
td ul {
    list-style-type: disc;
    
}
table li {
    margin:5px 5px 5px 15px;
}

table, table p, td ul {
    font-size:1.1em;
}
#main ul,#main li {
    font-size:1.1em;
    margin-left:10px;
}

/* Fixing Main Content A LINK Colour Bug */
#main a { color:#2195D1;
text-decoration:none;
font-weight:bold;
padding-bottom:2px;
border-bottom:1px solid #2195D1;
}
a#downloadCaseStudy { color:#2195D1;
text-decoration:none;
font-weight:bold;
padding-bottom:2px;
border-bottom:none;
}
#main a.downloadChapter { color:#2195D1;
text-decoration:none;
border-bottom:none;
}
#main a.more,
#main a.downloadHtml,
#main a.downloadFile {
    border-bottom:none;
    text-decoration:none;
}
 
/* to fix ie6 dl/dt/dd select list layout */

.clear-form-row {
    clear: left;
    line-height: 0;
    overflow: hidden;
    height: 0;
    padding: 0;
    margin: 0;
    min-height: 0;
    max-height: 0;
    float: none;
}

fieldset dt {
    line-height: 1em;
}

.floatRight {
    float:right;
}