﻿/***** Layout Styles *****/
	html, 
	body, 
	form {
		height:auto;
		background:none;
	}

	#page {
		width:auto;
		height:auto;
	}
	
	#content.double-col #col-two,
	#content.triple-col #col-two {
		float:none;
		width:100%;
		margin:10px 0 0;
	}

	#content {
		overflow:visible;
		padding:0;
		background:none;
	}

/***** Utilities Styles *****/
	.print-only {
		display:block;
	}
	
	#header,
	#banner-image,
	#footer,
	#bottom-nav,
	.offscreen {
		display:none;
	}
	
	
	.sidebar-pod { height: auto !important; }
