/*** header.jsp ***/

div#identity-bar {
    margin: 1em 2em .5em 0;
    background-color: white;
    font-weight: bold;
    /*float:right;*/
    text-align:right;
}

div#identity-bar a, div#identity-bar, input#gosearch {
    color: #346699;
}

div#identity-bar a:hover, input#gosearch:hover {
   color: black;
   text-decoration: none;
}

div#headerAds div {
    margin-bottom: 0;
}

div#headerRightAd {
    float: right;
    clear: right;
}

div#headerTopContainer {
    padding: .5em 0;
    background-color: #CBCCCD;
}

ul#quickSearchBox {
    float: right;
    margin: auto 0;
    font-weight: bold;
}

ul#quickSearchBox li {
    float: left;
    padding-right: 1em;
    list-style-type: none;
}

li#advSearch {
    font-weight: normal;
    font-size: 8pt;
    margin-top: -.25em;
}

input.searchInput {
    font-size: 8pt;
    font-weight: bold;
    border: 1px solid gray;
    margin-bottom: .1em;
    background-color: #CBCCCD;
}

input#gosearch {
    background-image: none;
    height: 18px;
    width: 28px;    
    color: #000;
}

div#breadcrumbs {
    margin-left: 0;
    width: 100%;
    border-bottom: 1px solid #346699;
}


/*** footer.jsp ***/

div#footer {
    border-top: none;
}

div#linkToTop {
    text-align: right;
}

ul#footerLinks {
    padding: .6em 0;
    background-color: #CECFD0;
    margin-bottom: 2em;
    list-style-type: none;
}

div#footer a, div#footer a:visited, div#footer a:link {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

ul#footerLinks li {
    padding: 0 12%;
    display: inline;
}

div#footerCopy {
    text-align: center;
}