@media print {
	div.group3 {position:relative;height:2.5in;}
	.hours,
	#contactInfo,
	.contactInfo {float:none;position:absolute;width:2in;}/* this is here because when on print page is breaks inventory tables. */
	#container div.group3 .last {clear: both; width: 100%; margin-top: 2in;}
	.hours {top:0;left:2.1in;}
	#contactInfo {top:0;left:0;width:2in;}
	.printVerbiage {display:none;}
}

div.group3 .unit {width: 30%; min-width: 17em;}
.hours,
#contactInfo,
.contactInfo {float:left;width:16em;font-size:10pt;}
.hours ul {list-style:none;}
div.group3:after {display:block;clear:left;content:".";height:0;visibility:hidden;}
.print {margin-top:0.1in;}
/* =background-color
-------------------------------------------------------------- */
body,
div#container,
div#contentWrap {background-color:#fff;}
