body {
	margin: 0px;
	padding: 0px;
	background-color: #6EB01B;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #7F7F7F;
}

a {
	color: #F37C00;
}

img {
	border: 0px;
}

h3 {
	font-size: 32px;
	font-weight: bold;
	text-transform: lowercase;
	color: #7DBC1D;
}

h4 {
	color: #7DBC1D;
}

div.outerBar {
	width: 100%;
	text-align: center;
	overflow: auto;
}

div.splitBar {
	background-image: url('/images/splitbg.png');
	background-repeat: repeat-y;
	background-position: top center;
}

div.innerBar {
	margin: 0px auto;
	text-align: left;
	width: 868px;
}

div#headerBar {
	height: 106px;
	background-color: #FFFFFF;
}

a#logo {
	float: left;
	clear: none;
}

ul.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.nav li {
	float: left;
	clear: none;
	font-size: 16px;
	font-weight: bold;
	padding-right: 15px;
	height: 39px;
	line-height: 39px;
}

ul.nav li.selected {
	background-image: url('/images/button_right.png');
  background-repeat: no-repeat;
  background-position: top right;
	color: #FFFFFF;
}

ul.nav li a {
	text-decoration: none;
	display: block;
	padding-left: 15px;
	outline: 0px;
}

ul.nav li.selected a {
	background-image: url('/images/button_left.png');
  background-repeat: no-repeat;
  background-position: top left;
	color: #FFFFFF !important;
}

div#header ul.nav {
	float: right;
	clear: none;
	margin-top: 50px;
}

div#header ul.nav a {
	color: #7DBC1D;
}

div#footer ul.nav {
	margin-top: 35px;
}

div#footer ul.nav a {
	color: #FFFFFF;
}

div#footerBar {
	background-color: #6EB01B;
}

div#footerBar {
	background-image: url('/images/footerbg.png');
	background-position: top center;
	background-repeat: no-repeat;
}

div#copyright {
	color: #BFDC9B;
	font-size: 13px;
	float: left;
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 700px;
}

div#copyright a {
	color: #BFDC9B;
}

a#fhoke {
	float: right;
	clear: none;
}

div#headerShadowBar {
	background-image: url('/images/headershadow.png');
	background-repeat: no-repeat;
	background-position: top center;
	height: 19px;
}

div#homeLeadBar {
	background-color: #FFFFFF;
	height: 305px;
	background-image: url('/images/homeleadbg.png');
	background-repeat: repeat-x;
	background-position: top center;
}

div#leadBar {
  background-color: #FFFFFF;
  height: 224px;
  background-image: url('/images/leadbg.png');
  background-repeat: repeat-x;
  background-position: top center;
}

div#leadBar div#leadText {
	margin-top: 47px;
}

div#leadText {
	background-image: url('/images/homelead.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 77px;
	float: left;
	clear: none;
	height: 99px;
	width: 867px;
}

div#leadText * {
	display: none;
}

div#contentBar {
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

div.homeCol {
	float: left;
	clear: none;
	width: 270px;
	padding-right: 30px;
	position: relative;
	font-size: 15px;
	padding-bottom: 20px;
	//padding-top: 30px;
}

div#homeCol3 {
	width: 260px !important;
	padding-right: 0px !important;
}

div.homeColContent {
	height: 150px;
}

img.homeColIcon {
	position: absolute;
	top: -30px;
	right: 10px;
	z-index: 20;
}

div#homeCol3 img.homeColIcon {
	right: -30px;
}

label {
	display: block;
	font-size: 14px;
	color: #F37C00;
	float: left;
	clear: both;
	font-weight: bold;
	margin-bottom: 5px;
}

input {
	width: 246px;
	height: 18px;
	padding: 7px;
	background-image: url('/images/controls.png');
	background-position: -1px -8px;
	background-repeat: no-repeat;
	float: left;
	clear: both;
	border: 0px;
	margin-bottom: 10px;
}

textarea {
	background-image: url('/images/controls.png');
  background-position: -1px -69px;
  background-repeat: no-repeat;
	width: 246px;
	height: 98px;
	padding: 7px;
	border: 0px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

div#subnav {
	width: 260px;
	float: left;
	clear: none;
	background-image: url('/images/subnavbg.png');
	background-position: top left;
	background-repeat: no-repeat;`
}

div#contentCol {
	float: left;
	clear: none;
	width: 580px;
	padding-top: 20px;
}

div#contactCol {
	width: 260px;
	float: right;
	clear: none;
	margin-bottom: 10px;
	padding-top: 20px;
}

div#contactCol ul {
	float: left;
	clear: both;
}

h3.title {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #F37C00;
	padding-bottom: 15px;
	width: 100%;
}

ul.subnav {
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top: 20px;
	height: 270px;
}

ul.subnav li {
	height: 37px;
  line-height: 37px;
  padding-left: 10px;
}

ul.subnav li.selected {
	background-color: #FFFFFF;
	background-image: url('/images/subnavselected.png');
	background-repeat: no-repeat;
}

ul.subnav a {
	text-decoration: none;
	color: #7DBC1D;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 16px;
}

ul.subnav li.selected a {
	color: #F37C00 !important;
}

div#contentCol ul {
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	list-style-image: url('/images/bullet.png');
}
