@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
}
.h1x{
	alignment-adjust:central;
	font-size:16px;
	color:#FFF;
	font-weight:bold;

	
	}
.wrapper{
	margin: 2% 0;
	height:100%;
	background-color: #FFF;
}
.wrap{
	margin:0 auto;
	width:90.61%;
	background-color: #FFF;
}
.wrapper .wrap #logo {
	clear: both;
	text-align: center;
	z-index:2;
	
}
.wrapper .wrap #clear {
	clear: both;
	height: 50px;
	width: 100%;
	background-color: #FFF;
}
.wrapper .wrap #clear1 {
	clear: both;
	height: 20px;
	width: 100%;
	background-color: #FFF;
}
.wrapper .wrap #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #007EA6;
	height: 100%;
}
/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	margin-right: auto;
	margin-left: auto;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:145px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #007EA6;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #025975;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #666769;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #007EA6;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #19c589;
	text-align: center;
	padding: 10px 0;
	display: none;
	z-index:999;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
	display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
	display:block;
	color: #FFFFFF;
	}
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  z-index:3;
}

.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;
}

/* 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: #006699;
	font-size: 16px;
	position: absolute;
	bottom: 8px;
	width: 30%;
	text-align: center;
	font-weight: bolder;
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}

/* 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: 13px;
  width: 13px;
  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}
}
.wrap #mailconfig {
	color: #B6B6B6;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	float: left;
	width: 50%;
}
.wrap #mailconfigr {
	float: right;
	width: 50%;
	color: #B6B6B6;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align:right;
	

}
.wrap #fasel {
	clear: both;
	float: left;
	height: 20px;
	width: 100%;
	background-color: #FFF;
}
.wrap #heeder {
	clear: both;
	height: 50px;
	width: 100%;
}


.wrapper .wrap #content #centerbox {
	float: left;
	height: 100px;
	width: 30%;
	background-color: #FFF;
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
}
.wrapper .wrap #content #leftbox {
	height: 100%;
	width: 35%;
	background-color: #FFF;
	margin-right: 7%;
	margin-left:7%;
	float: left;
	background:#FFF
}
.wrapper .wrap #content {
	height: 100%;
	width: 100%;
	text-align: center;
	margin:4%;

}

#content #leftbox #boxtit {
	height: 50px;
	width: 100%;
	color:#025975;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding-top: 10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #FFF;
}
.wrapper .wrap #mbar #ppic {
	float: left;
	height: 150%;
	width: 33.3%;
	text-align: center;
	padding-left: 0.3%;
}
.wrapper .wrap #footer {
	background-color: #FFF;
	clear: both;
	height: 100%;
	width: 100%;
	text-align: left;
}
.wrapper .wrap #mbar {
	clear: both;
	height: 150%;
	width: 100%;
	background-color: #FFF;
}

#content #leftbox #pictit {
	height: 120px;
	width: 100%;
	margin-top:30px;
}
#content #leftbox #boxcon {
	color: #025975;
	width: 100%;
	padding-top: 10px;
	font-size: 17px;
	text-align: left;
	padding-left: 2px;
	padding-right: 5px;
	line-height: 30px;
}
#boxtit {
	height: 50px;
	width: 100%;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding-top: 10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #025975;
}
.wrapper .wrap #footer #design {
	font-size: x-small;
	font-weight: bold;
	color: #006;
	background-color: #FFF;
	text-align: center;
}
.wrapper .wrap #ceoadd {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	background-color: #00789D;
	text-align: center;
	clear: both;
	float: left;
	width: 90%;
	height: 50px;
	padding-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	margin-left: 5%;
	margin-right: 5%;
}
.wrapper .wrap #content #cmpho {
	float: right;
	height: 227px;
	width: 164px;
	background-color: #339;
	margin-right: 4%;
}
.wrapper .wrap #content #cmcontent {
	float: left;
	height: 100%;
	width: 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	background-color: #FFF;
	text-align: left;
	text-indent: 5px;
	white-space: normal;
}
.wrapper .wrap #content #abcontent {
	float: left;
	height: 100%;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	background-color: #FFF;
	text-align: left;
	text-indent: 5px;
	white-space: normal;
	line-height: 26pt;
}
.wrapper .wrap #footsli {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	background-color: #fff;
	text-align: center;
	clear: both;
	float: left;
	width: 90%;
	height: 100px;
	font-size: 18px;
	margin-left: 2%;
	margin-right: 2%;
}
.foot {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333;
}

.wrapper .wrap #content #lbcontent {
	float: left;
	height: 100%;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	background-color: #FFF;
	text-align: left;
	white-space: normal;
	line-height: 26pt;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
}
