@charset "UTF-8";
/* ----- HEADER-------- */

.oneColFixCtrHdr #header {
    background: #FFFFFF;
}

#subhead1 {
    width: 100%;
    height: 100px;
    background:url(../images/gradient100.png) repeat-x;
    border-bottom: dashed 2px #52a9c0;
}

#subhead2 {
    width: 100%;
    height: 149px;
    margin-bottom: 3px;
    padding-top: 2px;
}

#subhead2 span {
    color: #000;
    font-family: courier, monospace;
    font-weight: 300;
    font-size:.9em;
    text-align:right;
    display: block;
    width: 100%;
    margin-top: -1.4em;
    letter-spacing: .3em;
}

#subhead3 {
    width: 100%;
    height: 75px;
    background:url(../images/gradient75.png) repeat-x;
    border-top: dashed 2px #52a9c0;
}

#subhead3 ul li {
    float: left;
    display: block;
    margin-right: 10px;
    font-family: "Courier New", Courier, monospace;
    font-size:1.2em;
    font-weight: 800;
    list-style: none;
}

#subhead3 ul li a {
    color:#444444;
}

#subhead3 ul li.active, #subhead3 ul li.active a {
    font-weight: 700;
    color:#F26225;
}

#subhead3 ul li a:hover {
    color: #F26225;
    text-decoration: none;
}

