@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
	text-align: center;
	
}
/* IE 6 does not support max-width so default to width 100% 
.ie6 img {
	width:100%;
}
*/
* {
  box-sizing: border-box;
}

body  {
	margin: 0;
	padding: 0;
	background-color: #333333;
	font-family: "Century Gothic";
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	color: #3E383B;
}
.container  {
	width: 50%;
	background-color: #FFFFFF;
	margin: auto;
	text-align: left;
	padding: 0px;
	flex: 1;
	color: #3E383B;
}
.textcontain  {
	width: auto;
	background-color: #FFFFFF;
	margin: auto;
	text-align: left;
	flex: 1;
	color: #3E383B;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
}
.textcontainc  {
	width: auto;
	background-color: #FFFFFF;
	margin: auto;
	text-align: center;
	flex: 1;
	color: #3E383B;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
}
p.textcontainc {
	text-align: center;
}
.header  {
	background-color: #BFEFFF;
	font-family: "Century Gothic";
	color: #C1B9BD;
}

.copyright {
	text-align: center;
}

/*SLIDE CONTROL*/
#slide{
	width:100%;
	}
	
.mySlides {
	display: none
}

.slideshow-container {
	width: 100%;
	position: relative;
	margin: 0px;

}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	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: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 2px;
	background-color: #CCC;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: #3E383B;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2s;
	animation-name: fade;
	animation-duration: 2s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* END OF PICTURE CONTROL*/





.first {
display:inline-block;
width:33%;
margin: 0;
float: left;
text-align: center;
cursor: pointer;
}

.second {
	display:inline-block;
width:34%;
font-size: 17px:
margin: 0;
float: left;
text-align: center;
cursor: pointer;
}
.third {
	display:inline-block;
width:33%;
font-size: 14px;
margin: 0;
float: right;
text-align: center;
cursor: pointer;
}

.footer {
	position: fixed;
	bottom: 0;
	padding: 7px;
	margin-left: 0;
	margin-right: 0;
	width: 50%;
	background-color: #BFEFFF;
	color: #0059B2;
	/*-webkit-box-shadow: 0 -8px 0px 0px black;
	   -moz-box-shadow: 0 -8px 0px 0px black;*/
	box-shadow: -2px -2px 15px 3px #888888;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #06F;
	/*background-image: url(../images/footer1.fw.png);
	background-repeat: repeat-x*/
}
.first a {
	color: #0000CC;
	font-size: 13px;
	font-weight: normal;
	background-color: #BFEFFF;
	text-decoration: none
}
.first a:hover {
	background-color: #0000CC;
	font-weight: bold;
	color: #FFF;
}
.second a {
	color: #0000CC;
	font-size: 17px;
	font-weight: normal;
	background-color: #BFEFFF;
	text-decoration: none
}
.second a:hover {
	background-color: #0000CC;
	font-weight: bold;
	color: #FFF;
}
.third a {
	color: #0000CC;
	font-size: 13px;
	font-weight: normal;
	background-color: #BFEFFF;
	text-decoration: none
}
.third a:hover {
	background-color: #0000CC;
	font-weight: bold;
	color: #FFF;
}
.comtable {
	table-layout: auto;
	word-wrap: break-word;
	width: 100%;
	height: auto;
}
.caption {
	font-size:85%;
	font-style: italic;
}


/*SPECIAL NOTICE*/
.child-right{
	float: right;
	width: 300px;
	height: auto;
	border: solid 1px #0000B2;
	box-shadow: 5px 5px 5px #888888;
	padding: 10px 10px 10px 10px;
	font-size: 95%;
	font-family: "Century Gothic";
	background-color: #73DCFF;
	color: #000099;
	margin: 10px;
}

#announce {
	font-size: 90%;
	font-family: "verdana";
	color: #0033CC;
	background-color: #BFEFFF;
	padding: 8px;
	box-shadow: 1px 1px 5px 1px #888888 inset;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #06F;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #06F;
}
#announce p{
	color: #000099;
	font-weight: normal;
	text-align: left;
}

.pichead {
	margin:0;
	width: 100%;
	height: auto;
	padding: 0:
	color:#333;
	background-color: #FFF; 
}
.picgap {
	height: 4px;
	font-size: 4px;
	width: 100%;
	background-color: #BFEFFF;
	border-bottom-style: solid;
	border-bottom-color: #09F;
	border-bottom-width: thin;
}
.picgapt {
	height: 4px;
	font-size: 4px;
	width: 100%;
	background-color: #FFF;
	border-top-style: solid;
	border-top-color: #09F;
	border-top-width: thin;
}
.content {
	margin: auto;
	height: auto;
	padding: 10px 10px 10px 10px;
	background-color: #FFF;
	color: #333
}
.content p {
	text-align: center;
	color: #3E383B;
}

.content a {
	text-align: left;
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
	word-wrap: break-word;
}
.content a:hover {
	background-color: #0033CC;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.content h1 {
	text-align: center;
	font-size: 150%;
	color: #000099;
}
.content h2 {
	text-align:center;
	font-size: 150%;
	color: #3E383B;
}
.content h3 {
	text-align:left;
	font-size: 115%;
	color: #000099;
}
.content h4 {
	text-align:center;
	font-size: 115%;
	color: #3E383B;
}
.content h5 {
	text-align:left;
	font-size: 100%;
	color: #000099;
}
.bosunbox {
	float: left;
	width: 98%;
	background-color: #FFF;
	padding: 10px;
	border: 0px solid #009;
	box-shadow: 0px 8px 16px 0px #888888;
}
.bosunleft {
	float: left;
	width: 45%;
	height: 160px;
	font-size: 100%;
	background-color: #FFF;
	border: 1px solid #8888;
	padding: 10px;
	margin: 5px;
}
.bosunright {
    float: right;
	width: 45%;
 	height: 160px;
	font-size: 100%;
	background-color: #FFF;
	border: 1px solid #8888;
	padding: 10px;
	margin: 5px;
}
.bosuntxt {
	display: inline-block;
	float: left;
	width: 50%;
}
.bosunpic {
	display: inline-block;
	float: right;
	text-align:right;
	width: 50%;
	height: 140px;
}

.wrap {
    overflow: hidden;
  position: relative;
width: 100%;
    height: 100%;
    overflow: hidden;
}

.weatherframe2 {
    border:1px solid #000; 
    overflow:hidden;
    margin:auto;
      }  
.weatherframe2 iframe {
    width:1000px;
    height:550px;
    margin-left:-15px;
    margin-top:-47px;   
    border:0 solid;
         }
#nbox {
	float: left;
	width: 100%;
	background-color: #FFF;
	/*padding: 10px;
	border: 1px solid #009;
	box-shadow: 0px 8px 16px 0px #888888;*/
}
#ntitle {
	float: left;
	width: 100%;
	background-color: #C7F5FE;
	color:#009;
	font-weight: bold;
	font-size: 120%;
	line-height: 130%;
	padding: 5px;
	margin-bottom:10px;
}

/* AD TITLE*/
.adtitle {
	float: left;
	width: 100%;
	background-color: #C7F5FE;
	color:#009;
	font-weight: bold;
	font-size: 120%;
	line-height: 130%;
	padding: 10px;
}

/* GALLERY CONTAINER*/

.flex-container {
	display: flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	justify-content: center;
	background-color: white;
	text-align: center;
	font-size: 14px;
	font-family: Helvetica;
	color: #00F;
}


.flex-container > div {
	margin: 20px;
	padding: 20px;
	font-size: 14px;
	font-variant: normal;
	font-family: Helvetica;	
	color: #00F;
}
.flex-container2 {
	display: flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	justify-content: center;
	background-color: white;
	text-align: center;
	font-size: 10px;
	font-family: Helvetica;
	color: #00F;
}


.flex-container2 > div {
	margin: 10px;
	padding: 10px;
	font-size: 10px;
	font-variant: normal;
	font-family: Helvetica;	
	color: #00F;
}


.galbox {
	width: 95%;
	background-color: #FFF;
	padding: 10px 10px 10px 10px;
	border: 1px solid #009;
	margin: 0px 10px 0px 10px;
}
.galpic {
	width: auto;
	float: center;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	background-color: #FFF;
	padding: 10px;
	text-align: center;
}


/*GALLERY BOXES*/
.galleft {
	float: left;
	width: 45%;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	background-color: #FFF;
	padding: 10px;
	text-align: center;
}
.galright {
    float: right;
    width: 45%;
    font-weight: normal;
    font-size: 100%;
    line-height: 150%;
    background-color:#FFF;
    padding: 10px;
	text-align: center;
}
p.clear {
  clear: left;
}
/* ADVERT CONTAINER*/
.advertbox {
	float: left;
	width: auto;
	background-color: #FFF;
	padding: 10px 10px 10px 10px;
	border: 1px solid #009;
	box-shadow: 0px 8px 16px 0px #888888;
	margin: 0px 10px 0px 10px;
}
/*ADVERT BOXES*/
.left {
	float: left;
	width: 45%;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	background-color: #FFF;
	padding: 10px;
	text-align: center;
}
.right {
    float: right;
    width: 45%;
    font-weight: normal;
    font-size: 100%;
    line-height: 150%;
    background-color:#FFF;
    padding: 10px;
}

/*.domain::before {
  content: "\0040";    /* Unicode */
/* }

/*.domain::after {
    content: "\kebc\002E\0063\006f\002E\uk";    /* Unicode */
/*  }

/* NEWS PIC BOXES*/
.newsbox {
    display: block;
    width: 100%;
}

#pic-right-land {
	float: right;
	width: auto;
	height: auto;
	border: solid 1px #FFFFCC;
	box-shadow: 5px 5px 5px #888888;
	padding: 5px 5px 1px 5px;
	font-size: 95%;
	font-family: "Century Gothic";
	background-color: #73DCFF;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin: 12px 12px 12px 5px;
	
}
#pic-left-land{
	float: left;
	width: auto;
	height: auto;
	border: solid 1px #FFFFCC;
	box-shadow: 5px 5px 5px #888888;
	padding: 5px 5px 1px 5px;
	font-size: 95%;
	font-family: "Century Gothic";
	background-color: #73DCFF;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin: 12px 12px 12px 5px;
}

.mattable{
	text-transform: capitalize;
	width: auto;
	background-color: #FFF;
	vertical-align: middle;
	height: auto;
	}  
.mattable td{
	outline-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-color: #CCC;
	border-top-color: #CCC;
	border-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
    border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	outline-style: solid;
	outline-width: 1px;
	height: auto;
	vertical-align: central;
	background-color: #FFF;
	font-size: 12pt;
	margin-left: 14px;
	margin-right: 4px;
	font-family: "century gothic";
	text-transform: capitalize;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.matboxcentre{
	float: left:
	height: auto;
	width: auto;
	display; center;
	outline-color: #000;
	outline-style: double;
	font-weight: bold;
	background-color: #FF9;
	text-align: center;
	}	

.matbox{
	float: left:
	height: auto;
	width: auto;
	display; center;
	outline-color: #000;
	outline-style: double;
	}	
.matbox td{
	height: auto;
	width: auto;
	outline-color: #FFF;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-color: #CCC;
	border-top-color: #CCC;
	border-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
    border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	outline-style: solid;
	outline-width: 1px;
	height: auto;
	vertical-align: central;
	background-color: #FFF;
	font-size: 10pt;
	margin-left: 4px;
	margin-right: 4px;
	font-family: "century gothic";
	text-transform: capitalize;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.matbox td img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	outline-color: #CCC;
	border-top-color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
}



/* Add a black background color to the top navigation */
.topnav {
  background-color: #BFEFFF;
  overflow: hidden;
  font-family: "Century Gothic";
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: inline-block;
  color: #0059B2;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #BFEFFF;
  color: #0059B2;
  font-weight:bold;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: #0059B2;
	padding: 10px 15px;
	font-family: "Century Gothic";
	margin: 0;
	background-color: #BFEFFF;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #BFEFFF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #0059B2;
  background-color: #BFEFFF;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #0059B2;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #0059B2;
  color: #FFF;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}
@media screen and (max-width:1600px) {
.container  {
	width: 64%;
	background-color: #FFFFFF;
	margin: auto;
	text-align: left;
	padding: 0px;
	flex: 1;
	color: #3E383B;
}
.footer {
width: 64%;
}
	
}

@media screen and (max-width:1200px) {
.container  {
	width: 74%;
	background-color: #FFFFFF;
	margin: auto;
	text-align: left;
	padding: 0px;
	flex: 1;
	color: #3E383B;
}	
.footer {
width: 74%;
}

}
@media screen and (max-width:900px) {
  .topnav a {
  float: left;
  display: inline-block;
  color: #0059B2;
  text-align: center;
  padding: 8px 13px;
  text-decoration: none;
  font-size: 15px;
}
.dropdown .dropbtn {
  font-size: 15px; 
  border: none;
  outline: none;
  color: #0059B2;
  padding: 8px 13px;
  font-family: "Century Gothic";
  margin: 0;
  background-color: #BFEFFF;
}
.dropdown-content a {
  float: none;
  color: #0059B2;
  background-color: #BFEFFF;
  padding: 8px 13px;
  text-decoration: none;
  display: block;
  text-align: left;
 }
.adtitle {
	float: left;
	width: 100%;
	background-color: #C7F5FE;
	font-weight: bold;
	font-size: 120%;
	line-height: 160%;
	padding: 10px;
}
.left {
float:left;
width: 49%;
font-weight: normal;
font-size: 95%;
line-height: 130%;
background-color:#FFF;
padding: 10px;
}

.right {
float: right;
width: 49%;
font-weight: normal;
font-size: 95%;
line-height: 130%;
background-color:#FFF;
padding: 10px;
}
}
@media screen and (max-width:790px) {
  .container {
    width:100%;
	margin: 0px 0px 0px 0px;
  }  
}

@media screen and (max-width:790px) {
  .footer {
    width:100%;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 15px;
  }
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
   .child-right{
	float: right;
	width: 100%;
	height: auto;
	border: solid 1px #0000B2;
	box-shadow: 3px 3px 3px #888888;
	padding: 5px;
	font-size: 75%;
	font-family: "Century Gothic";
	background-color: #73DCFF;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin-bottom: 15px;
}
  
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
	display: block;
	width: 100%;
	text-align: left;
	background-color: #BFEFF;
  }
     .topnav.responsive .dropdown-content a{
  color: #0059B2;
  background-color: #FFFFFF;
 
   }
    .topnav.responsive .dropdown-content a:hover{
  font-weight: bold;
   }
}

@media screen and (max-width: 600px) {
	
	
.adtitle {
	float: left;
	width: 100%;
	background-color: #C7F5FE;
	font-weight: bold;
	font-size: 100%;
	line-height: 140%;
	padding: 10px;
}
.left {
float:left;
width: 100%;
font-weight: normal;
font-size: 95%;
line-height: 130%;
background-color:#FFF;
padding: 10px;
}

.right {
float: right;
width: 100%;
font-weight: normal;
font-size: 95%;
line-height: 130%;
background-color:#FFF;
padding: 10px;
} 

.bosunleft {
	float: left;
	width: 100%;	
}
.bosunright {
float: left;
width: 100%;
}
#pic-right-land{
	float: right;
	width: 95%;
	height: auto;
	border: solid 1px #FFFFCC;
	box-shadow: 0px 0px 0px #888888;
	padding: 5px 5px 1px 5px;
	font-size: 95%;
	font-family: "Century Gothic";
	background-color: #FFF;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin: 12px 12px 12px 5px;
}
#pic-left-land{
	float: left;
	width: 95%;
	height: auto;
	border: solid 1px #FFFFCC;
	box-shadow: 0px 0px 0px #888888;
	padding: 5px 5px 1px 5px;
	font-size: 95%;
	font-family: "Century Gothic";
	background-color: #FFF;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin: 12px 12px 12px 5px;
}
.container  {
	width: 100%;
}	
.footer {
width: 100%;
}
.child-right{
	width: 100%;
	height: auto;
	border: solid 1px #0000B2;
	box-shadow: 0px 0px 0px #888888;
	padding: 10px 10px 10px 10px;
	font-size: 95%;
	font-family: "Century Gothic";
	background-color: #73DCFF;
	color: #000099;
	margin: 0px 0px 15px 0px;
}

#announce {
	font-size: 90%;
	font-family: "verdana";
	color: #0033CC;
	background-color: #BFEFFF;
	padding: 8px;
	box-shadow: 1px 1px 5px 1px #888888 inset;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #06F;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #06F;
}
#announce p{
	color: #000099;
	font-weight: normal;
	text-align: left;
}
}
