@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
	margin: 0px;
	background: #000;
	font-size:14px;
}
a {
	color: #666;
}
h1 {
	
	font-weight: 200;
	text-transform: uppercase;
	margin-top: 0px;
}
a:hover {
	color: #333;
}
#header, #main-wrapper, #footer-wrapper {
	width:100%;	
}
#header {
	background: #000;
	height: 230px;
	text-align:center;
	box-shadow: 5px 5px 10px #000;
	z-index: 1000;
	position: relative;
	height: 208px;
}
#navbar {
	width:100%;
	background: #f5c200;
	height: 45px;
	z-index: 999;
	position: relative;
}
#main-wrapper {
	margin-top: -10px;
	background: #000 url("/Images/main-backgorund_mini.jpg") no-repeat center center fixed;
	min-height: 800px;
}
#main-content {
	width: 1100px;
	margin: 0 auto;
	padding: 10px;
}
#top-banner {
	border: 4px solid #f5c200;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #000;
	margin-bottom: 30px;
	overflow: hidden;
	height: auto;
	max-height: 300px;
}
#giants {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}
#left-column {
	width:720px;
	background: rgba(255,255,255,0.91);
	box-shadow: -5px -5px 10px #000;
	display: inline-block;
	border-radius: 10px;
	padding: 15px;
}
#content {
	width: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,0.91);
	box-shadow: -5px -5px 10px #000;
	border-radius: 10px;
	padding: 15px;
	margin-top: 30px;
}
#right-column {
	width: 300px;
	background: rgba(249,198,19,0.92);
	box-shadow: -5px -5px 10px #000;
	display: inline-block;
	margin-left: 20px;
	margin-top: 19px;
	border-radius: 10px;
	float: right;
	padding: 15px;
}
#left-column-content {
	background: #fff;
	box-shadow: -5px -5px 10px #000;
	border-radius: 10px;
	padding: 40px;
}
#footer-wrapper {
	background:#79868b ;
	height: 100px;
}
#footer-content {
	width: 80%;
	margin: 0 auto;
	padding-top:10px;
}
#form {
	display:inline-block;
	width: 350px;
	vertical-align: top;
}
.input {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 5px;
	color: #464646;	
	width: 150px;
	height: 22px;
}
.input_label {
	width: 18%;
	float: left;
	line-height: 35px;}
.input_field {
	width: 30%;
	padding: 3px 6px;
	float: left; }

.select {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 5px;
	color: #464646;	
	width: 150px;
}
.button {
	background: #F5C200;
	padding: 5px 15px;
	border: 0px;
	font-size: 16px;
	border-radius: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #2C2C2C;	
	text-align: center;
	cursor: pointer
}
.active {
	background: #CCC;
}
hr {
	border: 0;
	height: 1px;
	background: #7a868c;
}
.downloads {
	list-style-image: url(/Images/highgrade-personnel.png);
}
.jora {
	padding: 10px;
	background: #fff;	
	margin: 5px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 240px;
}
.hp {
	padding: 10px; 
	background: #000; 
	margin: 5px; 
	width: 240px; 
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
#input_field {
	width: 150px;
	display: inline-block;	
	vertical-align: top;
	margin-bottom: 10px;
}
.table2 td {
	padding: 3px 20px 3px 0;
}
@media only screen and (max-width: 1100px) {
	#left-column {
	width:65%;
	}
	#right-column {
	width:22%;	
	}
	#main-content {
		width: 80%;
	}
	#content {
		width:90%;
	}
}
@media only screen and (max-width: 860px) {
	.input_label {
		width: 180px;
		clear: left;}
	.input_field {
		width: 220px;
		float: left; }

}
@media only screen and (max-width: 780px) {
	#left-column, #right-column {
		width: 95%;
		margin: 0px;
		margin-top: 20px;
		float: none;
	}
	#top-banner {
	margin-bottom: 0px;
	
	}
}
@media only screen and (max-width: 600px) {
	.logo {
		width: 80%!important;
	}
}