html {
	background: #00264d;
	margin: 0;
	padding: 0;
	}
#header {
	width: 1024px;
	height: 150px;
	padding:5px;
	color: #c0c0c0;
	text-align: right;
}
#logo{
	float: left;
	padding: 20px;
	}

#header h1 {
   	text-shadow: 5px 5px 5px #000;
	font-size: 45px;
	position: relative;
	top: 25px;
	right: 18px;
}
#header h3 {
   	text-shadow: 5px 5px 5px #000;
	font-size: 15px;
	position: relative;
	top: 10px;
	right: 19px;
}

#nav {
	width: 1024px;
	height: 50px;
	padding: 5px;
	}

#nav ul li{
	list-style-type: none;
	display: block;
	height: 30px;
	float: right;
	padding: 0px 1px 0px 0px;
}
#nav ul li a{
	color: #c0c0c0;
	text-shadow: 5px 5px 5px #000;
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	height: 100%;
	line-height: 35px;
	padding: 0 0 0 5px;
}
#nav li a span{
	display: block;
	float: left;
	height: 100%;
	padding: 0 18px 0 0;
}
#nav li a:hover, #nav li.active a{
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
}
#body {	
	background: #fff;
	width: 1024px;
	height: 595px;
	padding:5px;
	border-radius: 15px;
	}

#body-wind {	
	background: #fff;
	width: 1024px;
	height: 595px;
	padding:5px;
	border-radius: 15px;
	}

#f1 {
	width: 341px;
	float:left;
	}
#f1-head {
	width: 310px;
	background: #00264d;
	padding: 10px;
	color: #c0c0c0;
	text-shadow: 5px 5px 5px #000;
	font-size: 20px;
	border-radius: 15px;
	}
#f1-body {
	width: 335px;
	background: #fff;
	text-align: left;
	}
#f1-body p {
	width: 335px;
	background: #fff;
	float: left;
	font-size: 15px;
	}
#f2 {
	width: 341px;
	float:left;
	}
#f2-head {
	width: 310px;
	background: #00264d;
	padding: 10px;
	color: #c0c0c0;
	text-shadow: 5px 5px 5px #000;
	font-size: 20px;
	border-radius: 15px;
	}
#f2-body {
	width: 335px;
	background: #fff;
	}
#f2-body p {
	width: 335px;
	background: #fff;
	float: left;
	font-size: 15px;
	}
#f3 {
	width: 341px;
	float:left;
	}
#f3-head {
	width: 310px;
	background: #00264d;
	padding: 10px;
	color: #c0c0c0;
	text-shadow: 5px 5px 5px #000;
	font-size: 20px;
	border-radius: 15px;
	}
#f3-body {
	width: 335px;
	background: #fff;
	}
#f3-body p {
	width: 335px;
	background: #fff;
	float: left;
	font-size: 15px;
	}
#contact {
	width: 1024px;
	float:center;
	}
#contact-head {
	width: 310px;
	background: #00264d;
	padding: 10px;
	color: #c0c0c0;
	text-shadow: 5px 5px 5px #000;
	font-size: 20px;
	border-radius: 15px;
	}
#contact-body {
	width: 1024px;
	background: #fff;
	font-size: 25px;
	}
#contact-body p {
	width: 335px;
	background: #fff;
	float: center;
	font-size: 20px;
	}
#contact_submit_place {
	float: right;
	position: relative;
	right: 25px;
	}
#contact_submit_place_file {
	float: right;
	position: relative;
	right: 162px;
	}
#projects {
	width: 1024px;
	float:center;
	}
#projects-body {
	width: 1024px;
	background: #fff;
	font-size: 25px;
	}
#projects-body a {
	font-size: 15px;
	width: 500px;
	}
#projects-body p {
	font-size: 15px;
	}
#projects-head {
	width: 310px;
	background: #00264d;
	padding: 10px;
	color: #c0c0c0;
	text-shadow: 5px 5px 5px #000;
	font-size: 20px;
	border-radius: 15px;
	}
#footer {	
	background: #00264d;
	color: #c0c0c0;
	text-shadow: 5px 5px 5px #000;
	width: 1024px;
	height: 50px;
	padding:5px;
	}
#submit-a-file {
	width: 1024px;
	float:center;
	background: #fff;
	font-size: 25px;
	}
#submit-a-file-head {
	width: 310px;
	background: #00264d;
	padding: 10px;
	color: #c0c0c0;
	text-shadow: 5px 5px 5px #000;
	font-size: 20px;
	border-radius: 15px;
	}
#submit-a-file-body p {
	background: #fff;
	float: right;
	font-size: 12px;
	}
#submit-file-line1 p {
	font-size: 12px;
	float: right;
	position: relative;
	right: 27px;
	}
#submit-file-line2 p {
	font-size: 12px;
	float: right;
	position: relative;
	right: 27px;
	bottom: 20px;
	}
.form-style{
	max-width: 450px;
	padding: 20px 10px 20px 20px;
	font: 13px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style label > span{
    width: 130px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style span.required{
    color:red;
}
.form-style input[name=phone1]{
    width: 40px!important;
    text-align: center;
}
.form-style  input[name=phone2]{
    width: 120px!important;
}
.form-style input[type=text], input[type=email]{
    width: 48%;
   
}
.form-style input[type=text], input[type=email],
.form-style input[type=file],
.form-style textarea,
.form-style select{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style input[type=text]:focus, input[type=email]:focus, .form-style input[type=file]:focus, .form-style textarea:focus, .form-style select:focus{
    border: 1px solid #0C0;
}
.form-style textarea{
    height:100px;
    width: 55%;
}
.form-style button[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #00264d;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #c0c0c0;
    text-shadow: 5px 5px 5px #000;
    padding: 8px 18px;
    text-decoration: none;
    font: 15px Arial, Helvetica, sans-serif;
    border-radius: 15px;
}
.form-style button[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}
.form-style .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.form-style .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}

@media (max-width: 300px){
	
	#header {
	color: #000000;
	}
}