﻿
/* -------- */
/* links */
/* -------- */

a {
    color: #09c;
}

    a.info {
        text-decoration: none;
        border-bottom: 3px double /*#b9901e*/;
    }

        a.info span.tooltip {
            display: none;
        }

        a.info:hover {
            text-decoration: none;
            position: relative;
            z-index: 100;
        }

            a.info:hover span.tooltip {
                display: block;
                position: absolute;
                float: left;
                top: 2em;
                left: -20px;
                background-color: #efefef;
                border: 1px solid #91b2c1;
                color: #444;
                padding: 8px;
                z-index: 10;
                width: 300px;
            }

/* Home Page */

/* Home Hero */

#hmHeroOtr {
    background-color: #666;
    margin-top: -124px;
    background-position: center top;
    background-repeat: no-repeat;
    height: 650px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    z-index: inherit;
}

#hmHeroInr {
    /*height: 562px; */
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}



    #hmHeroInr img {
        margin-top: 184px;
    }

.newsBand {
    margin-top: -125px;
    height: 125px;
    background: #000;
    opacity: 0.70;
    padding: 20px;
}

    .newsBand .row {
        max-height: 125px;
        margin: 0px;
        padding: 0px;
    }


    .newsBand img {
        max-height: 90px;
    }

    .newsBand h1 a {
        font-size: 36px;
        line-height: 36px;
        font-weight: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #ef9f33;
        text-decoration: none;
        background-color: transparent;
        border-width: 0px;
    }

.newNews {
    font-family: 'Open Sans', 'Futura Medium', 'Sans-Serif';
    font-weight: 400;
    font-size: 26px;
    line-height: 24px;
    color: white;
    text-align: left;
}

a.newNews {
    font-family: 'Open Sans', 'Futura Medium', 'Sans-Serif';
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    color: white;
    text-decoration: none;
}

    a.newNews:hover {
        color: #f09f32;
    }


@media (min-width : 768px) and (max-width: 1199px) {
    #hmHeroOtr {
        height: 450px;
    }

    #hmHeroInr img {
        margin-top: 134px;
        max-width: 750px;
    }

    .newsBand {
        margin-top: 0px;
        height: 125px;
        background: #000;
        opacity: 0.8;
    }

    .newNews {
        font-size: 20px;
        line-height: 22px;
    }

    a.newNews {
        font-size: 18px;
        line-height: 20px;
    }

    .newsBand h1 a {
        font-size: 28px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .newsBand .container {margin: 0px; padding: 0px;}
    .newsBand {
        opacity: initial;
        padding: 20px;
        margin-top: 0px;
        height: 125px;
        background: #000;
        opacity: 0.8;
        /*background: #295b85;
background: -moz-linear-gradient(top,  #295b85 0%, #295b85 11%, #275780 28%, #1c3f64 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#295b85), color-stop(11%,#295b85), color-stop(28%,#275780), color-stop(100%,#1c3f64)); 
background: -webkit-linear-gradient(top,  #295b85 0%,#295b85 11%,#275780 28%,#1c3f64 100%); 
background: -o-linear-gradient(top,  #295b85 0%,#295b85 11%,#275780 28%,#1c3f64 100%); 
background: -ms-linear-gradient(top,  #295b85 0%,#295b85 11%,#275780 28%,#1c3f64 100%); 
background: linear-gradient(to bottom,  #295b85 0%,#295b85 11%,#275780 28%,#1c3f64 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295b85', endColorstr='#1c3f64',GradientType=0 ); 
*/
    }

    .newNews {
        font-size: 17px;
        line-height: 15px;
    }

    a.newNews {
        font-size: 14px;
        line-height: 16px;
    }

    .newsBand h1 a {
        font-size: 17px;
        line-height: 15px;
    }

    .newsBand img {
        max-height: 70px;
    }
}

@media (max-width: 600px) {

    .newsBand h1 a {
        font-size: 17px;
        display: block;
        line-height: 1;
        padding-top: 10px;
    }

    .newsBand img {
        max-height: 50px;
    }

    .newNewsLinkXS {
        visibility: hidden;
        display: none;
    }

    .newsBand {
        height: 100px;
    }
}

@media (max-width: 400px) {
    .newsBand h1 a {
        font-size: 17px;
        display: block;
        line-height: 1;
         padding-top: 0px;
    }

    .newsBand img {
        max-height: 50px;
    }
}


/* Home Grey Box Area */

.hmboxesInr {
    height: 475px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.hmboxes {
    background-color: #ededeb;
    height: 396px;
    width: 295px;
    color: #000;
    margin-top: 35px;
    text-align: center;
    font-size: 12px;
}

.hmboxes2 {
    background-color: #ededeb;
    height: 262px;
    width: 295px;
    color: #000;
    margin-top: 35px;
    text-align: center;
    font-size: 12px;
}

.hmboxes3 {
    background-color: #ededeb;
    height: 123px;
    width: 295px;
    color: #000;
    margin-top: 0px;
    text-align: center;
    font-size: 12px;
}

.hmBoxesContent {
    padding: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

#homeFacts {
    width: 164px;
    height: 84px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
}


h2.boxes {
    font-family: "Open Sans", "Futura Medium", Sans-Serif;
    color: #295b85;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
}

h2.leftnav {
    font-family: "Open Sans", "Futura Medium", Sans-Serif;
    color: #295b85;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

h2.newsArticle a {
    font-family: "Open Sans", "Futura Medium", Sans-Serif;
    color: #295b85;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

h2.featured {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

h3.partnername {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

@media (min-width : 768px) and (max-width: 991px) {
    h2.featured {
        font-size: 20px;
        line-height: 20px;
    }

    h3.partnername {
        font-size: 22px;
        font-weight: 400;
        line-height: 22px;
    }
}

p.partner {
    color: #fff;
}

a.boxlink {
    color: #ef9f33;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

img.box {
    padding: 10px;
}

.btn-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #285a84;
    /*background-image: linear-gradient(to bottom, #326fa2, #1d4261);
    background-repeat: repeat-x;*/
    border-color: #fff #fff #B3B3B3;
    border-image: none;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
}

    .btn-box:hover, .btn-box:focus, .btn-box:active, .btn-box.active, .btn-box.disabled, .btn-box[disabled] {
        background-color: #1d4261;
        color: #fff;
        text-decoration: none;
    }

a.btn-submitEvt {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #285a84;
    /*background-image: linear-gradient(to bottom, #326fa2, #1d4261);
    background-repeat: repeat-x;*/
    border-color: #fff #fff #B3B3B3;
    border-image: none;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none !important;
    float: right;
}

.btn-submitEvt:hover, .btn-box:focus, .btn-box:active, .btn-box.active, .btn-box.disabled, .btn-box[disabled] {
    background-color: #1d4261;
    color: #fff;
    text-decoration: none;
}

.btn-returnSearch {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #285a84;
    border-color: #fff #fff #B3B3B3;
    border-image: none;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    text-decoration: none;
    float: right;
}

    .btn-returnSearch:hover, .btn-box:focus, .btn-box:active, .btn-box.active, .btn-box.disabled, .btn-box[disabled] {
        background-color: #1d4261;
        color: #fff;
        font-size: 11px;
        text-decoration: none;
    }

@media (max-width: 600px) {
    .btn-returnSearch {
        float: none;
    }
}

img.dots {
    text-align: left;
}

.find a {
    color: #000;
    text-decoration: none;
}

    .find a:hover {
        color: #ef9f33;
        text-decoration: underline;
    }


/* Home Feature Area */
#hmFtrOtr {
    background-color: #e29124;
    /*background-image: url('/images/pages/home/hero-1.jpg');*/
    background-position: center top;
    background-repeat: no-repeat;
    height: 387px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
}

.hmFtrInr {
    height: 387px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/*
.hmFtrArrowLeft

{
    height: 387px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.hmFtrArrowRight

{
    height: 387px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
     vertical-align: middle;
}
*/

/* Home News and Events Area */

#hmNewsEvtOtr {
    background-color: #fff;
    width: 100%;
    height: auto;
    background: url('images/pages/home/news-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#hmNewsEvtInr {
    padding: 50px 20px 50px 20px;
    /*width: 980px;
    margin-left: auto;
    margin-right: auto;*/
}

#hmNews {
    float: left;
    width: 50%;
    padding-right: 5%;
}

#hmNewsEvtInr h2 {
    font-family: "Open Sans", "Futura Medium", Sans-Serif;
    font-size: 20px;
    font-weight: 500;
    color: #295b85;
    padding: 0;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}

#hmNewsArticles div {
    float: left;
    font-size: 14px;
}

    #hmNewsArticles div img:first-child {
        padding-bottom: 10px;
    }

    #hmNewsArticles div:last-child {
        margin-right: 0;
    }

    #hmNewsArticles div div {
        float: none;
        text-align: left;
        width: auto;
        margin: 10px 0 0 0;
    }

    #hmNewsArticles div img {
        border: 0;
    }

a.title {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

    a.title:hover {
        text-decoration: underline;
    }

#hmNewsViewAll {
    /*border-top: 1px solid #ccc;*/
    text-align: right;
    /*padding: 10px 10px 0 0;
    margin: 20px;*/
}

#hmEvt {
    float: left;
    width: 45%;
}

hmEvt.hmEvtTitle {
    float: left;
}

hmEvt.hmEvtSubmit {
    float: right;
}

.hmEvtSep {
    border-top: 1px solid #ccc;
    margin: 5px 0 5px 0;
}

.hmEvtDate {
    padding: 4px 0 4px 0;
    background-color: #f09f32;
    color: #fff;
    text-align: center;
    font-weight: bold;
    /*border-radius: 6px;
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;  */
}

.hmEvtDet a {
    text-decoration: none;
}

.hmEvtMonth {
    font-size: 16px;
}

.hmEvtDay {
    font-size: 32px;
}

.hmEvtYear {
    font-size: 16px;
}

.hmEvtDet {
}

.hmEvtMore {
    float: left;
    padding: 15px 0 0 0;
}

.hmEvtDet.evEvtDet {
}

#evtDet h2 {
    font-size: 24px;
}

.hmEvtTitle {
    font-size: 20px;
    font-weight: bold;
}

    .hmEvtTitle a {
        font-size: 20px;
        color: #333;
    }

.hmEvtLoc {
    font-style: italic;
}

.hmEvtTime {
}

#hmEvtViewAll {
    border-top: 1px solid #ccc;
    text-align: right;
    padding: 10px 10px 0 0;
    margin: 10px 0 0 0;
}

/* Home Inside Features */

#hmInsideOtr {
    background-color: #295b85;
    height: auto;
}

#hmInsideInr {
    /*padding: 25px 0px 15px 0px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;*/
}


    #hmInsideInr .smallFeatures {
        float: left;
        width: 480px;
    }

    #hmInsideInr .smallFea {
        float: left;
        width: 230px;
        height: 150px;
        padding: 10px 12px 10px 12px;
        margin: 0 0 10px 10px;
        background-color: #547c9d;
    }

    #hmInsideInr .smallFeaFull {
        float: left;
        width: 230px;
        height: 150px;
        padding: 0;
        margin: 0 0 10px 10px;
        background-color: #547c9d;
    }

    #hmInsideInr .largeFea {
        float: left;
        width: 470px;
        height: 310px;
        padding: 20px;
        margin: 0 0 0px 10px;
        background-color: #547c9d;
    }

    #hmInsideInr iframe {
        height: 100%;
        width: 100%;
    }


    #hmInsideInr .largeFeaFull {
        float: left;
        width: 470px;
        height: 310px;
        padding: 0;
        margin: 0 0 0px 10px;
        background-color: #547c9d;
    }

    #hmInsideInr .feaType {
        font-family: "Open Sans", "Futura Medium", Sans-Serif;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        margin: 0 0 7px 0;
    }

    #hmInsideInr h3 {
        font-family: Arial;
        font-size: 14px;
        color: #fff;
        margin: 0 0 2px 0;
        padding: 0;
    }

    #hmInsideInr a.more {
        font-family: Arial;
        font-size: 10px;
        color: #fff;
        font-weight: bold;
    }

    #hmInsideInr .content {
        font-family: Arial;
        font-size: 11px;
        color: #fff;
        margin-bottom: 5px;
    }

#hmFoundingOtr {
    background-color: #f2f2f1;
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
}

/* Home Founding Partners Area */

#hmFoundingInr {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
}

    #hmFoundingInr h3 {
        font-family: "Open Sans", "Futura Medium", Sans-Serif;
        font-weight: 300;
        text-align: center;
        color: #597c44;
        font-size: 24px;
    }

img.founder {
    border: 5px solid #b7b6b0;
}


/* Home Georgia Core Area */

#hmGACOtr {
    /*background-color: #2b2b2b;*/
    background-image: url('images/pages/home/gacore-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
}

#hmGACInr {
    height: 282px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    padding: 42px;
    height: auto;
}

    #hmGACInr p {
        text-align: center;
        color: #fff;
    }

    #hmGACInr h3 {
        text-align: center;
        color: #ef9f33;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

.btn-more {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #285a84;
    /*background-image: linear-gradient(to bottom, #326fa2, #1d4261);
    background-repeat: repeat-x;*/
    border-color: #fff #fff #B3B3B3;
    border-image: none;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
}

    .btn-more: a {
        color: #fff;
    }

    .btn-more:hover, .btn-box:focus, .btn-box:active, .btn-box.active, .btn-box.disabled, .btn-box[disabled] {
        background-color: #1d4261;
        color: #fff;
        text-decoration: none;
    }



/* -------- */
/* headers */
/* -------- */
h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 26px;
    color: #597c44;
    font-weight: normal;
    margin: 0;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    color: #597c44;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    color: #597c44;
    font-weight: bold;
}

#divResourceList h3 {
    font-size: 15px;
    color: #7a96a3;
    font-weight: bold;
}


/* -------- */
/* Bullets */
/* -------- */
ul.gold {
    list-style-image: url(../images/goldBullet.png);
    margin-left: 1em;
    padding: 0px;
}

    ul.gold li {
        padding-bottom: 2px;
    }



/*------------*/
/* Validation */
/*------------*/
.errorMsg {
    color: Red;
}

.confirmMsg {
    font-weight: bold;
    color: #5daa66;
}

.validation {
    padding: 20px 10px 10px 70px;
    color: #f00;
    background-image: url(../images/large-alert.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    text-align: left;
}

    .validation ul {
        list-style-image: url(../images/goldBullet.png);
        color: #7a96a3;
        font-size: 9pt;
        font-weight: normal;
    }

        .validation ul li {
            color: #f33;
            font-size: 9pt;
            font-weight: normal;
        }

.validationHead {
    font-size: 9pt;
    font-weight: normal;
    color: red;
}

/* -------- */
/* Forms */
/* -------- */
.instructions {
    color: #7a96a3;
    font-size: 15px;
}

.fieldLbl {
    color: #628891;
    font-size: 12px;
    text-align: right;
}

.readOnlyLbl {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.fieldLblLeft {
    color: #628891;
    font-size: 12px;
    text-align: left;
}

.formField {
    background-color: #fff;
    border: solid 1px #ccc;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    color: #7d7d7d;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.selectField {
    background-color: #fff;
    border: solid 1px #ccc;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    color: #7d7d7d;
    padding-top: 2px;
    padding-bottom: 2px;
}

/*.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ccc;
    /*background-image: linear-gradient(to bottom, #326fa2, #1d4261);
    background-repeat: repeat-x;*/
/*border-color: #fff #fff #B3B3B3;
    border-image: none;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
}
    */
.btnDisabled {
    background-color: #efefef;
    color: #999999;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #cccccc;
    padding: 8px 15px 8px 15px;
}

/*------------*/
/* Grids      */
/*------------*/
.gvHeaderRow {
    font-family: verdana;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
    background-color: #a2a099;
    padding: 5px;
}

    .gvHeaderRow A {
        font-family: verdana;
        font-size: 8pt;
        font-weight: bold;
        color: #ffffff;
        text-decoration: underline;
    }

.gvDataRow, gvDataRow A, A.gvDataRow {
    font-family: arial;
    font-size: 8pt;
    padding: 5px;
}

    .gvDataRow img {
        padding: 5px;
    }

/*--------------- */
/* Search Box */
/*--------------- */
.searchField {
    background-color: #fff;
    border: solid 1px #e9e4d2;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    color: #7d7d7d;
    padding-left: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*--------------*
/* Tertiary Vertical Nav
/*--------------*/
/*#tertNavContainer 
{
	width: 214px;
	height: 100%;
	background-image: url(../images/controls/vertNav/bg.png);
	background-position: right;
	background-repeat: repeat-y;
	float: left;
	margin-right: 35px;
}*/

.tertNavContainer {
    background-color: #ededeb;
    height: 100%;
    width: 306px;
    color: #333;
    margin: 0;
    padding: 18px;
    text-align: left;
    font-size: 13px;
}

#tertNavContainer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

ul.list-unstyled li {
    background-color: #ededeb;
    padding: 0;
    margin: 0;
    width: 306px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    ul.list-unstyled li:hover {
        background: none repeat scroll 0 0 #FFF;
    }


ul.list-unstyled a {
    text-decoration: none;
}

#tertNavContainer ul a {
    color: #f09f32;
    font-size: 13px;
    /*background-color: #ededeb; */
    padding-left: 18px;
    line-height: normal;
    border: 0px;
    margin 0px;
    width: 100%;
}

    #tertNavContainer ul a.selected {
        color: #285983;
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
    }


/* Crumbtrail */
#crumbtrail p {
    color: #c7c7c7;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    /*margin-left: 10px;*/
}

#crumbtrail a {
    color: #c7c7c7;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

    #crumbtrail a:hover {
        color: #f09f32;
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
    }



    #crumbtrail a.crumbOn {
        color: #285a84;
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
    }

.crumbOn {
    color: #285a84;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

#crumbtrail a.crumbOn:hover {
    color: #f09f32;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}


/* Survey */
/*
#divSurvey
{
	width: 250px;
	height: 150px;
	padding: 20px 20px 20px 20px;
	z-index: 1;
	filter: alpha(opacity=0);
	opacity:0;
	border: 1px solid #cccccc;
	background-color: #efefef;
	position: absolute;
	left: 350px;
	top: 10px;
	display: none;
}
*/
/* Result Actions */
#divResultSave {
    position: absolute;
    z-index: 1;
    width: 300px;
    padding: 20px 20px 20px 20px;
    border: 3px double #cccccc;
    background-color: #fefefe;
    left: -30px;
    top: 5px;
}

#divResultEmail {
    position: absolute;
    z-index: 1;
    width: 500px;
    padding: 20px 20px 20px 20px;
    border: 3px double #cccccc;
    background-color: #fefefe;
    left: -200px;
    top: 5px;
}

/* Interior Pages */

.pageHeader {
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #c7c7c7;
    min-height: 70px;
}

.pageMargin {
    padding-top: 25px;
    height: auto;
    min-height: 500px;
}

.innerBodyCopy {
    padding-bottom: 40px;
}

    /*.innerBodyCopy iframe {
  
    height: 100%;
    width: 100%;
}
    */

    .innerBodyCopy h1 {
        margin-top: 10px;
        margin-bottom: 30px;
    }

#hmFacebookOtr {
    background-color: #fff;
    width: 100%;
}

.mstSearchField {
    color: #ccc;
}

.horizontalRadios input[type="radio"] {
    margin-right: 2px;
}

.horizontalRadios label {
    margin-right: 10px;
}

/*.box-buttons {background: #597c44; height: 125px; width: 100%; border: 1px solid #6a8d55; padding: 30px;}
.box-buttons:hover {background: #f09f32; word-wrap: break-word; }
.box-buttons a {color: #fff; font-size: 20px;  }
.box-buttons a i {color: #fff; font-size: 30px;  }
.box-buttons a:hover {text-decoration: none;  }*/

a.box-buttons div {
    background: #597c44;
    height: 125px;
    width: 100%;
    border: 1px solid #6a8d55;
    padding: 30px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

    a.box-buttons div:hover {
        background: #f09f32;
        border: 1px solid #f09f32;
        text-decoration: none;
    }

.box-buttons div i {
    color: #fff;
    font-size: 30px;
    margin-bottom: 12px;
}



.btn-resultsbar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: rgba(241,159,47,0.5);
    border-image: none;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    margin: 0px 0px 0px 9px;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(241,159,47,0.5);
}


    .btn-resultsbar:hover {
        background: #fff;
        color: #ccc;
        display: inline-block;
        text-decoration: none;
    }
