@charset "UTF-8";
/* CSS Document */


a, a:link, a:active, a:visited
{
	color:#017145;
	text-decoration:none;
}


a:hover
{
	text-decoration:underline;
}

div#Logo
{
	width:187px;
	height:60px;
	float:left;
	margin-top:20px;
	text-align:center;
	background:url(../images/logo_green.gif) no-repeat top center;
}

div#LogoMini
{
	width:100%;
	height:43px;
	text-align:center;
	background:url(../images/footer_logo-green.gif) no-repeat top center;
	padding-bottom:10px;
}

div.themeImage
{
	background:url(../images/themeImage_green.jpg) no-repeat bottom left;
	width:187px;
	height:129px;
	margin-top:-7px;
}

div.moduleDark
{
	background:url(../images/subnav_bg_green.gif) no-repeat top left;
	background-color:#12915d;
	width:187px;
	font-size:11px;
	line-height:13px;
	margin-bottom:18px;
	font-size:12px;
}

div.moduleDarkContent
{
	background:url(../images/module-green_footer.gif) no-repeat bottom left;
	padding:0px 10px;
	min-height:50px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
}


div#TopNav
{
	background:url(../images/topnav_green_bg.gif) no-repeat top right;
	width:575px;
	height:47px;
	float:right;
	padding-right:15px;
}

div#TopNav ul li
{
	border-right:1px solid #2c946c;
}