﻿div.homeTag
{
	text-align: center;
	margin: 15px 0px 0px 0px;
	font-weight: bold;
}
div.firstLine
{
	font-size: 14pt;
}
.homeList
{
	float: left;
	width: 42em; /* width is changed */
	text-align: left;
	margin: 10px 0px 20px 0px;
	padding: 0;
	list-style-image: url(../images/DarkGreenBullet.jpg);
	/*font-weight: bold;
	 font-size: 10pt; */
}
	
.homeListItem
{
	float: left;
	width: 21em;
	margin-top: 10px;
	background-repeat: no-repeat;
}
div.logoDiv 
{
	width: 300px;
	float: left;
	text-align: center;
	font-size: 8pt;
}
.plantShadowed
{
	background-image: url('../images/plant_trans.png');
	position: absolute;
	top: 10;
	left: 0;
	filter: alpha(opacity=20);
	opacity: .2;
	background-repeat: no-repeat;
	background-position: right;
	width: 700px;
	height: 300px;
}
div#homeBanner
{
	background-image: url('../images/compositebanner.png');
	clear: both;
	width: 980px;
	height: 276px;
}
.padded 
{
	padding: 10px;
}
