.intro_text p
{
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px 20px 10px 22px;
	line-height: 1.3em;
}

.finance
{
	padding: 0 0 0 17px;
}

.finance_header a
{
	background: url(../images/homepage/b_finance.jpg) no-repeat;
	height: 28px;
	width: 228px;
	display: block;
}

.finance_header a:hover
{
	background: url(../images/homepage/b_finance_over.jpg) no-repeat;
	height: 28px;
	width: 228px;
	display: block;
}

.customers
{
	padding: 0 0 0 17px;
}

.customers_header a
{
	background: url(../images/homepage/b_customers.jpg) no-repeat;
	height: 28px;
	width: 228px;
	display: block;
}

.customers_header a:hover
{
	background: url(../images/homepage/b_customers_over.jpg) no-repeat;
	height: 28px;
	width: 228px;
	display: block;
}

.products_services
{
	padding: 0 0 0 17px;
}

.products_services_header a
{
	background: url(../images/homepage/b_products_services.jpg) no-repeat;
	height: 28px;
	width: 474px;
	display: block;
}

.products_services_header a:hover
{
	background: url(../images/homepage/b_products_services_over.jpg) no-repeat;
	height: 28px;
	width: 474px;
	display: block;
}

.login
{
	padding: 0 0 0 17px;
}

.news_header a
{
	background: url(../images/homepage/b_news.jpg) no-repeat;
	height: 28px;
	width: 228px;
	display: block;
}

.news_header a:hover
{
	background: url(../images/homepage/b_news_over.jpg) no-repeat;
	height: 28px;
	width: 228px;
	display: block;
}

.events_header a
{
	background: url(../images/homepage/b_events.jpg) no-repeat;
	height: 28px;
	width: 228px;
	display: block;
}

.events_header a:hover
{
	background: url(../images/homepage/b_events_over.jpg) no-repeat;
	height: 28px;
	width: 228px;
	display: block;
}

.downloads_header a
{
	background: url(../images/homepage/b_downloads.jpg) no-repeat;
	height: 28px;
	width: 228px;
	display: block;
}

.downloads_header a:hover
{
	background: url(../images/homepage/b_downloads_over.jpg) no-repeat;
	height: 28px;
	width: 228px;
	display: block;
}

.careers_header a
{
	background: url(../images/homepage/b_careers.jpg) no-repeat;
	height: 28px;
	width: 228px;
	display: block;
}

.careers_header a:hover
{
	background: url(../images/homepage/b_careers_over.jpg) no-repeat;
	height: 28px;
	width: 228px;
	display: block;
}

.homepage_fragment
{
	font-size: 0.9em;
	color: #329139;
	padding: 0.7em 1.0em 0.3em 0.6em;
	line-height: 1.1em;
	height: 28px;
	width: 228px;
	display: block;
	
}

.featured_items_header
{
	background: url(../images/homepage/b_featured_items.jpg) no-repeat;
	height: 28px;
	width: 228px;
	display: block;
}

.hp_form_header
{
	background: url(../images/homepage/b_hp_form.jpg) no-repeat;
	height: 28px;
	width: 228px;
	display: block;
}

/*this section styles the homepage news and events*/


/*news*/

.news
{
	padding: 0px 26px 0px 6px;
}

#news li
{
	color: #329139;
	padding: 0em 0.3em 0.3em 0.3em;
	line-height: 1.1em;
}

#news .date
{
	color: #000;
	padding: 0.3em 0em 0.6em 0.3em;
	border-bottom: 1px dotted #329139;
	margin-bottom: 10px;
}

#news a
{
	color: #329139;
	font-weight: bold;
	text-decoration: none;
}

#news a:hover
{
	color: #000;
	text-decoration: none;
}

#news a:visited
{
	color: #000;
	text-decoration: none;
}

#news a:visited:hover
{
	color: #000;
	text-decoration: none;
}

/*events*/

.events
{
	padding: 0px 30px 0px 6px;
}

#events li
{
	color: #329139;
	padding: 0em 0.3em 0.3em 0.3em;
	line-height: 1.1em;
}

#events .date
{
	color: #000;
	padding: 0.3em 0em .30em 0.3em;
}

#events .location
{
	color: #4B4B4B;
	padding: 0.3em 0em 0.6em 0.3em;
	border-bottom: 1px dotted #329139;
	margin-bottom: 10px;
}

#events a
{
	color: #329139;
	font-weight: bold;
	text-decoration: none;
}

#events a:hover
{
	color: #000;
	text-decoration: none;
}

#events a:visited
{
	color: #329139;
	text-decoration: none;
}

#events a:visited:hover
{
	color: #000;
	text-decoration: none;
}



#news_scroller{
        position: relative;
        overflow: hidden;
        padding: 5px 4px 5px 4px;         
        width: 210px; 
        height: 125px; 
}




/**** HOMEPAGE FORM STYLES ****/

.hp_form_label {
	text-align:left;
	padding: 4px 0 4px 0;
	border-bottom: 1px dotted #CCCCCC;
	}
	
.hp_form_label_small {
	text-align:left;
	padding: 4px 0 4px 0;
	width:50px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
.hp_form_field {
	text-align:right;
	padding: 4px 0 4px 0;
	border-bottom: 1px dotted #CCCCCC;
	}
	
.hp_form_field_small {
	text-align:right;
	padding: 4px 0 4px 0;
	border-bottom: 1px dotted #CCCCCC;
	}
	
.hp_form_field input {
	border:1px solid #CCCCCC;
	width: 160px;
	margin-right:4px;
	}
	
.hp_form_field_small input {
	border:1px solid #CCCCCC;
	width:80px;
	margin-right:4px;
	}
	
.hp_form_submit {
	padding: 6px 0 6px 0;
	text-align:right;
	width:80px;
	}
	
.error_highlight {
	background-color: #F00;
	}
	
.error_highlight_text {
	font-weight:bold;
	color: #F00;
	}
	
.hp_thankyou {
		text-align:left;
		font-weight:bold;
	}