body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #339933;
	background-image: url(images/backer.gif);
	background-repeat: repeat-x;
}
.oneColElsCtr #container {
	width: 100%;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.innercontent {
	height: 487px;
	width: 947px;
	background-image: url(images/johnson_printing_10.gif);
	vertical-align: middle;
	background-repeat: no-repeat;
	text-align: left;
}
.oneColElsCtr #mainContent {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.main {
	text-align: center;
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.flashLeft {
	width: 344px;
	float: left;
	height: 487px;
}
.navigationalFooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 947px;
	text-align: center;
	height: 15px;
	color: #FFF;
	margin-top: 3px;
}
.copyrightFooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	width: 947px;
	text-align: center;
	height: 15px;
	color: #000;
	margin-top: 5px;
}
.mainText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 435px;
	width: 575px;
	float: right;
	color: #000;
	text-align: left;
	overflow: auto;
	padding-top: 45px;
}
.testimonialfaqtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: left;
	vertical-align: middle;
	height: 575px;
	width: 435px;
	margin-top: 36px;
	overflow: auto;
}
.quotebox {
	height: auto;
	width: 575px;
	margin-top: 20px;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.headlineText {
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}
.quotetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.regulartext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.regulartextbold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.nonflashbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	height: 415px;
	width: 925px;
	padding-top: 36px;
}
#slider {
	width: 344px; /* important to be same as image width */
	height: 487px; /* important to be same as image height */
	position: absolute; /* important */
	overflow: hidden;
	float: left;
}
#sliderContent {
	width: 344px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	border: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	width: 344px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

