@charset "utf-8";

/* stylesheet for print */

body  {
	text-align: left;
	color: #5a442d;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	width: 7in;
}

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

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

h2 {
	font-size: 1.1em;
}

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

p {
	font-size: 1em;
}

a  {
	color: #5a442d;
	text-decoration: none;
}
li {
	list-style: none;
}

#container {
	width: 7in;
} 

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

#logo {
	z-index: 3;
}

#logo>img{
	height: 110px;
	width: 95px;
	float:right;
}

#headerImage {
	display:none;
}


#nav {
	display:none;
}

#content {
	border-top: 1px solid #5a442d;
	z-index: 1;
	margin-top: 75px;
}

#content h1 {
	text-align: left;
}

#content ul {
	display:none;
}

#locations {
	border-top: 1px solid #5a442d;
	text-align: center;
	font-size: 10pt;
}

#locations p {
	margin: 0;
	padding-top: 5px;
}

#site_info {
	display:none;
}

.blueText {
	color: #33a1ad;
}

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

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