#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 223px; /* Height of the footer */
	background-color: #065f94;
	overflow:hidden;
	z-index: 3;
}

#footerContent {
	width: 1024px;
	height: 223px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

.footerLabel {
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	}

.footerLogo {
	width: 349px;
	vertical-align: top;
	}

.footerLogo > table > tbody > tr > td > a {
	font-size:1em;
	font-weight:bold;
	color:white;
}

.footerAddress {
	font-weight: bold;
	font-size: 1.15em;
	color: white;
	}

.footerAddress a {
	color: white;
	}

.footerPhone {
	text-align:center;
	color: white;
	font-weight: bold;
	width: 100%;
	}

.footerPhone a {
	color: white;
}


.footerAddressCell {
	width: 225px;
	padding-top: 40px;
	vertical-align: top;
	}