/* CSS Document */
#leftpanel{
	position: absolute;
	left: 188px;
	top: 32px;
	width: 275px;
	height: 386px;
	background-color: #ffffff;
	color: #4e4e50;
	padding: 22px 20px 30px 20px;
	overflow: auto;
	z-index:50;
}
#leftpanel h1{
	color: #799732;
	font-size: 11px;
	text-transform: uppercase;
	margin: 30px 0 0 0;
}
#leftpanel h2{
	color: #799732;
	font-size: 10px;
	text-transform: uppercase;
}
#leftpanel h3{
	color: #4e4e50;
	font-size: 10px;
	text-transform: uppercase;
}
#leftpanel p{
	color: #4e4e50;
	font-size: 11px;
	line-height: 16px;
}
#leftpanel ul{
	font-size: 11px;
	list-style: none;
	padding-top: 12px;
}
#leftpanel li{
	display: block;
	background-image:url(../_images/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
	line-height: 14px;
}
#rightpanel{
	position: absolute;
	left: 503px;
	top: 32px;
	width: 265px;
	height: 305px;
	background-color: #799732;
	color: #ffffff;
	padding: 85px 30px 0 20px;
	z-index:100;
}
#rightpanel #ecologo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 315px;
	height: 88px;
	overflow: hidden;
}
#rightpanel #ecothree{
	position: absolute;
	left: 0px;
	top: 295px;
	width: 315px;
	height: 105px;
	overflow: hidden;
}
#rightpanel h1{
	font-size: 10px;
	text-transform: uppercase;
	margin:0;
	padding: 21px 0 0 0;
}
#rightpanel p{
	font-size: 11px;
	line-height: 16px;
	margin: 2px 0 0 0;
}
#rightpanel ul{
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	padding-top: 4px;
}
#rightpanel li{
	display: block;
	background-image:url(../_images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
	line-height: 14px;
}
#rightpanel a{
	color: #ffffff;
	text-decoration: none;
}
#rightpanel a:hover{
	text-decoration: underline;
}
.number_list{
	font-size: 22px;
	color: #799732;
	padding-right: 4px;
	_line-height: 24px;
}