﻿footer, .push {
	height:120px;
}

footer {
	position: relative;
	background:#112756;
	width: 100%;
	border-top:10px solid white;
	z-index: 10;
	min-width: 960px;
}

a.footer-home {
	height: 60px; width:55px;
	display: block;
	position: absolute;
	top:30px; left:20px;
	background:url(../img/home-icon.png) 50% 50% no-repeat;
}


footer nav ul {
	list-style: none;
	margin:0px; padding:0px;
	height:60px; 
	width: 58%;
	max-width: 900px;
	position: absolute;
	left:85px;
	top:30px;
	text-align: justify;
}

footer nav ul:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}

footer nav li {
	width:auto;
	height: 60px;
	margin:0; padding:0 10px;
	display: inline-block;
	text-align: center;
	font-family:"Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size:20px;
	line-height: 1em;
	letter-spacing: .03em;
}

footer nav li .outer {
	height: 60px;
	max-width: 100px;
	display: table;
	height: 60px;
}

footer nav li a {
	display: table-cell;
	vertical-align: middle;
	color:white !important;
	text-decoration: none !important;
}
footer .contact-info {
	float: right;
	margin:10px 0px 0px 0px;
	padding-top:15px;
	padding-right: 80px;
	text-align: right;
	background:url(../img/footer-crest.png) no-repeat right center;
}

footer .contact-info, .GaSecOfState p {
	color:white;
	font-family:"Roboto Condensed", sans-serif;
	font-size: 14px;
}

footer .contact-info strong {
	color:white;
	font-weight: 500;
}

footer .GaSecOfState {
	float: left;
	margin: 0px 0px 0px 0px;
	padding-top: 25px;
	text-align: left;
	height: 110px;
}

footer .GaSecOfState p {
	color: white;
	font-family:"Roboto Condensed", sans-serif;
	font-size: 20px;
}


