/* DESCRIBE SETTINGS FOR PRINTER-FRIENDLY VS. SCREEN ETC. ********************************************** */
/* moved out from kpstd.css */
/* mod Mar/10 to fix Firefox print problems */
/* Specify printer-friendly version */

@media screen {#hdr_text, .printcontact {display: none;} }  /* all else should display on screen */



@media print {

/* float: none !important; */

/* Target Firefox ONLY with  - IE doesn't understand; this make FF print all pages without making IE shrink to fit */ 
/* Note that as of Mar/10, printing in Opera is crap */
html>/**/body * {overflow: visible !important;  float: none !important; }


#hdr_text, .printcontact {float: none !important; }

#header, 
  #hdr_left_gradient, 
  #hdr_logo, 
  #hdr_logo_right, 
  #hdr_nav, 
  #full_pg   
  { display: none; border: none;}

.nav_left, 
  .nav_right, 
  .nav_right2, 
  #footer 
  {display: none; border: none;}

.do3cols .wrap_columns_outside, 
  .do3cols .wrap_columns_inside  
  {border: none; }

.col1_center {
    float: none !important;  /* re: Mozilla print bug - see notes above */
    padding: 0; 
    margin-left: 0px !important;   /* for plain printing, can be 0px */
    width: 600px !important; 
    margin-right: 200px;            /* for plain printing, can be -100px */
    border: none;
    } 

.list_bull, .list_bull_intbl li {
    list-style:  none;
    list-style-type: disc;
    margin-left: 18px;
    padding-left: 0px;
    text-indent: 0px;
    float: none !important;  /* re: Mozilla print bug - see notes above */
    }

.list_bull_intbl li { margin-left: 35px;  padding-left: 0px;}

.printbutton, .linknext {display: none; border: none;}

}
