﻿/* RESET STYLES*/

* {
    vertical-align: baseline;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    padding: 0;
    margin: 0;
}

/* DEFAULTS
----------------------------------------------------------*/

body {
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #535353;
}

a {
    color: #7e694c;
    outline: none;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
        color: #006990;
    }

    a img {
        border: 0px;
    }

p {
    margin-bottom: 1.3em;
    line-height: 19px;
}

ul {
    list-style-type: none;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}

address {
    margin: 0 0 1.2em 1.2em;
}

/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3 {
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.9em;
    line-height: 26px;
    padding-bottom: 0px;
    margin-bottom: 0.9em;
    color: #006990;
}

h2 {
    font-size: 1.9em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #006990;
    margin-bottom: 0.3em;
}

h3 {
    font-size: 1.3em;
    color: #006990;
    border-bottom: 2px solid #afbd21;
    margin-bottom: 0.8em;
}

/* WRAPPER STYLES
----------------------------------------------------------*/

#wrapper {
    width: 910px;
    margin: 0px auto;
}

/* TOP HEADER NAV STYLES
----------------------------------------------------------*/

#topheaderNav {
    width: 910px;
    float: left;
}

    #topheaderNav img.logo {
        width: 255px;
        height: 43px;
        float: left;
        margin-top: 20px;
    }

/*#topheaderNav ul {
    width: 210px;
    float: right;
    margin-top: 57px;
}

    #topheaderNav ul li {
        padding-right: 31px;
        display: inline;
        float: left;
    }

        #topheaderNav ul li.last {
            padding-right: 0px;
        }*/

/*Main Nav Styles*/

#mainNav {
    float: left;
    width: 910px;
    margin: 20px 0 1px 0;
    height: 40px;
}

    #mainNav ul.level1 {
        width: 910px;
        background-color: #006990;
        height: 40px;
    }

        #mainNav ul.level1 li {
            display: inline;
            float: left;
            font-family: 'Open Sans Condensed', 'sans-serif';
            font-size: 16px;
        }

            #mainNav ul.level1 li.hasChildren {
                background: url('../media/images/css/navArrowIcon.gif');
                background-repeat: no-repeat;
                background-position: 0em .2em;
            }

            #mainNav ul.level1 li a {
                color: #fff;
                font-weight: bold;
                text-decoration: none;
                text-transform: uppercase;
                font-size: 1.1em;
                display: block;
                white-space: nowrap;
                padding: 8px 21px;
            }

            #mainNav ul.level1 li ul {
                position: absolute;
                visibility: hidden;
                z-index: 99;
                background-color: #408FAC;
            }

                #mainNav ul.level1 li ul li {
                    display: block;
                    float: none;
                    line-height: 20px;
                    border-bottom: 1px solid #fff;
                    background: none;
                    font-family: "Helvetica Neue", Arial, sans-serif;
                }

                    #mainNav ul.level1 li ul li a {
                        font-size: 0.9em;
                        text-transform: none;
                        white-space: normal;
                        color: #ffffff;
                        font-weight: normal;
                        padding: 8px 21px;
                        margin: 0px;
                    }

            #mainNav ul.level1 li a:hover {
                text-decoration: none;
                background-color: #AFBD20;
                color: #ffffff;
            }

/*NAV*/

a.aboutBtn {
    background: url('../media/images/aboutusBtn.gif');
    width: 59px;
    height: 12px;
    float: left;
    background-repeat: no-repeat;
}

    a.aboutBtn:hover {
        background-position: -59px;
    }

a.newsBtn {
    background: url('../media/images/newsBtn.gif');
    width: 34px;
    height: 12px;
    float: left;
    background-repeat: no-repeat;
}

    a.newsBtn:hover {
        background-position: -34px;
    }

a.contactBtn {
    background: url('../media/images/contactBtn.gif');
    width: 55px;
    height: 12px;
    float: left;
    background-repeat: no-repeat;
}

    a.contactBtn:hover {
        background-position: -55px;
    }

/* MAIN BANNER STYLES
----------------------------------------------------------*/

#mainBanner {
    width: 910px;
    height: 359px;
}

#subBanner {
    width: 910px;
    height: 154px;
}

img.subBanner {
    float: left;
    /*width: 560px;*/
    width: 909px;
    height: 154px;
}

/* BEGIN: SLIDESHOW */
.slideshow {
    position: relative;
    padding: 0;
    float: left;
    width: 558px;
    height: 357px;
    background-color: #fff;
}

ul.slides img {
    border: 1px solid #e7e4db;
    border-top: 0;
    border-right: 0;
}

.slideshow li.slide {
    list-style-type: none;
}

.slideshow .slides {
    height: 357px;
    margin: 0;
}

    .slideshow .slides li.slide {
        visibility: hidden;
        position: absolute;
        left: 0px;
        top: 0;
    }

.slideshow .buttons {
    display: none;
}

.slideshow .buttons {
    display: block;
    position: absolute;
    z-index: 100;
    left: 455px;
    top: 335px;
    margin: 0;
}

    .slideshow .buttons li {
        float: left;
        display: inline;
        margin-right: 0.1em;
        line-height: 6px;
    }

        .slideshow .buttons li a {
            float: left;
            text-decoration: none;
            width: 6px;
            height: 6px;
            padding: 0.5em;
            color: #fff;
            background-color: #00688f;
            outline: 0;
            font-size: 11px;
            text-align: center;
        }

.slideshow ul.buttons li a:hover {
    text-decoration: none;
    color: #fff;
}

.slideshow ul.buttons li.active a:hover, .slideshow ul.buttons li.active a {
    color: #dbea41;
}
/* END: SLIDESHOW */

/*-----------------------*/

/*CONTENT SLIDER*/

.slidermenu {
    width: 349px;
    height: 44px;
    float: left;
    margin-left: 3px !important;
    margin-bottom: 1px !important;
}

    .slidermenu li {
        float: left;
        display: inline;
    }

.slidermenuSub {
    width: 349px;
    height: 44px;
    float: left;
    margin-left: 1px !important;
    margin-bottom: 1px !important;
}

    .slidermenuSub li {
        float: left;
        display: inline;
    }

a.gethelpBtn {
    background: url('../media/images/gethelpBtn.gif');
    background-repeat: no-repeat;
    width: 104px;
    height: 44px;
    float: left;
}

    a.gethelpBtn:hover {
        background-position: -104px;
    }

a.joinourteamBtn {
    background: url('../media/images/joinourteamBtn.gif');
    background-repeat: no-repeat;
    width: 146px;
    height: 44px;
    float: left;
}

    a.joinourteamBtn:hover {
        background-position: -146px;
    }

a.donateBtn {
    background: url('../media/images/donateBtn.gif');
    background-repeat: no-repeat;
    width: 99px;
    height: 44px;
    float: left;
}

    a.donateBtn:hover {
        background-position: -99px;
    }

.slidermenu li.active a.gethelpBtn {
    background: url('../media/images/gethelpActive.gif');
    background-repeat: no-repeat;
    width: 104px;
    height: 44px;
    float: left;
}

.slidermenu li.active a.joinourteamBtn {
    background: url('../media/images/joinourteamActive.gif');
    background-repeat: no-repeat;
    width: 146px;
    height: 44px;
    float: left;
}

.slidermenu li.active a.donateBtn {
    background: url('../media/images/donateActive.gif');
    background-repeat: no-repeat;
    width: 99px;
    height: 44px;
    float: left;
}

#contentHome, #contentjoinourteam, #contentdonate {
    width: 303px;
    border: 1px solid #006990;
    float: left;
    margin-left: 2px;
    height: 174px;
    background-color: #006990;
    padding: 14px 22px;
    font-size: 0.9em;
}

img.maincrisiscallout {
    width: 349px;
    height: 154px;
    float: left;
    margin-left: 2px;
}

img.maincrisiscalloutSub {
    width: 349px;
    height: 154px;
    float: left;
    margin-left: 1px;
}

ul.scrollingNav {
    width: 90px;
    float: left;
    list-style-type: none;
    margin-right: 1.9em;
}

    ul.scrollingNav li {
        padding-bottom: 0.5em;
    }

.contentdescriptor {
    float: left;
    background-color: #006990;
}

    /*img.descriptorImg
{
    width: 185px;
    height: 46px;
    float: left;
    margin-bottom: 0.8em;
}*/

    .contentdescriptor h3 {
        font-weight: bold;
        font-size: 1.8em;
        border-bottom: 0px;
        color: #fff;
        margin-bottom: 0.5em;
    }

    .contentdescriptor p {
        line-height: 16px;
        margin-bottom: 0;
        padding-bottom: 0;
        color: #fff;
    }

p.readMore {
    border-top: 1px solid #d7d7cf;
    border-bottom: 1px solid #d7d7cf;
}

    p.readMore a {
        text-decoration: none;
    }

img.arrowIcon {
    padding-left: 0.3em;
}

/* BODY CONTENT STYLES
----------------------------------------------------------*/

#bodyContent {
    margin-top: 30px;
    margin-bottom: 1.2em;
    float: left;
}

.homeLeft {
    width: 410px;
    float: left;
    margin-right: 23px;
}

.homeMid {
    width: 243px;
    float: left;
    margin-right: 23px;
}

.homeRight {
    width: 211px;
    float: left;
}

/*homeLeft*/

img.contentImg {
    float: left;
    padding: 1px;
    border: 1px solid #dcdcce;
    margin-top: 0.5em;
    margin-right: 13px;
}

h3.abouthomeHeading, p.abouthomeDescriptor {
    float: left;
    width: 216px;
}

p.readMorehomeabout {
    float: left;
    width: 203px;
    border-top: 1px solid #d7d7cf;
    border-bottom: 1px solid #d7d7cf;
}

    p.readMorehomeabout a {
        text-decoration: none;
    }

/*homeMid*/

.homeMid h3 {
    padding: 2px 0 2px 14px;
    background-color: #006990;
    color: #fff;
    border-bottom: 0px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1px;
    width: 228px;
}

ul.newsContent {
    background: url('../media/images/newsBg.jpg');
    background-repeat: no-repeat;
    font-size: 0.9em;
    float: left;
    width: 243px;
}

    ul.newsContent li {
        padding: 1em 1em 1em 1.3em;
        border-bottom: 1px solid #e7e7e2;
        float: left;
    }

        ul.newsContent li span {
            float: left;
            clear: left;
        }

            ul.newsContent li span.newsTitle {
                font-weight: bold;
            }

                ul.newsContent li span.newsTitle a {
                    color: #006990;
                    text-decoration: none;
                    font-size: 1.1em;
                }

                    ul.newsContent li span.newsTitle a:hover {
                        color: #7e694c;
                    }

            ul.newsContent li span.newsDescriptor {
                padding-top: 1em;
                color: #7e694c;
                line-height: 18px;
            }

/*homeRight*/

.homeRight p {
    font-size: 0.9em;
    line-height: 16px;
    margin-bottom: 0.9em;
}

    .homeRight p.readMorehomeabout {
        margin-top: 0.3em;
        margin-bottom: 1.4em;
    }

/*subLeft*/

.subLeft {
    width: 194px;
    float: left;
    margin-right: 34px;
}

.subMid {
    width: 429px;
    float: left;
    margin-right: 34px;
}

.subRight {
    width: 211px;
    float: left;
}

.subLeft h3 {
    padding: 2px 0 2px 16px;
    background-color: #006990;
    color: #fff;
    border-bottom: 0px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1px;
    width: 178px;
}

.subLeft ul.level1 {
    background: url('../media/images/subnavBg.jpg');
    background-repeat: no-repeat;
    font-size: 0.9em;
    float: left;
    width: 194px;
}

    .subLeft ul.level1 li {
        padding: 0.8em 1em 0.8em 1.7em;
        border-bottom: 1px solid #e7e7e2;
        text-transform: uppercase;
    }

        .subLeft ul.level1 li a {
            text-decoration: none;
        }

            .subLeft ul.level1 li a:active {
                color: #006990;
            }

/*subMid*/

.subMid h1 {
    font-size: 2.1em;
}

.subMid h3 {
    font-size: 1.4em;
    color: #006990;
    border-bottom: 0px;
}

    .subMid h3.subTitle {
        font-weight: bold;
    }

p.bolditalic {
    font-weight: bold;
    font-style: italic;
}

p.bold {
    font-weight: bold;
}

.subMid ul {
    margin-bottom: 1.2em;
}

    .subMid ul.contentList {
        margin-left: 1.2em;
    }

        .subMid ul.contentList li {
            padding-left: 17px;
            background-image: url('../media/images/arrowIcon.gif');
            background-repeat: no-repeat;
            background-position: 0 .5em;
            padding-bottom: 0.9em;
        }

    .subMid ul.fundinglogos {
        margin-bottom: 1.1em;
        float: left;
        clear: left;
        width: 430px;
    }

        .subMid ul.fundinglogos li {
            display: inline;
            float: left;
            margin-right: 1px;
            margin-bottom: 1px;
        }

            .subMid ul.fundinglogos li img {
                width: 106px;
                height: 86px;
                float: left;
            }

p.quote {
    font-size: 1.2em;
    color: #006990;
    line-height: 20px;
}

    p.quote span {
        color: #939393;
    }

table.contentTable {
    font-size: 0.9em;
    margin-bottom: 1.2em;
}

    table.contentTable td {
        background-color: #f7f7f0;
        padding: 0.5em 1.2em 0.5em 1.2em;
    }

        table.contentTable td.tableHeader {
            background-color: #006990;
            font-weight: bold;
            color: #fff;
        }

        table.contentTable td.year {
            color: #006990;
            font-weight: bold;
        }

p.aboutDisclaimer {
    font-weight: bold;
    color: #006990;
}

/* FOOTER STYLES
----------------------------------------------------------*/

#footer {
    clear: left;
    float: left;
    width: 910px;
}

.footertop {
    width: 910px;
    height: 125px;
    border-top: 1px solid #d7d7cf;
    border-bottom: 1px solid #d7d7cf;
    background: url('');
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 25px;
}

img.footerLogo {
    margin-top: 0.8em;
    float: left;
    width: 183px;
    height: 31px;
}

p.distressAddress {
    float: left;
    width: 193px;
    font-size: 0.9em;
    margin-top: 0.8em;
    margin-left: 2.5em;
}

    p.distressAddress a {
        text-decoration: none;
    }

img.footercrisisCallout {
    float: left;
    width: 198px;
    height: 34px;
    margin-top: 0.8em;
    margin-left: 3.7em;
    margin-right: 4em;
}

ul.newslettersubmission {
    float: left;
    width: 213px;
    margin-top: 0.3em;
}

li.signupLine {
    color: #006990;
    margin-top: 0px;
}

    li.signupLine span {
        float: left;
        font-size: 15px;
    }

.newslettersubmitBtn {
    width: 36px;
    height: 20px;
    margin-top: 0px;
    float: right;
    position: absolute;
    margin-left: 4px;
}

.footerbottom {
    width: 910px;
    float: left;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

    .footerbottom p {
        float: left;
        clear: left;
        width: 350px;
        padding-top: 1em;
        font-size: 0.9em;
    }

    .footerbottom .address {
        float: right;
        width: 340px;
        vertical-align: top;
        text-align: right;
    }

ul.bottomNav {
    float: left;
    width: 570px;
}

    ul.bottomNav li {
        display: inline;
        float: left;
        padding-right: 0.8em;
        margin-right: 0.8em;
        border-right: 1px solid #bba280;
    }

        ul.bottomNav li.last {
            border-right: 0px;
            padding-right: 0px;
            margin-right: 0px;
        }

        ul.bottomNav li a {
            text-transform: uppercase;
            text-decoration: none;
            font-size: 0.8em;
            vertical-align: middle;
        }

ul.socialShare {
    float: right;
    width: 150px;
    margin-top: 20px;
}

    ul.socialShare li {
        margin-right: 0.45em;
        display: inline;
        float: left;
    }

        ul.socialShare li.last {
            margin-right: 0;
        }

/* Forms
----------------------------------------------------------*/
.form {
}

    .form h4 {
        margin: 20px 0px;
    }

    .form div {
        margin-bottom: 10px;
    }

    .form input[type="text"], textarea, #password {
        border: 1px solid #DDDEDF;
        display: block;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .form input[type="text"] {
        height: 21px;
        line-height: 21px;
    }

    .form fieldset {
        margin: 0px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .form.comment fieldset {
        margin-bottom: 0;
    }

    .form fieldset div {
        margin: 12px 0 0 0;
    }

    .form legend {
        font-size: 123.1%;
    }

    .form .formlabel {
        display: block;
        margin: 8px 0 2px 0px;
        font-size: 105%;
    }

    .form input[type="text"], textarea, #password {
        border-color: #cacec6;
        padding: 2px;
        margin: 2px 0 4px 0px;
        width: 100%;
    }

    .form input[type="checkbox"] {
        margin: 2px 0 4px 10px;
    }

    .form input[type="submit"], input[type="button"] {
        padding: 2px 14px;
        display: block;
        margin: 2px 0 20px 0px;
        font-weight: 600;
    }

    .form .forcheckbox {
        margin: 0 0 0 4px;
        display: inline;
    }
/* Dutch Callout Styles*/

.dutchCallout {
    background: url("/media/uploads/images/dutch.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 163px;
    position: relative;
    width: 429px;
}

.facebook {
    display: block;
    height: 34px;
    left: 202px;
    position: absolute;
    top: 112px;
    width: 34px;
}

.youtube {
    display: block;
    height: 38px;
    left: 260px;
    position: absolute;
    top: 112px;
    width: 88px;
}

.twitter {
    display: block;
    height: 34px;
    left: 372px;
    position: absolute;
    top: 112px;
    width: 34px;
}

/*bootstrap overlay*/

.accordion-heading {
    background-color: #006990;
}

    .accordion-heading a {
        color: #fff;
        font-weight: bold;
    }

.accordion-inner {
    background-color: #faf9f5;
}

a.donateNowCallout {
    padding: 20px 24px;
    background-color: #afbd20;
    color: #fff;
    border-bottom: 0px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    float: left;
    text-decoration: none;
    font-size: 28px;
}

.footertop .columnLeft {
    float: left;
    width: 715px;
    margin-right: 15px;
}

.footertop .columnRight {
    float: left;
    width: 200px;
    padding: 10px 0px 10px 20px;
    border-left: 1px solid #d7d7cf;
}

.footertop .columnMiddle #majorFunders {
    float: left;
}

    .footertop .columnMiddle #majorFunders img {
        float: left;
    }

.footertop p.majorFundersHeading {
    margin-right: 20px;
    font-size: 18px;
    color: #7E694C;
    margin-bottom: 10px;
    margin-top: 5px;
}

.chat-button {
    background: #afbd20 url("/media/images/ConfidentialChatButton.jpg") no-repeat 97%;
    font-weight: bold;
    padding: 11px 38px 11px 10px;
    text-decoration: none;
    text-transform: uppercase;
}