body {
	background:url(/images/bg.jpg) repeat-x top;
	font:12px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
.clearing {
	clear:both;
}
#wrapper {
	background:url(/images/shadow.png) no-repeat;
	margin:11px auto 0px auto;
	padding:0px 50px;
	position:relative;
	width:955px;
}

/*BEGIN HEADER CONTAINER AND ALL INCLUDED ELEMENTS*/
#headerContainer {
	color:#fff;
	margin:0px auto;
	position:relative;
	text-align:right;
	width:955px;
}
	#headerContainer #topBar {
		background-color:#0065b7;
		color:#fff;
		height:55px;
		margin:0px 0px 0px 1px;
		padding:5px 20px 0px 0px;
		width:934px;
	}
	#headerContainer #indexHeaderImage {
		height:313px;
		width:955px;
	}
	#headerContainer #interiorHeaderImage {
		/*background:url(/images/interiorHeaderImage.jpg) no-repeat;*/
		height:161px;
		width:955px;
	}
	/* Slide Show */
	#slide1 {
		background: url(images/neHome.jpg) no-repeat;
	}
	#slide2 {
		background: url(images/wyHome.jpg) no-repeat;
	}
	#slide3 {
		background: url(images/neAgHome.jpg) no-repeat;
	}
	#slide4 {
		background: url(images/coHome.jpg) no-repeat;
	}
	#slide5 {
		background: url(images/arHome.jpg) no-repeat;
	}
	#slideshow {
		width:955px;
		height:313px;
		position:relative;
	}
		#slideshow #slidesContainer {
		  background-color:#69C;
		  color:#FFF;
		  margin:0 auto;
		  width:955px;
		  height:313px;
		  overflow:auto; /* allow scrollbar */
		  position:relative;
		}
			#slideshow #slidesContainer .slide {
			  margin:0 auto;
			  width:915px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
			  height:313px;
			}
			#slideshow #slidesContainer .slide h4 {
				margin:0;
				padding:60px 30px 0 0;
			}
			#slideshow #slidesContainer .slide h2,
			#slideshow #slidesContainer .slide p {
				color:#FFF;
				margin:0;
				padding:0 30px 0 0;
			}
			#slideshow #slidesContainer .slide a {
				color:#009933;
				font-weight:bold;
				text-decoration:none;
			}
			#slideshow #slidesContainer .slide a:hover {
				color:#fff;
				text-decoration:underline;
			}
			#slideshow #slidesContainer .slide h4.agCustomer {
				text-align:left;
				padding:150px 0 0 30px;
			}
			#slideshow #slidesContainer .slide h2.agCustomer,
			#slideshow #slidesContainer .slide p.agCustomer {
				text-align:left;
				padding:0 0 0 30px;
			}
			#slideshow #slidesContainer .slide h4.arkansas {
				text-align:left;
				padding:80px 0 0 30px;
			}
			#slideshow #slidesContainer .slide h2.arkansas,
			#slideshow #slidesContainer .slide p.arkansas {
				text-align:left;
				padding:0 0 0 30px;
			}
	/* End Slide Show */

a#logo {
	background:url(/images/logo.jpg) no-repeat;
	display:block;
	height:61px;
	position:absolute;
	left:20px;
	top:0px;
	width:161px;
}
/*main navigation styles*/
#navContainer {
	background-color:#fff;
	height:61px;
	margin:5px auto 0px auto;
	position:absolute;
	top:35px;
	width:918px;
	z-index:1000;
}
	.indexNav {
		left:20px;
	}
	.interiorNav {
		left:70px;
	}
#nav {
	color:#009933;
	float:right;
	font-size:14px;
	font-weight:bold;
	margin:25px 20px 0px 0px;
}
	#nav ul {
		list-style-type:none;
		margin:0px;
	}
	#nav ul li {
		display:block;
		float:left;
		padding:0px 15px;
		position:relative;
		z-index:1000;
	}
	#nav ul li a {
		background:url(/images/greenArrow.jpg) no-repeat 0px 23px;
		color:#009933;
		display:block;
		height:30px;
		text-decoration:none;
	}
	#nav ul li a:hover {
		background:url(/images/blueArrow.jpg) no-repeat 0px 23px;
		color:#0066cc;
	}
	#nav ul li ul {
		background-color:#fff;
		color:#003399;
		font-size:12px;
		left:10px;
		margin:0px;
		opacity:.9;
		padding:0px;
		position:absolute;
		top:36px;
		width:170px;
		z-index:1000;
	}
	#nav ul li ul li {
		display:block;
		float:none;
		padding:0px;
		text-align:left;		
	}
	#nav ul li ul li a {
		background:none;
		border-top:1px solid;
		border-color:#003399;
		height:auto;
		margin:0px 0px 0px 8px;
		padding:4px 0px 4px 0px;
		width:155px;
	}
	#nav ul li ul li a:hover {
		background:none;
	}
	#nav ul li ul li.first {
		border:none;
	}
/*styles and positioning for blue state buttons*/
#headerContainer #blueButtons {
	background:url(/images/buttonShadow.png) no-repeat;
	bottom:-38px;
	height:100px;
	left:0px;
	padding:10px 0px 0px 23px;
	position:absolute;
	width:935px;
	z-index:1000;
}
	a#neAg, a#wy, a#ne, a#co, a#ar {
		background:url(/images/blueButtons.png) no-repeat;
		height:79px;
		display:block;
		float:left;
		width:183px;
	}
	a#neAg {
		background-position:0px 0px;
	}
		a:hover#neAg {
			background-position:0px -81px;
		}
	a#wy {
		background-position:-185px 0px;
	}	
		a:hover#wy {
			background-position:-185px -81px;
		}
	a#ne {
		background-position:-370px 0px;
	}
		a:hover#ne {
			background-position:-370px -81px;
		}
	a#co {
		background-position:-555px 0px;
	}
		a:hover#co {
			background-position:-555px -81px;
		}
	a#ar {
		background-position:-740px 0px;
	}
		a:hover#ar {
			background-position:-740px -81px;
		}
/*small state buttons on interior pages*/
#headerContainer #smallButtons {
	bottom:-2px;
	float:right;
	height:25px;
	position:absolute;
	right:20px;
}
	a#neAgSmall, a#neSmall, a#wySmall, a#coSmall, a#arSmall {
		background:url(/images/smallBlueButtons.png) no-repeat;
		display:block;
		float:left;
		height:25px;
	}
	a#neAgSmall {
		background-position:0px 0px;
		width:69px;
	}
		a:hover#neAgSmall {
			background-position:0px -26px;
		}
	a#neSmall {
		background-position:-69px 0px;
		width:68px;
	}
		a:hover#neSmall {
			background-position:-69px -26px;
		}
	a#wySmall {
		background-position:-138px 0px;
		width:70px;
	}
		a:hover#wySmall {
			background-position:-138px -26px;
		}
	a#coSmall {
		background-position:-207px 0px;
		width:69px;
	}
		a:hover#coSmall {
			background-position:-207px -26px;
		}
	a#arSmall {
		background-position:-276px 0px;
		width:71px;
	}
		a:hover#arSmall {
			background-position:-276px -26px;
		}
		
/*styles and positioning for side arrows*/
a#leftArrow, a#rightArrow {
	background:url(/images/sideArrows.png) no-repeat;
	display:block;
	height:60px;
	position:absolute;
	top:180px;
	width:65px;
	z-index:1000;
}
	a#leftArrow {
		background-position:0px 0px;
		left:-32px;
	}
		a:hover#leftArrow {
			background-position:0px -60px;
		}
	a#rightArrow {
		background-position:-60px 0px;
		right:-22px;
	}
		a:hover#rightArrow {
			background-position:-60px -60px;
		}
/*END HEADER CONTAINER STYLES*/

/*BEGIN CONTENT CONTAINER AND ALL ELEMENTS*/
#contentContainer {
	background-color:#fff;
	margin:0px auto;
	min-height:500px;
	padding:0px 15px 10px 15px;
	width:925px;
}
	#contentContainer a {
		color:#0066cc;
		text-decoration:none;
	}
	#contentContainer a:hover {
		color:#0066cc;
		text-decoration:underline;
	}
#contentContainer #winterGuard {
	background:url(/images/winterGuard.png) no-repeat;
	height:92px;
	margin-left:-10px;
	width:643px;
}
	a#wgl {
		background:url(/images/winterGuardIndexLogo.jpg) no-repeat;
		display:block;
		height:76px;
		margin:0px 0px 0px 32px;
		width:176px;
	}
	#contentContainer #winterGuard p {
		color:#000;
		font-size:14px;
		margin:-42px 0px 0px 0px;
		padding:0px 0px 0px 200px;
	}
	.tiny {
		font-size:12px;
	}
#contentContainer #leftColumn {
	float:left;
	font-size:14px;
	line-height:22px;
	position:relative;
}
	.indexLeftColumn {
		background:url(/images/flame.jpg) no-repeat 5px 8px;
		color:#0066cc;
		padding:10px 10px 10px 45px;
		width:200px;
	}
	.interiorLeftColumn {
		color:#000;
		padding:10px 10px 10px 10px;
		width:540px;
	}
	#contentContainer #leftColumn ul {
		list-style-type:disc;
		margin:0px 0px 0px -10px;
	}
	#contentContainer #leftColumn ul li {
		padding:2px 0px;
	}	
	#contentContainer #leftColumn #breadCrumbs {
		color:#000;
		font-size:11px;
		padding-bottom:15px;
	}
	a#print {
		background:url(/images/printIcon.jpg) no-repeat right;
		color:#666;
		display:block;
		font-size:12px;
		height:19px;
		padding:0px 25px 8px 0px;
		position:absolute;
		right:0px;
		top:10px;
	}
#contentContainer #middleColumn  {
	float:left;
	font-size:14px;
	line-height:22px;
	padding:5px 10px 10px 10px;
	width:330px;
}
#contentContainer #rightColumn {
	float:right;
	line-height:22px;
}
	.indexRightColumn {
		margin:-60px 0px 0px 0px;
		width:285px;
	}
	.interiorRightColumn {
		padding:20px 0px 0px 0px;
		width:300px;
	}
	#contentContainer #rightColumn #greenBox, #contentContainer #rightColumn .grayBox {
		margin-bottom:20px;
		min-height:130px;
		padding:20px 25px 10px 35px;
		position:relative;
		width:222px;
	}
	#contentContainer #rightColumn #greenBox {
		background:url(/images/greenBoxBg.jpg) no-repeat;
	}
	#contentContainer #rightColumn .grayBox {
		background:url(/images/grayBoxBg.jpg) no-repeat;
	}
	#contentContainer #rightColumn a#winterGuardBox {
		background:url(/images/winterGuardRight.png) no-repeat;
		display:block;
		height:91px;
		padding-bottom:20px;
		width:290px;
	}
	#contentContainer #rightColumn #rightNav {
		background:url(/images/rightColumnGrayShadow.png) no-repeat;
		color:#000000;
		font-size:14px;
		min-height:200px;
		padding:25px 20px 10px 40px;
		position:relative;
		width:230px;
	}
		#contentContainer #rightColumn ul {
			list-style-type:none;
			margin:10px 0px 0px -20px;
		}
		#contentContainer #rightColumn ul li {
			background:url(/images/carat.png) no-repeat 0px 10px;
			padding:3px 0px 3px 12px;
		}
		#contentContainer #rightColumn ul li a {
			color:#003399;
			padding:3px 0px;
			text-decoration:none;
		}
		#contentContainer #rightColumn ul li a:hover {
			color:#003399;
			text-decoration:underline;
		}
/*the following are the positioned icons in the right column index and interior pages*/
	#contentContainer #rightColumn #cent, #contentContainer #rightColumn #mountain,
		#contentContainer #rightColumn #email {
			display:block;
			height:50px;
			left:-20px;
			position:absolute;
			top:15px;
			width:48px;
		}
		#contentContainer #rightColumn #greenBox #cent {
			background:url(/images/centIcon.png) no-repeat;
		}	
		#contentContainer #rightColumn #mountain {
			background:url(/images/mountainIcon.png) no-repeat;
		}
		#contentContainer #rightColumn #email {
			background:url(/images/emailIcon.png) no-repeat;
		}
		#contentContainer #rightColumn #greyDot {
			background:url(/images/greyDot.png) no-repeat;
			display:block;
			height:51px;
			left:-10px;
			position:absolute;
			top:20px;
			width:51px;
		}
/*END CONTENT CONTAINER STYLES*/

/*BEGIN FOOTER CONTAINER AND ELEMENT STYLES*/
#footerContainer {
	background:url(/images/greyFlame.png) no-repeat 915px 20px;
	background-color:#b2b2b2;
	color:#333;
	margin:0px auto 20px auto;
	padding:10px 25px;
	width:905px;
}
#footerContainer a {
	color:#333;
	text-decoration:none;
}
#footerContainer a:hover {
	color:#333;
	text-decoration:underline;
}
	#footerContainer #leftFooter {
		float:left;
	}
		#footerContainer #leftFooter #leftFooterNav ul {
			list-style-type:none;
			margin:5px 0px 0px -45px;
		}
		#footerContainer #leftFooter #leftFooterNav ul li, #footerContainer #rightFooter #rightFooterNav ul li {
			border-right:1px solid;
			border-color:#333;
			display:inline;
		}
		#footerContainer #leftFooter #leftFooterNav ul li a, #footerContainer #rightFooter #rightFooterNav ul li a {
			color:#333;
			padding:0px 5px;
			text-decoration:none;
		}
		#footerContainer #leftFooter #leftFooterNav ul li a:hover, #footerContainer #rightFooter #rightFooterNav ul li a:hover {
			color:#000;
			text-decoration:underline;
		}
	#footerContainer #rightFooter {
		float:right;
		text-align:right;
	}
		#footerContainer #rightFooter #rightFooterNav ul {
			list-style-type:none;
			margin:0px 20px 18px 0px;
		}
	#footerContainer #leftFooter #leftFooterNav li.last, #footerContainer #rightFooter #rightFooterNav li.last {
		border:none;
	}
	#footerContainer .links {
		clear:both;
		float:right;
		line-height:18px;
		margin:-17px 25px 0px 0px;
		text-align:right;
		width:650px;
	}

/*Contact Form*/
label {
	float:left;
	width:100px;
}
input {
	width:200px;
}
.submit {
	margin-left:100px;
	width:auto;
}
/*FONT STYLES*/
h1 {
	color:#009933;
	font-size:32px;
	font-weight:normal;
	line-height:32px;
	margin:15px 0px;
}
h2 {
	color:#0066cc;
	font-size:18px;
	font-weight:normal;
	margin:8px 0px;
}
h3 {
	color:#003399;
	font-size:20px;
	font-weight:normal;
	margin:0px;
}
h4 {
	color:#fff;
	font-size:34px;
	font-weight:normal;
	margin:8px 0px;
}	
h5 {
	background-color:#0065b7;
	color:#fff;
	font-weight:normal;
	margin:5px 0px 0px -25px;
	padding:0px 0px 0px 25px;
	width:200px;
}	
h6 {
	color:#666;
	font-size:16px;
	font-weight:bold;
	margin:5px 0px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	