/*----------------------------------------------------
                 Vulcan - CSS File
------------------------------------------------------*/


/* Container
------------------------------------------------------*/
#container{
	border-top:11px solid #416300;
}
#bottom-container{
	width:100%;
	height:263px;
	background-color:#416300;
	float:left;
}

/* Footer
------------------------------------------------------*/
#footer-content{
	color:#82a049;
}
#footer-address p{
	color:#eeeeee;
}
#footer-address img{
	margin-bottom:10px;
}
#footer-last{
	width:960px;
	margin-top:36px;
	border-top:2px solid #75923d;
	float:left;
}

/* Footer News list */
#footer-news h3{
	margin-bottom:7px;
	color:#e3e3e3;
}
ul.list-bottom li{
	background-image:url(green/bottom-dot.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:4px;
	line-height:26px;
}
ul.list-bottom li a{
	color:#82a049;
	text-decoration:none;
}
ul.list-bottom li a:hover{
	text-decoration:underline;
}

/* Mainmenu Styling */
.navigation-footer li a{
	font-size:11px;
	text-decoration:none;
	color:#82a049; 
	display:block;
	margin:0px;
	padding-right:24px;
	float:left;
	z-index:100;	
}
.navigation-footer li.current a, .navigation-footer li a:hover, .navigation-footer li.current li a:hover{
	text-decoration:none;
	color: #82a049;	
}
.navigation-footer li.current li a{
	text-decoration:none;
	color:#82a049;
}