* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #ffc800 url(../images/body-background.jpg) repeat-x 0 127px;
}
h1 {
	color: #4d4d4d;
	width: 235px;
	height: 52px;
	margin-top: 65px;
}
h2 {
	color: #4d4d4d;
	font-size: 2em;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #4d4d4d;
}
h3 {
	font-size: 1.5em;
}
p {
	color: #4d4d4d;
	padding: 10px 0;
	font-size: 1.2em;
}
p.b {
	font-weight: bold;
}
.homepagetext {
	color: #4d4d4d;
	font-size: 2.8em;
	font-weight: bold;
}
.homepageintroblurb {
	color: #4d4d4d;
	font-size: 1.5em;
}
div.whitebox {
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}
div.whitebox img {
	display: block;
	margin: 0 auto;
}
#rightcolumn li {
	color: #4d4d4d;
	font-size: 1.2em;
	margin-left: 40px;
}	
#header-container {
	width: 100%;
	height: 143px;
	background: #ffc800 url(../images/header-bg.jpg) repeat-x top left;
	border-bottom: 8px solid #ffffff;
}
#header {
	color: #333;
	width: 900px;
	height: 127px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}
#breadcrumbs {
	position: absolute;
	left: 300px;
	top: 110px;
	color: #000000;
	font-size: 0.7em;
}
#breadcrumbs ul#crumbs {
	list-style-type: none;
}
ul#crumbs li {
	display: inline;
}	
#header img {
	border: 0;
}
#wrapper { 
	margin: 0 auto;
	width: 922px;
}
#leftcolumn { 
	color: #333;
	margin: 42px 5px 5px 0px;
	padding: 0 10px 10px 10px;
	width: 195px;
	float: left;
}
#nav {
	position: absolute;
	z-index: 1;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 240px;
	position: relative;
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	display: block;
	padding: 10px;
	color: #666666;
	text-decoration: none;
	text-align: right;
	/*border-top: 1px solid #666666;
	border-right: 1px solid #666666;*/
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
#nav a.sub {	
	background: url(/images/arrow-up.gif) no-repeat 228px 13px;
	padding-right: 20px;
}

#nav a.suba {	
	background: #FFDB34 url(/images/arrow-upa.gif) no-repeat 150px 13px;
	padding-right: 20px;
}

#nav a.suba:hover {	
	background: #ffe77f url(/images/arrow-upa-over.gif) no-repeat 150px 13px;
	padding-right: 20px;
}

#nav a:hover.sub {background: url(/images/sub-over.jpg) no-repeat top left; }
#nav a.subactive {	
	background: url(/images/sub-over.jpg) no-repeat top left;
	padding-right: 20px;
}

#nav a.indent { padding-right: 20px; }
#nav li a.active {background: url(/images/nav-hover.gif) repeat-y top left;

}

#nav li.our-business a {
	color: #ffffff;
	font-weight: bold;
	background: #ffc800 url(/images/our-business.jpg) repeat-y top right;
}
#nav li.our-products a {
	color: #ffffff;
	font-weight: bold;
	background: #ffc800 url(/images/our-products.jpg) repeat-y top right;
}
#nav a:hover {
	color: #000000;
	text-decoration: none;
	background: url(/images/nav-hover.gif) repeat-y top left;
}

#nav li ul {
	position: absolute;
	width: 100px;
	left: -499em;
	padding: 0;
	margin-left: 239px;
	margin-top: -2.8em;
}
#nav li ul.odd {
	margin-top: -2.8em;
}
#nav li ul a {
	display: block;
	color: #666666;
	width: 135px;
	background-color: #ffdb34;
	margin: 0;
	padding: 10px;
	/*border-left: 1px solid #666666;*/
	border-left: 1px solid #ffffff;
	text-align: left;
}
#nav li ul a:hover {
	background-color: #ffe77f;
	background-image: none;
}
#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


#nav li ul li ul {
	position: absolute;
	width: 100px;
	right: 999em;
	padding: 0;
	margin-left: 166px;
	margin-top: -2.7em;
}

#nav li ul li:hover ul {
	right: auto;
}



#rightcolumn { 
	float: right;
	color: #6D6E71;
	margin: 42px 0px 5px 0px;
	padding: 0 10px;
	width: 615px;
	display: inline;
}
#footercontainer {
	width: 100%;
	height: 200px;
	margin-bottom: 50px;
	clear: both;
	background: url(../images/footer.jpg) repeat-x bottom left;
}
#footer {
	width: 600px;
	margin: 0 auto;
	padding-left: 150px;
	position: relative;
	height: 200px;
}
#footer ul {
	width: 650px;
	padding: 165px 0 0 0;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #6D6E71;
	font-size: 0.8em;
}
#pitchfork {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 156px;
	height: 194px;
	background: url(../images/pitch-fork-cork.png) no-repeat top left;
	padding-bottom: 5px;
}
/*contact form*/
form{
	margin:0;
	padding:0;
}
.required{
	color:#900;
	font-weight:bold;
}
fieldset{
	border:none;
	padding:0.5em 0 0 0;
	margin:1em 0;
	width:24em;
}
legend{
	font-size:1.2em;
	padding:0.3em 0;
	color: #4D4D4D;
}
label{
	display:block;
	padding:0.3em;
	font-size:1.2em;
	color:#000;
	position:relative;
	color: #4D4D4D;
}
fieldset div{
	margin:0 0 0.5em 3em;
}
fieldset div label{
	background:none;
	border:none;
	/*font-weight:bold;*/
	padding:0;
}
/*details is the personal details fieldset - allows control of input fields without ruining first fieldset layout*/
#details input{
	position:absolute;
	right:1em;
	width:20em;
}
#details label{
	padding:0.3em 1.2em 0.9em 0.3em;
	width: 25em;
}
#details label.clearfix{
	padding-bottom:2em; 
}

/*
textarea{
	width:20em;
	height:5em;
	float:right;
	margin-top:-1em;
	margin-bottom: 1em;
}
*/

.button{
	width:80px;
	height:28px;
	display:block;
	text-indent:-999em;
	background:#AF7703 url(../images/button_send.jpg) no-repeat top left;
	border:none;
	cursor:pointer;
	position:relative;
	margin-top:1em;
	float: right;
}

#contactTableV2
{
	text-align:center;
	width: 450px;
	color: black;
}

#contactTableV2 label
{
	font-size: 13px;
}

#contactTableV2 td
{
 padding: 5px 5px 5px 5px;
 text-align:left;  
 white-space: nowrap;
}

#contactTableV2 h3
{
color: #4A4A4A;
}

#contactTableV2 td.yellow
{
 background-color: #FFDD3D; 
}

#contactTableV2 label
{
	padding:0;
	margin:0;
}


#farmsafeSkills
{
margin-top: 20px;
margin-bottom: 20px;
margin-left:auto;
margin-right:auto
}

#farmsafeSkills td
{
	width: 200px;
}


#farmsafeSkills td label
{
	padding:0;
	margin:0;
}

.abutton{
	display:inline;
	background:#AF7703 url(../images/generic-button.png) no-repeat top left;
	border:none;
         color: white;
	cursor:pointer;
	position:relative;
	font-size:13px;
	text-decoration:none;
	padding: 6px 9px 6px 9px;
	font-weight: bold;
	line-height: 30px;
}

.abuttonlong{
	display:inline;
	background:#AF7703 url(../images/generic-button-long.png) no-repeat top left;
	border:none;
         color: white;
	cursor:pointer;
	position:relative;
	font-size:13px;
	text-decoration:none;
	padding: 6px 9px 6px 9px;
	font-weight: bold;
	line-height: 30px;
}






























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

.abutton {

}

.abuttonlong {

}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

.abutton {

}

.abuttonlong {

}

