/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


button,
input,
select,
textarea {
    color: #013564;
}

html {
    font-size: 1em;
    line-height: 1.4;
    background-color: #bec0c2;
    font-family: Verdana, Helvetica, sans-serif;
}

img {
    border: 0px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 5px;
    border: 0;
    border-top: 5px solid #ccc;
    margin: 0 0 20px;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix{
    clear: both;
}

.clear{
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    line-height: 0px;
    font-size: 0px;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Additions */

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    min-width: 1200px;
    background-color: #bec0c2;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

h1 {    
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}

h1.sidebarHeaderLarge {
    font-family: 'Open Sans',sans-serif;
    font-size: 90px;
    line-height: 100px;
    text-transform: uppercase;
    opacity:0.40;
    filter:alpha(opacity=40);
    letter-spacing:-1px;
}

h1.sidebarHeaderMedium {
    font-family: 'Open Sans',sans-serif;
    font-size: 75px;
    line-height: 85px;
    text-transform: uppercase;
    opacity:0.40;
    filter:alpha(opacity=40);
    letter-spacing:-1px;
}

h1.sidebarHeaderSmall {
    font-family: 'Open Sans',sans-serif;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    opacity:0.40;
    filter:alpha(opacity=40);
    letter-spacing:-1px;
}

h1.sidebarHeaderSmaller {
    font-family: 'Open Sans',sans-serif;
    font-size: 50px;
    line-height: 58px;
    text-transform: uppercase;
    opacity:0.40;
    filter:alpha(opacity=40);
    letter-spacing:-1px;
}

h1.sidebarHeaderSmallest {
    font-family: 'Open Sans',sans-serif;
    font-size: 45px;
    line-height: 52px;
    text-transform: uppercase;
    opacity:0.40;
    filter:alpha(opacity=40);
    letter-spacing:-1px;
}

h2 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

h3 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

h4 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

h5 {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

h6 {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
}

p.large {
    font-size: 18px !Important;
    line-height: 23px !Important;
}

p.small {
    font-size: 11px !Important;
    line-height: 15px !Important;
}

a {
    color: #003D79;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.nomargin {
    margin-bottom: 0px !Important;
}

#upperWrapper {
    position: relative;
    width: 100%;
    background-color: #09347a;
    z-index: 1;
}

#container{
    position: relative;
    max-width: 1300px;
    margin: 0px auto;
    padding-bottom: 20px;
}
#top{
    width: 980px;
    margin-left: 160px;
    margin-right: auto;
}
#top #logo{
    position: absolute;
    left: 190px;
    top: 25px;
    width: 200px;
    z-index: 999;
}
#top-nav{
    height: 40px;
    float: right;
}
#top-nav ul{
    height: 16px;
    text-align: right;
    list-style: none;
    margin: 0;
    float: left;
    font-size: 13px;
    line-height: 16px;
}
#top-nav ul li{
    float: left;
    padding: 0px 15px;
    margin: 10px 0px;
    border-left: 2px solid #ffffff;
}

#top-nav ul li:first-child{
    border:none;
}

#top-nav ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
}
#top-nav ul li a:hover, #top-nav .active a{
    text-decoration: underline;
}
#search-form{
    float: left;
    color: #013564;
    font-size: 10px;
    margin-top: 4px;
}
#search-form input[type=text]{
    line-height: 26px;
    height: 25px;
    padding: 1px 5px;
    margin: 0px 5px 0px 0px;
    background-image: url('../images/white-grad.jpg');
    background-repeat: repeat-x;
    border: 1px solid #e1e1e1;
    float: left;
    width: 143px;
}
#search-form input[type="submit"], #search-form input[type="button"]{
    color: #fff;
    border:none;
    font-weight: bold;
    min-width: 69px;
    height: 30px;
    border: none;
    float: left;
}
#search-form input[type="submit"].green{
    background-image: url('../images/go.png');
    background-repeat: no-repeat;
    padding-top: 30px;
    overflow: hidden;
    cursor: pointer;
    width: 69px;
    height: 30px;
}
/* style placeholder color for each browser */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
    color: #013564;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
    color: #013564;
}
:-ms-input-placeholder
{
    color: #013564;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
    color: #013564;
}
/* end placeholder styling */
#top-space{
    background-color: #f3f3f3;
    height: 94px;
    width: 100%;
    display: block;
    margin-top: 40px;
}

#donate {
    position: absolute;
    right: 231px;
    top: 60px;
}

#headerTop {
    position: absolute;
    left: 190px;
    top: 8px;
    background: url('../images/header_top.png') no-repeat;
    width: 120px;
    height: 33px;
    z-index: 1;
}
#stripe{
    background-color: #820053; /* theme color */
    height: 290px;
    position: absolute;
    top: 135px;
    display: block;
    width: 100%;
    z-index: -500;
}
#left{
    max-width: 160px;
    float: left;
    margin-left: 16px;
}
#left .nav{
    min-height: 310px;
}
#left .nav ul{
    list-style: none;
    width: 143px;
    padding: 0px;
    margin: 2px 0px 5px 0px;
    float: right;
}
#left .nav ul li{
    position: relative;
    background: url('../images/white-grad.jpg') repeat-x #ffffff;
    height: 23px;
	line-height: 23px;
    font-size: 13px;
    margin-bottom:4px;
}
#left .nav ul li a{
    color: #003d79; /* nav link color */
    text-decoration: none;
    display: block;
    padding: 0px 2px 0px 5px;
    min-height: 23px;
    font-weight: bold;
}

#left .nav ul li a:hover, #left .nav .active a{
    color: #ffffff; /* nav link color */
}

.flyout{
    position: absolute;
    left: 143px;
    top: 0px;
    width: 180px;
    display: none;
    z-index: 999999;
}

.flyout a{
    color: #ffffff; /* nav link color */
    text-decoration: none;
    display: block;
    min-height: 23px;
    line-height: 16px;
    padding: 4px 2px 3px 5px !Important;
    font-weight: bold;
    padding: 0px 5px;
    border-top: 1px solid #ffffff;
}

.flyout .first{
    border-top: none;
}

.flyout a:hover{
    background: url('../images/white-grad.jpg') repeat-x #ffffff;
    color: #003d79;
}

#social{
    float: left;
    padding-left: 30px;
}
#content{
    background-color: #fff;
    width: 980px;
    margin-left: 160px;
    display: block;
    min-height: 400px;
    position: relative;
    padding: 0px 0px 20px;
}
#banner{
    width: 100%;
    min-height: 123px;
    max-height: 290px;
    display: block;
    position: relative;
    padding-top: 1px;
    margin-bottom: 50px;
}

.sbanner {
    margin-bottom: 15px !Important;
}

img.floatingpic{
    position: absolute;
    right: -50px;
    top: -93px;
    z-index: 999;
    display: none;
}

#floating-pic{
    position: absolute;
    right: -50px;
    top: -93px;
    z-index: 999;
}
/* slider classes */    
#slider{
    display: block;width: 100%; height: 290px;
}
.mask { float:left; margin:0px 0 0 0px; width:980px; height:290px; overflow:hidden;  }
.secondmask { float:left; margin:0px 0 0 0px; width:980px;overflow:hidden;  }
ul.images { position:relative; top:0px;left:0px;margin: 0;padding: 0; list-style-type: none;}
  ul.images li { position:absolute; top:0px;left:0px; }

ul.triggers { position:absolute; top:308px; left:0px; list-style: none; margin: 0px; padding-left: 0;background-color: #ffffff;}
ul.triggers li { 
    float:left; margin:0 5px 0 0; font: bold 10px Verdana; cursor:pointer;
    background-color: #09347a;
    color:#fff; line-height: 21px; width: 25px; height: 21px; display:block;
}ul.triggers li.selected {text-decoration: underline;background: transparent;}
#slider .line{
    border-top: 5px solid #003d79; /* theme color */
    width: 100%;
    display: block;
    position: absolute;
    top: 308px;
    z-index: 0;
}
ul.images .slide-background-color{
    background-color: rgb(9,52,122);
    background-color: rgba(9,52,122,.85);
    opacity:0.85;
    filter:alpha(opacity=85);
    position:absolute;
    top: 0;
    left: 520px;
    height: 290px;
    width: 400px;
}

ul.images .slide-text{
    position:absolute;
    top: 0;
    left: 520px;
    height: 250px;
    width: 310px;
    color: #fff;
    padding: 20px 45px;
}

.slide-text-holder h1{
    text-transform: uppercase;
}

.slide-text-holder p{
    font-size: 13px;
}
.slide-text-holder a{
    text-decoration: none;color: #fff;font-size: 16px;
    background: url('../images/link-triangle.png') no-repeat right 3px;
    padding-right: 17px;
    text-transform: uppercase;
    font-weight: bold;
}
/* end slider classes */

/* module classes */
.mod-100{
    position: relative;
    width: 906px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    color: #013564;
}
.mod-100-Content {
    position: relative;
    padding: 10px 20px;
    width: 866px;
    z-index: 555;
}

.stretch {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

input[type=button], button,.button{
    background-image: url('../images/button-bg.jpg');
    background-repeat: repeat-x;
    height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    border: none;
    padding: 0 20px;
}
a.button{
    line-height: 40px;
    padding: 10px 20px;
    text-decoration: none;
}
.mod-50{
    width: 45%;
    float: left;
    padding: 10px;
}
.mod-100 input[type=text]{
    height: 33px !Important;
    line-height: 33px;
    color: #013564;
    margin-right: 10px;
    width: 150px;
}
.mod-50 p{
    margin: 0 0 10px;
    padding: 0;
    font-size: 13px;
}

.bucket{
    width: 276px;
    position: relative;
    margin: 0px 3px 37px 37px;
    float: left;
    min-height: 140px;
    background-color: #fff;
    behavior:url('PIE.htc');
}

.mod-33{
    width: 276px;
    position: relative;
    box-shadow: 3px 3px 3px #aaa;
    min-height: 140px;
    background-color: #fff;
}


.mod-33 .more {
    font-weight: bold;
    padding-right: 15px;
    background: url('../images/black_arrow.png') no-repeat right 3px;
    color: #000000;
    display: inline;
}

.more a {
    color: #000000;
}

.mod-33 .top{
    padding: 0px 0px 1px;
    color: #000000;
}
.mod-33 p{
    font-size: 12px;
}
.mod-33.purple{
    border-color: #933385;
}
.mod-33.purple .top{
    background-color: #933385;
}
.mod-33.blue{
    border-color: #29a4d8;
}
.mod-33.blue .top{
    background-color: #29a4d8;
}
.mod-33.green{
    border-color: #84bf5e;
}
.mod-33.green .top{
    background-color: #84bf5e;
}
/* end module styles */

/* footer */
#footer{
    background-color: #bec0c2;
    color: #000000;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}
#footer-shadow{
    box-shadow: 0px 10px 10px #000;
    position: absolute;
    top: -15px;
    width: 100%;
    height: 10px;
    behavior:url('PIE.htc');
}
#footer ul{
    list-style: none;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}
#footer ul a{
    text-decoration: none;
    color: #000000;
    display: block;
    font-size: 10px;
}
#footer ul a:hover, #footer .active a{
    text-decoration: underline;
}

#footer ul li{
    display: inline-block;
    padding: 0px 20px;
    border-left: 2px solid #007f7b;
}
#footer ul li:first-child{
    border:none;
}
#footer #copyright p{
    margin: 0;
    text-align: center;
    font-size: 10px;
    padding-bottom: 50px;
}
#footer #copyright a{
    color: #000000;
}
#footer #copyright a:hover{
    color: #000000;
}

#footer-container{
    width: 980px;
    margin: 0px auto;
}
/* end footer */

/* secondary page styles */

#main-content {
    padding: 0px 30px 0px 50px;
}

#main-content .left-66{
    width: 560px;
    font-size: 12px;
    float: left;
    padding-bottom: 10px;
}

#main-content table tr td{
    vertical-align: bottom;
}
#main-content .right-33{
    width: 304px;
    word-wrap: break-word;
    margin-left: 30px;
    font-size: 15px;
    float: left;
}
#main-content .right-33.purple{
    background-color: #7e0c6e;
    margin-bottom: 20px;
    color: #fff;
}

.right-33 li {
    margin-bottom: 15px;
}

.rightHeader {
    position: relative;
    margin-bottom: 15px;
}

.rightContent{
    position: relative;
    padding: 20px 25px 20px;
    width: 254px;
}

/*Message*/

#shadow {
    position: fixed;
    z-index: 999998;
    display: none;
    background-color: #000000;
    opacity:0.4;
    filter:alpha(opacity=40);
    width: 100%;
    height: 100%;
}

#message {
    position: fixed;
    top: 30%;
    left: 50%;
    z-index: 999999;
    width: 260px;
    min-height: 100px;
    margin: -50px 0px 0px -150px;
    padding: 10px 20px;
	background-color: #e1e1e1;
    display:  none;
}

#message p{
    font-size: 13px;
}

#messageClose {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
}

.req {
    color: #ff0000;
    font-size: 12px;
}

.contactFormBubbles {
    position: relative;
    float: left;
    width: 100px;
    height: 1px;
    /*background: url('../images/bubbles.png') 0px 237px no-repeat; */
}

.contactFormWrapper {
    position: relative;
    width: 100%;
    float: left;
    width: 442px;
}

.contactFormWrapper .field {
    margin-bottom: 35px;
}

.contactFormWrapper .anonPost {
    margin-bottom: 5px;
    color: #68675d;
}

.contactFormWrapper input[type=text] {
    border: 0px;
    width: 412px;
    padding: 0px 15px;
    height: 42px;
    line-height: 42px;
    color: #68675d !Important;
    font-size: 18px;
    background-image: url('../images/text-box.png');
}

.contactFormWrapper textarea {
    border: 0px;
    width: 412px;
    padding: 0px 15px;
    height: 209px;
    line-height: 24px;
    color: #68675d !Important;
    font-size: 18px;
    background-image: url('../images/text-area.png');
    font-family: Verdana, Helvetica, sans-serif;
    resize: none;
}

.submitArea {
    width: 442px;
    text-align: right;
    margin-bottom: 35px;
}

.submitArea input[type=submit] {
    padding: 30px 0px 0px;
    margin: 0px;
    overflow: hidden;
    height: 30px;
    width: 113px;
    border: 0px;
    background: transparent;
    background: url('../images/submit_btn.png') no-repeat;
}

.pages {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.pages a {
    text-decoration: none;
}

.pages .active {
    text-decoration: underline;
}

.searchPageSummary {
    padding: 10px 0px 0px;
    border-bottom: 1px dotted #666666;
}

#searchResults {
    margin-bottom: 20px;
}

/*Expandables*/

.expandableWrapper {
    margin-bottom: 3px;
}

.expandableWrapper .expandableHeader {
    margin-bottom: 3px;
    cursor: pointer;
}

.expandableWrapper .expandableContent {
    display: none;
}

/*pop Ups*/

.popUpWrapper {
    position: relative;
    margin-bottom: 3px;
    z-index: 1;
    float: left;
    width: auto;
}

.popUpHeader {
    cursor: pointer;
    z-index: 1;
    width: auto;
    float: left;
}

.popUpContent {
    min-width: 100px;
    min-height: 20px;
    border: 1px solid #013664;
    padding: 10px;
    width: auto;
    float: left;
    z-index: 99;
    background-color: #ffffff;
}

.popUpWrapper .popUpContent {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
}

#secondaryNav {
    position: relative;
    margin-bottom: 15px;
    font-size: 13px;
    padding: 0px 0px 5px 0px;
    color: #000000;
    border-bottom: 1px solid #000000;
}

#secondaryNav a {
    color: #000000;
    font-weight: bold !Important;
}

#secondaryNav .active {
}

#secondaryNav .spacer {
    margin: 0px 10px;
}

.expandableCoverImage {
    position: relative;
    float: right;
    text-align: right;
}

.nobold{
    font-weight: 400 !Important;
}