/* =========================================================================

    Graham Packaging - Stylesheet for Print

   ========================================================================= */

    body {
        background:white;
        font:normal 11px tahoma,verdana,arial,sans-serif !important;
    }

    h1  { margin:0; padding:0 0 10px 0; border-bottom:10px solid #6791BC; }
    h2  { margin:0; padding:0 0 5px 0; font-size:20px; font-weight:normal; }
    h3  { margin:0; padding:5px 0 5px 0; font:bold 14px tahoma,verdana,arial,sans-serif; line-height:18px; }
    h4  { }
	h5  { }
	h6  { }

    p   {
        margin:0;
        padding:0 0 20px 0;
        line-height:18px;
    }
    p.indent { margin-left:40px; }

    ul, ol  {
        margin-top:0;
        margin-bottom:0;
        padding-top:10px;
        padding-bottom:10px;
        line-height:18px;
    }
    li { }
        ul.expanded li,
        ol.expanded li { padding-bottom:12px; }

    table {font-size: 1em !important;}

    a       { color:#333333; }
    a:hover { color:#999999; }

    img { border:0; }

    hr {
        height:4px;
        width:100%;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-top:4px solid #AAAAAA;
        margin:0 0 10px 0;
    }

    .fixer { clear:both; height:1px; overflow:hidden; font-size:1px; }

    /* === FORMS === */

        form { margin:0; padding:0; }
        input, select, textarea { font:normal 12px verdana,arial,sans-serif; }


/* === CONTAINERS === */


    ul#menu1 { display:none; }
    ul#menu2 { display:none; }

    ul#submenu { display:none; }

    /* === CALLOUTS === */

        .callout1 {
            float:right;
            width:150px;
            padding:0 15px;
            margin:10px 15px;
            border:5px solid #AAAAAA;
        }


/* === FOOTER === */

    #footer {
        border-top:10px solid #6791BC;
        margin-top:5px;
    }

    #footer p {
        margin:0; padding:5px 0;
        font-size:10px;
    }

    #footer p#footer_links { display:none; }


/* === HOMEPAGE ONLY === */

    body#b_home h1 { margin-bottom:10px; }

    body#b_home #header {
        border-bottom:10px solid #6791BC;
        padding:0 0 10px 0;
        margin:0 0 10px 0;
    }

    body#b_home #photo_header { background-color:#6791BC; }
    body#b_home #photo_header img { border-right:12px solid white; }


/* === SIFR:PRINT - DO NOT MODIFY! === */


    .sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
    	display: none !important;
    	height: 0;
    	width: 0;
    	position: absolute;
    	overflow: hidden;
    }

    span.sIFR-alternate {
    	visibility: visible !important;
    	display: block !important;
    	position: static !important;
    	left: auto !important;
    	top: auto !important;
    }