/**
 *  Styles for the page heading that appears at the top of every page.
 *  Page width: 850 pixels
 */

.heading_main {
    position: relative;
    display: block;
    clear: both;
    width: 760px;
    height: 76px;
    margin-bottom: 4px;
}

.heading_main_logo {
    position: absolute;
    display: block;
    left: 4px;
    top: 8px;
}

.heading_main_search_text_field {
    position: absolute;
    display: block;
    top: 24px; 
    left: 375px;
}

.heading_main_search_button {
    position: absolute;
    display: block;
    top: 24px; 
    right: 0px;
}

.heading_main_contact_us {
    position: absolute;
    display: block;
    right: 3px;
    bottom: 4px;
    background-color: #FFFFFF;
}

.heading_main_contact_us a {
    text-decoration: none;
    color: #003366;
}

.heading_main_contact_us a img {
    vertical-align: bottom;
    padding-right: 5px;
}

.heading_main_contact_us a span {
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}
