body {
	margin: 0;
	padding: 0;
	border-width: 0;
}

/* BEGIN top menu */

em.top_nav_text
{
	display: none;
}

td.top_menu_products_services a
{
	display: block;
	width: 120px;
	height: 67px;
}

td.top_menu_products_services a:link,
td.top_menu_products_services a:visited
{
	background-image: url('../graphics/menu_top/products_services.gif');
}

td.top_menu_products_services a:hover, 
td.top_menu_products_services a:active
{
	background-image: url('../graphics/menu_top/products_services_over.gif');
}

td.top_menu_resources a
{
	display: block;
	width: 116px;
	height: 67px;
}

td.top_menu_resources a:link,
td.top_menu_resources a:visited
{
	background-image: url('../graphics/menu_top/resources.gif');
}

td.top_menu_resources a:hover, 
td.top_menu_resources a:active
{
	background-image: url('../graphics/menu_top/resources_over.gif');
}

td.top_menu_companyinfo a
{
	display: block;
	width: 126px;
	height: 67px;
}

td.top_menu_companyinfo a:link,
td.top_menu_companyinfo a:visited
{
	background-image: url('../graphics/menu_top/companyinfo.gif');
}

td.top_menu_companyinfo a:hover, 
td.top_menu_companyinfo a:active
{
	background-image: url('../graphics/menu_top/companyinfo_over.gif');
}

td.top_menu_contact a
{
	display: block;
	width: 99px;
	height: 67px;
}

td.top_menu_contact a:link,
td.top_menu_contact a:visited
{
	background-image: url('../graphics/menu_top/contact.gif');
}

td.top_menu_contact a:hover, 
td.top_menu_contact a:active
{
	background-image: url('../graphics/menu_top/contact_over.gif');
}

td.top_menu_search a
{
	display: block;
	width: 103px;
	height: 67px;
}

td.top_menu_search a:link,
td.top_menu_search a:visited
{
	background-image: url('../graphics/menu_top/search.gif');
}

td.top_menu_search a:hover, 
td.top_menu_search a:active
{
	background-image: url('../graphics/menu_top/search_over.gif');
}

/* END top menu */

/* BEGIN side menu */

ul.subnav
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

ul.subnav li
{
	width: 131px;
	margin: 0;
	padding: 5px;
	background: #FFFFFF;
	border: 2px solid #c5c5c5;
	border-top: 0;
	display: inline;
	float: left;
	clear: left;
}

ul.subnav li.top_subnav
{
	width: 133px;
	border-right: 0;
	background-image: url('../graphics/layout/subnav_top_bg.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

ul.subnav a
{
	text-decoration: none;
}

ul.subnav a:link,
ul.subnav a:visited
{
	color: #999999;
}

ul.subnav a:hover,
ul.subnav a:active
{
	color: #000000;
}

/* END side menu */

/* BEGIN section for news headline rendering */ 

.headlines h3
{
	text-transform: uppercase;
	margin: -5px 0 10px 0;
	padding: 0;
}

.headline {
	font-size:14pt;
	font-weight:bold;
}

.news_articles ul {
	margin: 0 0 10px 15px;
	padding: 0;
}

	.news_articles li {
		margin: 0;
		padding: 0 0 5px 0;
	}
	
	.news_archives {
		text-align: right;
		font-weight: bold;
		margin-right: 5px;
	}

/* ED section for news headline rendering */ 

/* BEGIN section for customer utilities rendering */ 

div#render_customer_utilties,
div#render_customer_utilties *
{
	width: 242px;
	padding: 0;
	margin: 0;
}

div#render_customer_utilties ul
{
	list-style: none;
}

div#render_customer_utilties li
{
	display: inline;
	float: left;
	clear: left;
}

div#render_customer_utilties .content_image_box
{
	border-width: 0px;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

div#render_customer_utilties .collection_item_label,
div#render_customer_utilties .collection_item_description
{
	display: none;
}

/* END section for customer utilities rendering */ 

.content_image_box
{
	border-width: 0px;
	background: transparent;
}