@charset "UTF-8";
body {
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	background-position:bottom center;
	background-color:#111;
	background-attachment:fixed;
	margin:0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
	color:#333;
}	
	
.header_out {
	position:fixed;
	width:100%;
	height:auto;
}	

#header_top {
  width: 900px;
  height:120px;
  margin: 0 auto 0 auto;
  border:0px solid #777;
  overflow:hidden;
  display:block;
  background-color:#111;
}

#header_top img{
	position:relative;
	left:20px;
	top:-10px;
	z-index: 1;

}
#header_top video{
   position: relative;
	top:-250px;
	left:-5%;
	width:110%;
	height:auto;
	z-index: ;
	background-color:#E3E3E3;
}

#main_menu {
	text-align:right;
	width: 900px;
	height:auto;
	margin: 0 auto 0 auto;
	background: #003366;
}

#main_menu p {
	display:inline-block;
	margin: 7px 5px 10px 0px;
	background:#003366;
	font-weight: bold;
}
#main_menu p a {
	color:#999;
	padding:4px 10px 4px 10px;
	margin: 0px;
	text-decoration:none;
	background:#003366;
}
#main_menu p a:hover {
	color:#009;
	padding:4px 10px 4px 10px;
	margin: 0px;
	text-decoration:none;
	background:#CCC;
	border-radius:3px;
	text-shadow: #333 0.1em 0.1em 0.2em
}

.main_content {
	width:900px;
	height:auto;
	margin: 0px auto 0px auto;
	padding-top:155px;
	display:block;
	}

.content {
	background-color:#EEE;
	width:900px;
	height:auto;
	margin: 2px auto 10px 0px;
	display:inline-block;
	}
.content p {
		padding:5px;
}
	
.content .link {
	position:absolute;
	margin-top:-155px;
	}

.content h1 {
	background-color:#D7D7D7;
	color:#006;
	text-decoration:none;
	font-size:18px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	padding: 10px 0px 0px 10px;
	text-align:left;
	margin:0;
		}

.content_left {
	float:left;	
	position:inline;
	width:50%;
}

.content_right {
	float:right;
	position:inline;
	width:49%;
}	
.content_right p {
		text-align:left;
		margin:0px 0px 5px 0px;
		padding-left:5px;
}
.content_right h2 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	margin:0px 0px 5px 0px;
	padding-left:5px;

}

#footer {
	width:900px;
	margin: 0px auto 0px auto;
	border-top: 8px solid #003366;
	border-bottom:8px solid #003366;
	border-left:0px;
	border-right:0px;
	display:block;
	background:#D7D7D7;
	}

#footer p {
	margin:5px;
	padding-left:5px;
}

.form{
}

.form .input,.form .text {
	display:block;	
	position:left;
}
.form p {
	margin:3px;
	display:block;
	position:left;
}
.form .button {
	display:block;
}

.smart-green {
    margin-left:auto;
    margin-right:auto;

    max-width: 500px;
    background: #F8F8F8;
    padding: 30px 30px 20px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.smart-green label {
    display: block;
    margin: 0px 0px 5px;
}
.smart-green label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea{
    height:100px;
    padding-top: 10px;
}
.smart-green select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}
.smart-green .button {
    background-color:#003366 ;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}
.smart-green .button:hover {
    background-color:#CCC;
}