@charset "utf-8";
.boardheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #030;
	text-align: center;
}
.names {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #030;
	text-align: center;
}
.plantjpg {
	float: left;
}

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
	color: #030;
	text-align: left;
}
.infoheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #030;
	text-align: center;
}
.indexpadding {
	padding-right: 100px;
	padding-left: 100px;
}
.manualwrap {
	float: left;
}
.growerresponsibility {
	font-size: 10px;
	color: #030;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#home
{
	display:block;
	width:145px;
	height:32px;
	background:url(../navbar/home_g.png);
	
}

#home:hover
{
 	background: url(../navbar/home_w.png);
}

#about
{
	display:block;
	width:146px;
	height:32px;
	background:url(../navbar/about_g.png);
}
#about:hover
{
	background: url(../navbar/about_w.png);
}
#grower
{
	display:block;
	width:146px;
	height:32px;
	background:url(../navbar/login_g.gif);
}
#grower:hover
{
	background: url(../navbar/login_w.gif);
}
#information
{
	display:block;
	width:146px;
	height:32px;
	background:url(../navbar/information_g.gif);
}
#information:hover
{
	background: url(../navbar/information_w.gif);
}
#contacts
{
	display:block;
	width:146px;
	height:32px;
	background:url(../navbar/contacts_g.gif);
}
#contacts:hover
{
	background: url(../navbar/contacts_w.gif);
}
#location
{
	display:block;
	width:146px;
	height:32px;
	background:url(../navbar/location_g.gif);
}
#location:hover
{
	background: url(../navbar/location_w.gif);
}
