a,
a:link,
a:visited,
a:hover,
a:active	{color:#2e4918; outline: none;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:1.6em Arial, Helvetica, sans-serif;margin:0;padding:0}
h2			{font:1.5em Arial, Helvetica, sans-serif;margin:0;padding:0}
h3			{font:1.4em Arial, Helvetica, sans-serif;margin:0;padding:0}

.pad5		{padding:5px;}
.sm9		{font-size:0.63em;}
.sm10		{font-size:0.69em;}

img {behavior: url(inc/pngbehavior.htc);}
#map img {behavior:none !important;}
#map {line-height:15px;font: 12px/14px Arial, Helvetica, sans-serif;}



/******   LAYOUT   ******/
* {outline-style: none;}

html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #2e4918;
	background:#fff url(../images/bg.gif) repeat-x;
	}
	
#wrapper	{
	width:976px;
	height:auto;
	margin: 0 auto;
	padding: 0 12px;
	text-align:left;
	background: url(../images/bgwrapper.png) repeat-y;
	font: 1.3em/1.5em Verdana, Arial, Helvetica, sans-serif;
	}
	
#header	{
	height:150px;
	margin:0 auto;
	}

#content	{
	width:980px;
	margin:0px;
	padding: 10px;
	min-height:500px;
    height:auto !important;
    height:500px;
	}

.home #content	{background:url(../images/homebg.gif) repeat-x;}

hr.jobs	{
	border:0px;
	border-top:1px dashed #E7C586;
	}



/******* FOOTER *******/
#footer	{
	font: 12px Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color:#705423;
	background: #f0d9b0;
	clear:both;
    height:100px;
	border-top:1px solid #dccaa9;
	text-align:left;
	}
#footer #container	{
	width:1000px;
	margin:0 auto;
	}
	
#footer a	{color:#705423;text-decoration:none;}
#footer a:hover	{color:#372911;text-decoration:underline;}
#footer li	{list-style:none;}
#footer #credit				 {float:right;width:115px;}
#footer #credit a 	 		 {color:#bfa373;text-decoration:none;}
#footer #credit a:hover 	 {color:#372911;text-decoration:none;}




table#directors td:first-line {font-weight:bold;}


/****************    NAV   ************/
#nav .menu {	
	behavior: url(inc/pngbehavior.htc);
	padding: 36px 0px 0 0;
    overflow: hidden;
    height: 0px !important;
    height /**/:36px;
	float:left;
	}
	
#nav a#home						{background:url(../images/nav-homenew.gif) no-repeat;width:54px;}
#nav a#home:HOVER, 
.home #nav a#home				{background:url(../images/nav-homenew-hover.gif) no-repeat;}

#nav a#industry					{background:url(../images/nav-industrynew.gif) no-repeat;width:84px;}
#nav a#industry:HOVER, 
.industry #nav a#industry			{background:url(../images/nav-industrynew-hover.gif) no-repeat;}
		
#nav a#agriculture				{background:url(../images/nav-agriculturenew.gif) no-repeat;width:110px;}
#nav a#agriculture:HOVER, 
.agriculture #nav a#agriculture		{background:url(../images/nav-agriculturenew-hover.gif) no-repeat;}

#nav a#community				{background:url(../images/nav-communitynew.gif) no-repeat;width:95px;}
#nav a#community:HOVER, 
.community #nav a#community			{background:url(../images/nav-communitynew-hover.gif) no-repeat;}

#nav a#employment				{background:url(../images/nav-employmentnew.gif) no-repeat;width:114px;}
#nav a#employment:HOVER, 
.employment #nav a#employment			{background:url(../images/nav-employmentnew-hover.gif) no-repeat;}

#nav a#about					{background:url(../images/nav-aboutnew.gif) no-repeat;width:57px;}
#nav a#about:HOVER, 
.about #nav a#about				{background:url(../images/nav-aboutnew-hover.gif) no-repeat;}

#nav a#directors				{background:url(../images/nav-directorsnew.gif) no-repeat;width:101px;}
#nav a#directors:HOVER, 
.directors #nav a#directors			{background:url(../images/nav-directorsnew-hover.gif) no-repeat;}

#nav a#contact					{background:url(../images/nav-contactnew.gif) no-repeat;width:75px;}
#nav a#contact:HOVER, 
.contact #nav a#contact			{background:url(../images/nav-contactnew-hover.gif) no-repeat;}

#nav a#links					{background:url(../images/nav-linksnew.gif) no-repeat;width:53px;}
#nav a#links:HOVER, 
.links #nav a#links			{background:url(../images/nav-linksnew-hover.gif) no-repeat;}

#nav a#news					{background:url(../images/nav-news.gif) no-repeat;width:51px;}
#nav a#news:HOVER, 
.news #nav a#news			{background:url(../images/nav-news-hover.gif) no-repeat;}
 
/******* HORIZONTAL NAV MENU  ***********/
#nav	{
	height:36px;
	}
*html #nav	{
	position:absolute;
	z-index:500;
	width:1000px; 
	} /*IE 6*/ 
		
ul#hrznav {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 1000px; /*For KHTML*/
  list-style: none;
  height: 36px;
  padding: 0;
  padding-left:80px;
	}

ul#hrznav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 36px;
  z-index:500;
	}

ul#hrznav li li{height:30px;}

ul#hrznav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 210px;
  list-style: none;
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
	}

ul#hrznav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}

/* Root Menu */
ul#hrznav a {
  padding: 2px 2px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #e1a913;
  font: 1.3em/1.90em Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#hrznav a:hover,
ul#hrznav li:hover a,
ul#hrznav li.iehover a {
  background: #2e4918;
  color: #FFF;
	}

/* 2nd Menu */
ul#hrznav li:hover li a,
ul#hrznav li.iehover li a {
  float: none;
  background:#3a5b1f;
  color: #c7dab7;
  border:1px solid #2e4918;
  font-size:1.1em;
  height:30px;
  text-indent:5px;
  	}
	
*html #nav	{z-index:500; position:relative;}



/* 2nd Menu Hover Persistence */
ul#hrznav li:hover li a:hover,
ul#hrznav li:hover li:hover a,
ul#hrznav li.iehover li a:hover,
ul#hrznav li.iehover li.iehover a {
  background: #2e4918;
  color: #FFF;
	}

/* 3rd Menu */
ul#hrznav li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#hrznav li:hover li:hover li a:hover,
ul#hrznav li:hover li:hover li:hover a,
ul#hrznav li.iehover li.iehover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 4th Menu */
ul#hrznav li:hover li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#hrznav li:hover li:hover li:hover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#hrznav ul ul,
ul#hrznav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#hrznav li:hover ul ul,
ul#hrznav li:hover ul ul ul,
ul#hrznav li.iehover ul ul,
ul#hrznav li.iehover ul ul ul {
  display: none;
	}

ul#hrznav li:hover ul,
ul#hrznav ul li:hover ul,
ul#hrznav ul ul li:hover ul,
ul#hrznav li.iehover ul,
ul#hrznav ul li.iehover ul,
ul#hrznav ul ul li.iehover ul {
  display: block;
	}


/* BUTTONS */

button, a.button	{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #ccc;
    font: 100% "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
button, a.button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
button[type], a.button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

/* STANDARD */

button:hover, a.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.button a:active, a.button:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, a.button.positive{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
button.positive:hover, a.positive:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
button a.positive:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* NEGATIVE */

button.negative, a.negative{
    color:#d12f19;
}
button.negative:hover, a.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.button a.negative:active, a.button{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}




/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
	z-index:500;
	border-bottom:1px solid #e9d9c0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}



h1.headingtitle	{
	font: bold 24px Arial, Helvetica, sans-serif;
	color:#2e4918;
	text-decoration:none;
	}

ul#projects li:hover h1.headingtitle {color:#2e4918;}
ul#projects li:hover h1.headingtitle {color:#fff;}


ul#projects			{margin:0;padding:0;margin-left:15px;}
ul#projects li img	{display:block;}
ul#projects li	{
	list-style:none;
	width:210px;
	padding:8px;
	display:block;
	background:#97b281;
	float:left;
	margin:0px 5px;
	min-height:360px;
    height:auto !important;
    height:360px;
	}

ul#projects li em	{
	display:block;
	font:bold 16px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#cc140f;
	text-decoration:none;
	padding:3px 4px 0px 4px;
	}

ul#projects li:hover, ul#projects li:hover a	{background:#172909;color:#b3c2b3;cursor: pointer;
	}



.newsbox {background:#2E4918;width:850px;min-height:200px;height:auto!important;margin:300px auto 0 auto;position:relative;z-index:500;}
*:first-child+html .newsbox {margin-top:-50px;}
.newsbox a {color:#97B281;}
.newsboxtext {color:#97B281;position:relative;z-index:501;top:-50px;left:10px;}
*:first-child+html .newsboxtext {top:0px;}





/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	}	

#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#821e0c;
	font-variant:small-caps;
	font:bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	}

#contact span.state	{width:130px;float:left;text-align:right;}
	
#contact #zip {
	width: 60px;
	margin-right:12px;
	float: left;
	}
#contact #zipname	{width:27px;margin-left:13px;float:left;}
	
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}

textarea{overflow:auto;}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}
	
#contact .shhhh, .shhhh {display:none;}

#googlemap {width:600px; height:350px; margin:0 auto; border:2px double #ddd; color:#000;}
.communityentry {width: 305px; height:110px; float:left; margin:10px; margin-bottom:20px; text-align:left;}


/**JQUERY LIGHTBOX**/

#jquery-overlay {position:absolute; top:0; left:0; z-index:90; width:100%; height:500px;}
#jquery-lightbox {position:absolute; top:0; left:0; width:100%; z-index:100; text-align:center; line-height:0;}
#jquery-lightbox a img {border:none; }
#lightbox-container-image-box {position:relative; background-color:#fff; width:250px; height:250px; margin:0 auto;}
#lightbox-container-image {padding:10px; }
#lightbox-loading {position:absolute; top:40%; left:0%; height:25%; width:100%; text-align:center; line-height:0;}
#lightbox-nav {position:absolute; top:0; left:0; height:100%; width:100%; z-index:10;}
#lightbox-container-image-box > #lightbox-nav {left:0; }
#lightbox-nav a {outline:none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {width:49%; height:100%; zoom:1; display:block;}
#lightbox-nav-btnPrev {left:0; float:left;}
#lightbox-nav-btnNext {right:0; float:right;}
#lightbox-container-image-data-box {font:10px Verdana, Helvetica, sans-serif; background-color:#fff; margin:0 auto; line-height:1.4em; overflow:auto; width:100%; padding:0 10px 0;}
#lightbox-container-image-data {padding:0 10px; color:#666;}
#lightbox-container-image-data #lightbox-image-details {width:70%; float:left; text-align:left;}	
#lightbox-image-details-caption {font-weight:bold; }
#lightbox-image-details-currentNumber {display:block; clear:left; padding-bottom:1.0em;}			
#lightbox-secNav-btnClose {width:66px; float:right; padding-bottom:0.7em;}
