body {
	background:#e9e9e9 url('../images/bgnsturf.jpg');
}

#background {
	background:#e9e9e9 url('../images/grass.jpg');
}

/* container-fade will put the fade to the left and right of container */
#container-fade {  
	background:url('../images/background-fade.png');
	width: 1023px;
	margin:0px auto;
}
#container {
	background: url('../images/container-bg.png');
	margin:0px auto;
	width:925px;
	padding:15px 25px;
}

#header {
	height:76px;
	width: 925px;
}

#headerlogo {
	clear: both;
	float: left;
	width: 385px;
	height: 100%;
}

.logo {
	float:left;
}

nav ul li a:hover {
background-image: linear-gradient(top, #f3d682 50%, #edbd36 50%);
background-image: -o-linear-gradient(top, #f3d682 50%, #edbd36 50%);
background-image: -moz-linear-gradient(top, #f3d682 50%, #edbd36 50%);
background-image: -webkit-linear-gradient(top, #f3d682 50%, #edbd36 50%);
background-image: -ms-linear-gradient(top, #f3d682 50%, #edbd36 50%);
}

#navigation {
	float:right;
	background:url('../images/nav_leftTab.png') top left no-repeat;
	width:540px;
	position:relative;
	z-index:50;
}

#navigation ul {
	margin-left:4px;
	padding-top:1px;
	padding-left:1px;
	background:url('../images/nav_rightTab.png') top right no-repeat;
	height:32px;
}

#navigation ul li {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	float:left;
}

#navigation ul li a {
	display:block;
	text-indent:-9999px;
	border-left:1px solid #347d27;
	border-right:1px solid #58ab4a;
	padding:6px 15px 6px 15px;
}

#navigation ul li.home a {
	background:url('../images/navSprite.png') 18px 9px no-repeat;
	width:46px;	height:13px;
}
#navigation ul li.about a {
	background:url('../images/navSprite.png') -63px 9px no-repeat;
	width:65px;	height:13px;
}
#navigation ul li.products a {
	background:url('../images/navSprite.png') -163px 9px no-repeat;
	width:70px;	height:13px;
}
#navigation ul li.resources a {
	background:url('../images/navSprite.png') -267px 9px no-repeat;
	width:120px;	height:13px;
}
#navigation ul li.contact a {
	background:url('../images/navSprite.png') -423px 9px no-repeat;
	width:70px;	height:13px;
}

#navigation ul li a:hover {
	background-color:#2a601a;
}

#navigation ul li.last a {border-right:0px;}
#navigation ul li.first a {border-left:0px;}


/*expanded nav*/
#navigation ul li ul {
	position:absolute;
	left:-999em;
	float:left;
	height:auto;
	margin:0px;
	padding:0px;
}

#navigation ul li:hover ul {
	background:#2a601a;
	left:auto;
	width:220px;
	margin-left:0px;
	border:0px;
}

#navigation ul li.last:hover ul {
	left:auto;
	margin-left:-115px;
} 

#navigation ul li:hover ul li {
	font-size:13px;
	line-height:18px;
	text-align:left;
	font-family:arial;
	margin:0px;
	border:0px;
}

#navigation ul li:hover ul li a {
	background-image:none;
	height:auto;
	padding:5px 10px;
	line-height:18px;
	display:block;
	text-decoration:none;
	border-top:1px solid #3b7b28;
	width:199px;
	color:#ffffff;
	text-indent:0px;
}

#navigation ul li:hover ul li:hover a {
	background:#53a83e;
	color:#ffffff;
}

/*end expanded*/

#navBlock {
	float:left;
	width:240px;
	padding:0px;
}

#navBlock h2 {
	background:#358629;
	display:block;
	padding:10px;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
	font-family:"Lucida Sans", "Lucida Grande";
	font-size:13px;
}

.cbox {
	background:#eeeeee;
	padding:15px;
	margin-bottom:15px;
	padding-top:5px;
}

.subNav {}

.subNav li {
	font-family:arial;
	font-weight:bold;
	font-size:14px;
}

.subNav li a {
	color:#349439;
	text-decoration:none;
	padding:10px 5px;
	display:block;
	border-bottom:1px solid #cccccc;
}

.subNav li a:hover, .subNav li.current a {
	background:#f5f5f5;
	color:#0c6a1e;
}

.gallery {
	margin-bottom:20px;
}

#content {}

#contact-container {
	float: left;
	height: 29px;
	width: 540px;
}

#contactInfoLeft {
	height:19px;
	width: 272px;
	float: left;
	color: #5fa936;
	font-size: 12px;
	padding-top: 10px;
	font-style: italic;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#contactInfo {
	height:29px;
	width: 268px;
	float: right;
	padding-top:0px;
}

#contactInfo h2 {
	padding-top:5px;
	font-family:"Lucida Sans", "Lucida Grande";
	font-weight: lighter;
	font-size: 16px;
	color: #666;
	text-align:right;
}

#contactInfo a {
	color: #666;
	text-decoration: none;
	font-weight: lighter;
}
	
#contactInfo h2 a {
	color: #666;
	text-decoration: none;
	font-weight: lighter;
}

hr {
	height:1px;
	border:0px;
	background:#bcbcbc;
	color:#f0f0f0;
	margin:15px 0px;
}


.newsBlock {
	margin-left: 5px;
	margin-right:15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C7C7C7;
	background-color: #F0F0F0;
	float:left;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:12px;
	width:267px;
	height:227px;
}

.newsBlock p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
	font-weight: bold;
	margin:0px 0px;
}

.newsBlock h2 {
	font-family:"Lucida Sans", "Lucida Grande";
	font-size:20px;
	color:#239549;
	margin-top:10px;
}

.weather {
	margin-right:0px;
	background:url('../images/newsBlockweather.jpg') no-repeat;
}

.bodyTxt {
	float:right;
	width:665px;
}

.bodyTxt p {
	font-family:arial;
	font-size:13px;
	line-height:18px;
	color:#333333;
	margin:15px 0px;
}

.bodyTxt h3 {
	font-family:"Lucida Sans", "Lucida Grande";
	font-size:15px;
	color:#239549;
	margin-bottom:3px;
}

.bodyTxt a {
	color:#0d79ab;
}

.bodyTxt h2 {
	font-family:"Lucida Sans", "Lucida Grande";
	font-size:15px;
	color:#239549;
	margin-bottom:10px;
}

.bodyTxt h5 {
	font-family:"Lucida Sans", "Lucida Grande";
	font-size:13px;
	color:#999999;
	margin-bottom:10px;	
}

.bodyTxt td {
	font-family:arial;
	font-size:13px;
	line-height:18px;
	color:#333333;
	padding:5px;
}

.prodQuick {
	background:#f0f0f0;
	float:left;
	padding:20px;
	margin:12px;
	width:150px;
}

.prodQuick h6 {
	font-family:"Lucida Sans", "Lucida Grande";
	font-size:11px;
	text-align:center;
	margin:10px 0px;
}

.prodQuick  a {
	color:#6eb643;
}

.data {
	float:right;
}

.data a {
	background:#83d055;
	display:block;
	float:left;
	margin:0px 5px;
	padding:7px 7px 6px 7px;
	font-family:"Lucida Sans", "Lucida Grande";
	font-weight:900;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px solid #6eb643;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.data a:hover {
	background:#6eb643;
	text-decoration:underline;
}

.bodyTxt p.subnote {
	font-size:11px;
	color:#999999;
	font-style:italic;
}

.bodyTxt h1 {
	font-family:"Lucida Sans", "Lucida Grande";
	font-size:24px;
	color:#239549;
	margin:15px 0px;
}

.bodyTxt h4 {
	font-family:"Lucida Sans", "Lucida Grande";
	font-size:24px;
	color:#239549;
	margin:30px 0px 15px;
}

#bottom-text {
	width: 925px;
	height: 7px;
	padding-top: 10px;
	color: #7e7a7a;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#bottom-text a {
	text-decoration: none;
	color: #7e7a7a;
}

#bottom-text-left {
	width: 462px;
	clear: both;
	float: left;
}

#bottom-text-right {
	width: 462px;
	float: right;
	text-align: right;
}

#footer {
	margin:0 auto;
	width:960px;
	position:relative;
	height:50px;
}

#footer {
	font-family:tahoma;
	font-size:11px;
	line-height:18px;
	padding:10px 15px;
	color:#7e7a7a;
}

#footer p a {
	color:#7e7a7a;
	text-decoration: none;
}

/* panes */

#flowpanes {
	background: #ffffff;	
	width:921px;
	height:314px;	
	margin-bottom:20px;
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	width:921px;
	height:314px;	
}

/* override the root element to enable scrolling */
	#flowpanes {
		position:relative;
		overflow:hidden;
		float:right;
	}

	/* override single pane */
	#flowpanes div {
		float:left;
		display:block;
		width:921px;
		font-size:14px;
	}
	

	/* our additional wrapper element for the items */
	#flowpanes .items {
		width:20000em;
		position:absolute;
		clear:both;
		margin:0;
		padding:0;
	}

	#flowpanes .less, #flowpanes .less a {
		color:#999 !important;
		font-size:11px;
	}

	p.caption {
		margin-top:325px;
		margin-left:45px;
		font-size:13px;
		color:#ffffff;
		font-family:arial;
	}
	

#flownav .next {
	position:absolute;
	width:50px;
	height:50px;
	top:308px;
	right:0px;
	text-indent:-9999px;
	display:block;
}
#flownav .prev {
	position:absolute;
	width:50px;
	height:50px;
	top:308px;
	left:0px;
	text-indent:-9999px;
	display:block;
}

.results td {
	vertical-align:middle;
	padding:20px 50px;
	text-align:center;
}
.cbox .w-contacts-item {
position: relative;
}
.cbox .w-contacts-item i {
display: block;
position: absolute;
top: 0;
left: 0;
text-align: center;
font-size: 20px;
line-height: 21px;
height: 21px;
width: 21px;
}
.cbox .w-contacts-item-value {
margin: 0 0 12px 25px;
display:block;
font-size:14px;
font-weight:bold;
font-family: arial;
}
.cbox .w-contacts-item-value a {
color:#358629;
text-decoration:none;
}
.cbox .w-contacts-item-value a:hover {
color:#253523;
text-decoration: underline;
}
.clear {
	clear: both;
}

input:required, textarea:required {
    background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid { /* when a field is considered invalid by the browser */
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
.contact_form input:required:valid, .contact_form textarea:required:valid { /* when a field is considered valid by the browser */
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}
.form_hint::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;} /* change form hint color when valid */
.contact_form input:required:valid + .form_hint::before {color:#28921f;} /* change form hint arrow color when valid */
