/*	
	colour palettes
		Blue: 		#00AEEF
		Orange:		#F7941E

		Blue 50%:	#6DCFF6
		Blue 40%: 	#8ED8F8 - nav off
		Blue 20%: 	#C7EAFB
		Blue 15%:	#CCEAFD - background
		Blue 10%: 	#E1F4FD
	
		Grey text:	#666
		Grey 20%:	#D1D3D4 - nav select
		Grey 50%:	#939598

		Black:		#000
		White:		#FFF
*/

/*--footer specific tags--*/

#wrapper #footer {
	height: auto;
	width: 900px;
	margin-top: 15px;
	padding: 12px 0 10px 0;
	text-align: left;
	background-image: url(../images/footer_Banner.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #FFF;
	float: left;
}
#footerContainer {
	padding: 0;
	margin: 0;
}
#siteMapContainer {
	position: relative;
	margin: 0 0 0 35px;
}
.siteMapColumn {
	width: 137px;
	height: auto;
	float: left;
	margin-top: 0px;
}
.siteMapColumn ul {
	margin: 0px;
	padding: 0px;
}
.siteMapColumn li {
	display: block;
	list-style: none;
}
.siteMapColumn a:link, .siteMapColumn a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.siteMapColumn a:hover {
	color: #FFF;
}
.siteMapColumn .footerArrow {
	padding-left: 18px;
	background-image: url(../images/footerArrow.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin-bottom: 20px;
}
.siteMapLinks ul {
}
.siteMapLinks a:link, .siteMapLinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	color: #939598;
	text-decoration: none;
	list-style: none;
	margin: 0 0 4px 18px;
	line-height: 15px;
}
.siteMapLinks a:hover {
	color: #F7941E;
}

/*   copyright specific tags   */

.copyright {
	font-size: 10px;
	color: #999;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 26px 0 0 21px;
	width: 400px;
	left: 0px;
	position: relative;
	clear: left;
}

/*   social media specific tags   */

.social {
	float: right;
	width: 285px;
	background-image: url(../images/footer_Connect.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	text-align: right;
	padding-right: 21px;
	position: relative;
}
.socialCol {
	width: 49px;
	display: inline;
	float: right;
	margin-left: 7px;
}
 
/*   credit specific tags   */

#wrapper #credit {
	height: 24px;
	width: 900px;
	position: relative;
	margin: 15px 0 15px 0;
	padding: 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
}
#credit #designCredit {
	height: 12px;
	width: 121px;
	background-image: url(../images/credit.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	margin: 6px 0;
}
