/*---------------------------------------------------------
 * This css file should be linked into any page that uses
 * the header or footer include files in this folder.
 *---------------------------------------------------------*/

body {
    margin-top: 10px;
    margin-left: 10px;
}

/*---------------------------------------------------------
 * style info for standard page header
 *---------------------------------------------------------*/

#pgHeader .redbar {
    background-color: #cc0000;
    color: #ffffff;
}

#pgHeader {
    margin: 0;
    padding: 0 0 2px 0;
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    float: left;
    width: 720px;
}

#pgHeader .homeSignSplit {
    padding: 0 5px;
    float: left;
    display: none;
}

#header {
    background-image: none;
    height: auto;
    overflow: visible;
    float: left;
}

#header #logo {
    width: 300px;
}

#header #homeSignInLink a {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #757575;
}

#header #homeSignInLink a.signin {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

#uspsnav {
    float: left;
    font-size: 1px;
}

#header #quickTools {
    background: #980000 url("/web/20130303092615oe_/https://about.usps.com/oldassets/cpim/images/quicktools_bg.gif") no-repeat left top;
    margin-top: 0;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 0;
    height: auto;
    line-height: normal;
}

#header #quickTools div.gutter {
    padding-left: 17px;
}

#header #quickTools a {
    height: auto;
}

#header #doorwayNav {
    background: #b8cce0 url("/web/20130303092615oe_/https://about.usps.com/oldassets/cpim/images/doorway_bg.gif") no-repeat left bottom;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    height: auto;
}

#header #doorwayNav div.gutter {
    padding-left: 28px;
}


/*---------------------------------------------------------
 * style info for standard page footer
 *---------------------------------------------------------*/

#footer {
    background-image: none;
    background-color: #ffffff;
    height: auto;
    padding-top: 2px;
}
#footer #topbox {
    background: #e3e3e3 url("/web/20130303092615oe_/https://about.usps.com/oldassets/cpim/images/footer_top_bg.gif") no-repeat left top;
    width: 100%;
    float: left;
}

#footer #bottombox {
    background: #9d9d9d url("/web/20130303092615oe_/https://about.usps.com/oldassets/cpim/images/footer_bottom_bg.gif") no-repeat bottom left;
    padding-bottom: 4px;
    float: left;
    width: 100%;
}

#footer .footNavImg {
    padding: 6px 15px;
}

#footer #inspectors img {
    margin: 10px 0px 0px 42px;
}

#footer #oig img {
    margin: 10px 0px 0px 20px;
}

#pgFooterPrint {
    display: none;
}

/*---------------------------------------------------------
 * style info for printing
 *---------------------------------------------------------*/

@media print {
    .navigation, #footer, #homeSignInLink, #uspsnav {
        display:none;
    }
    #pgFooterPrint {
        width: 100%;
        text-align: center;
        display: block;
    }
    .content-area {
        width: 98%;
        border-top: 3px double black;
        border-bottom: 3px double black;
        padding: 3px 0;
    }
    #pgHeader #header, #header #quickTools, #header #doorwayNav {
        height: auto;
        background-image: none;
    }
}

/*---------------------------------------------------------
 * style info for handhelds (Blackberrys etc.)
 *---------------------------------------------------------*/

@media handheld {
    #pgFooterPrint {
        font-size: 1px;
        color: #ffffff;
        background-color: #ffffff;
        display: none;
    }
    .homeSignSplit {
        height: 2px;
    }
    #quickTools {
        background-image: none;
    }
    #doorwayNav {
        background-image: none;
    }
    #footer {
        font-size: 1em;
        color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    #footer a:link {
        color: #0000ff;
    }
    #footer .footNavImgFirst,
    #footer .footNavImg,
    #footer .footNavImgLast {
        padding: 2px 2px;
        font-size: 1em;
    }
    #footer #copyright {
        padding: 2px 2px;
    }
    #footer #inspectors img,
    #footer #oig img {
        margin: 2px;
    }
}
