/* top menu bar */
#top {
    background-image: url("header_bak.png"); /* change background image */
    background-repeat: repeat-x;
    height: 110px;
}

/* public logo */
#public_logo {
    background-image: url("logo.png");
    background-repeat: no-repeat;
    margin-bottom: -35px;
    position: relative;
    height: 145px;
    width: 380px;
    float:left;
    z-index: 999;
}

/* home login box */
#home_login {
    background-image: url("public_top_tab.png");
    background-repeat: no-repeat;
    width: 495px;
    height: 52px;
    float: right;
    margin-top: 3px;
    color: #FFFFFF;
    text-align: center;
}

#home_form {
    width: 495px;
    padding-top: 4px;
}

#home_login .home-input {
    margin: 0px;
    width: 130px;
    height: 18px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 11px;
    font-family: Gill, Helvetica, sans-serif;
}

#home_login #login_button {
    vertical-align: middle;
}

#login_links {
    clear: both;
    margin-top: 4px;
}

#home_login a {
    font-family: "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

#home_login a:hover {
    text-decoration: underline;
}
