/****************** General **************/

html {
    height: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #bcbdc1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#outer-container {
    width: 998px;
    height: auto;
    margin: 0px auto;
    background-position: top center;
    background-color: #25558c;
    margin-bottom: 5px;
}
p {
    margin-top: 3px;
    margin-bottom: 9px;
    padding-right: 6px;
}
img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.nextTo {
    text-align: center;
}
.nextTo img {
    display: unset;
}
.midLine {
    vertical-align: middle;
    display: unset;
}
.indent {
    padding-left: 30px;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.w80-percent {
    width: 80%;
}
/******** table stuff ***********/
table {
    width: auto;
    border-collapse: collapse;
    table-layout: fixed;
}
table th {
    display: table-cell;
    width: auto;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}
table td {
    vertical-align: top;
}
.textLeft td {
    text-align: left;
    padding-bottom: 10px;
}
.textLeft p {
    padding-right: 3px;
}

/*****************  Pages Header ***********************/
#header {
    position: relative;
    height: 136px;
    width: auto;
}
#logo {
    height: 100%;
    width: auto;
}
#logo-area {
    cursor: pointer;
}
#search {
    position: absolute;
    top: 0;
    right: 45px;
}
#search.table.td {
    vertical-align: top;
}
#ss-exact-phrase-container {
    display: none;
}
#supersearch-container {
    text-align: right;
}
#supersearch-q {
    width: 300px;
    border-radius: 10px;
    outline: none;
    background-image: url("images/search-grey-sml.png");
    background-repeat: no-repeat;
    padding-left: 25px;
    line-height: 20px;
}
#supersearch-submit {
   border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px grey;
            box-shadow: 5px 5px 5px grey;
    color: black;
}

/******************* Content **********************/
/*** In generalbackgrounds & images are in local custom.css ***/
#content-parent {
    margin-top: 280px;
}
div.columns > div.sohotext {
    text-align: justify !important;
}
#inner-container {
    position: relative;
    width: 940px;
    height: auto;
    margin: 0px auto;
    color: #fff;
    font-size: 14px;
}
#inner-container img {
    background-size: 100% auto;
    padding: 3px;
}
#inner-container img#nobg {
    background-image: none !important;
    padding: 0px;
}
#inner-container a {
    color: #C08B15;
    text-decoration: underline;
}
#inner-container a:hover {
    color: #D70992 !important;
    text-decoration: none;
}
#inner-container a:visited {
    color: #C08B15
}
h1 {
    width: 100%;
    margin-left: -29px;
    padding-left: 29px;
    color: #fff;
    line-height: 48px;
    font-weight: bold;
    font-size: 20px;
}
h2 {
    width: 100%;
    margin-left: -30px;
    padding-left: 30px;
    color: #fff;
    line-height: 36px;
    font-weight: normal;
    font-size: 18px;
}
h3 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-top: 6px;

}
h5 {    /*** used for plain sub-headings ****/
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-top: 6px;
}
ul, ol {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 10px;
}

/**********   for clone of jump menu at top *********/
#topJumpMenu {
    position: absolute;
    top: 18px;
    right: 0px;
}
.tooltip .tooltiptext {
    top: 20px;
    right: 20px;
}
input.EZJumpMenuButton[type="button"] {
    background-image: url("images/btn-download-pdf.png");
    width: 152px;
    height: 21px;
    padding-left: 5px;
    border: none;
    color: transparent;
}
.EZJumpMenu {
    width: 100%;
}
.EZJumpMenuLabel {
    line-height: 20px;
}
/****************************  Footer *************************/
#footer {
    width: inherit;
    height: 118px;
    background-image: url("images/footer.png");
    background-repeat: no-repeat;
}
.copyright {
    float: left;
    margin: 75px 0px 0px 160px;
    color: #fff;
    font-size: 12px;
}
.footer-buttons {
    float: right;
    margin: 50px 15px 0px 0px
}
.footer-buttons img {
    float: right;
}
