@charset "utf-8";

/* stylesheet for print */

body  {
	text-align: left;
	color: #5a442d;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	width: 240px;
}

h1, h2, h3, .description, .serviceName {
	text-transform: lowercase;
	font-weight:bold;
}

h1 {
	margin-bottom: -10px;
	font-size: 1.1em;
}

h2 {
	font-size: .95em;
}

h3 {
	margin-top: -1em;
	font-size: 0.8em;
}

li {
	list-style: none;
	margin-left: -3em;}
	

#title {
	height: 75px;
	padding-right: 10px;

}


#logo>img{
	display: none;
}

#logoPrint {
	display: none;
}

#headerImage {
	display:none;
}


#content h1 {
	text-align: left;
}


#locations {
	border-top: 1px solid #5a442d;
	font-size: .9em;
}

#site_info {
	font-size: .9em;
}

.blueText {
	color: #33a1ad;
}

.description {
	display: block;
	font-style: italic;
} 

.serviceName  {
	font-weight:bold;
	font-size: inherit
}
