footer {
    position: relative;
	display: block;
    clear: both;
    padding-top: 20px;
    background: #fff;
	font-size: 14px;
    letter-spacing: .4px;
    font-family: 'Open Sans',sans-serif;
    text-rendering: optimizeLegibility;
}

footer a {
	background: transparent;
	outline: 0;
    border: none;
    text-decoration: underline;
}

footer a:link, footer a:visited {
	color: #00589f;
}

footer nav {
    max-width: 980px;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    padding: 0 20px;
}

footer nav nav {
    float: right;
    text-align: right;
    padding: 0;
}

footer nav ul {
    float: left;
    margin-bottom: 10px;
    list-style-type: none;
}

footer nav nav ul {
    float: left;
    width: 28%;
    margin-left: 30px;
}

footer nav ul li {
    font-weight: bold;
}

footer nav ul li:first-child {
    font-size: 110%;
    line-height: 1.3em;
    color: #0061ab;
}

footer nav ul li a:link, footer nav ul li a:visited {
    display: inline-block;
    margin: 3px 0;
    text-decoration: none;
    font-weight: 400;
}

footer nav p {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 100%;
    color: #0061ab;
    line-height: 1em;
    clear: both;
    text-align: right;
}

footer .clear, footer p.clear, footer h2.clear, footer h3.clear, footer h4.clear, footer div.clear, footer img.clear {
    clear: both;
}

footer .footer-wrapper {
    margin-top: 20px;
    border-top: 3px solid #1270b1;
    background: #00467f;
}

footer .footer-wrapper nav {
    max-width: 980px;
    margin-bottom: 0;
    padding: 20px;
    clear: both;
    float: none;
    overflow: auto;
    width: inherit;
}

footer .footer-wrapper nav p {
    margin-bottom: 2px;
    color: #fff;
}

footer abbr[title] {
    border: none;
}

footer .footer-wrapper nav ul {
    float: right;
    margin: 8px 0 15px 0;
}

footer .footer-wrapper nav ul li {
    float: left;
    line-height: 12px;
}

footer .footer-wrapper nav ul li:first-child {
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 0;
    font-size: 100%;
    line-height: 12px;
}

footer .footer-wrapper nav ul li a:link, footer .footer-wrapper nav ul li a:visited {
    color: #fff;
    padding: 0 8px;
    margin: 0;
    border-left: 1px solid #b2d2e8;
}

footer .footer-wrapper nav ul li:first-child a:link {
    border: none;
}

