/* IFA CSS File-New */

/* ----------------------universal style rule ------------ */

*{
	/* block all browser default margins & padding */
	margin:0;
	padding:0;
	/* temporary borders */
	
}

.red{
	font-weight:normal;
	color:#900;
}

.hilitered{
	background-color:#900;
}

.hilitedarkyellow{
	background-color:#fc0;
}
.hiliteorange{
	background-color:#f93;
	}
	
.hiliteblue{
	background-color:#9cf;
	}
 /* indenting on paragraphs of written statements in body context */
p.body{
	text-indent:25px;
	}
ul.constitution{
	padding-left:20px;
	}
li.alpha{
	list-style-type:lower-alpha;
	}
	
ol.numeric{
	list-style-type:georgian;
	padding-left:30px;
	}

/* ----------div for centering plain pages ------ */

div.center{
	text-align:center;
}

/* -----------------------Body------------------------- */

#body{
	background-color:#fff;
	padding-top:20px;
	font-family:trebuchet,sans0serif,arial,helvetica;
	font-size:12pt;
	color:#707070;
}

/* --------------------wrapper------------------------- */

#wrapper{
	width:50em;
	background:url(images/stripe_pattern.png);
	background-repeat:repeat-y;
	background-color:#fff;
	/* put 20px marg above wrapper */
	/* set right & left to auto for centering */
	margin:0 auto 0 auto;
}

/* -----------------------branding -------------------- */

#branding{
		
}

/* -------------------------sidebar------------------------ */

#sidebar{
	width:12.35em; /* content left margin must match this width */
	
	height:100%;
	float:left;
	line-height:2em;
	font-weight:bold;
	spacing:5px;
	padding-left:5px;
	color:#006600;
	font-size:14px;
	
}

#sidebar ul{
	padding-left:20px;
	list-style-type:none;
	line-height:1.25em;
	color:#006600;	
}

/* ---------------------------sidebar side nav links------------------ */

a.sidebar;subsidebar  
{
	font-family:trebuchet,sans-serif,arial,helvetica;
	font-weight:normal;
	font-size:14pt;
}

a.sidebar:link
{
	color:#006600;
	text-decoration:none;
}

a.sidebar:visited
{
	text-decoration:none;
	color:#006600;
	font-weight:bold;
}
 
a.sidebar:hover
{
	text-decoration:none;
	color:#e43e29;
}

a.sidebar:active
{
	text-decoration:underline;
	color:#006600;
}





/* ----------------------------content------------------------------ */

#content{
	margin-left:13.75em;
	background-color:#fff;
	font-style:normal;
	align:left;
	padding:10px 10px;
	}

#content ul{
	padding-left:20px;
	list-style:disc;
	}
	

/* --------------------------farm membership table-------------------- */

table.farm_membership{
	width:300px;
	padding:0px 5px 0px 0px;
	margin-top:10px;
}

/* ----------------------products in season table ---------------- */

table.inseason{
	width:500px;
	border:0px;
	padding:0px;
	cell-spacing:2px;
	background-color:#093;
	color:#000;
	
}

td.products{
	text-align:left;
	padding-left:5px;
	background-color:#cf6;
	
	}

td.products_head{
	text-align:left;
	padding-left:5px;
	background-color:#093;
	
}

td.months{
	width:20px;
	text-align:center;
	background-color:#093;
}

td.now{
	width:20px;
	align:center;
	background-color:#f93;
	}

td.not{
	width:20px;
	align:center;
	background-color:#fff;
}

td.grnhs{
	width:20px;
	align:center;
	background-color:#9cf;
}

/* ------------------index general meeting formating-------------- */

div.conference{
	text-align:left;
	/* background:url(images/yellow_grad.png); */
	padding-left:3px;
}
	
div.reg_form{
	width:550px;
	border:2px dotted #000;
	background-color:#fff;
	align:center;
	text-align:left;
	font-size:12px;	
}	
	
/* ---------------------footer----------------------------------- */

#footer{
	background:url(images/green_footer.gif);
	width:50em;
	height:5.6em;
	clear:both;
}
