/*================================================================================
				TITLE:	Print Style Sheet
		   CLIENT:	Riley Hospital for Children
  TARGET SPEC:	CSS-2
		 MODIFIED:	2008.04.16
 	  AUTHOR(S):	Graham Wheeler / NetMediaOne - www.netmediaone.com
==================================================================================*/

/* Hide page elements that make no sense in a print scenario (navigation, etc.) */
#topLinks a, #navSection, #bannerSection, #pageTools, #footerNav, #pageBottom, .SubPageWithNav #column1 { display: none; }


/* Spacing and other tweaks */
html, body, div#layoutWrapper, #contentSection, .ColumnWrapper { margin: 0; padding: 0; min-width: inherit; max-width: none; page-break-inside: auto; }

body { font-size: 10pt; }

#breadcrumbs { margin-bottom: 10px; }

div.ColumnWrapper { overflow: scroll !important; }

#footerSection { background: #fff; border-left: 0px; border-right: 0px; padding: 0; text-align: left; page-break-before: avoid; }
.SubPageWithNav #column2 { padding-left: 0; padding-right: 1in; page-break-inside: auto; }

