
/*------------------------------------------------------------------------------
  print styles 
------------------------------------------------------------------------------*/  
  body, h1, h2, h3, h4, #footer{
    color: #000;
    margin: 0;
    padding: 0;
  }
  
    p{ color: #000; }
  
    h2, h3, h4{
      margin: 5px 0 5px 0;
      padding: 0;
    }

  a{
    text-decoration: underline;
  }
  
  #print_logo{
    display: block;
  }
  
  #header{
    height: 100px;
  }
  
  #footer{
    text-align: left;
    margin: 20px 0 0 0;
    padding: 0;
  }
    #footer .pad{ padding: 0; }
  
  
/*------------------------------------------------------------------------------
  layout 
------------------------------------------------------------------------------*/  


  #content_secondary{
    margin-right: 140px;
    width: 270px;
  }
    #content_secondary .pad{
      padding: 0;
    }
    
  
  #content_primary{
    width: 500px;
    _width: 320px;
  }
  
    #content_primary .pad, #content_primary .pad_full{
      padding: 0;
    }
    
    h2{
      margin: 0 0 10px 0;
      padding: 0;
    }

    
  #page_intro, #page_intro h1{
    border: 0;
    clear: both;
    margin: 0;
    padding: 0;
    height: 80px;
  }
  
    #page_intro h1{
      float: left;
    }
    
  .max .pad2{
    padding: 0;
    margin: 0;
  }
  
  
  #page_intro h1{
    width: 80%;
    font-size: 18px;
    overflow: auto;
  }
  #page_intro h1 span{
    margin: 0;
  }
  
  
  
  
/*------------------------------------------------------------------------------
  hide stuff you don't want to print - logo, login form, navigation
------------------------------------------------------------------------------*/  
  
  
  #logo, #nav_main, #login, #nav_secondary, .pHD, #verticalForm{
    display: none;
  }

  /* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
  
  .sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
    display: none !important;
    left: -2100px;
    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;
  }
  
  
  
  
  #nav_extranet{
    width: 250px;
    padding: 0 0 100px 0px;
    float: left;
  }
  
  
