body {
	background-color: #00182a;
	font-size: 14px;
	line-height: 150%;
	padding: 0px;
	margin: 0px;
	color: #fff;
}

.top {
	background-color: #003c69;
	padding: 0px;
	margin: 0px;
	width: 100%;
	float:left;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.top .inside {
	margin: 0px auto;
	width: 960px;
}

.top .inside .logo {
	float: left;
	margin-right: 80px;
}

.top .inside .menu {
	float: left;
	padding-top: 15px;
	text-transform:uppercase;
}

.top .inside .social {
	float: right;
}

#banner {
	margin-top: 80px;
	background: #003c69;
}

#banner img{
    max-width: 100%;
    height: auto;
}

.content {
	width: 100%;
	background: #003c69;
	float: left;
	padding: 3% 0;
}

.content .inside {
	width: 960px;
	margin: 0px auto;
}

.content .inside .left {
	float: left;
	width: 30%;
}

.content .inside .right {
	float: right;
	width: 70%;
}


aside {
	background-color: #FFFFFF;
	width: 100%;
	float:left;
	padding: 2% 0;
}

aside .inside {
	width: 960px;
	margin: 0px auto;
}

aside h1 {
	color: #003c69;
}

footer {
	width: 100%;
	float: left;
	clear: both;
	color: #555555;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 2% 0;
}


footer .inside {
	width: 1060px;
	margin: 0px auto;
}

footer .inside #copyrights {
	float:left;
	width: 50%;
}

footer .inside #design {
	float: right;
	width: 50%;
	text-align:right;
}

a:link {
	color: #ff8e23;
	text-decoration:none;	
}

a:visited {
	color: #ff8e23;	
}

a:focus {
	color: #ff8e23;	
}

a:hover {
	color: #ee1c25;	
}

h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 2.8em;	
	font-weight: normal;
	text-transform:uppercase;
	text-decoration:underline;
}

h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 2em;	
	font-weight: normal;
	text-transform:none;
	text-decoration:none;
	color:#003C69;
}

p {
	font-family: 'Varela', sans-serif;
	font-size: 1.1em;	
}

.top-80 {
	margin-top: 95px;
}

.dark_blue {
	color: #003C69;
}
