﻿@media print
{
	body
	{
		background: white;
		font-size: 12pt;
		font-family: 'Arial',Times,serif;
		color: #000;
	}

	p
	{
		overflow: visible !important;
		/*display: inline;
		display: block !important;
		clear: both;;*/
	}

	/*############################*/
	/* Page Wrapper */
	/*############################*/
	#wrapper
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}


	/*############################*/
	/* Amber Alert  
	/*############################*/
	#amberAlert
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}

	/*############################*/
	/* Header */
	/*############################*/
	#header
	{
		display: none;
	}

	/*############################*/
	/* Search box (contained in header) */
	/*############################*/
	#search
	{
	display: none;
	}
	#searchContentContainer
	{
	display: none;
	}

	/*############################*/
	/* Menu */
	/*############################*/
	#nav
	{
	display: none;
	}
	#nav-content
	{
	display: none;
	}


	/*############################*/
	/* Main */
	/*############################*/
	#content-wrap
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}
	#content
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}


	/*############################*/
	/* Columns (in Main/contentContainer) */
	/*############################*/
	.centerCol, .sf_2cols_2_75
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}
	.leftCol, .sf_2cols_1_25
	{
	display: none !important;
	}
	.rightCol
	{
	display: none;
	}

	/*############################*/
	/* Footer */
	/*############################*/
    	#footer-wrap
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}
	#footer
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}
    #socialSharing
    {
        display: none !important;
    }

	/*############################*/
	/* Sitefinity Classes */
	/*############################*/
	.sfContentBlock 
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}
}
