@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html {
}
body {
	background: url(../images/bg-main-gradient.jpg) repeat-x fixed;
	font: 100.01% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #114414;
}
img {
	border-style: none;
}


#wrapper {
	position:relative;
	width: 975px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	border-right: 1px solid #94B156;
	border-left: 1px solid #94B156;
}
.clear {
	clear:both;
}
a:link, a:visited {
	color: #795124;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #C68640;
}
.l {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.c {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.r {
	float: right;
	border: 1px solid #91AE52;
	padding: 2px;
	margin: 10px 20px 10px 10px;
}
.rn {
	float: right;
	padding: 2px;
	margin: 10px 20px 10px 10px;
}




#header {
	height: 215px;
	background: url(../images/header-bg.jpg) no-repeat left top;
	position: relative;
}
#header h1 {
	text-indent: -9999em;
	color: #114414;
}
#header h2 {
	text-indent: -9999em;
}

#mainNav {
	height: 35px;
	position: absolute;
	background: url(../images/mainNav-bg-gradient.jpg) repeat-x center center;
	bottom: 0px;
	width: 100%;
}
#splash {
	margin: 20px;
	height: 290px;
	width: 935px;
	border-top: 1px solid #795124;
	border-bottom: 1px solid #795124;
}
#splash img {
	margin: 0px 15px 0px 0px;
	float: left;
}
#splash #splashText {
	float: right;
	width: 370px;
}
#mainContent #splash h1{
	margin: 10px 0px;
}
#splash #splashText h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1em;
}
#splash #splashText p {
	line-height: 1.2em;
	font-size: 0.9em;
	margin: 0px 5px 0px 0px;
}
#splash #splashText ul {
	margin-left: 20px;
}
#splash #splashText ul li{
	font-size: .9em;
	line-height: 1.2em;
	list-style: circle;
}
#subNav {
	width: 100%;
	background: #D9E3C4;
	margin: 0px;
	height: 35px;
}
#mainContent #subNav h1{
	font-size: 0.8em;
	font-weight: normal;
	float: left;
}
#mainContent #subNav ul{
	margin-left: 20px;
}
#subNav ul li {
	list-style: none;
	display: block;
	line-height: 1em;
	float: left;
}
#mainContent #subNav ul li a:link, #mainContent #subNav ul li a:visited {
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 10px;
	font-size: 1em;
	border-bottom: 1px dashed #91AE52;
	padding-bottom: 3px;
}
#mainContent #subNav ul li a:hover, #mainContent #subNav ul li a:active {
	text-decoration: none;
	display: block;
	float: left;
	border-bottom: 1px solid #795124;
}
#mainContent #subNav ul li a.current {
	border-bottom: 1px solid #795124;
	cursor: default;
}
#mainContent #map {
	margin-right: 20px;
	margin-left: 20px;
}

#mainContent ol {
	margin-bottom: 20px;}






#mainContent h1 {
	font-size: 1.4em;
	margin: 10px 20px;
	color: #114414;
}


#mainContent  h2 {
	margin: 10px 20px;
	font-size: 1.3em;
	color: #795124;
}
#mainContent  h3 {
	margin: 10px 20px;
	font-size: 1.1em;
	font-weight: normal;
	color: #795124;
}


#mainContent p {
	margin: 10px 20px;
	font-size: 0.9em;
	line-height: 1.4em;
}
#mainContent ul {
	margin-left: 40px;
}
#mainContent ul li {
	margin-right: 20px;
	font-size: .9em;
}
#mainContent ol {
	margin-left: 40px;
}
#mainContent ol li {
	margin-right: 20px;
	font-size: .9em;
}



#mainContent #co-op ul {
	margin-left: 40px;
}
#mainContent #co-op ul li {
	font-size: .9em;
	font-weight: bold;
}

#mainContent #co-op h3 {
	margin-left: 20px;
	margin-bottom: 10px;
}
#mainContent #co-op p {
	margin-left: 20px;
}

#organic-nature {
	width: 615px;
	float: left;
	margin-left: 20px;
}

#co-op {
	float: right;
	background: #D9E3C4;
	border: 1px solid #B7CB8D;
	width: 300px;
	margin-right: 20px;
}
#organic-express {
	float: right;
	border: 1px solid #B7CB8D;
	background: #D9E3C4;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#mainContent #organic-express h3 {
	margin-left: 20px;
}
#mainContent a:link #organic-express {
	text-decoration: none;
}

#mainContent #organic-express p   {
	color: #114414;
	text-decoration: none;
	margin-left: 20px;
}
#mainContent a:link  #organic-express , #mainContent a:visited #organic-express{
	text-decoration: none;
	color: #114414;
}
#mainContent a:hover  #organic-express , #mainContent a:active #organic-express{
	text-decoration: none;
	color: #114414;
	background: #CDDAB1;
}
#mainContent #organic-nature h3 {
	margin-left: 0px;
}



#footer {
	background: url(../images/bg-footer-gradient.jpg) repeat-y;
	text-align: center;
	margin-top: 20px;
	border-bottom: 1px solid #809A47;
}
#footer ul {
	display: block;
}
#footer ul li {
	float: left;
	padding: 15px 18px;
	list-style: none;
}

#footer ul li a:link ,#footer ul li a:visited{
	color: #795124;
	text-decoration: none;
}
#footer ul li a:hover, #footer ul li a:active {
	text-decoration: underline;
}
#footer p {
	line-height: 2em;
	font-size: 0.9em;
}
#footer p a:link, #footer p a:visited {
	color: #114414;
	text-decoration: underline;
}
#footer p a:hover, #footer p a:active {
	text-decoration: none;
}
#mainContent blockquote {
	margin-right: 40px;
	margin-left: 40px;
}
#contact {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
