/**
 *  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: 762px;
    height: 56px;
    margin-bottom: 4px;
}

.heading_main_logo {
    position: absolute;
    display: block;
    left: 4px;
    top: 10px;
}

@media screen {
.heading_main_search_text_field {
    position: absolute;
    display: block;
    top: 8px; 
    left: 460px;
}

.heading_main_search_button {
    position: absolute;
    display: block;
    top: 9px; 
    right: 0px;
}

.heading_main_contact_us {
    position: absolute;
    display: block;
    right: 8px;
    bottom: 4px;
    background-color: #FFFFFF;
}
}

@media print {
.heading_main_search_text_field {
    display: none;
    visibility: hidden;
}

.heading_main_search_button {
    display: none;
    visibility: hidden;
}

.heading_main_contact_us {
    display: none;
    visibility: hidden;
}
}

.heading_main_contact_us a {
    text-decoration: none;
    color: #003366;
}

.heading_main_contact_us a img {
    vertical-align: top;
    padding-right: 5px;
}

.heading_main_contact_us a span {
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}
}
