/*<![CDATA[*/
body {
margin:auto; 
padding:0;
background-image:url(../content/images/background.jpg);
background-repeat: repeat-x;
background-color:#E7C444;

}

#wrapper {
	display:block;
	background: #ffffff;
	width:800px;	
	margin:0 auto;
}

#heading {
	background-image:url(../content/images/buildingbackground.jpg);
	background-position:center;	
	width:800px;
	height:150px;
}

#heading2 {
	background-image:url(../content/images/buildingbackground.jpg);
	background-position:center;	
	width:800px;
	height:150px;
}

#container {
	width: 800px;
	background: #fff ;	
}

	#include {
	width:585px;
	margin-top:15px;		
	padding-left:25px;
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	background-color:#fff;
}
	
	#content {
	width:585px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#Layer1 {
	position:absolute; 
	width:800px; 
	height:120px; 
	top: 2px; 
	
}	
	
#Layer2 {
	position:absolute;
	text-align:center;
	top:10px; 
	width:800px; 
	height:87px; 
	line-height: normal;
	
}

/********************************** RSS Feed Styling ************************************************/
/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 500px;
	 background-color: white;
	 border: 1px solid ##5F74CC;
	 
}
.rss-items {
	margin-top:0px;
	padding-top:20px;
	margin-left:5px;
	color:##0099ff;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 24px;
	background-color:#fff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: center;
}

.rss-title a {
	color:white;
}

.rss-item  {
  font-family: verdana, arial, sans-serif;
  font-size: 16px;
  font-weight : normal;
  list-style-image:url(../content/images/maeflist.jpg);
  line-height:20px;
  margin-left:25px;
}

.rss-item a {
	color:maroon;
	font-size: 105%;
	font-weight:bold;
	font-family:arial, sans-serif;
	}
	
.rss-item a:visited {
	color:#330066;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #F60;
	} 

	

/********************************** top menu styling ************************************************/
#topmenu ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align:right;
}

#topmenu ul li { display: inline; margin: 0; padding: 0px;}

#topmenu ul li a
{
margin:0;
text-decoration: none;
padding: 2px 1em;
font: .9em tahoma, arial, sans-serif;
font-weight:bold;
color: #222;
background-color: #3B3;
}

#topnav {width:800px; background:#290; height:20px; overflow:hidden;}



/********************************** sidemenu style commands******************************************/
#menu {
  	width:180px;
	height:auto;  	 
  	font-family: 'Comic Sans MS','Cooper Black';
	font-size:14px; 
	background-color: #ECE9D8;
	background-repeat:repeat-y;  	
	border: 1px none #000000;
	float:left; 
  	clear:left;
  	text-align:left;
	padding:0;
	z-index:100;
	}

#signup {
	display:block;
}

#signupmobile {
	display:none
}


/****First level menu area****/
#menu ul.topmenu {
display: block;
margin: 0px;
padding: 0px;
background-color: #ECE9D8;
height:300px;
}

/****Second level menu area without first level (may not be needed)****/
#menu ul.topmenu ul {
display: block;
margin: 0px;
padding: 0px;
background-color: #ECE9D8;
height:auto;
}

/****First level menu text****/
#menu ul.topmenu li {
display: block;
list-style: none;
position: relative;
margin: 0px;
font-size:15px;
padding : 15px 15px 0px 5px;
text-align:center;
}

/****Second level menu text area****/
#menu ul.topmenu li ul {
display: block;
position: absolute;
left: 20px;
top: 1em;
visibility: hidden;
width: 100%;
z-index: 1000;
background-color : #DCD9C8;
border : 1px solid #ECE9D8;
border-top: 0;
}

/****Second level menu text****/
#menu ul.topmenu li ul li {
margin: 0 0 0 0em;
padding: 0;
display: block;
width: 92%;
background-color : #DCD9C8;
color : #000;
font-size:12px;
}

/****First level links****/
#menu ul.topmenu a {
color:#CC0000;
text-decoration:none;
text-align:center
} 

/****Second level links****/
#menu ul.topmenu li ul li a {
display: block;
margin: 0;
width: 100%;
color : #CC0033;
}

/****Hover opeartions****/
#menu ul.topmenu li.submenu:hover { padding-bottom: 2em; z-index:1000; }
#menu ul.topmenu li.submenu:hover ul { left: 8em; visibility: visible; z-index:1000; } 
#menu ul.topmenu li.submenu:hover ul li { margin-left: 4px; z-index:1000; } 
#menu ul.topmenu li.submenu:hover ul li:hover { background-color: #CCC9B8; z-index:1000; }
	

/****This controls the newsletter and ag tag sections on the left side****/	
#menu_footer {
position:relative;
top:100px;
width:180px;
text-align:center;
background-color:#ECE9D8;
}
	
/**** This controls the page footer****/

#footer {
	background-color: #ECE9D8;
	font:.8em verdana, tahoma, arial;
	text-align:center;
	margin-top:20px;
	width:800px;
	height:4em;
	color:#900;
	border-color:#ECE9D8;
	
}

/****This is for various table styles****/
table {
	font-size:12px;
	margin:auto;
	text-align:center;
}	
	
table tr td img {
	padding-bottom:20px;
}

table.wide{
	width:500px;
	margin:auto
}

table.wide tr td {
	padding:10px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-size:14px;
	width:250px;
}

table.tableleft {
	text-align:left;
}


table.sponsors {
	color:#966;
	width:500px;
}

table.sponsors tr td {
	width:230px;
	padding:5px;
}


table.sponsors h2 {
	padding:0px;
	margin:0px;
	width:495px;
	height:45px;
	background-image:url(../content/images/MAEFFarmTopA.JPG);
	background-repeat:no-repeat;
	background-position:center;
	color:#FF0909;
}

table.sponsors h3 {
	font-style:italic;
	padding:0px;
	margin:0px;
	width:495px;
	height:35px;
	background-image:url(../content/images/MAEFFarmTopB.JPG);
	background-repeat:no-repeat;
	background-position:center;
	color: #996600;
}

/****General parahraph rules and styles****/
p {
	font-size:12px
}	

p.justify {
	padding:5px;
	text-align:justify;
}

p.italics {
	font-style:italic;
}

p.center {
	text-align:center;
}

p.bold {
	font-weight:bold;
}

p.spaced {
	line-height: 1.5em;
	padding: 20px;
}

/*********************************List Styles*********************************/

#content ul li {
	display:block;	
	padding-right:3em;
	padding-bottom:.25em;
	list-style:disc;
	font-size:.8em; 
	color:#000; 
	line-height:1.1em;
	}

#content ul li ul{
	padding-top:.25em;
}

#content ul li ul li{
	margin-left:1em;
	list-style:circle;
	padding-bottom:0;
}

#content ul li.bold {
	font-weight:bold;
	}
#content ul li.italic {
	font-style:italic;
	}	

#content ol, ol li, ol ul ul li {
	font-size:1em;
}

#content ol ul li {
	margin-left:-3em;
	list-style:none;
}

#content ol ul ul li {
	margin:0;
	list-style:square;
}
	
#content ul li.maef { 
    margin-left:20px;
	background:none; 
	list-style-image:url(../content/images/maeflist.jpg);
	line-height:17px;
}

#content ul.maef li { 
    margin-left:20px;
	background:none; 
	list-style-image:url(../content/images/maeflist.jpg);
	line-height:17px;
}

#content ul.boldlist li {
	list-style:none;
	font-weight:bold;
	text-align:left;
	font-size:12px;
	padding-bottom:5px;
	padding-right:0px;
}

#content ul.boldlist ul li {
	font-weight:normal;
	margin-left:-3em;
	list-style:none;
	padding-right:0px;
}

	
/************************** end content bullets / start basic styles *******************/

/****Links****/

a:link {
	color: #CC0033;
}
a:visited {
	color: #CC0033;
}
a:hover {
	color: #FF9933;
}
a:active {
	color: #CC0033;
}

/****Headline styles****/
	
h1 {
	font-family:"Cooper Black";
	color:#666;
	font-size:22px;
	padding-bottom:0px;
}							 

h1.address {
	font-family:"Comic Sans MS";
	color:#666;
	font-size:12px;
	line-height:.125em;
	text-align:center;
	padding-bottom:2px;
}	

h1.mission {
	font-family:"Comic Sans MS";
	color:#063;
	font-size: 16px;
	text-align:center;
}

h2 {
	font-size:x-large;
	color:#000;
	margin: 10px 0px 35px 0px;
	text-align:center;
	font-weight:bold
}

h3 {
	font-size:medium; 
	margin: 10px 0px 5px 0px;
}

h4 {
	font-size: medium; 
	font-weight: bold; 
	font-style: italic;
}	

h5 {
	font-size:large;
	color:#F60;
	margin:5px;
}


	
/****Text and Background Color Styles****/
#RedWhite {
	color:#FFF;
	background-color:#F30;
}

#RedWhite a {
	color:#FDE;
}

#justify {
	text-align:justify;
}
	
#center {
	text-align:center;
}

/****Specific Font Styles****/


.CooperLarge {
	font-family: "Cooper Black";
	font-size: 24px;
}

.CooperMedium {
	font-family: "Cooper Black";
	font-size: medium;
}

.Cooper {
	font-family: "Cooper Black";
}

.CooperExtended {
	font-family: "Cooper Black";
	letter-spacing: 1.5px;
	line-height:1.25em;
}

.BookAntiquSmall {
	font-family: "Book Antiqua";
	font-size: 12px;
	height: auto;
}
.BookAntiqua {
	font-family: "Book Antiqua";
	font-size: medium;
}
.fancy {
	font-family: "Lucida Calligraphy"; 
	font-size: 14px; }

.ComicSans {
	font-family: "Comic Sans MS"
}

.ComicSansLarge {
	font-family: "Comic Sans MS";
	font-size: large;
}

.medium {
	font-size:medium;
}

.xsmall {
	font-size:x-small;
}

.xlarge {
	font-size:x-large;
}

.style17 {
	color: #990000; 
}

.style24 {
	color: #CC0033;
}

.style25 {
	color: #CC3300;
	font-weight: bold;
	font-size: medium;
}

.style31 {
	color: #333333
}

