div#latest_news_content {
	margin-top:3px;
	margin-left:3px; 
	width:220px;
	margin-bottom:-3px;
	position:relative;
}

div#latest_news_content h4 {
	font-family:"Tahoma"; 
	font-weight:bold; 
	font-size:1.5em; 
	padding:0.7em 1.3em 0 0.7em; 
	color:#00502F;
	margin-left:3px;
	text-transform:none;
}

div#latest_news_content h5 {
	font-family:"Tahoma"; 
	font-weight:bold; 
	font-size:1em; 
	padding:0 1.3em; 
	color:#00502F;
	text-transform:none;
}

div#latest_news_content p {color:#00502F;padding:1em 1.3em; font-weight:bold;}

.news_bg {background:url(../images/homepage/bg_new.jpg) top left no-repeat; color:#fff; 	height:250px	}
* html .news_bg {height:250px}

.shadetabs{
	padding:0;
	padding-bottom:2px;
	margin-left: 14PX;
	margin-top: 1px;
	margin-bottom: -1PX;
	font-size:1.2em;
	font-weight:bold;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
	padding:0;
}

.shadetabs li a, .shadetabs li a:active{
	FLOAT:LEFT;
	DISPLAY:BLOCK;
	WIDTH:65PX;
	HEIGHT:40PX;
	LINE-HEIGHT:40PX;
	text-decoration: none;
	position: relative;
	z-index: 0;
	padding: 0;
	color:#00502F;
	background:url(../images/homepage/news_li_bg.jpg) top left no-repeat;
	MARGIN-right:4px;
	MARGIN-left:-3px;
}

.shadetabs li a:hover{text-decoration: none; color:#00502F;background:url(../images/homepage/news_li_bg_hover.jpg) top left repeat-x;}
.shadetabs li a.selected, .shadetabs li a.selected:active {
position: relative; color:#00502F; 
/*selected main tab style */
background:url(../images/homepage/news_li_bg_hover.jpg) top left repeat-x;}
.shadetabs li a.selected:hover{ /*selected main tab style */text-decoration: none;}
.tabcontent{display:none;}
.tabcontent p, .tabcontent a{color:#00502F;}
.tabcontent a{position:absolute; bottom:20px; right:20px;}

.tabcontent img {float:left; margin:1em 1.3em; border:1px solid #fff}
@media print {.tabcontent {display:block !important;}}
