@charset "UTF-8";
.bodytext {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	text-align: justify;
}
.testimonials {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-align: justify;
}
.bodytextcentered {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	text-align: center;
}
a:link {
	color: #708f26;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #708f26;
}
a:hover {
	text-decoration: underline;
	color: #374713;
}
a:active {
	text-decoration: none;
	color: #708f26;
}
.redheader {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #9e2525;
}
.blackheader {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 22px;
}
.greenheader {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #708F26;
	font-weight: bold;
	font-size: 24px;
	text-align:center
}
.greenheadernotbold {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #708F26;
	font-size: 24px;
	font-weight:normal;
}
.greensmheader {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #708F26;
	font-weight: normal;
	font-size: 16px;
}
.greensmheaderleftalign {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #708F26;
	font-weight: bold;
	font-size: 16px;
	text-align:left
}
.formcell {
	background: url(images/form_background.gif);
	background-repeat:no-repeat;
}
.formcell_white {
	background: url(images/form_background_white.gif);
	background-repeat:no-repeat;
}
.formcellgrey {
	background: url(images/form_background_grey.gif);
	background-repeat:no-repeat;
}
.horizontallinevertical {
	background: url(/images/divider_vertical.gif);
	background-repeat:repeat;
}
.footerbackground {
	background:  url(/images/background_footer.jpg);
	background-repeat: repeat;
}
.formfield {
	border: 0px;
	border:none;
	border-color: #ffffff;
	background-color: #fff; 
	font-size: 11px;
	width:115px;
	height:15px;
	color: #333333;
	padding: 3px 3px 0px 3px;
}
.adminnavbar {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	text-align: center;
}