body { margin:0 auto;  font:80% arial ; background:#ececed; color:#00266b; }


a { color: #54a9ff;  text-decoration:none; }
a:hover {color:#999999; text-decoration:none; }
a img { border:none; }
a:hover img {  }
a img.noback { background:none; padding:0; border:none; }
a:hover img.noback { background:none; padding:0; border:none; }
input, textarea { font-family:arial; font-size:1em; }
h2, h3, h4 { margin: 0px; padding: 0px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight:normal; }
h1 {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:2.5em;
	color:#00266b;

} 
h2 {
	color:#54a9ff;; } 
h3 {
	font-size:1.75em;
	color:#54a9ff; 

} 
h4 {
	font-size:1.7em;
	color:#00266b;
}  

html{
width:100%;
height:100%;
	
}
 



#header-container{
	width:100%;
	height:100%;
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.header{
	width:960px;
	height:auto;
	margin:0 auto;

}

#menu-container{
	Width: 515px;
	height: 30px;
	background-image: url(images/menu-bg.png); 
	float: right;
	

	background-repeat: no-repeat;
}

.menu{
	width: 100%;
	height: auto;
	text-align: center;
	font-family:arial;
	color:#FFF;
	font-size:16px;
	word-spacing: 2px;
	padding-top:4px;
}

.menu a{
	color:#ffffff;
	font-weight: normal;
}
.menu a:hover{
	color:#55adcf;
	font-weight: normal;
}

.menu .bft{color:#ffffff;
	text-decoration:none;}

.menu .bft:hover{color:#55adcf;}

#head-solgan{
	Width: 100%;
	height: auto;
	float:left;
}

#body-containter{
	width:100%;
	height:100%;

}

.body_box{
	width:960px;
	height:100%;
	margin:0 auto;

}

.ul-text{
	font-family:"Lao UI";
	font-size:16px;
	color:#00266b;
	letter-spacing: 0.1em;
	}



#footer-container{
	width:100%;
	height:100%;


}

#footer{
	width:960px;
	height:100%;
	margin:0 auto;

}


.body-rule{
	width:100%;
	height:5px;
	background-image: url(images/rule-bg.png);
	background-repeat: repeat-x;
	Margin-top:10px;
	margin-bottom:10px;
}

.image { 
	width:auto;
	height:auto;
	padding:10px;
	background-color:#dfdfdf;
	border: 1px solid #002467;
}
.portfolio-image{
	width:650px;
	height:500px;
	padding:10px;
	background-color:#dfdfdf;
	border: 1px solid #002467;
	
}
#portfolioibox {
	width:650px;
	height:500px;
		padding:10px;
	background-color:#dfdfdf;
	border: 1px solid #002467;
	
	}
	
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-moz-border-radius-bottomright:2px;
	border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomleft:2px;
	border-bottom-left-radius:2px;
	text-indent:0;
	border:2px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:24px;
	line-height:24px;
	width:93px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #287ace;
}
.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
	color:#00266b;
}.myButton:active {
	position:relative;
	top:1px;}
	
	* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
