﻿@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;;*/
	}
	/*############################*/
	/* Sitefinity Classes */
	/*############################*/
	.sfContentBlock 
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}
	/*############################*/
	/* Page Wrapper */
	/*############################*/
	#wrap
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}


	/*############################*/
	/* Header */
	/*############################*/
	#header
	{
		display: none;
	}
	#header-links
	{
		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) */
	/*############################*/
	.sf_2cols_2_75
	{
		overflow: visible !important;
		display: inline !important;
		float: none !important;
	}
	.sf_2cols_1_25
	{
	display: none !important;
	}

	/*############################*/
	/* Footer */
	/*############################*/
    #footer-wrap
	{
		display:none !important;
	}
	#footer
	{
		display:none;
	}
    #socialSharing
    {
        display: none !important;
    }


}
