/*************  From previous menu.css  ****************/

.menu
{
	position: absolute;
	visibility: hidden;
	left: 149px;
	top: 0;
	min-width: 100px;
	background: #CEC;
	background: #bcdebc;
	border: 1px solid #797;
	padding: 0;
	padding-top: 2px;
	font-size: 16px;
	margin: 0;
	margin-top: -3px;
	list-style-type: none;
	z-index: 50;
	font-size: 90%;
}

.menu li
{
/* 	border: 1px solid #9F9; */
	margin: 0 6px;
	margin-bottom: 4px;
	border-bottom: 1px solid #797;
}

.menu li.last
{
	border: 0;
}

.menu a
{
	display: block;
	width: auto;
	color: #141;
	color: #296129;
	padding-right: 0.2em;
	text-decoration: none;
}

.menu a:hover
{
	padding-left: 0.2em;
	padding-right: 0;
	color: #363;
}
/*************  End of content from previous menu.css  ****************/

body
{
	background-color: #9bb29b;
	font-family: sans-serif;
	font-family: arial;
	font-family: helvetica;
	color: #444;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

a
{
	color: #225;
}

img
{
	border: 0;
}

#toggler
{
	background: #222;
	color: #aaa;
	border-bottom: 2px solid #111;
	padding: 8px;
	margin-bottom: 15px;
	margin-top: -15px;
}

#top_border
{
	background: url(images/top.png);
	height: 9px;
	width: 988px;
	margin: auto;
	overflow: hidden;
}

#container
{
	position: relative;
	width: 988px;
	margin: auto;
	background: url(images/middle_bg.png);
}

#top
{
	position: relative;
	height: 140px;
	width: 970px;
	margin: auto;
	overflow: hidden;
	background: #c4dcc4;
	background: #bfecbf;
	background: #bcdebc;
}

#top div {
	display: inline-block;
}


#logo
{
	width: 13%;
	height: 127px;
	color: white;
	margin-left: 12px;
	margin-right: auto;
	margin-top: 6px;
	text-align: right;
}

#logo img {
  max-height: 80%;
  margin-top: .8rem;
}

.ovfcname {
  width: 58%;
  text-align: center;
}

.ovfcname div {
  display: block;
  font-size: 1.75rem;
  text-transform: uppercase;
  position: relative;
  top: -2.45rem;
  font-family: serif;
  text-align: center;
  border-top: 2px black solid;
  border-bottom: 2px black solid;
  padding: .2rem;
}

.ovfcname p span {
  border-top: crimson 1px solid
}

#top_stats
{
	position: absolute;
	top: 0;
	right: 0;
	height: 130px;
	padding: 10px 20px 0px 15px;
	background: #728472;
	background: #4d6f4d;
	color: #CCC;
	font-weight: bold;
	display: block;
}

#top_stats h2
{
	color: white;
	font-size: 14pt;
	margin: 0;
}

#top_stats ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 0.5em;
}

#top_stats .selected
{
	color: #6C6;
}

#top_stats .last
{
	margin-top: 0.5em;
}

#top_stats a
{
	color: white;
}

#status_bar
{
	background: #728472;
	background: #4d6f4d;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	height: 23px;
	margin: 0 9px;
	padding: 0 9px;
	color: #c3f1c3;
	line-height: 23px;
	font-size: 0.9em;
	vertical-align: middle;
	text-align: right;
}

#status_bar a
{
	color: #FFF;
}

#top_shadow
{
	position: absolute;
	top: 165px;
	left: 9px;
	background: url(images/top_shadow2.png);
	height: 8px;
	width: 971px;
	z-index: 100;
}

#middle_container
{
	position: relative;
	background: #c4dcc4;
	background: #bcdebc;
	margin: 0 9px;
}

#nav_container
{
	position: relative;
	width: 144px;
	padding-top: 10px;
	height: 100%;
	float: left;
}

#nav
{
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 3px;
}

#nav li
{
	margin: 0;
	margin-bottom: 4px;
	font-size: 16px;
	padding: 0;
	padding-left: 12px;
	border-bottom: 1px solid #9B9;
	overflow: hidden;
}

#nav a
{
	color: #296129;
	display: block;
	width: auto;
	text-decoration: none;
}

#nav.colored li.essential a, #submenus.colored li.essential a
{
	color: #A33;
}

#nav.colored li.unimportant a, #submenus.colored li.unimportant a
{
	color: #222;
}

#nav.colored li.important a, #submenus.colored li.important a
{
	color: #393;
}

#nav a:hover
{
	color: #585;
/* 	text-decoration: underline; */
}

#main_content
{
	margin-left: 149px;
	border-left: 1px solid #9B9;
	padding: 10px 20px;
/* 	text-align: justify; */
	background: white;
	min-height: 310px;
}

#bottom_border
{
	background: url(images/bottom.png);
	height: 9px;
	width: 988px;
	margin: auto;
	overflow: hidden;
}

h2
{
	margin-top: 0.5em;
	color: #222;
}

h3
{
	color: #444;
	margin-bottom: 0;
}

h4
{
	color: #666;
	margin-bottom: 0;
}

.indent
{
	margin-left: 1.5em;
	margin-right: 1.5em;
}

.clearer
{
	clear: both;
}

/*************  May 2020 - BR - hide box on shopping cart to order by product ID  ****************/
.order-by-prodid {
  display: none;
}

/*************  March 2021 - BR - hide login form on status bar - doesn't work  ****************/
/*************  This is so producers can access their numbers from last year - for tax purposes  ****************/
#status_bar form {
  display: none;
}
