/* mbhuju@gmail.com */
@import url(http://fonts.googleapis.com/css?family=Notosans);
body{margin:0px; background:#053570; min-width:1200px;  font-family:'Noto sans', Arial, Helvetica, sans-serif; font-size:15px; color:#000; font-weight: normal; line-height: 24px;}

a:link, a:active, a:visited{font-size:15px; color:#ff0000; font-weight: normal; 
line-height: 24px; text-decoration:underline;}
a:hover{color:#2f2f2f; text-decoration:underline;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#61b1ec; font-weight: bold; line-height:40px; text-decoration:none;}
a.footermenu:hover{color: #fff;}


a.more:link, a.more:active, a.more:visited { font-size:18px; color:#8ecfff; font-weight: bold; line-height:40px; text-decoration:none;}
a.more:hover{color: #fff;}

a.more01:link, a.more01:active, a.more01:visited { font-size:16px; color:#dce3ff; font-weight: bold; line-height:20px; text-decoration: underline;}
a.more01:hover{color: #fff; text-decoration: underline;}

/*********
HEADER
******/
#header{width:100%; height:auto; background:url(../images/bg.jpg) repeat-x #053a77;}
#header_inner{width:1080px; height:228px; margin:0 auto;}
#menu{width:818px; height:auto; float:right; padding-right:9px;}
#left_logo{width:227px; height:auto; float:left;}
#right_part{width:853px; height:auto; float:right;}
#top_img{width:853px; height:auto; float:right;  padding-right:9px;}

#banner{width:100%; height:auto; background:url(../images/bg1.jpg) repeat-x #d5f1f6;}
#banner_inner{width:1080px; height:428px; margin:0 auto;}
/*******
CONTENT
*********/
#content{width:100%; height:auto; background:#FFF; }
#content_inner{width:1012px; height:auto; margin:0 auto; padding-bottom:2%;}
#left_content{width:720px; height:auto; float:left;}
#right_content{width:255px; height:auto; float:right; padding-top:36px;}
#content_main{width:720px; height:auto;  padding:35px 0 0px;}
#photo{width:719px; height:238px; float:left; padding-bottom:30px;}


#inner{width:980px; height:auto; margin:0 auto; padding:2% 0 3% 0; background:#FFF;}

/*******
FOOTER
*********/
#footer{width:100%; height:auto; background:#053570;}
#footer_inner{width:1080px; height:127px; margin:0 auto;}
#footer_left{width:34%; height:auto; float:left; text-align:right;}
#footer_left1{width:35%; height:auto; float:left; padding:2% 0 0 2%;}
#footer_right{width:25%; height:auto; float: right; padding-top:2%; }



/*******
STYLE
*********/
h1{font-family:Arial, Helvetica, sans-serif;	font-size:36px;	color: #063f7c;	font-weight:bold; line-height:40px; text-transform: uppercase;}
h2{font-family:Arial, Helvetica, sans-serif;	font-size:26px;	color: #1e63ad;	font-weight:bold; }

.style1{font-size:24px; color: #0493D9; font-weight: bold;	line-height: 26px;}
.style2{ font-size:20px; color: #0493D9; font-weight: bold;	font-family:Georgia, "Times New Roman", Times, serif; line-height: 26px; text-align: center;}
.style3{font-size:24px; color: #fff; font-weight: normal;	line-height: 26px;}
.style4{ color:#e07a17; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-weight:bold;}
.style5{ color:#ff0000; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-weight:bold;}


.img{border:1px solid #D7D7D5; padding:5px;}

.clear{clear:both;}

/************************************************************************************
FORM
*************************************************************************************/
.round, input, textarea {    border:none;  border-bottom-left-radius:5px;  border-bottom-right-radius:5px;  border-top-left-radius:5px;  border-top-right-radius:5px;  font-size:16px;  padding:4px 6px;   margin-bottom:10px; font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

.formsize{ width:90%}
/* Honey Pot */
.form_field_hp{
	display:none;
}

div#container {
			
		}
		
		.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			background-color: #065695;
			font-size: 15px;
			padding: 1em;
			display: none;
			
		}
		
		
		a.back-to-top:link, a.back-to-top:active, a.back-to-top:visited { color:#fff; text-decoration:none;}
a.back-to-top:hover{color: #fff;}

		.back-to-top:hover {	
			background-color: rgba(135, 135, 135, 0.50);
		}	