/*
 * $Id:$
 * 
 * A CSS file for laying out the header of the site.
 */

#header {
    position: relative;
    height: 80px;
}

#header #logo {
    position: absolute;
    top: 10px;
    left: 10px;
}

#header #logo img {
    float: left;
}
#header #search {
    float: right;
    font-size: 10px;
    width: 230px;
}

#header #searchform {
    width: 400px;
    float: right;
    text-align: right;
    margin: 15px 10px 0px 0px;
    font-size: 95%;
    clear: right;
}

#header #searchform .text {
    width: 158px;
    padding: 1px;
}

#header #searchform .button {
    border: 1px solid #1d4688;
    background-color: #0E294C;
    color: white;

}

#header #searchform .button:hover {
    border: 1px solid yellow;
}


#header .sharethis {
    position: absolute;
    bottom: 4px;
    right: 10px;
}

#subhead-message {
    margin: 5px 0px 5px 15px;
}

#subhead {
    margin: 5px 0px;
    border-bottom: 1px solid #CCCCCC;
}

#subhead ul {
    margin-left: 10px;
}

#subhead li {
    float: left;
    margin-bottom: -1px;
}

#subhead li a {
    display: block;
    color: black;
    font-weight: bold;
    padding: 5px;
}


#subhead .selected {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid white;
}