/*#main_title{
	background: url(images/services/overview_title.gif) 0 center no-repeat;
	text-indent: -9000px;
	width: 500px;
}*/

body.company #sub_nav li.overview{
	background: url(images/subnav_current_bg.gif) 0 0 repeat-y;
	margin-top: -2px;	
}
body.company #sub_nav li.overview a{
	color: white;
	font-weight: bold;
	background: url(images/subnav_current_arrow.gif) 0 center no-repeat;
}
body.company #sub_nav li.overview li a{
	background:none;
	color: #D4D7DA;
	font-weight: normal;
}

/* @group News List */

#main ul.news_list{
	margin: 0 10px 10px 0;
	padding: 0;
	list-style-image: none;
}
ul.news_list li{
	padding: .5em 0;
	border-bottom: 1px solid #CCC;
}
ul.news_list a{
	display: block;
	text-decoration: none;
}
ul.news_list a strong{
	display: block;
	text-decoration: underline;
}
ul.news_list a abbr{
	border: none;
	color: #999;
	font-size: 11px;
	
	
}

/* @end */

