/*
 * $Id:$
 * 
 * A CSS file for holding onto the css for the header of the site
 */

#masthead {
    position: relative;
    height: 152px;
}


#logo {
    position: absolute;
    top: 7px;
    left: 6px;
    height: 137px;
    width: 305px;
    background-image: url(../images/logo.gif?x=1);
    background-repeat: no-repeat;
    cursor: pointer;
}

#banner {
    float: left;
    height: 152px;
    width: 631px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(../images/layout/masthead.jpg);
    background-repeat: no-repeat;

}

#section-label {
    position: absolute;
    z-index: 100;
    bottom: 5px;
    right: 5px;
    padding: 3px;
    font-size: 9px;
    background-color: white;
    border: 1px solid #CCCCCC;
}


#navbar {
    clear: both;
    height: 24px;
    background-repeat: repeat-x;
}

#welcome {
    float: right;
    font-size: 90%;
    margin: 4px 4px 0px 0px;
}