/* Styles for displays (screen, projection) */

body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

#release {
    width: 98%;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}

/* print and PDF links are hidden for print */
#helpers {
    float: right;
    width: 100%;
    height: 1pt;
    visibility: hidden;
}

/* Top section with USPS and Postal News logos */
#heading {
    width: 100%;
    float: left;
}

#uspslogo {
    float: left;
    width: 220px;
}

#newslogo {
    float: right;
    width: 250px;
    text-align: right;
    padding-right: 0;
}

/* Middle section with contact and identifying information */
#identity {
    /* background-color: #d6e0eb; */
    font-size: 10pt;
    color: #003399;
    font-weight: normal;
    width: 100%;
    float: left;
}

#contact {
    float: right;
    width: 50%;
    text-align: right;
    margin: 5pt 3pt 5pt 0;
}

#contact a:link, #contact a:visited {
    font-style: italic;
}

#release_date {
    margin: 5pt 0 5pt 3pt;
    float: left;
    width: 48%;
}

/* Main section with text of news release */
#main {
    width: 100%;
    margin: 0;
    padding-top: 6pt;
    clear: both;
}

/* this is separate from #main above to avoid IE bug */
#main div.gutter {
    padding: 0;
}

#photo {
    font-size: 8pt;
    text-align: center;
    font-style: italic;
}

#photo em {
    font-style: normal;
}

h1 {
    text-align: center;
    color: #000000;
    font-size: 14pt;
    font-weight: bold;
    margin: 3pt auto 1pt;
}

h2 {
    text-align: center;
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    margin: 1pt auto 3pt;
}

#tagline {
    font-size: 9pt;
    text-align: center;
}

#additional {
    margin: 1em auto;
}

#additional .subhead {
    font-weight: bold;
}

#additional p {
    margin: 1pt auto;
}

#additional a:link {
    font-style: italic;
}

#finish {
    text-align: center;
    padding: 0;
}

#boilerplate, #visitnote {
    font-size: 8pt;
    color: #333333;
    font-family: arial, helvetica, sans-serif;
    padding: 0;
    text-align: left;
}

/* Footer at bottom of page */
#footer {
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    width: 100%;
    visibility: hidden;
}

#footer p {
    padding-top: 4pt;
    padding-bottom: 4pt;
    margin: 0;
}
