/* Major Sections */
#homepage_rhs
{
	width:185px;
	margin-right:10px;
	float: right;
}
#homepage_lhs
{
	width:515px;
	margin-left:20px;

}
#homepage_news
{
	margin-top:0px;
	background-color:#fff;
	padding-top:5px;
	height: 370px;
	
}

/* Introduction Sytles */
#homepage_intro
{
	background-color:#fff;
	padding-top:0px;
	padding-right:30px;
}
#homepage_intro p
{
	margin-left:30px;
	margin-right:/px;
}
#homepage_intro img
{
	margin-left:30px;
	float:left;

	margin-right:10px;
}


/* Products and Services Styles */
#homepage_products
{
	border:none;
	padding-bottom:5px;
}
#homepage_services
{
	padding-bottom:10px;
}

#homepage_services ul, #homepage_products ul
{
	list-style:none;
	margin-left:0px;
	padding-left:25px;
	padding-top:3px;
	padding-right:10px;
}
#homepage_services a:link, #homepage_services a:visited, #homepage_products a:link, #homepage_products a:visited
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#1A4D38;
	text-decoration: underline;
}
#homepage_services a:hover, #homepage_products a:hover
{
	text-decoration: none;
}
#homepage_services h4, #homepage_products h4
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	padding: 8px 0px 8px 10px;
	float:none;
	border-top:none;
	width:180px;
	text-transform:uppercase;
}

#homepage_rhs li
{
	margin-top:3px;
	margin-bottom:3px;
	line-height:150%;
}

/* News Section Styles */

 
#homepage_news h4
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	border-top:none;
	height:20px;
	width:510px;
	float:none;

	border-top:1px solid #C6DFEB;
}
.heading-background
{
	background-color:#C6DFEB;
	height:50px;
	border-top:3px solid #C6DFEB;
	border-bottom:3px solid #C6DFEB;
	padding:0px 10px;	
}
#news_scroll_box
{
	height:300px;
	overflow:auto;
	text-align:left;
}
.news-item
{
	margin-left:30px;
	margin-bottom:30px;
	margin-top:0px;
	border-bottom: 1px solid #8aa49a;
	padding-bottom:10px;
	
}
.news-image
{
	float:right;
	margin-right:10px;
	margin-top:-5px;
	margin-left:5px;
}

.news-date
{
	font-weight:normal;
	font-size: 11px;
}
#homepage_news h5
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	width:300px;
	float:none;
	color:#1A4D38;
	margin-top:0px;
}
#homepage_news p
{
	margin-right:30px;
}


