body {
	margin: 0;
}

p {
	margin: 0;
}


/* ---------------------------------------------------------------------- */
#pageContainer {
	position: relative;
	left: 0;
}

#webPage {
	position: relative;
	left: 0;
}


/* ---------------------------------------------------------------------- */
#topNav{
	height: 50px;
}

#topNavBack{
	height: 1px;
}

#topNavTop {
	width: 629px;
}

#title {
	position: absolute;
	left: -3px;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: white;
}


#contactUs {
	display: none;
}

	
#serviceContainer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


/* ---------------------------------------------------------------------- */
#leftNav {
	display: none;
}



/* ---------------------------------------------------------------------- */
#rightNav {
	display: none;
}



/* ---------------------------------------------------------------------- */
#pageContent {
	margin: 0;
	width: 629px;
}

	#pageContent A:active {
		color: black;
	}
	#pageContent A:link {
		color: black;
	}
	#pageContent A:visited {
		color: black;
	}
	#pageContent A:hover {
		color: black;
	}


#pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #E14015;
}



/* ---------------------------------------------------------------------- */
/* search results */
#pageResults {
	display: none;
}


/* ---------------------------------------------------------------------- */
/* service details */
.serviceDetails {
	clear: both;
	margin-top: 4px;

	width: 99.7%;
	border: solid;
	border-width: 1px;
	border-color: #5A5EA2;

/*	width: 100%;
	border-bottom: 0.083em #333333 solid; */
}

.adminDetails {
	padding: 4px;
}


/* ---------------------------------------------------------------------- */
/* print formatting */
.pageBreak {
	page-break-after: always;
}

.leftColumn {
	float: left;
}

.rightColumn {
	float: right;
}

#noPrint {
	display: none;
}

.noPrint {
	display: none;
}