* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
/*BACKGROUND*/
#background-wrap img {
	position: absolute;
	z-index: -1;
	/*max-height: 100%;*/
	/*min-height: 60em;*/
	width: 100%;
	height: 100%;
    position:fixed;
}
a {
	color: #55F;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
    position:relative;
    height: 180px;
}
.logo{
    position:absolute;
    top:20px;
    left:20px;
    height:52px;
    width:490px;
}
.air{
    position:absolute;
    top:30px;
    right:20px;
    height:145px;
    width:549px;
    background-image:url(images/air.png);
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 0px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 220px 0 220px;
	color:#04366a;
}
#content p{
text-indent: 2em;
text-align: justify;
}

#content ul, #content ol{
    margin:10px 0 10px 20px;
}
#content h1{
    font-size: 18px;
    margin:0px 0 10px 0;
}
#content h2{
    font-size: 16px;
    margin:10px 0 10px 0;
}
#content h3{
    font-size: 14px;
    margin:10px 0 10px 0;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
    position:relative;
    top:-80px;
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 200px;
	margin-left: -200px;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
    position:relative;
	width: 100%;
	margin: 0px 0 0;
    height: 362px;
}
.copy{
    position:absolute;
    top:330px;
    left:550px;
    color:#fff;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
}
.copy a{
    color:#FFF;
}
.widget{
    color:#04366a;
    background-color:#fff;
    background: rgba(255, 255, 255, .4);
    margin-bottom:10px;
    padding:6px;
    width:180px;

}
.widget p{
    margin:6px 0 6px 0;
}
.widget h3{
    font-size:16px;
    color:#04366a;
    padding-bottom:5px;
}
.widget h3 a{
    text-decoration:none;
    font-size:16px;
    color:#04366a;
}
.widget ul{
    text-align:right;
    list-style:none;
}
.widget ul a, .widget ul li{
    font-size:14px;
    color:#04366a;
    text-decoration:none;
}
.widget ul a:hover{
    text-decoration:underline;
}
input, select, textarea{
   background: rgba(255, 255, 255, .4);
   border:1px solid #fff;
}
.widget table tr td span{
    display:block;
    margin-top:5px;
    font-weight:bold;
    font-size:13px;
}
