﻿/*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;
}

.webchat {
	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 {

	.hidePrint {
		display: none !important;
	}

	.showPrint {
		display: block !important;
	}

	#printButton {
		display: none;
	}

	.leftDiv {
		float: left;
		text-align: right !important;
		width: 200px;
		font-size:small;
	}

	.rightDiv {
		float: right;
		width: 280px;
		font-weight: normal;
		text-align: left;
		border: 0 solid red;
		font-size: small;
	}

	.divider {
		border-bottom: 1px;
		border-bottom-color:lightgrey;
		margin: 0 100px 0 200px !important;
	}

	.faqA {
		display: block;
	}
}