/* ------------------------------------------------- */


/* Missouri Digital Heritage - MDH SPLASH PAGE CSS */


/* ------------------------------------------------- */

* html h1 {
    position: relative;
    height: .01%;
}

#content fieldset {
    padding: 5px 10px 15px 10px;
    border: 1px solid #666;
}

legend {
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
}

#sBrowse,
#sSearch {
    width: 325px;
    margin: auto 1%;
}

#fSearch p {
    margin-left: 20px;
}

html>body #content #fSearch p {
    padding-top: 1.5em;
}

div.clear {
    clear: both;
}

#sSearch {
    margin-top: 1em;
}

#content #search {
    float: left;
    margin-right: 35px;
    margin-bottom: 10px;
}

h4 {
    font-size: 1.3em;
}

#tblBrowse {
    width: 98%;
    margin: 1em auto;
}

#tblBrowse td {
    width: 25%;
    padding: 11px;
}

#tblBrowse td p {
    margin: 0;
}

#tblBrowse p.info {
    text-align: left;
    padding-top: 10px;
    margin-bottom: 2em;
}

#tblDetail {
    width: 98%;
}

#tblDetail tr {
    vertical-align: top;
}

#tblDetail th {
    text-align: right;
    white-space: nowrap;
}

.iTitle,
.iDate,
.iDetail {
    font-size: .9em;
}

.iTitle {
    font-weight: bold;
}

.iDetail {
    background: url(/mdh/img/expand_plus.png) no-repeat left center;
    padding-left: 15px;
}

.iTitle1 {
    font-weight: bold;
}

.dbnav {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 4px 0;
}

#sBrowse img {
    border: 1px solid #666;
    background: #fff;
}

#sBrowse p img {
    float: left;
    margin-right: 10px;
}

#sBrowse p {
    clear: both;
}

*:first-child+html #sSearch p {
    margin-top: 0;
}

h1 {
    font-size: 1.78em;
}

h1.barTitle {
    padding: 0 0 5px 0;
}

h1.barTitle span {
    font-size: .6em;
    text-transform: uppercase;
}


/*Fieldset Form & Buttons*/

#FormCntr {
    width: 65%;
    padding: 15px;
}

#FormCntr .flLeft {
    float: left;
    width: 50%;
}

#FormCntr .flRight {
    float: right;
    width: 50%;
}

#content input.btnForm {
    height: 24px;
    width: auto;
    background-color: rgb(196, 105, 49);
    color: #fff;
    border: 1px solid #666;
    margin: 7px 0px 0px 15px;
}

#content input.btnForm:hover {
    height: 24px;
    width: auto;
    background-color: rgb(246, 247, 157);
    color: #000;
    border-color: #999;
    margin: 7px 0px 0px 15px;
}

.formLgnd {
    font-size: 16px;
    font-weight: bold;
}

.formHdr {
    font-size: 14px;
    font-weight: bold;
}

.formSlct {
    width: 100px;
}

.formSlctWide {
    width: 300px;
}


/*Fieldset Form & Buttons*/

.pLeft {
    text-align: justify;
    padding-bottom: 0px;
}

.imgLeft {
    float: left;
    margin: 0 0 0 0;
    padding: 15px 15px 5px 0;
    text-align: left;
}

.imgLeft img {
    border: 1px solid rgb(167, 167, 167);
}

.imgRight {
    float: right;
    margin: 34px 0 5px 20px;
    padding: 0 0 0 0;
    text-align: left;
}

.imgRight img {
    border: 1px solid rgb(167, 167, 167);
}

div.cap {
    font-size: .8em;
    color: rgb(99, 99, 99);
    padding: 4px;
    margin: -5px 0 0 0;
}

h3 {
    margin-bottom: -14px;
    padding-top: 10px;
}

h4 {
    margin-bottom: 0;
}

.noTopMarg p {
    margin-top: -18px;
    margin-bottom: -18px;
}

#ddCountiesDiv {
    width: 98%;
    padding: 15px;
}

#ddCountiesDiv .flLeft {
    float: left;
    width: 50%;
}

#ddCountiesDiv .flRight {
    float: right;
    width: 50%;
}

.ddWidth select {
    width: 180px;
}

.btn {
    margin-right: 2em;
}

.govrec {
    float: left;
    margin: 0 0 22px 30px;
}

.govrecImg {
    float: left;
    margin-right: 7px;
    width: 190px;
}

.govrecDesc {
    width: 750px;
    margin-top: -30px;
}

.fireins {
    float: left;
    margin: 0 0 22px 5px;
}

.fireinsImg {
    float: left;
    margin-right: 16px;
    width: 150px;
}

.fireinsDesc {
    width: 750px;
    margin-top: -30px;
}

#layout ul li a {
    min-height: 24px;
    display: block;
}


/* --- END of FILE --- */