@font-face {
	font-family: 'MyriadPro-Simple';
	src: url('font/MyriadPro-Simple.eot'); /* IE9 Compat Modes */
	src: url('font/MyriadPro-Simple.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */  
	       url('font/MyriadPro-Simple.woff') format('woff'),
		/* Modern Browsers */  
	       url('font/MyriadPro-Simple.ttf') format('truetype'),
		/* Safari, Android, iOS */  
	       url('font/MyriadPro-Simple.svg#font') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'MyriadPro-Semibold';
	src: url('font/MyriadPro-Semibold.eot'); /* IE9 Compat Modes */
	src: url('font/MyriadPro-Semibold.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */  
	       url('font/MyriadPro-Semibold.woff') format('woff'),
		/* Modern Browsers */  
	       url('font/MyriadPro-Semibold.ttf') format('truetype'),
		/* Safari, Android, iOS */  
	       url('font/MyriadPro-Semibold.svg#font') format('svg');
	/* Legacy iOS */
}
body{
	
	overflow-x: hidden;
	
}
*{
	margin: 0px;
	padding: 0px;
	font-family: 'MyriadPro-Simple', Helvetica, Arial, sans-serif;
}
img {
	border:none;
}
.container{
	/*border:2px solid red;
	/*background-color:gray;*/
	position:fixed;
	width: 1280px;
	height: 800px;
	margin:0px auto;
	position: relative;
	margin-top:2%;
	overflow-x:hidden;
}

.top_section{
	/*box-sizing:border-box;
	border:2px solid blue;*/
	background-color:white;
	height:15%;
	z-index:1000;
	position:relative;
}

.logo{
	/*box-sizing:border-box;
	border:2px solid green;
	/*background-color:green;*/
	width:25%;
	
	float:left;
	position:relative;
}

.top_nav_links{
	/*box-sizing:border-box;
	border:2px solid yellow;
	/*background-color:yellow;*/
	float:left;
	position:relative;
	width:75%;
	height:50%;
	text-align: right;
	margin-top:2%;
}
.top_nav_links ul{
	list-style-type: none;
	
}
.top_nav_links ul li{
	display:inline;
	border-right:2px solid #515EAA;
	padding:0% 0.5%;
}
.top_nav_links a{
	text-decoration: none;
	color:#515EAA;
	

}
.top_nav_links img{
	height:30px;
	
}

.content{
	/*box-sizing:border-box;
	border:2px solid red;
	background-color:red;*/
	height:60%;
	
}

#cover{
	position: relative;	
	top:0px;
	width: 1280px;
	height: 480px;
}

#banner-wrapper{
	position:absolute;
	top:15%;
	/*height:480px;
	width: 1280px;
	box-sizing:border-box;
	border:2px solid red;*/
}

.banner{
	position:absolute;
	top:0px;
	left:-1280px;
	/*height:194px;
	width: 1280px;
	box-sizing:border-box;
	border:2px solid blue;*/
}
#info-wrapper{
	position:absolute;
	top:15%;
	right:0px;
	text-align:center;
}
#info-wrapper img{
	margin-top:15px;
	height:44px;
}
#info-wrapper p{
	color:white;
	text-align: justify;
	padding: 5px 10px;
	font-size:13px;
}
#info-wrapper a{
	color:yellow;

}
.info{
	position:absolute;
	top:0px;
	left:0px;
	width:350px;
	height:480px;
	background-color: rgba(35,31,32,0.6);
}

.bottom_nav_bar{
	/*box-sizing:border-box;
	border:2px solid blue;
	background-color:gray;*/
	width:100%;
	height:25%;	
}
.bottom_nav_bar ul{
	list-style-type: none;
}
.bottom_nav_bar ul li{
	display:inline;
	padding:0% 1%;
}
.bottom_nav_bar a{
	text-decoration: none;
	color:#515EAA;
}
.bottom_nav_bar img{
	height:80px;
}
.bottom_nav_bar table{
	font-weight: bold;
	font-size:20px;
	text-align:center;
	height:100%;
	
	margin:0 auto;
}
.bottom_nav_bar td{
	
	vertical-align:bottom;
	width:170px;
}

.contact-table-row{
	display:relative;
	float:left;
	height:35px;
	/*border:2px solid red;*/
}
.contact-table-row p{
	padding-top:3px;
	
}
.contact-table-item{
	display:block;
	float:left;
	

}
.contact-table-label{
	display:block;
	float:left;
	width:50px;
	/*border:2px solid yellow;*/
	
}
.textbox{
	background-color: #CCCDDD;
	width:248px;
	height:20px;
}
.login-table-row{
	display:relative;
	float:left;
	height:35px;
	width:340px;
	/*border:2px solid yellow;*/
}
.login-table-row p{
	padding-top:3px;
	
}
.login-table-item{
	display:block;
	float:left;
	

}
.login-table-label{
	display:block;
	float:left;
	width:50px;
	/*border:2px solid yellow;*/
	
}

footer{
	position:relative;
	bottom:0px;
	color:#606060;
	text-align:right;
}

