* { margin: 0; padding: 0 }
		
		p { text-align: left; margin: 15px 0;  }
		
		p, ul { font-size: 15px; line-height:1.8em; } 
		
		p a, li a { color: #ae9144; text-decoration: underline;}
		p a:hover, li a { color: #000; text-decoration: underline;}
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		
		h3 { margin-bottom: 5px; padding-bottom: 3px; text-align: left; font-style:italic;}
		
		h4 { margin-bottom: 5px; padding-bottom: 3px; text-align: left; font-style:italic; font-size:14px;}
		
		body {
			font-family:"Trebuchet MS", Helvectica, Verdana, Arial, sans-serif;
			background: url(../images/bg.jpg) top left repeat;
			color: #000;
			width: 900px;
			margin: auto;
			text-align: center;
			padding-bottom: 20px;
		}
/*=====================
Header
=====================*/			
#header {
background: url(../images/header.jpg) no-repeat;
width:100%;
height:97px;
margin:20px 0 -30px 45px;
}

/*=====================
Main Content Area
=====================*/			
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			width: 840px;
			position: relative;
			margin: 0;
			height: 600px;
			background: url('../images/back.gif') 40px 29px no-repeat;
			overflow: hidden;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 500px;
			clear: both;
			padding-top:30px;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		.stripNav a { /* The nav links */
			font-size: 16px;
			text-align: center;
			line-height: 32px;
			background:#8d7a0e;
			height:30px;
			width:103px;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0;
		}
		
		.stripNav a:hover {
			color:#3f3f02;
		}
		
		.stripNav a.current {
			background: #ae9144;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
		
/*=====================
Image Classes
=====================*/		
img.thumbs {
border:2px solid #888;
padding:2px;
margin:3px;
}

img.thumbs:hover{
border:2px solid #f2e49b;
padding:2px;
margin:3px;
}
		
img.left {
float:left;
margin:10px 20px 15px 5px;
border:3px solid #888;
padding:1px;
}

img.right {
float:right;
margin:30px 5px 15px 20px;
border:3px solid #888;
padding:1px;
}
		

#locallygrown {
background:url(../images/locally.jpg);
height:48px;
width:323px;
float:right;
margin-top:-130px;
margin-right:90px;
z-index:500;
position:relative;
}	

/*=====================
Forms
=====================*/	
form {
 padding:0px 0 0 20px;
 background:#8d7a0e;
 width:350px;
 margin-left:200px;
 text-align:left;
 font-size:14px;
 font-weight:bold;
 border:2px solid #ddd;
 color:#fff;
}

textarea {
background:#fff;
font-family:"Trebuchet MS", Helvectica, Verdana, Arial, sans-serif;
width:300px;
height:200px;
}

input {
text-align:left;
font-family:"Trebuchet MS", Helvectica, Verdana, Arial, sans-serif;
font-style:italic;
}

form .buttons {
 font-size: 12px; 
 color: #222; 
 margin-right: 6px;
 padding:5px;
 }
/*=====================
Footer
=====================*/			
#footer {
height:48px;
margin-top:-70px;
margin-left:-20px;
}

#footer p {
font-size:12px;
color:#fff;
text-align:center;
}

#footer p a {
color:#000;
text-decoration:underline;
}

#footer p a:hover {
color:#000;
text-decoration:none;
}
