@charset "UTF-8";
body  {
	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: "Trebuchet MS", Arial, Helvetica;
	font-size: 0.95em;
	background-color: #CCCCCC;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/sidebarbg.gif);
} 
.twoColFixLtHdr #header {
	background-image: url(images/bannerhead.jpg);
	height: 23px;
	width: 875px;
	padding-top: 127px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
} 
.twoColFixLtHdr #header2 {
	background-image: url(images/bannerhead2.jpg);
	height: 23px;
	width: 875px;
	padding-top: 127px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
}
.twoColFixLtHdr #header3 {
	background-image: url(images/bannerhead3.jpg);
	height: 23px;
	width: 875px;
	padding-top: 127px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
}
.twoColFixLtHdr #header4 {
	background-image: url(images/bannerhead4.jpg);
	height: 23px;
	width: 875px;
	padding-top: 127px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
}
.twoColFixLtHdr #header5 {
	background-image: url(images/bannerhead5.jpg);
	height: 23px;
	width: 875px;
	padding-top: 127px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	background-color: #DFDFDF;
}
.twoColFixLtHdr #mainContent {
	line-height: 1.7em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 0.9em;
} 
.twoColFixLtHdr #footer {
	background:#DFDFDF;
	font-size: 0.8em;
	text-align: right;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear
{
	clear:both;
}
#sidebar1  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 175px;
	font-size: 0.9em;
}
#sidebar1 li {
	list-style-type: none;
	margin: 0px;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#sidebar1 li a {
	text-decoration: none;
	color: #006633;
	font-weight: normal;
}
#sidebar1 li a:hover {
	text-decoration: none;
	color: #000000;
}
#sidebar1 li a:visited {
	text-decoration: none;
}
h1 {
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: normal;
}
h2 {
	font-size: 125%;
	padding-top: 10px;
}
h3 {
	color: #006633;
	font-weight: normal;
	padding-top: 10px;
}
h4 {
	padding: 2px;
	font-size: 110%;
}
.smallertext {
	font-size: 0.8em;
}
img {
	border-style: none;
}
.products {
	width: 600px;
	background-color: #A1D5B5;
	margin-top: 25px;
	padding: 0px;
	margin-right: 0px;
}
.picleft
{
	width:152px;
	margin-right:30px;
	float:left;
	margin-top:10px;
	margin-left: 10px;
	font-size: 80%;
	margin-bottom: 10px;
	line-height: normal;
	padding: 0px;
}

.picright
{
	width:170px;
	margin-right:0px;
	float:left;
	margin-top:0px;
	font-size: 80%;
	padding-top: 0px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent .products .picleft img {
	border: 1px solid #000000;
	margin-bottom: 5px;
}
a:link {
	font-weight: bold;
	color: #006633;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
.link {
	font-weight: bold;
	color: #006633;
	text-decoration: none;
}
.leftcolumn {
	width: 300px;
	float: left;
}
.rightcolumn {
	width: 300px;
	float: right;
}
.contactform {
	margin: 0px;
	padding: 4px;
	background-color: #A1D5B5;
}
.clients {
	font-size: 12px;
	padding: 3px;
	vertical-align: top;
}
.table {
	width: 300px;
}
.testimonials {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 14px;
}
.testimonialcredits {
	color: #666666;
	font-size: 90%;
}
.sscredit {
	color: #666666;
}
