/* CSS Document */
img {
	border: 0;
}

a {
	color: #6fa911;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

h1 {
	color: #6fa911;
	font-weight: normal;
	margin: 0 0 0 -35px;
	padding: 0 0 0 35px;
	background:url(../grfx/backgrounds/h1bg.jpg) no-repeat;
	font-size: 24px;
}

h2 {
	font-size: 21px;
	margin: 0;
	padding: 0;
	color: #8a8a8a;
	font-weight: normal;
}

h3 {
	color: #6fa911;
	font-weight: normal;
	margin: 0 0 0 -28px;
	padding: 0 0 0 28px;
	font-size: 19px;
	background:url(../grfx/backgrounds/h1bg.jpg) no-repeat;

}

hr {
	color: #b6b6b6;
	background-color: #b6b6b6;
	height: 1px;
	border: 0;
}

.testimonial {
	font-style:italic;	
}

#content .no-spacer {
	padding:0px 0px 5px 0px;
	}
	
#content .spacer-bottom {
	padding-bottom:0px;
	margin:0px 0px 10px 0px;
	}


