#GlobalMenuOuterContainer, #LocalMenuOuterContainer
{
  display: none;
}

/* BEGIN - visibility of banner requested by EMurray (EYang, Dec 2009) */
/* TODO - this is probably temporary, but if it becomes permanent we should
   create a thumbnail versions of the gif images for printing */
#GlobalSiteHeaderContainer
{
  /* for now, 'logo' and 'type' images are separate, so apply them as background
     images to separate containers that overlap */
  position: relative;
  background-repeat: no-repeat;
  background-color: Transparent; /* just in case image doesn't load, then let
                                    previously defined color show through */  
  background-image: url('images/BADass_logo.gif');
  height: 160px; 
}

#GlobalBannerContainer
{
  position: absolute; /* remove from document flow to accommodate multiple banner images */
  left: 170px;
  top: 50px;
  width: 317px; /* exact width... */
  height: 48px; /* height of container must equal height of background 
                   image EXACTLY */
  background-image: url('images/BADass_type.gif');
}
/* END - visibility of banner requested by EMurray (EYang, Dec 2009) */


/* BEGIN - duplicates from SiteMasterLayout.css */
.imageContainerFloatLeft
{
  float: left;
  display: inline; /* FF change - "display" value produces better results than
                      "float" alone (EYang, Dec 2007) */
  xxxtext-align: right;
  /* margin: 0px 0px 10px 10px; */
  margin-left: 5px; /* spacing to pageSectionOuterContainer */
  margin-right: 10px; /* 10px = original prior to accessibility testing */
  margin-top: 0px;
  margin-bottom: 10px;
}

.imageContainerFloatRight
{
  float: right;
  display: inline; /* FF change - "display" value produces better results than
                      "float" alone (EYang, Dec 2007) */
  xxxtext-align: right;
  /* margin: 0px 0px 10px 10px; */
  margin-left: 5px; /* 10px = original prior to accessibility testing */
  margin-top: 0px;
  margin-right: 5px; /* spacing to pageSectionOuterContainer */
  margin-bottom: 10px;
}

/* END - duplicates from SiteMasterLayout.css */

