/* Print CSS Stylesheet for Dyna Contracting */

/* anything marked "noprint" should only appear when you print */
.noprint {
	display: none;
}

/* anything marked "printonly" should appear when you print, but only
   when you print */
.printonly {
	display: block;
}

/* the Our Team page needs a little help on printing. this
   accommodates the div-show-hide effect on that page per employee */
.TeamShot {
	background-color: white;
	left: auto;
  /* adjust the position of the pop-up so the team collage, which is
     now inv.gif, doesn't create a huge gap */
	position: relative;
	top: -334px; left: auto;
  /* width:auto; */
	height: auto;
	max-height: none; /* "disables" the max-height rule */
}
.TeamShotCloseButton { display: none; }
.TeamBoxes { display: none; }


/* the Testimonial page needs a little help on printing. this
   accommodates the div-show-hide effect on that page per testimonial */
.TestimonialPopupCloseButton { display: none; }
.TestimonialPopupBoxes { display: none; }
.TestimonialPopup {
	background-color: white;
	position: relative;
	top: auto; left: auto;
	width: auto;
	display: block;
	border: 0;
}
.TestimonialPopupContent {
	padding: 0;
}

/* omit some other divs for print */
#CornerCube { display: none; }
#LeftNav { display: none; }
#LeftNavOptions { display: none; }
#SiteNavigation { display: none; }

/* adjust the location of the logo */
#LeftNavLogo{
	position: absolute;
	top: 20px;
	left: 0px;
	display: block;
}

/* reset the widths of many divs */
#PageContainer { width: auto; }
#BannerHeader { display: none; }
#LeftNavAndContentContainer { width: auto; margin-top: 10px; }

#MainContent { width: auto; float: none; }

/* some custom settings */
#WorkIndexFeaturedProjects { position: relative !important; float: right !important; top: auto !important; left: auto !important; }
