html, body {
    height: 100%;
    font-size: 14px;
    width: 100%;
}

body {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    overflow: auto;
    margin: 0;
    padding: 0;
}

.bodywrap {
    background: url(/Content/images/bg-poster.jpg) center center no-repeat fixed;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/images/bg-poster.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/images/bg-poster.jpg', sizingMethod='scale')";
}

.bodymain {
    background: url(/Content/images/bg-column-left.png) repeat-y;
}

.wrapper {
    min-height: 100%;
    height: 100% !important;
    margin: 0 auto -142px;
}

p, li {
    font-size: 14px;
}

a img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    /*color:#D3A367;*/
    color: #003768;
    margin: 15px 0;
}

.content-left h1, .content-right h1, .content-left h2, .content-right h2, .content-left h3, .content-right h3, .content-left h4, .content-right h4, .content-left h5, .content-right h5, .content-left h6, .content-right h6 {
    color: #000;
    margin: 5px 0;
}

h1.first, h2.first, h3.first, h4.first, h5.first, h6.first {
    margin-top: 0;
}

h1 {
    font-size: 14px;
}

h2 {
    font-size: 1em;
}

fieldset {
    padding-left: 20px;
    padding-right: 5px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    margin-bottom: 15px;
    border-color: #CCC;
}

legend {
    font-weight: bold;
    color: #000;
    font-family: "trebuchet MS", verdana, sans-serif;
}

.subfield {
    padding-left: 20px;
    padding-right: 0px;
    font-size: 14px;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-top: 0px;
    page-break-inside: avoid;
    border-style: none;
}

    .subfield legend {
        font-weight: bold;
        font-size: .9em;
        width: 100%;
        border-top-style: none;
        border-bottom-style: solid;
        border-bottom-width: thin;
        border-left-style: none;
        border-right-style: none;
        color: #000;
        font-family: "trebuchet MS", verdana, sans-serif;
    }

.input-box {
    display: block;
    margin-bottom: 5px;
    vertical-align: top;
    color: #666;
    font-size: .8em;
    border: #82b26e solid 1px;
    background: url(/Content/images/bg-input.png) no-repeat;
    padding: 2px;
}

label {
    font-weight: 700;
}

.checkbox {
    border: #585858 dotted 1px;
    width: 95%;
    margin: 14px 0;
    padding: 4px 0 2px 3px;
}

    .checkbox input {
        margin-right: 6px;
        margin-bottom: 2px;
    }

.forgot-password {
    font-size: .65em;
    margin: 2px 0;
}


input.button {
    color: #FFF;
    background: url(/Content/images/bg-button.png) repeat-x #317f0c;
    border: #FFF groove 2px;
    font-size: .7em;
    font-weight: 700;
    cursor: pointer;
    padding: 0 5px 2px;
}

input.button-big {
    padding: 6px 20px;
}

a:link {
    color: #33840c;
    text-decoration: underline;
}

a:visited {
    color: #72840c;
}

a:active {
    text-decoration: underline;
    color: #86c400;
}

.header-container {
    position: relative;
    background: #373737;
    color: #FFF;
    border-bottom: 1px dotted #585858;
    min-height: 1px;
    padding: 6px 0 0;
}

.logo {
    font-size: 2em;
    width: 60%;
    float: left;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    letter-spacing: .3em;
    white-space: nowrap;
    padding: 5px 0 10px 15px;
}

    .logo a:link, .logo a:visited {
        text-decoration: none;
        color: #FFF;
    }

.nav-login {
    font-size: .9em;
    text-align: left;
    background: #373737;
    border-top-color: #FFF;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 5px;
    float: left;
    width: 500px;
    margin: 0 5px 5px 0;
}

    .nav-login ul {
        margin: 0;
        padding: 0 0 5px 10px;
    }

    .nav-login li {
        list-style: none;
        display: inline;
        margin-left: 20px;
        background: url(/Content/images/bullet.png) 0 4px no-repeat;
    }

        .nav-login li.first {
            list-style: none;
            margin-left: 0;
        }

    .nav-login a:link, .nav-login a:visited {
        color: #FFF;
        text-decoration: none;
    }

.nav-main {
    background: #f6f6f6;
    min-height: 40px;
    border-top: 1px dotted #7a7a7a;
    border-bottom: 1px dotted #7a7a7a;
    border-left: 1px dotted #7a7a7a;
    margin: -41px 0 0 229px;
    padding: 0 0px;
}

    .nav-main li {
        list-style: none;
        float: left;
        background: none;
        padding: 0;
    }

        .nav-main li a {
            display: block;
            border-right: 1px dotted #d2d2d2;
            padding: 0 10px;
        }

        .nav-main li.first a {
            padding-left: 0;
        }

    .nav-main a:link, .nav-main a:visited {
        color: #33840c;
        text-decoration: none;
    }

    .nav-main .active a:link, .nav-main .active a:visited {
        color: #000;
    }

.footer, .push {
    height: 40px;
    position: relative;
}

.footer {
    background: #373737;
    clear: both;
    z-index: 99;
    padding: 10px 0;
}

.nav-footer {
    position: relative;
    text-align: center;
    clear: both;
    margin: 0 200px;
}

    .nav-footer ul {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .nav-footer li {
        background: none;
        display: inline;
        border-right: 1px dotted #686868;
        padding: 0 10px;
    }

        .nav-footer li.first {
            border-left: 1px dotted #686868;
        }

.copyright {
    color: #999;
    font-size: .7em;
    clear: both;
    margin: 5px 0 0;
}

.nav-footer a:link, .nav-footer a:visited {
    color: #CCC;
}

.poster-container {
    background: url(/Content/images/bg-poster-tile.jpg) repeat-x;
    min-height: 200px;
    margin-top: -1px;
}

.poster-container-no-image {
    background: url(/Content/images/bg-poster-tile.jpg) repeat-x;
    min-height: 70px;
    margin-top: -1px;
}

.poster-inner {
    background: url(/Content/images/bg-poster.jpg) left top no-repeat;
    min-height: 70px;
}

.poster-photo {
    background: url(/Content/images/bg-poster-photo.jpg) left no-repeat;
    min-height: 170px;
    font-style: italic;
    padding: 30px 30% 0 200px;
}

.poster-container h1 {
    font-size: 1.2em;
    color: #000;
    margin: 0;
}

.poster-container p {
    line-height: normal;
    font-size: 1em;
    margin: 10px 0 0;
}

.poster-links {
    font-weight: 700;
}

.poster-container a:link, .poster-container a:visited {
    color: #33840c;
}

.breadcrumb {
    min-height: 1px;
    font-size: .9em;
    border-bottom: 1px dotted #686868;
    width: 750px;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.content-container {
    top: 110px;
    bottom: 0;
}

.content-container-inner {
    background: url(/Content/images/bg-column-left.png) repeat-y;
    min-height: 1px;
    top: 0;
    bottom: 0;
    padding: 0 200px;
}

.content-main-index {
    min-height: 1px;
    font-size: 14px;
    background: url(/Content/images/bg-poster.jpg) center center no-repeat fixed;
    background-size: cover;
    height: auto;
    padding: 15px 2% 20px;
}

.content-main {
    min-height: 1px;
    float: left;
    font-size: 14px;
    padding: 15px 2% 20px;
    margin-left: 30px;
}

.content-left {
    float: left;
    width: 180px;
    bottom: 0;
    top: 3px;
    margin-top: 2px;
    left: 0;
    background: url(/Content/images/bg-column-left.png) repeat-y;
    padding: 10px 10px;
}

.content-right {
    float: left;
    width: 180px;
    position: relative;
    margin-right: -200px;
    padding: 15px 10px 20px;
}

.ads {
    text-align: center;
    margin: 20px 0;
}

.side-bucket {
    margin-bottom: 20px;
    width: 200px;
}

    .side-bucket li {
        list-style: none;
        background-position: 0 4px;
        font-family: "Times New Roman", Times, serif;
        font-size: 13px;
    }

        .side-bucket li.first {
            border-top: 1px dotted #7a7a7a;
        }

    .side-bucket a:link, .side-bucket a:visited {
        text-decoration: none;
        display: block;
    }

.photo-container {
    border: #7a7a7a dotted 1px;
    padding: 10px;
}

    .photo-container img {
        display: block;
        border: #666 solid 1px;
    }

.photo-caption {
    font-size: .7em;
    text-align: center;
    color: #999;
    font-style: italic;
    padding: 10px 10px 0;
}

.three-column-container {
    margin: 10px 0;
}

.three-column-left, .three-column-right, .three-column-middle {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.three-column-right {
    margin-right: 0;
}

table.data-table-short {
    font-size: 1em;
    white-space: nowrap;
    border: #000 solid 0;
}

.data-table-short td, .data-table-short th {
    text-align: left;
    border-width: 0 !important;
    padding: 5px;
}

table.info-table td, .info-table th {
    text-align: left;
    padding: 0;
}

table.data-table {
    font-size: 1.0em;
    border: #aaa solid 1px;
    border-radius: 6px;
    border-width: 1px;
    border-collapse: collapse;
    box-shadow: 3px 3px 4px #000;
}

.data-table td, .data-table th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    /*text-align:left;*/
    padding: 5px;
}

.data-table tr:first-child {
    border-radius: 6px 0 0 0;
}

.data-table th {
    background-color: #f6f6f6;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.data-table .th2 {
    background-color: #E8E2DD;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.data-table li {
    padding-left: 5px;
    text-align: left;
}

.data-table td:first-child, .data-table th:first-child {
    border-left: none;
}

.data-table th:only-child {
    box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
    border-radius: 6px 6px 0 0;
}

.data-table tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}

.data-table tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

li {
    padding: 3px 0 3px 17px;
}

.clear {
    clear: both;
    font-size: 1px;
    margin: 0;
    padding: 0;
}

.align-left {
    float: left;
    margin: 0 20px 15px 0;
}

.align-right {
    float: right;
    margin: 0 0 15px 20px;
}

.align-middle {
    vertical-align: middle;
}

.inline {
    display: inline;
}

.no-margin {
    margin: 0;
}

div.surveyblock {
    margin-top: 4px;
    margin-bottom: 4px;
}

    div.surveyblock label {
        margin-top: 15px;
        width: 98%;
        display: block;
        text-align: left;
        font-size: 14px;
    }

    div.surveyblock .input {
        display: block;
    }

.field-validation-error {
    color: red;
}

#profiletab {
    background: none;
    border-width: 0;
    padding: 0;
}

    #profiletab .ui-tabs-nav {
        padding-left: 0;
        background: transparent;
        border-radius: 0;
        border-width: 0 0 1px;
    }

    #profiletab .ui-tabs-panel {
        background: 50% top repeat-x scroll #f6f6f6;
        border-width: 0 1px 1px;
    }

    #profiletab .ui-tabs-selected {
        background: 50% top repeat-x scroll #f6f6f6;
    }

img.information, img.information2 {
    cursor: pointer;
}

h3, table.info-table {
    font-size: .9em;
}

h4, h5, h6 {
    font-size: .8em;
}

a:hover, .poster-container a:hover {
    text-decoration: none;
}

.nav-main ul, .side-bucket ul {
    margin: 0;
    padding: 0;
}

.nav-main a:hover, .side-bucket a:hover, .selector {
    text-decoration: underline;
}

table.info-table tr:nth-child(even), table.info-table tr.row-alternating td, table.data-table tr.row-alternating td {
    background: #e0e0e0;
}

table.info-table label, table.data-table label {
    font-weight: 400;
    white-space: normal;
}

.none, .field-validation-valid {
    display: none;
}

#navtab {
    padding: 0px;
    background: none;
    border-width: 0px;
    height: 100%;
}

    #navtab .ui-tabs-nav {
        padding: 0px;
        background: none;
        border-width: 0px 0px 1px 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

        #navtab .ui-tabs-nav li {
            position: static;
            border-bottom: 0px solid #327e04 !important;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
        }

    #navtab .ui-tabs-panel {
        background: transparent repeat-x scroll 50% top;
        border-width: 0px 1px 1px 1px;
        padding-top: 1em;
        padding-left: 0em;
    }

.ui-icon {
    display: inline-block;
}

#surveytab {
    padding: 0px;
    background: none;
    border-width: 0px;
    height: 100%;
}

    #surveytab .ui-tabs-nav {
        padding-left: 0em;
        background: none;
        border-width: 0px 0px 1px 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

        #surveytab .ui-tabs-nav li {
            position: static;
            border-bottom: 0px solid #327e04 !important;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
        }

    #surveytab .ui-tabs-panel {
        background: transparent repeat-x scroll 50% top;
        border-width: 0px 1px 1px 1px;
        padding-top: 1em;
        padding-left: 20px;
    }

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border: 0 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .7em;
}

.ui-accordion .ui-accordion-header {
    font-weight: bold;
}

.ui-accordion .ui-accordion-content {
    padding: 0em 1.5em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

.ui-accordion .ui-widget-content {
    background: none;
    border: 0px;
    color: #222222;
}

.ui-accordion .ui-state-default {
    background: none;
    border: 0px;
    color: #222222;
}