/* 
Created by: Larry Daughenbaugh [ http://www.systemsynapse.com ] 
Created for: The National Farm-City Council [ http://www.farmcity.org ]

Feel free to edit and use any elements of the CSS in this document for your own.
The design, photographs, and content contained within the website are copyright material and may not be reproduced or used without prior permission to do so.
*/

/* ******************************* Home Naviagion LINK 01 ****************************** */
a.hmnav01:link, a.hmnav01:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
	display: block;	
	height: 20px;
	width: 140px;
	border: 1px solid #21357E;
}
a.hmnav01:active, a.hmnav01:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #FFE6DA;
	display: block;
	height: 20px;
	width: 140px;
	border: 1px solid #21357E;
}
/* ******************************* Home Naviagion LINK 02 ****************************** */
a.hmnav02:link, a.hmnav02:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
	display: block;	
	height: 20px;
	width: 115px;
	border-right: 1px solid #21357E;
	border-top: 1px solid #21357E;
	border-bottom: 1px solid #21357E;
}
a.hmnav02:active, a.hmnav02:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #FFE6DA;
	display: block;
	height: 20px;
	width: 115px;
	border-right: 1px solid #21357E;
	border-top: 1px solid #21357E;
	border-bottom: 1px solid #21357E;
}
/* ******************************* Home Naviagion LINK 03 ****************************** */
a.hmnav03:link, a.hmnav03:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
	display: block;	
	height: 20px;
	width: 150px;
	border-right: 1px solid #21357E;
	border-top: 1px solid #21357E;
	border-bottom: 1px solid #21357E;
}
a.hmnav03:active, a.hmnav03:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #FFE6DA;
	display: block;
	height: 20px;
	width: 150px;
	border-right: 1px solid #21357E;
	border-top: 1px solid #21357E;
	border-bottom: 1px solid #21357E;
}
/* ******************************* Home Naviagion LINK 04 ****************************** */
a.hmnav04:link, a.hmnav04:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
	display: block;	
	height: 20px;
	width: 185px;
	border-right: 1px solid #21357E;
	border-top: 1px solid #21357E;
	border-bottom: 1px solid #21357E;
}
a.hmnav04:active, a.hmnav04:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #FFE6DA;
	display: block;
	height: 20px
	width: 185px;
	border-right: 1px solid #21357E;
	border-top: 1px solid #21357E;
	border-bottom: 1px solid #21357E;
}
.bg_left_home {
	background-image: url(../images/hm_left_bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.bg_right_home {
	background-image: url(../images/hm_right_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_left_home2 {
	background-image: url(../images/hm_left_bg2.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.bg_right_home2 {
	background-image: url(../images/hm_right_bg2.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.bg_left_home3 {
	background-image: url(../images/hm_left_bg3.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.bg_right_home3 {
	background-image: url(../images/hm_right_bg3.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}