@charset "UTF-8";
/*
 
Framework CSS Document - Print

Author - Phil Clayton


/* Layout
----------------------------------------------------------------*/

html {
	height: 100%;
}

body {
	height: 100%;
   background: white;
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
}

.wrap, #main {
	width: auto;
	height: 100%;
	margin: 0 2%;
	padding: 0;
	float: none !important;
	color: black;
}

#topInfoBar, #header, #sliderBg, #profilerContainer, #profiler, .features, #pageFunctions, #aside, #footer, #crumbs {
	display: none;
	border: 0;
}

#main {
  	width: 100%;
  	height: 100%;
   	margin: 0 auto;
}

#printFooter {
	background-image:url("../../assets/public/bGs/print-footer.jpg") !important;
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 164px;
	width: 100%;
}

br {
	margin: 0;
	padding: 0;
	line-height: 90%;
}

h1 {
	background-image:url("../../assets/public/bGs/print-header.jpg") !important;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 164px;	
	margin: 0;
}

p {
	
}