
body {
	color: #494949;
	background-color: #fff;
	margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    background: #fff;
    font: 14px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.container {
	max-width: 980px;
	width: 95%;
	margin: 0 auto;
}

p.bold {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #6ebf5a;
}

h1 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 20px;
}

a, a:focus, a:active, a:link {
	color: #243066;
}

a:hover {
	color: #abaec1;
}

.header.wrapper {
	border-bottom: 1px solid #243066;
	margin-bottom: 25px;
}

.logo {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
}

.clientNavigation {
	display: none;
}
/*==============================
=            Footer            =
==============================*/

footer {
	position: relative;
    padding: 0;
    width: 100%;
    height: 370px;
    background: url('/img/agu/os16/footer_bg.png') bottom left repeat-x;
    margin-top: 35px;
    clear: both;
    font-size: 12px;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top_footer {
    border-top: 1px solid #273740;
    padding-top: 10px;
}

.footer_links, .copyright {
	display: inline-block;
	box-sizing: border-box;
	width: 48%;
}
.footer_links li {
	display: inline-block;
	padding: 0 7px 0 0;
}

.footer_links li a, .footer_links li a:link, .footer_links li a:active, .footer_links li a:focus, .footer_links li a:hover {
	color: #033740;
    text-decoration: none;
    z-index: 5000;
}

.footer_bottom {
	padding-top: 10px;
}

.copyright {
	text-align: right;
}
#footer-left {
	background: url('/img/agu/os16/footer_left.png') bottom left no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 408px;
    height: 370px;
}

#footer-right {	
    background: url('/img/agu/os16/footer_right.png') bottom right no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 370px;
    width: 872px;
}
/*=====  End of Footer  ======*/
