.footer-wrapper {
	height:400px;
	width:100%;
	margin:25px 0 0 0;
	background-image:url(../../resources/images/footer-bg.png);
	background-position:0 0;
	background-repeat:repeat-x;
	position:relative;
	z-index:2;
}

	.footer-container {
		width:960px;
		height:365px;
		margin:0px auto;
		padding:32px 0 0 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:white;
		text-shadow:1px 1px 0px black;
	}
	
	.footer-container .tagline { width:100%; margin:0 0 15px 0; }
	
	.footer-container .tagline h3 {
		height:44px;
		width:540px;
		line-height:44px;
		color:white;
		letter-spacing:-1px;
		font-size:14px;
		font-weight:bold;
		margin:0;
		padding:0;
		text-shadow:1px 1px 0px #0c1831;
		background-image:url(../../resources/images/footer-heading.png);
		text-indent:-9999px;
	}
	
		.footer-container .tagline h3 span {
			font-weight:normal;
		}
		
	.footer-container .left {
		width:960px;
		padding:0;
}
	

	.footer-container .sitemap-box {
		float:left;
		margin:0 13px 0 0;
		padding:15px;
		height:170px;
		width:200px;
		background-image:url(../../resources/images/footer-box-sml.png);
	}
	
	.footer-container .sitemap-box.four {
		margin:0;
	}
	


	.footer-container .sitemap-box.small h3 {
		margin:0 0 8px 0;
		padding:0;
	}
	
	.footer-container .sitemap-box.small h3 a {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
		text-shadow:1px 1px 1px #0f151d;
		color:white;
	}
	
	
		
	.footer-container .sitemap-box.small p {
		margin:0 0 12px 0;
		padding:0;
		text-align:justify;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
		color:#9dbde4;
		text-shadow:1px 1px 1px #151e2a;
	}
	
	.footerbox-btm-link {
		position:absolute;
		width:200px;
		height:30px;
		display:block;
		line-height:30px;
		text-align:center;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		background-color:#0f223b;
		text-decoration:none;
		color:#707e8f;
		font-weight:bold;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		margin:143px 0 0 0;
		text-shadow:1px 1px 1px #071a31;
	}
	
	.footerbox-btm-link:hover {
		color:#ccc;
		background-color:#071a31;
	}
		

	.footerbox-btm-link2 {
		position:absolute;
		width:200px;
		height:30px;
		display:block;
		line-height:30px;
		text-align:center;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		background-color:#0f223b;
		text-decoration:none;
		color:#707e8f;
		font-weight:bold;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		text-shadow:1px 1px 1px #071a31;
	}
	
	.footerbox-btm-link2:hover {
		color:#ccc;
		background-color:#071a31;
	}


	
	.sitemap-box .socialmedia-link {
		display:block;
		width:49px;
		height:21px;
		float:left;
		margin:3px 24px 0px 24px;
		background-image:url(../../resources/images/footer-social-media.png);
		outline:none;
		color:#a4c7f2;
		font-size:10px;
		text-align:center;
		text-decoration:none;
		padding:53px 0 0 0;
	}
	
	.sitemap-box .socialmedia-link:hover {
		color:#ffffff;
	}
	
		.sitemap-box .socialmedia-link.twitter { background-position:0 0; }
		.sitemap-box .socialmedia-link.twitter:hover { background-position:-147px 0; }
		.sitemap-box .socialmedia-link.youtube { background-position:-98px 0; }
		.sitemap-box .socialmedia-link.youtube:hover { background-position:-245px 0; }
		.sitemap-box .socialmedia-link.rss { background-position:-49px 0; }
		.sitemap-box .socialmedia-link.rss:hover { background-position:-196px 0; }
		.sitemap-box .socialmedia-link.fb { background-position:-294px 0; }
		.sitemap-box .socialmedia-link.fb:hover { background-position:-343px 0; }
	
		
	.footer-box-long {
		margin:12px 0 0 0;
		width:930px;
		height:65px;
		padding:20px 15px 0 15px;
		background-color:transparent;
		background-image:url(../../resources/images/footer-box-long.png);
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
		font-weight:normal;
		color:#aaafb5;
	}
	
	.footer-box-long ul {
		list-style:none;	
		margin:0 0 7px 0;
		padding:0;
		width:930px;
		height:22px;
	}
	
	.footer-box-long ul.last {
		margin:0;
	}
	
	.footer-box-long li {
		float:left;	
	}
	
	.footer-box-long h3 {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#e1e5eb;
		margin:0 8px 0 0;
	}
	
	.footer-box-long a {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
		font-weight:normal;
		color:#aaafb5;
		text-decoration:none;
		padding:4px 6px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
	
		.footer-box-long a:hover {
			background-color:#15212f;
		}
	
