html {
	min-height: 100%;
	min-width: 100%;
	margin: 0px;
	padding: 0px;
}

.html {
	background-image: url("../images/bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #d7d7d7;
	background-attachment: fixed;
	background-size: cover;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
}

a {
	color: #696969;
	text-decoration: none;
}

a:hover {
	color: #222222;
	text-decoration: underline;
}

#page {
	max-width: 990px;
	min-height: 903px;
	margin-right: auto;
	width: 100%;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
	margin-left: auto;
	border-color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	border-width: 0px;
	z-index: 1;
}

header {
	clear: both;
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -495px;
	width: 990px;
	height: 130px;
}

content {
	clear: both;
	float: left;
	margin-top: 130px;
	width: 100%;
}

footer {
	clear: both;
	float: left;
	width: 100%;
	background-color: #8f9092;
	min-height: 100px;
}

#logo {
	float: left;
	background-color: #ffffff;
	width: 250px;
	height: 105px;
}
#logo img {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}

#nav {
	float: left;
	list-style: none;
	width: 740px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #0075bf;
	height: 105px;
}
#nav li {
	float: left;
	width: 19.8%;
	margin-left: 1px;
	background-color: #4e93cd;
}
#nav li.selected {
	background-color: #0075bf;
}
#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	padding: 44px 0px;
}
#nav li:hover {
	background-color: #64abe4;
}
#nav li.selected:hover {
	background-color: #0075bf;
}

#lang {
	float: left;
	background-color: #223a6e;
	width: 100%;
	height: 40px;
	text-align: right;
	margin: 0;
	padding: 0;
}
#lang ul {
	float: right;
	margin-right: 30px;
	list-style: none;
	
}
#lang li {
	float: left;
	width: 30px;
}
#lang a {
	display: block;
	color: #64abe4;
	font-family: ingra, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}
#lang li.active a {
	color: #ffffff;
}
#lang a:hover {
	color: #ffffff;
}

#title {
	float: left;
	background-color: #223a6e;
	width: 100%;
	height: 110px;
}
#title h1 {
	color: white;
	margin-left: 30px;
	margin-top: 60px;
}

.content p {
	font-family: ingra, sans-serif;
	color: #696969;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 25px;
	padding: 0px 0px 15px;
}

h1, h2, h3, h4, h5 {
	font-family: ingra, sans-serif;
	color: #696969;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 30px;
	padding: 0px 0px 15px;
}
h2 {
	font-size: 26px;
}

.content {
	float: left;
	width: 100%;
}
.content p {
	margin-left: 30px;
	margin-right: 30px;
}
.content h2, .content h3, .content h4, .content h5 {
	margin: 30px;
}

#footer-nav {
	float: left;
	width: 200px;
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
}
#footer-nav ul {
	list-style: none;
}
#footer-nav li {
	float: left;
	width: 100%;
	padding-bottom: 2px;
}
#footer-nav a {
	color: #d7d7d7;
	text-decoration: none;
	text-align: left;
	font-family: ingra, sans-serif;
	font-size: 12px;
	font-weight: 500;
}
#footer-nav a:hover {
	color: #ffffff;
}

#footer-social {
	float: left;
	width: 280px;
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
}
#footer-social p {
	color: #d7d7d7;
	text-align: left;
	font-family: ingra, sans-serif;
	font-size: 12px;
	font-weight: 500;
}
#footer-certs {
	float: left;
	width: 480px;
	margin: 20px 0 30px 0;
	padding: 0;
	overflow: hidden;
}

.white {
	background-color: #ffffff;
}
.gray {
	background-color: #eaedef;
}
.gray2 {
	background-color: #d7d7d7;
}
.small p {
	font-family: ingra, sans-serif;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 1px;
	line-height: 16px;
	padding: 0px 0px 12px;
}

.top-30 {
	margin-top: 30px;
}
.left-30 {
	margin-left: 30px;
}
.right-30 {
	margin-right: 30px;
}
.bottom-30 {
	margin-bottom: 30px;
}

form {
        margin: 16px 30px; 
}

#cert-input {
        background-color: #eaedef;
        color: #8f9092;
        border: 1px solid #8f9092;
        line-height: 20px;
        padding-top: 4px; 
        padding-bottom: 4px; 
        padding-left: 6px;
        padding-right: 6px;
}

#cert-download {
        background-color: #0075bf; 
        border: 1px solid #0075bf;
        font-family: ingra, sans-serif;
        color: #d7d7d7;
        padding: 4px 4px 4px;
}

#cert-download:hover {
       background-color: #64abe4;
       border: 1px solid #64abe4;
}
