
body {
	margin: 0;
	padding: 0;
	background-image: url(images/footer2.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	background-color: #99ccff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-size: 197%;
	color: #990000;	
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	color: #990000;
	
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
	padding: 5px;
	margin: 5px;
}

ol {
}

a {
	color: #996600;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 0px;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

.clear {
	clear: both;
}
/* header */

#header {
	width: 767px;
	height: 200px;
	margin: 0 auto;
	background: #fff url(images/header_top.jpg) no-repeat top center;
	overflow: hidden;
}


/*Newsletter */

.newsletter fieldset {
	margin: 0;
	padding: 5px;
	border: none;
}

/* Search */

#search {
	float: right;
	width: 280px;
	padding-top: 50px;
	padding-right: 5px; 
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none; 
}

#search legend {
	display: none;
}

#searchstring, #searchsubmit {
	border: 1px solid #EDEBD5;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #7F7772;*/
	color: #990000;
}

#searchstring {
	padding: 2px 5px;
	width: 198px;
	/*background: #FFFFFF url(images/img02.gif) repeat-x; */
	background-image: url(images/search.jpg);
	background-repeat: no-repeat;
	
}

#searchsubmit {
	background: #FFFFFF url(images/img03.gif) repeat-x left bottom;
}

#searchdiv {
	padding-top: 10px;
}

.searcherror {
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	font-family: Verdana;
	color: #9F0000;
}

.searchterm {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	color: #996600;
	border-bottom: 2px solid #996600;
	width: 250px;
}

/* Menu */
.header-text {
	position: relative;
	left: 395px;
	width: 440px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	font-family: Garamond, Georgia, Palatino;
	
}

html>body .header-text {
	top: -25px;
}

#menu {
	width: 767px;
	height: 40px;
	margin: -20px auto 0 auto;
	background: #FFFFFF url('images/nav-bg.jpg') repeat-x;
}

html>body #menu {
	margin: 0px auto 0 auto;
	}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

html>body #menu ul {
margin-top: -20px;
}

#menu li {	
	float: left;
	display: block;
	height: 25px;
	border-left: 3px solid #CCCCCC;
}

#menu li.first {
	border-left: 0px !important;
}

#menu a {
	display: block;
	width: 120px;
	height: 25px;
	padding-left: 15px;
	padding-right: 5px;
	text-align: center;
	text-decoration: none;
	/*font-weight: bold;*/
	font-size: 14px;
	color: #7F7772;
}

#menu a:hover {
	color: #990000;
	background-image: url(images/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}	

html>body #menu a {
	/*width: 80px;*/
}

#menu li.active {
	background: #EDEBD5 url(images/img05.gif) no-repeat;
}

#menu li.active a {
	background: url(images/img06.gif) no-repeat right top;
}

ul#topnav {
	margin: 0; 
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}

ul#topnav li {
	float: left;
	margin: 0; 
	padding: 0;
	position: relative; /*--Important--*/
}

ul#topnav li a {
	float: left;
	height: 25px;
}

a.find_local_food, a.find_local_food:hover {
	background: url(images/arrow_down.png) no-repeat right center !important;
	margin: 0 10px 0 -15px;
}

a.resources, a.resources:hover {
	background: url(images/arrow_down.png) no-repeat right center !important;
	margin: 0 10px 0 -15px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 30px; 
	left: 0;
	background: url('images/sub-bg.png') repeat;
	z-index: 99999;
	padding: 20px 20px 20px;
	float: left;	
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; 
	padding: 0;
	width: 180px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #CCC;
	border-left: 0px !important;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #99CCFF;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #F01925;
}
ul#topnav .sub ul li a {
	float: none;
	font-size: 14px;
	font-weight: normal !important;
	height: auto; /*--Override height from parent list item--*/
	width: 180px;
	padding: 2px 2px 0 5px;
	margin: 0;
	display: inline;
	text-decoration: none;
	text-transform: none !important;
	text-align: left !important;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	color: #FFFFFF;
	background-image: none !important;
}
ul#topnav .sub ul li a:hover {
	color: #FFFFFF;
	background: #996600;
}
/* Page */

#page {
	width: 767px;
	margin: 0 auto 0px auto;
	padding-bottom: 35px;
	background-color: #FFFFFF;
	background-image: url('images/aspar_bar.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Content */

#content {
	float: left;
	width: 510px;
	/*width: 750px;*/
	padding: 10px 20px;
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}

.twocols {
	clear: both;	
	margin: 0 auto;
	width: 720px;
}

.twocols .col1 {
	float: left;
	width: 230px;
}

.twocols .col2 {
	float: left;
	padding: 0 0 0 10px;
	width: 230px;
}

.profile_list li {
	list-style-type:none; 
	padding: 0px 0px 5px 0px;
}

.profile_link {
	font-weight: bold;
	background:url("images/img10.gif") no-repeat scroll left center transparent;
	padding-left: 10px;
}

.listing-info {
	padding: 0px;
	margin: 0px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
}

.events {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.events li {
	padding: 2px 2px 2px 30px;
	margin: 10px;
	background: url(images/calendar.gif) #EFEFEF no-repeat 5px center;	
}

.profiles {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.profiles li {
	padding: 2px 2px 2px 30px;
	margin: 10px;
	background: url(images/pdf.png) #EFEFEF no-repeat 5px center;	
	}
	
.more {
	padding: 0px 10px 10px 10px;
	font-weight: bold;
	background: url(images/img10.gif) no-repeat left center;
	float: right;
}

.pdf-profile-link {
	clear: both;
	font-size: 12px;
	position: relative;
	padding: 10px;
	margin: 10px 15px 0 12px;
	border: 5px solid #FFCA08;
	color: #333;
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 172px;
}

#news_section {
	padding: 0px 0px 20px 0px;
	width: 100%;
}

.news {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	
}

.news li {
	padding: 10px 10px 10px 40px;
	margin: 10px;
	background: url(images/icons/news.png) #F6F5E9 no-repeat 5px center;	
}

.links ul {
	padding-left: 0px;
	line-height: 5px;
	font-size: 11px;
	list-style: none;
}
.links ul li {
	padding-left: 0px;
}

.links h1 {
	font-size: 1.4em;
}

.hiddenPic {
display:none;
}

.product_month {
	font-size: 10px;
	}
	
.product {
	font-size: 14px;
	color: #000000;
	}

.small_text {
	font-size: 10px;
}

.youtube {
	padding-top: 10px;
	background: url(images/video-bg.jpg) no-repeat center;
	height: 240px;
}

.clear-both {
	clear: both;	
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}


#definitions {
	width: 250px;
	padding: 5px;
	line-height: 1.6em;
	color: #000000;
	font-size: 12px;
}

#organic {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#natural {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#traditional {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.link {
	text-decoration: underline;	
	color: #996600;
}

.link:hover {
	text-decoration: none;	
	color: #996600;
	cursor: pointer;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding: 20px;
	background: url(images/img11.gif) no-repeat;
}

#sidebar li ul {
}

#sidebar li li {
	padding: 5px 0;
	background: url(images/img12.gif) repeat-x left bottom;
}

#sidebar h2 {
	border-bottom: 1px solid #EDEBD5;
	font-size: 114%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	height: 10px;

}

#footer p {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #FFFFFF;
	}


/* Footer Navigation */

#footer_nav {

	width: 767px;
	margin: 0 auto 0 auto;
	padding-bottom: 10px;

}

#footer_nav li {	
	display: inline;
	border-bottom: 1px solid #CCCCCC;
}

#footer_nav a {
	width: 60px;
	padding: 10px;
	padding-left: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 11px;
	color: #7F7772;
}

#footer_nav a:hover {
	color: #990000;
	background-image: url(images/menu_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}	

 
/******Calendar Display ********/


#right-col {
	background: none repeat scroll 0 0 #FFFFFF;
	float:right;
	height: 100%;
	padding: 20px 0 0 0;
	width: 210px;
}

.calendar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 10px;
	background-image: url('images/cal.jpg');
	background-repeat: no-repeat;
	padding-bottom: 20px;
	}
		
.month {
	height: 140px;
	position: relative;
	top: 5px;
	}
	
.calendar table {
	text-align: center;
	width: 200px;
	text-transform: lowercase;
	}
	
.calendar tr {
	padding: 0px;
	}

.calendar a {
	color: #FFFFFF;
	font-family: Comic Sans Serif;
	text-decoration: none;
	}
	
.calendar a:hover {
	text-decoration: underline;
	}
	
#main_page {
	min-height: 440px;
	_height: 440px;
	}
/***** Listing Displays **********/
#listing {
	/*min-height: 300px;*/
	font-size: 12px;
	color: #000000;
	/*_height: 300px;*/
	}
/*
html>body #listing {
	
	}
	*/
#listing ul {
	list-style: none;
	}

#listing a {
	text-decoration: none;
	}

#listing a:hover {
	text-decoration: underline;
	}

#product_listing {
	color: #999999;
	font-size: 11px;
	}
	
#operation a:hover {
	border: 0px;
	padding: 0px;
	color: #990000;
	}
	
#operation h1
{
	color: #990000;	
}

#operation h2 
{
  color: #990000;
}

ul.operation_info 
{
	font-size: 16px;
}

ul.operations 
{
	font-size: 14px;	
}

.operation_item
{
	background: url("images/nav-bg.jpg") repeat-x scroll 0 0 #FFFFFF;
	margin: 10px 0;	
	padding: 5px 10px;
}

ul.products 
{
	font-size: 14px;	
}

ul.marketing_type 
{
	font-size: 14px;	
}

ul.business_links
{
	font-size: 14px;	
}

ul.event_listing
{
	font-size: 14px;	
}

ul.product_list
{
	font-size: 13px;	
	float: left;
	width: 130px;	
	padding: 0 10px;
}

li.product_title
{
	margin: 0 0 10px 0;	
	border-bottom: 1px solid #CCCCCC;
}

ul.producer_loc_list
{
	padding: 0 0 0 10px;	
}

li.location
{
	font-weight: bold;
}

a.product
{
	font-size: 18px;
}

ul.search_list 
{
	font-size: 13px;	
	float: left;
	padding: 0 10px;
	width: 120px;
}

ul.search_list li
{
	border-left: 3px solid #99CCFF;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
}

ul.search_list li:hover
{
	border-left: 3px solid transparent;
}

#operators {
	background-image: url('images/total_operations.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
#operators h2 {
	color: #000000;
	padding: 35px;
	font-size: 40px;
	text-align: center;
}

/* Locator Map Styling */

#google-locator {
	margin: 0 auto;
	width: 750px;
}

#map {
	border: 1px solid #CCCCCC;
	padding: 50px 0 0px 0;
	margin: 0 auto 10px auto;
}

#chalkboard {
	background-image: url('images/chalkboard_lrg.jpg');
	background-repeat: no-repeat;
	padding-bottom: 60px;
}

#side_bar {
	text-decoration: underline; 
	margin-left:10px; 
	line-height:2em;  
	overflow:auto; 
	height:280px; 
	width:300px
}

#products {
	margin-left:10px; 
	line-height:1.5em; 
	color: #FFFFFF;  
	overflow:auto; 
	height:280px; 
	width:300px
}



form label {
clear:left;
display:block;
float:left;
font-style:normal;
line-height:1.5em;
margin-bottom:0.5em;
padding-right:10px;
text-align:right;
width:70px;
}

form input {
margin-bottom:0.8em;
padding:0;
}

form select {
font-size: 0.9em;
margin-left:0.5em;
max-width: 200px;
}

.google_col_left {
	padding-left: 50px;
	padding-top: 50px;
	width:300px;
}

.google_col_left h3 {
	color: #FFFFFF;
	border-bottom: 2px solid #CCCCCC;
	padding-top: 10px;
}

.google_col_right {
	width:300px;
	padding-top: 50px;
	padding-right: 50px;
}

.google_col_right a {
	color: #FFFFFF;
}
	
.google_col_right a.hover {
	font-weight: bold;
}

.buttons {
	padding-left: 50px;
	padding-top: 10px;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#000000;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:10px 10px 10px 35px;
    background-repeat: no-repeat;
    background-position: 10px center;
	width: 230px;
}

.info a, .success a, .warning a, .error a, .validation a {
	color: #000000;
	text-decoration: underline !important;
}

.info a:hover, .success a:hover, .warning a:hover, .error a:hover, .validation a:hover {
	color: #999999;
	text-decoration: none !important;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/low.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/medium.png');
 }
 
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/high.png');
}
