@charset "UTF-8";
/* CSS Document */

/* TEMPORARY HEADER SUBSTITUTION - styles title links and search */


/* Modifies title so that the title area links and search can float to the right  */

#site_title #title.heading {
    width: 80%;
}
#site_title #title.heading a {
    display: inline-block;
}

/* Search Function in Header Only - does not affect main body form in search or results pages */

#u_search {
    float: right;
    margin-bottom: 0.12em;
    margin-right: 0.2em;
    padding: 0 0.25em 0.25em 0;
    z-index: 98;
}
#u_search .hidden {
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -500px;
    width: 1px;
}
#u_search #u_search_header_input {
    background-color: #F0F2F5;
    border: medium none ! important;
    color: #002855;
    height: 28px;
        width: 15em;
    margin: 0px -5px 0px 0px;
    padding: 0px 8px;
    vertical-align: bottom;
}
#u_search #u_search_header_submit {
    background-color: #4D688C;
    border: 0;
    color: #FFFFFF;
    height: 28px;
    padding: 2px 5px 3px;
    text-align: center;
    vertical-align: bottom;
}


/* Temporary Title Area Links */

#u_title_area_links {
    margin-right: -0.5em;
}