/*/*/
/* SC.GOV Partner Styles - Copyright South Carolina 2006 /*

/** Useful Shortcuts:
*	font: font-style  font-variant  font-weight  font-size / line-height  font-family
*	background:  background-color  background-image  background-repeat  background-attachment  background-position 
*	border: border-width  border-style  border-color 
*	margin: top right bottom left 
*	padding: top right bottom left
***/




/***************** PRINT STYLES ******************

	body {margin: auto; }
	#page {position: static; width: auto;}
	#pageContainer {background: transparent; width: auto; position: static; float: none !important;}
	#branding {
	position: static;
	float: none !important; 
	background: transparent;
	width: auto;
	height: 0px!important;
	margin: 0 0 0 1em!important;	
	}
	#breadcrumbs {padding-top: 2em;}
	#contentContainer,
	#contentLeft,
	#breadcrumbs,
	#contentRight, 
	div.relativeContentLeft, 
	div.relativeContentRight {float: none !important; width: auto; position: static;}
	#leftNav,
	#quickLinks,
	#footer,
	#agencyFooter,
	#globalNav {display: none; float: none !important; position: static; width: auto;}
	#contentLeft table {width: 7in; border-color: #CCC; height: auto;}
	div.printReport table, div.printReport table th, div.mimicTable {width: 6in !important;float: none !important; }	
	div.printReport {position: static; float: none !important;}
	#contentLeft div.printReport table.inKind {
	width: 230px !important;
	margin: 0 20px 4em 0;
	float: left;
	}
	div.printReport input.button {
	display: none;
	}
	#contentLeft, #contentContainer  {border: 1px solid red;}


