/* Start of CMSMS style sheet '03_notepad_header' */
#header {
    margin: 0;
    padding: 0;
    height: 199px;
    width: 920px;
    border: 0px solid white;
    background: transparent url(/images/2010/header_bg.jpg) no-repeat top left;
    /* temp settings */
    
}
#home_link {
    display: block;
    left: 0px;
    top: 110px;
    float: left;
    width: 600px;
    height: 80px;
    position: relative;
}

#header #search_form {
    display: block;
    width: 200px;
    height: 80px;
    float: right;
    top: 105px;
    left: 0px;
    position: relative;
    margin-right: 40px;
    color: #28455A;
    /*border: 1px solid black;*/
}

#header #search_form input[type="text"] {
    border: 0px;
    border-bottom: 2px solid #28455A;
    background: transparent;
    width: 200px;
    margin-top: 10px;
    color: #28455A;
    font-family: cursive;
    font-style:italic;
    font-weight: bold;
    font-size: 15px;
}

#header #search_form input[type="submit"] {
    margin-left: 65px;
    margin-top: 10px;
    border: 0px;
    height: 44px;
    width: 117px;
    background: transparent url(/images/2010/search_btn.png) no-repeat center;
    cursor: pointer;
}
/* End of '03_notepad_header' */

