#footerWrapper {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}

/* Footer Copyright Notice */	
#siteinfoLegal {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 7pt;
	line-height: 9pt;
	color: #fff;
	margin: 0 10px;
	}

#siteinfoLegal a, #siteinfoLegal a:visited {
	font-weight: normal;
	text-decoration: none;
	}

/* Footer Credit Cards */
#footerCCwrapper {
	margin: 0 10px;
	text-align: left;
	}

#footerCCwrapper .CSlink a, #footerCCwrapper .ICRlink a {
	font-weight: normal;
}

#footerCCwrapper img {
	max-height: 20px;
	max-width: 120px;
	}

#footerCCwrapper table {
	background: #FFFFFF;
	margin-top: 10px;
	}

#footerCCwrapper table img {
	height: 30px;
	width: auto;
	}

#footerCCwrapper table td {
	padding: 5px;
	}


/* Critical Solutions if used */	
.OOFTAlink a img {
	height: 30px;
	vertical-align: middle;
	}

/* Critical Solutions if used */	
.CSlink a img {
	height: 20px;
	vertical-align: middle;
	}

/* ICR Scotland if used */	
.ICRlink a img {
	height: 20px;
	vertical-align: middle;
	}

.OOFTAlink, .CSlink, .ICRlink {
	text-align: center;
	margin: 0 10px;
	font-size: 6pt;
}

.OOFTAlink a, .CSlink a, .ICRlink a {
	text-decoration: none;
	color: #fff;
}