@charset "utf-8";
/*** green ***/
a:link, a:visited {
	color: #EA7500;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color: #FFF;
	text-decoration:none;
	background-color: #EA7500;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

#page_bg {
	background: #000000 url(../images/green/bg_page.jpg) top repeat-x;
}

.search{
	background: url(../images/green/search_ico.png) right top no-repeat;
}
#pillmenu li a{
	color: #EA7500;
	font-weight: bold;
}
#pillmenu li a:hover, #pillmenu li a#active_menu-nav{
	color: #000000;
	background-color: #EA7500;
	background-image: url(../images/green/menu_hover.png);
	background-repeat: repeat-x;
	background-position: top;
}

div.module_menu h3, div.module h3, #rightcolumn h3{
	background:  url(../images/green/bg_h3.png) top left no-repeat;
}

#f_area{
	border-top: 3px solid #485313;
	background-color: #EA7500;
	background-image: url(../images/green/bg_f_area.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a.readon, a.readon:hover, a.readon:visited{
	display:inline;
	height:15px;
	width:180px;
	color:#FFFFFF;
	text-decoration:underline;
	padding-left: 5px;
	line-height:15px;
	background:  url(../images/green/bg_read_more1.png) top left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#power_by, #power_by a, #power_by a:visited{
	color:#B9B9B9;
	text-decoration:none;
	font-size:11px;
}
ul.menu li{
	list-style:none;
	/*background:url(../images/green/menu_arrow.gif) top left no-repeat;*/
}
/*#f_area ul.menu li{
	list-style:none;
	background:url(../images/green/menu_arrow.gif) top left no-repeat;
}*/
ul.mostread li{
	list-style:none;
	background:url(../images/green/menu_arrow.gif) top left no-repeat;
}
ul.latestnews li{
	list-style:none;
	background:url(../images/green/menu_arrow.gif) top left no-repeat;
}
.moduletable ul li {
	list-style:none;
	
}
#f_area div.moduletable_menu ul.menu {
	padding:10px 0px 10px 0px;
	margin:0px;
	background:none;
}

#f_area div.moduletable_menu ul.menu li {
	padding:0px 0px 0px 20px;
	margin:0px;	
	line-height:18px;
	
	border-bottom:none;
}
#f_area a:link, #f_area a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}

#f_area a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
div.componentheading{
	color:#000000;
	font-size:17px;
	font-weight:bold;
	border: 1px dotted #EA7500;
	
	padding: 2px;
}