@charset "utf-8";
/*
DESIGNER NOTES
 - All widths to be as percentages as paper size is variable
 - PRINT BEFORE PUTTING LIVE
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #ffffff;
	padding: 0 5%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	padding-top: .8em;
	padding-bottom: .5em;
}

h2 {
	margin-bottom: 1em;
}

p {
}

a {
}
#footer {
	display: none;
}
#utilityBar {
	display: none;
}
.navColumn1 {
	display: none;
}
.globalNav {
	display: none;
}
#textLogo {
	float: right;
}
#picLogo {
	float: left;
	display: none;
}
#breadcrumbs {
	clear: both;
	margin-top: 15px;
}
.clearFloat {
	clear: both;
}
.tels {
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
	color: #333333;
}
.rightCol {
	display:none;
}
hr {
	display:none;
}
