/* DISPLAYED WHEN PRINTING */
		
 	.print-only	{
		display: none;	
		}
@media print {
	html, body {		
		border: 0;
		margin: 0;
		}	
	#wrapper { 
		width: 95%;
		margin: 0 auto;
		z-index: 0;
		}	
 	.print-only	{
		display: block;	
		}
 	.skip	{
		display: none;	
		}
 	.no-css	{
		display: block;	
		}
 	span.no-css	{
		display: inline;	
		}
 	.nav {
		display: none;	
		}
 	#bread-crumb {
		display: none;	
		}
	#header { 
		height: auto;
		background: none; 
		width: auto;
		}
	#header #logo  { 
		position: relative;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;		
		z-index: 1;
		}
	#header #logo a { 
		background: none; 
		width: auto;
		line-height: normal;
		height: auto;
		display: block;
		}	 
	#header #address { 
		position: relative;
		background: none; 
		top: .5em;
		left: 0;		
		width: auto;
		height: auto;
		display: block;
		z-index: 1;
		color: #000;
		font-size: 1.1em;
		font-weight: normal;
		text-align: left;
		}	
	#content { 
		width: auto;
		margin: 0px;
		padding: 0px; 	
		font-size: 1.0em;
		}	
	/* #content #page-content { 
		position: relative;
		margin: 0px 0;
		float: left;
		width: 430px;
		}	 */
	#content #page-content { 
		position: relative;
		margin: 0px 0;
		float: none;
		width: auto;
		/* font-size: 120%; */ 
		}
	#container {
		border: 0px;
		}
	#content #page-content .header {
		/* display: none; */
		height: 0px;
		background-image: none;
		}
	#directions #content #page-content {		
		width: 95%;
		}
	#map {	
		height: 270px;
		}
	#directions #content #page-content h4 {
		padding-left: 0em;
		}
	#directions #content #page-content p  {
		font-family: Arial, Helvetica, sans-serif;
		line-height: 1.3em;
		padding-left: 1.5em;
		padding-right: .5em;
		}
	.services-table ul,
	.services-table .detail {
		/* width: 40%;  */
		}
	#side {
		display: none;
		}
	#footer {
		/* display: none; */
		}
	}