html,body {
    background: url('./images/bg.jpg') repeat-y scroll center top #F1FAF8;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: arial,helvetica,sans-serif;
    font-size:16px;
}
html.noBackground, html.noBackground body {
    background: none;
}
.banner {
    /* background-image:url("./images/banner.png"); */
    background-repeat:no-repeat;
    background-position:bottom left;
    background-size: 100%;
    font-family: Trebuchet MS;
    overflow: hidden; /* Content inside banner may exceed desire height which affects the layout */
    background-color: white; /* Prevent bleeding of other content on page with fixed banner. */
}
.bannerright {
    float:right;
    text-align: right;
    color: rgb(255, 204, 0);
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: -.5pt;
    font-size: 12pt;
    margin: 3px 3px 0 3px;
    height: 70px; /* limit height of the image within the element */
}
.bannerleft {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 14pt;
    text-transform: uppercase;
    margin: 20px;
    float:left;
}
.bannerHr {
    background-color:rgb(7, 133,153);
    height:3px;
    font-size:1px;
    margin-left:-15px;
    margin-right:-15px;
}
.sqContents {
    background-color:#FFFFFF;
    padding-left:15px;
    padding-right:15px;
}

.fontSmall {
    font-size:14px;
}

.separator {
    margin-top:10px;
}

.contactUs {
    padding-top:75px;
}
button.closeModal {
    padding-top:10px;
    padding-right:10px;
}

fieldset.modalDetails {
    padding-left:25px;
    padding-right:25px;
}

fieldset.modalDetails legend {
    padding-top:25px;
}

.fullWidth {
    width:100%;
}

span.error {
    color: #e60000;
    font-style: italic;
    font-weight: bold;
}

/* Removes border and padding to fit in with surrounding text */
.btnLink {
    border: none;
    padding: 0;
}

.redText {
    color: #cc0000;
}

/* section 508 tweaks to bootstrap */
.alert-info {
    color: #1d4962;
}
.text-danger {
    color: #831d1b;
}
.text-primary {
    color:#004383;
}
.text-success {
    color:#276128;
}
.panel-info > .panel-heading {
    color: #0e4d6c;
}
.panel-warning > .panel-heading {
    color: #6c4a00;
}
.panel-success > .panel-heading {
    color: #276128;
}
/* override bootstrap link color */
a, .btn-link {
    color: #004383;
}
.btn-primary {
    background-color: #004383;
}

button.btn-danger {
    background-color: #d1332e;
}

/* section 508 tweaks to self-query */
.select2-offscreen {
    color:#444444;
}#electronicCopies, #OtherDesc0 {
    color:#444444;
}
#submitNewPassword {
    background-color: #004383;
}
