h1 {
padding-top:50px;
padding-bottom: 8px;
color: #659508;
}

h2 {
padding-bottom: 8px;
color: #659508;
}

h3 {
padding-bottom: 8px;
color: #659508;
}

/* Home page boxes */

.enterText p, .jobsText p{
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 1.2em;
text-align: left;
line-height: 15px;
}

.enterText a, .jobsText a{
color: #659508;
text-decoration: underline;
vertical-align: middle;
}

.enterText a:hover, .jobsText a:hover{
color: #659508;
text-decoration: none;
}

.leaf{
vertical-align: middle;
}

/* Left Col content pages */

.title{
margin-left: 13px;
}

#leftMid ul{
list-style:none;
}

#leftMid li {
clear: left;
list-style-image: url(../images/bullet.jpg);
text-align: left;
font-size: 1.2em;
line-height: 19px;
color: #659508;
margin-left: 31px;
}

#leftMid p {
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 1.2em;
text-align: left;
line-height: 17px;
padding: 5px 0px 10px 15px;
}

#leftMid a{
color: #659508;
text-decoration: none;
}

#leftMid a:hover{
color: #659508;
text-decoration: underline;
}

#leftMid a.active {
text-decoration: underline;
}

.highlight{
color: #659508;
}

/* Body copy on content pages */

#contentText p, #contentTextFullWidth p {
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 1.2em;
text-align: left;
line-height: 17px;
padding: 0px 25px 15px 0px;
}

#contentText a, #contentTextFullWidth a{
color: #659508;
text-decoration: underline;
}

#contentText a:hover, #contentTextFullWidth a:hover {
color: #659508;
text-decoration: none;
}

#contentText ul, #contentTextFullWidth ul{
list-style:none;
}

#contentText li, #contentTextFullWidth li {
clear: left;
list-style-image: url(../images/bullet.jpg);
text-align: left;
font-size: 1.2em;
line-height: 19px;
color: #333333;
margin-left: 31px;
}

#contentText ol{
list-style:none;
margin-bottom: 5px;
}

#contentText ol li {
clear: left;
list-style-image: url(../images/bulletgrey.jpg);
text-align: left;
font-size: 1.1em;
line-height: 19px;
color: #333333;
margin-left: 45px;
}

/* Collapsible div */

.expandable {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	display: none;
	margin-bottom: 5px;
}

.expandableFAQ {
	border-top: 1px dotted #aaaaaa;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	display: none;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}




/* Footer */

#footer{
text-align: center;
}

#smallprint p, #contentSmallprint p{
font-family: Arial, Helvetica, sans-serif;
color: #659508;
font-size: 1.1em;
text-align: center;
padding: 9px 0px 0px 0px;
}

#smallprint a, #contentSmallprint a{
color: #659508;
text-decoration: none;
}

#smallprint a:hover, #contentSmallprint a:hover{
color: #659508;
text-decoration: underline;
}

/* Contact form */

.field {
	margin: 3px 0px 0px 80px;
	color: #333333;
	font-size: 1.2em;
}

.apply{
	margin: 0px 0px 0px 0px;
	color: #333333;
	font-size: 1.2em;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 300px;
	border: 1px solid #ccc;
	background-color: #F5FDE8;
	color: #666;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0;
	padding: 2px;
	width: 70px;
	border: 1px solid #ccc;
	background-color: #F5FDE8;
	color: #666;
}

.checkbox {
clear: both;
	font-family: Arial, Helvetica, sans-serif;
	width: 15px;
	height: 15px;
	padding: 0px;
	margin: 3px 0;
	color: #666;
}

.sendBtn {
width: 85px;
height: 28px;
border: none;
background-color: transparent;
}

.errMsg { 
font-family:Arial, Helvetica, sans-serif;
color: #659508;
font-size: 1.0em;
padding-bottom: 3px;
} 

.errFld {
        border: 1px solid #659508;
} 

