/*Removes the extra blank page that shows up - NOTE:  This was removed due to issues with OSOW page printing.*/
/*
html, body {
	height: 99%; 
	margin: 0px; padding: 0px;	
}
*/

/*Removes the Headers, Navigation, and Footer so that just content is printed*/
.navbar, .alert, #cssmenuTop, #ens, #agencyitems, #leftCol, #collapseOne, #agency_sidebar, #rightCol, #collapseTwo, #agency_sidebarTwo, .agency_nav, #agencyFooter, #footer, .close {
	display: none;
}

/*Removes any Margin or Padding from H1 or H2 that would push the page down*/
h1, h2 {
margin: 0px; padding: 0px;
}

h1 {
	font-size: 2.1em !important;
}

/*Removes URL from Links when Printing*/

a[href]:after {
   content:"" !important;
}

@media print {

.hideDiv {
	display: block;
}

#printButton {
	display: none;
}

.faqA {
	display: block;
}
}