@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #666666;
	background-image: url(images/grey-strip-bkg.jpg);
	background-repeat: repeat-x;
}
.clear {
	clear: both;
}

p {
	margin-bottom: 10px;
}

a.latestnews{
	display:block;
	float:left;
	clear:left;
	color:#FADEAE;
	font-size:16px;
	font-weight:bold;
	margin-left:16px;
	line-height:40px;
}

a.home{
	display:block;
	float:left;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

.container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	background-color: #FFFFFF;
}
.header {
	background-image: url(images/header-bkg.jpg);
	height: 181px;
	width: 980px;
}
.featureBox {
	float: right;
	width: 275px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.marginRight10px {
	margin-right: 10px;
}
h4 {
	margin-bottom: 10px;
	font-size: 110%;
	color: #006D33;
	font-style: italic;
}

.marginLeft15px {
	margin-left: 15px;
}

.content {
	margin-right: 15px;
	margin-left: 15px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 220%;
	line-height: 110%;
	margin-bottom: 10px;
	color: #006E2F;
}

.intro {
	font-size: 170%;
	line-height: 130%;
}
.footer {
	background-color: #BDBEC2;
}
.contactFormHome {
	background-image: url(images/contact-box-bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	height: 360px;
	width: 360px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
}
h2 {
	font-size: 190%;
	color: #006D33;
	margin-bottom: 10px;
}
.contactFormHome p {
	font-size: 130%;
	color: #333333;
	line-height: 140%;
	text-decoration: none;
	margin-bottom: 2px;
}
.footer ul {
	margin-bottom: 50px;
	margin-left: 50px;
	color: #000000;
}
.FormHomeContain {
	float: right;
	width: 400px;
}
.whiteBkg {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
}
hr {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #006D33;
	margin-bottom: 10px;
}
.marginBottom10px {
	margin-bottom: 10px;
}


.width200px {
	width: 180px;
}


.footer a {
	color: #000000;
}
.footer a:hover {
	color: #006D33;
}

.footer li {
	margin-bottom: 10px;
}
.cta {
	color: #FFFFFF;
	float: right;
	width: 340px;
	margin-top: 20px;
}
.cta h1 {
	font-size: 350%;
	color: #FFFFFF;
}
.cta a {
	color: #FADEAE;
}
.cta a:hover {
	color: #00C659;
}

.cta p {
	font-size: 180%;
}
.border {
	border: 1px solid #CCCCCC;
}
strong {
	color: #000000;
}
.marginLeft20px {
	margin-left: 20px;
}
.marginRight20px {
	margin-right: 20px;
}
.50pxheight {
	height: 100px;
}
.cell {
	height: 20px;
	border: 1px solid #CCCCCC;
}
.marginTop10px {
	margin-top: 10px;
}
.cellborder {
	border: 1px solid #CCCCCC;
}
.submit {
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
	padding: 5px;
	font-size: 120%;
}
