@charset "UTF-8";
.navigation {
  height: 70px;
  width:100%;
  background: #81d8d0;
  background-image:url(im/logoTop6.jpg);
  background-repeat:no-repeat;	
  background-position:left center;
  position: fixed;
  top: 0;
  z-index: 2;
}

.brand {
  position: absolute;
  padding-left: 1px;
  float: left;
  line-height: 70px;

}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 100%;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 15px;
  line-height: 70px;
  background: #81d8d0;
  color: #000000;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #90eae2;
  color: #000000;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 150px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #81d8d0;
  height: 50px;
  width: 70px;
}

@media only screen and (max-width : 870px ){
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;

  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 870px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}







html,body{font-size:15px;line-height:1.5}

@font-face {
    font-family: "SterlingText%20Roman.ttf";
    src: url( url(SterlingText%20Roman.ttf)) format("truetype");
}

body{margin:0; background-color:#FFFFFF }

html{overflow-x:hidden}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}




P {   
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;}
   
   

.space10 {
    height: 10px;}   
	
.space5 {
    height: 5px;}   
	
.space15 {
    height: 15px;}  

.space20 {
    height: 20px;}  

.space {
    height: 70px;}

.white {
   color: #ffffff;}






.Gray {
    background-color: #cccccc;
	color: #000;
	height: 40px;
	display: block;
    padding: 0 20px;
    line-height: 40px;
    border-right: 1px solid #cccccc;	
}

.DarkGray {
    background-color: #666666;
}

.LightGray {
    background-color: #999999;
}

.DDarkGray {
    background-color: #333333;
}


.DarkDark {
    background-color: #7fc8cd;
}

.Dark {
    background-color: #8bdbe0;
}

.DarkLight {
    background-color: #9af1f7;
}







/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

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

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-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);
}

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

/* Container for image text */
.caption-container {
  width:315px;
  text-align: center;
  font-size:18px;
  background-color: #81d8d0;
  padding: 5px 5px;
  color: #000000;
}

.row:after {
  content: "";
  display: table;
  clear: both;
  
}

/* Six columns side by side */
.column {
  float: left;
  width: 150px;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 1;
}

.active,
.demo:hover {
  opacity: 1;
}


















.title {
  height: 40px;
  width:100%;
  background: #c9f8fc;
  top: 75px;
  position: fixed;
  z-index: 2;

}


.t-container {
  max-width: 100%;
  margin: 0 auto;
}

t {
  float: left;
}



t ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
t ul li {
  float: left;
  position: relative;
}
t ul li a,
t ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 40px;
  background: #8ddee4;
  border-right: 2px solid #cccccc;
  color: #000000;
  text-decoration: none;
}
t ul li a:hover,
t ul li a:visited:hover {
  background: #8ddee4;
  color: #000000;
}
t ul li a:not(:only-child):after,
t ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
t ul li ul li {
  min-width: 190px;
}
t ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
