

@media screen {

#masthead_container { height: 125px; width: 100%; background: url('../img/masthead_tile_20x125.jpg') repeat-x; }
#masthead { position: relative; width: 800px; height: 118px; margin: 0 auto; text-align: center; background-image: url('../img/masthead_800x118.jpg'); }
#navigation { position: absolute; top: 60px; left: 128px; width: 550px; height: 30px; margin: 0; }

ul#menubar li { list-style-type:none; float: left; }
ul#menubar li a { line-height: 300%; display: block; padding: 0 15px 0 15px; margin-right: 15px; font-size: 14px; color: white; text-decoration: none; text-transform: uppercase; }
ul#menubar li a:hover { color: #a8d547; }

/* Turn off the alternative header used by print media */
#print_only_header { display: none; }

}



@media print {

/* Turn off display of all navigation items */
#masthead_container { display: none; }
#masthead { display: none; }
#navigation { display: none; }
#menubar, #menubar li { display: none; } 
#gradient_tile { display: none; }

/* 
** Enable display of an alternative header (it's up to the page
** if the necessary HTML gets included or not)
*/
#print_only_header
{
  width: 800px;
  margin: 0 auto;
  color: #000;
  background-color: #fff;
  border-bottom: 3px solid black;
}

#print_only_header p { font-size: 1.8em; }

}
