@font-face{
	font-family:"GOTHIC";
	src:url('GOTHIC.eot');
	src:url('GOTHIC.eot?#iefix') format('eot'),
	url('GOTHIC.ttf') format('truetype'),
	url('GOTHIC.woff') format('woff'),
	url('GOTHIC.svg#GOTHIC') format('svg');
}
@font-face{
	font-family:"TrajanPro";
	src:url('TrajanPro.eot');
	src:url('TrajanPro.eot?#iefix') format('eot'),
	url('TrajanPro.otf') format('opentype'),
	url('TrajanPro.woff') format('woff'),
	url('TrajanPro.svg#TrajanPro') format('svg');
}
body{
	font-family:"GOTHIC";
	font-size:16px;
	color:#000;
	margin:0;
	background-color:#FFFFFF;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#0e3254;
}
img{
	border:none;
	max-width: 100%;
	height: auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
input[type='text'], textarea, select{
	width:98%;
	height:3em;
	margin-top:2px;
	border:solid 1px #e0e0e0;
	background-color:#FFF;
	color:#1b3146;
	padding:3px 10px;
}
textarea{
	height:auto;
}
h1{
	font-family:"TrajanPro";
	font-size:35px;
	font-weight:normal;
	color:#0e3254;
	text-transform:uppercase;
	text-align:center;
	border-bottom:solid 4px #0e3254;
	padding-bottom:25px;
}
h2{
	font-family:"TrajanPro";
	font-size:30px;
	font-weight:normal;
	color:#0e3254;
	text-transform:uppercase;
	text-align:center;
}
.blue25{
	font-family:"GOTHIC";
	font-size:25px;
	color:#0e3254;
	text-transform:none;
}
.tblue24{
	font-family:"TrajanPro";
	font-size:24px;
	color:#0e3254;
	text-transform:uppercase;
}
.font20{
	font-size:20px;
}
.red{
	color:#F00;
}
.tlogo{
	font-family:"TrajanPro";
	font-size:36px;
	color:#FFFFFF;
}
.cover{
	width:1300px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#head{
	width:100%;
	background-color:#0e3254;
	padding:30px 0;
}
.head1{
	width:auto;
	float:left;
}
#listmenu{
	width:auto;
	float:right;
	margin-top:10px;
}
.f-nav{ 
	z-index: 9999; 
	position: fixed; 
	left: 0; 
	top:-15px; 
	width: 100%; 
	padding-top:5px;
} 
.f-nav:after{
	opacity : 0.2;
	filter: alpha(Opacity=90);
}
#foot{
	width:100%;
	background-color:#0e3254;
	font-family:Arial, Tahoma;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	padding:20px 0;
	text-transform:uppercase;
}
#slideshow{
	width:100%;
	height:auto;
}
#detail{
	width:100%;
	margin:30px 0;
}
.bggray{
	width:100%;
	background-color:#efefef;
	margin:15px 0;
	overflow:hidden;
	padding:10px 0;
}
.topicgray{
	width:100%;
	background-color:#ebebeb;
	overflow:hidden;
	padding:10px 0;
	margin:5px 0;
}
.row{
	width:100%;
	margin:10px 0;
	overflow:hidden;
}
.col2{
	width:47%;
	float:left;
	padding:1.5%;
}
.col3{
	width:30%;
	float:left;
	padding:1.6%;
}
.btnblue{
	font-family:"GOTHIC";
	background-color:#0e3254;
	color:#FFFFFF;
	padding:10px 30px;
	cursor:pointer;
	border:none;
}
.gallery{
	list-style:none;
	margin:0;
	padding:0;
}
.gallery img{
	width:18%;
	margin:1%;
	float:left;
}
@media only screen and (max-width: 800px) {
	h1{
		font-size:25px;
	}
	h2{
		font-size:20px;
	}
	.blue25{
		font-size:20px;
	}
	.tblue24{
		font-size:18px;
	}
	.tlogo{
		font-size:22px;
	}
	.cover{
		width:95%;
	}
	#head{
		padding:10px 0;
	}
	#listmenu{
		margin-top:-30px;
		position: static;
		text-align:right;
		width:100%;
	}
	.f-nav{ 
		top:0; 
	} 
	.col2, .col3{
		width:100%;
		padding:15px 0;
	}
	.gallery img{
		width:47%;
		margin:1.5%;
		float:left;
	}
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
	.tlogo{
		font-size:25px;
		margin-top:10px;
	}
	.cover{
		width:95%;
	}
	.gallery img{
		width:18%;
		margin:1%;
		float:left;
	}
}