/*
Please note that we are using Eric Meyer's very useful 'Reset.css'
which must be included before this file. Reset.css gets rid of virtually
all browser-specific styles and gives us a clean slate.

There are a couple of IE6 hacks which appear at the bottom of this file.
Because there are only a couple of tweaks, we're using the '* html' hack
(which modern browsers will ignore) instead of attaching a separate,
conditional stylesheet.
*/

/*
===================
Global
===================
*/
body, input, textarea, select
{
    font-family: "Trebuchet MS" , Arial, sans-serif;
    font-size: 12px;
    color: #fff;
}
body
{
    line-height: 130%;
}
.wrapper
{
    width: 950px;
    margin: auto;
    position: relative;
}
h1
{
    font-size: 3em;
    font-weight: normal;
    line-height: 100%;
    color: #c7e2f5;
    margin-bottom: .4em;
    
}


h3
{
    font-size: 2em;
    font-weight: normal;
    line-height: 100%;
    color: #c7e2f5;
    margin-bottom: .4em;
}



.white
{
    color: #fff;
}

p, ul.bullet
{
    line-height: 110%;
    margin-bottom: 1em;
}
h2
{
    font-size: 1.13em;
    line-height:110%;
    margin-bottom:1em;
    font-weight: normal;
}
a
{
    color: #fff;
    text-decoration: none;
}
q
{
    margin-top: 10px;
    display: block;
    font-size: 18px;
    font-family: Georgia, serif;
    line-height: 130%;
    padding: 0 28px 0 20px;
    color: #d5e9f7;
}
ul.bullet
{
    list-style: disc;
    padding-left: 1.35em;
}
.clear
{
    clear: both;
}


/*
===================
Page Layout
===================
*/
body
{
    background: #036;
}
#header
{
    padding: 17px 0 12px 10px;
    background: #024 url(../Images/bg-header.gif) top repeat-x;
    border-bottom: 1px solid #334e6a;
}
#contentContainer
{
    background: #5581a5 url(../images/bg-content.gif) top repeat-x;
    border-top: 1px solid #22415d;
    border-bottom: 1px solid #001d38;
    zoom: 1;
}
#content
{
    padding: 20px 270px 30px 296px;
}

#content_cms
{
    padding: 50px 20px 30px 200px;
}

#content.content
{
    min-height: 350px;
}

#content.poll
{
    height: 300px;
}


#footer
{
    font-size: 10px;
    padding-bottom: 8px;
    background: #036 url(../images/bg-footer.gif) 0 2.1em repeat-x;
    border-top: 1px solid #335679;
    zoom: 1;
}

/*
===================
Header Styles
===================
*/
#logo
{
    outline: none;
    float: left;
    margin-right: 12px;
    margin-left: 12px;
}
#navList
{
    float: left;
    min-height: 9.6em;
    border-left: 1px solid #334c65;
    font-size: 10px;
    font-family: "Segoe UI" , "Trebuchet MS" , Arial, sans-serif;
}
#navList li.topLevel
{
    float: left;
    height: 9.6em;
    padding: 0 13px 0 4px;
    border-right: 1px solid #334c65;
}
#navList h5
{
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}
#navList a
{
    clear: left;
    display: block;
    text-decoration: none;
    background: url(../images/bullet.gif) 0 5px no-repeat;
    padding-left: 6px;
}
#navList a:hover, #navList a.active
{
    color: #c36;
    background-position: 0 -38px; /* We are using a sprite here, ie. two images in one file, so we just 	alter the background position to render the second image. This method 	prevents the delay you get when downloading a separate hover image */
}
#navList h5 a
{
    text-decoration: none;
    background: none;
    padding: 0;
}
#navList h5 a:hover, #navList h5 a.active
{
    color: #6a94b5;
}

/*
===================
Title Bar Styles
===================
*/
#titleBar
{
    background: #64b0c6;
    border-top: 1px solid #024;
    border-bottom: 1px solid #001020;
    line-height: 25px;
}
#titleBar h5
{
    padding-left: 20px;
}
#titleBar ul
{
    float: right;
    padding-right: 10px;
}
#titleBar li
{
    float: left;
}
#titleBar li, #titleBar a
{
    text-decoration: none;
    color: #036;
}
#titleBar a:hover
{
    color: #fff;
}

/*
===================
Sidebar Styles
===================
*/
#sidebarLeft
{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 222px;
    min-height: 313px;
    padding-left: 12px;
    background: url(../images/bg-sidebar-left.gif) top left no-repeat;
}


#sidebarRight ul
{
    width: 203px;
}

#sidebarRight
{
    position: absolute;
    top: 60px;
    right: 11px;
    width: 203px;
}

#sidebarRight a
{
    text-decoration: none;
    display: block;
    font-size: 14px;
    padding: 7px 0 20px 10px;
    background: url(../images/bg-sidebar-link.gif) bottom no-repeat;
}
#sidebarRight h6
{
    display: block;
    font-size: 16px;
    color: #036;
    padding-right: 20px;
    margin-bottom: .3em;
}
#sidebarRight q
{
    border-left: 1px solid #9bb2c5;
    padding-left: 31px;
}
img.quote
{
    margin-top: -4px;
}
img.open
{
    float: left;
    margin: 0 0 0 -18px;
}

/*
===================
Search
===================
*/
#search
{
    position: absolute;
    top: -2px;
    right: 7px;
    width: 191px;
    height: 32px;
    padding: 11px;
    background: url(../images/bg-search.gif) no-repeat;
}
#search_result
{
    position: relative;
    top: -2px;
    right: 7px;
    width: 100%;
    border-top: 1px #96b0c4 solid;
    border-bottom: 1px #96b0c4 solid;
    padding: 11px;
    margin-bottom: 10px;
}



#search_result input
{
    float: left;
    border: none;
    font-size: 14px;
}
#search_result input.text
{
    width: 130px;
    height: 18px;
    padding-top: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
    margin-right: 10px;
    color: #000;
    background: #fff url(../images/bg-search-input2.gif) no-repeat;
}
#search_result input.button
{
    width: 68px;
    cursor: pointer;
    height: 30px;
    color: #036;
    background: #c7e2f5 url(../images/bg-search-button.gif) no-repeat;
}


p.search  {
	font-size:16px;
	line-height:100%;
}

p.search a{
	color:#97CAFD;
    text-decoration: none !important;
}

#search input
{
    float: left;
    border: none;
    font-size: 14px;
}
#search input.text
{
    width: 108px;
    height: 18px;
    padding: 6px;
    color: #000;
    background: #fff url(../images/bg-search-input.gif) no-repeat;
}
#search input.button
{
    width: 68px;
    height: 30px;
    color: #036;
    cursor: pointer;
    background: #c7e2f5 url(../images/bg-search-button.gif) no-repeat;
}

/*
===================
Box List
===================
*/
/* Horizontal box list on the landig page that uses images as the list items */
ul.boxList
{
    height: 139px;
    margin: 0 0 20px 20px;
}
ul.boxList li
{
    float: left;
    width: 213px;
    height: 139px;
    margin-right: 16px;
    background: url(../images/bg-box.gif) no-repeat;
}
ul.boxList li a
{
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    width: 166px;
    height: 127px;
    line-height: 12px;
    padding: 12px 30px 0 17px;
}
ul.boxList li strong
{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 110%;
    color: #036;
    padding-right: 85px;
    height: 68px;
}
ul.boxList img
{
    display: block;
    position: absolute;
    top: 12px;
    right: 13px;
}

/*
===================
Support List
===================
*/
/* This is the horzontal banner-type list with logo links for supporters */
ul.supportList
{
    height: 46px;
    background: url(../images/bg-support.gif) no-repeat;
    margin: 0 0 20px 20px;
    padding: 2px 10px;
}
ul.supportList li
{
    float: left;
    height: 50px;
}
ul.supportList li.logo1
{
    width: 290px;
}
ul.supportList li.logo2
{
    width: 240px;
}
ul.supportList li.logo3
{
    width: 180px;
}

ul.supportList img, ul.supportList span
{
    float: left;
}
ul.supportList span
{
    padding: 15px 0 0 5px;
    color: #7f99b2;
}


/*
===================
Footer Styles
===================
*/
#footer p.legal
{
    float: right;
    line-height: 20px;
    padding-right: 20px;
    margin: 0;
}
#footer a:hover, #footer p.legal a
{
    text-decoration: none;
    color: #9cc;
}
#footer p.notes
{
    clear: both;
    color: #8099b3;
    padding: 6px 20px;
    margin: 0;
}
#footer ul
{
    float: left;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
}
#footer li
{
    float: left;
}

/*
===================
Home Page Styles
===================
*/
/* These styles are for the images on the top of the home page */

#homeBanner
{
    background: #2c5a84 url(../images/bg-home-banner.gif) top repeat-x;
    border-bottom: 1px solid #036;
}
#homeBanner ul
{
    height: 221px;
    padding: 9px 0 9px 25px;

}
#homeBanner li
{
    float: left;
    margin-right: 10px;
}
#homeBanner li.box
{
    background: url(../images/bg-home-box.gif) no-repeat;
    width: 223px;
    height: 220px;
}
#homeBanner a
{
    display: block;
    text-decoration: none;
    width: 201px;
    height: 209px;
    padding: 11px 11px 0 11px;
    font-size: 14px;
    line-height: 100%;
}
#homeBanner a strong
{
    display: block;
    font-weight: bold;
    color: #036;
    margin-bottom: 2px;
}
#homeBanner img
{
    display: block;
    margin-bottom: 7px;
}

/* On the home page, the header lists are a bit bigger and content padding
changes (plus a few other things), so we'll adjust by giving the a css class
of "home" to the header and contentWrapper divs, to override the base styles
with these ones... */

#header.home
{
    background: #036;
    border-top: 1px solid #335a81;
}
.home #navList
{
    font-size: 11px;
    margin-left: 10px;
    min-height: 8.5em;
    line-height: 150%;
    border-color: #335c85;
}
.home #navList h5
{
    font-size: 14px;
}
.home #navList li.topLevel
{
    padding: 0 19px 0 8px;
    height: 8.5em;
    border-color: #335c85;
}
.home p
{
    font-size: 14px;
}



.home p.info
{
    float: right;
    width: 210px;
    line-height: 110%;
    color: #036;
    border-left: 1px solid #2a5a85;
    padding-left: 10px;
    margin-left: 20px;
    height: 106px;
}


#poll
{
    float: right;
    width: 210px;
    line-height: 110%;
    color: #036;
    border-left: 1px solid #2a5a85;
    padding-left: 10px;
    margin-left: 20px;
    font-weight: bold;
}

.home p.white
{
    color: #FFF;
    font-size: 12px;
}

.home p.small
{
    color: #FFF;
    font-size: 10px;
}


.home p.question
{
    color: #B5CADA;
    font-size: 11px;
}


.home #content
{
    padding: 20px 240px 5px 18px;
}
.home #sidebarRight
{
    width: 217px;
    border-left: 1px solid #2a5a85;
    height: 106px;
    top: 67px;
}
.home #sidebarRight a
{
    text-decoration: none;
    font-size: 11px;
    background-image: url(../images/bg-signup-link.gif);
    background-position: bottom right;
    color: #c6d7e5;
    padding: 0 14px 10px 10px;
    line-height: 110%;
}
.home #sidebarRight a.signup strong
{
    background: url(../images/bg-signup-heading.gif) right no-repeat;
    width: 82px;
    padding-right: 60px;
    font-weight: bold;
    line-height: 100%;
    display: block;
    font-size: 16px;
    color: rgb(0, 51, 102);
    padding-bottom: 5px;
}



/*
===================
Landing Page Styles
===================
*/
/* On the landing page(s), the type is a little bigger and the padding around
the content change. So to control this, we add the css class "landing" to the
contentWrapper div, and the altered styles are shown below... */

.landing p
{
    font-size: 14px;
}
.landing p.intro
{
    font-size: 16px;
    line-height: 110%;
}
.landing #content
{
    padding-left: 250px;
}
.landing #sidebarLeft
{
    background: none;
    height: auto;
    width: 211px;
    padding: 0;
}
.landing #sidebarRight
{
    position: absolute;
    top: 60px;
    right: -13px;
    width: 226px;
}
.landing #sidebarRight q
{
    min-height: 195px;
}

#content.boxes
{
    min-height: 280px;
}


/*
===================
Added Links
===================
*/

#mainform a, #content a
{
    color: #96D0EC;
    text-decoration: none;
}

#mainform.content
{
    min-height: 350px;
}

#mainform a:hover, #content a:hover, #mainform a:active, #content a:active
{
    color: #fff;
}



h4
{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 100%;
}

h4 a
{
    color: #97CAFD;
    padding-left: 10px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
    background-image: url(../images/bg-arrow.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
}



h4 a:hover, h4 a:active
{
    color: #c36;
}


#pagenumber
{
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}

#subcontent
{
    clear: both;
    display: block;
}

.alignleft
{
    float: left;
}

.alignright
{
    float: right;
}

.titleNo
{
    display: inline;
    margin-right: 10px;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.titleLabel, .titleLabel_summary, .question
{
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 100%;
}

.titleLabel
{
    display: block;
    margin-left: 10px;
    color: #97CAFD;
    padding-left: 10px;
    font-weight: bold;
}

.titleLabel_summary
{
    display: block;
    color: #97CAFD;
    font-weight: bold;
}


.titleLabelWhite
{
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

#actionCol_CMS
{
    font-size: 16px;
}


.actionPlanCol1
{
    float: left;
    width: 5%;
    margin-right: 5px;
}

.actionPlanCol2
{
    float: left;
    margin-right: 5px;
    margin-bottom: 8px;
    width: 42%;
}

.actionPlanCol1 input
{
    margin: 0px;
}

#cms_col1
{
    float: left;
    width: 20%;
    margin-right: 5px;
}
#cms_col2
{
    float: left;
    margin-right: 5px;
    margin-bottom: 15px;
    width: 65%;
}



/*
===================
Calculator format
===================
*/

#calculator
{
    padding-top: 20px;
    padding-left: 20px;
    width: 685px;
    height: 259px;
    background-image: url(../images/calculator.png);
    background-repeat: no-repeat;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.calcName
{
    color: #003366;
}

.summary
{
    color: #003366;
}


.calcDate
{
    color: #003366;
}

.calcResult1
{
    width: 110px;
    height: 150px;
    clear: both;
    float: left;
    padding-top: 90px;
    padding-left: 15px;
    font-size: 50px;
    color: #003366;
    text-align: center;
}

.calcResult2
{
    width: 110px;
    float: left;
    padding-top: 55px;
    padding-left: 55px;
    font-size: 26px;
    color: #003366;
    text-align: left;
}

.calcText1
{
    width: 170px;
    float: left;
    padding-top: 110px;
    padding-left: 20px;
    font-size: 14px;
    color: #96D0EC;
}

.calcText2
{
    width: 170px;
    float: left;
    padding-top: 110px;
    padding-left: 5px;
    font-size: 14px;
    color: #96D0EC;
}

.poundSign
{
    font-size: 17px;
}

html, body
{
    height: 100%;
    min-height: 100%;
}

div#content
{
    height: 100%;
    min-height: 100%;
}

#at-button
{
    float: left;
    margin-right: 20px;
}

.email
{
    float: left;
}
/*
===================
Lightbox
===================
*/
#pageFade
{
    background-color: #335679;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*
===================
Tooltips
===================
*/
/* class attached to the words to rollover */
.myTool
{
    cursor: pointer;
    color: #002244;
}

/* Basic tooltip stylings */
.hovertip
{
    position: relative;
    z-index: 100;
    width: 342px;
    border: 1px solid #111;
    background-color: #eee;
    padding: 15px; /*opacity: 0.95;*/
    background: #678196;
}


/* Enhancement to give the shadow and make it all look pretty */

.hovertip h1
{
    margin-bottom: 0.75em;
    font-size: 12pt;
    width: 332px;
    text-align: left;
    font-weight: bold;
    color: #002244;
    z-index: 10;
}
.hovertip p
{
    font-family: "Trebuchet MS" , Arial, sans-serif;
    color: #FFF;
    text-align: left; /*opacity: 0.85;*/
}

.hovertip ul
{
    font-family: "Trebuchet MS" , Arial, sans-serif;
    color: #FFF;
    padding-left: 15px;
    text-align: left;
    list-style-type: disc; /*opacity: 0.85;*/
}

