body {
	 background: url('background-Main.png'); 
     background-repeat: repeat; 
	 /*background-attachment: fixed; --This feature has been disabled due to an issue with Chrome. */
	 /* Chrome has a problem with multiple objects each having a fixed background. */
	 text-align: center;
     width: 100%;
	 }
#top{ 
 position: fixed;
 background: url('topblend.png');
 background-repeat; repeat;
 min-height: 160px;
 width: 100%;
 max-width: 1800px;
 margin-left: auto;
 margin-right: auto;
 top: 0%;
 left: 50%;
 transform: translate(-50%, 0%);
 z-index: 2;
 }
#headerSub { padding-top: 13px; padding-bottom: 13px; background-color: #8c6c6c ; max-width: 1800px; margin: auto; width: 100%; margin-bottom: 0px;color: #ffffff; font-size:19px; font-family: 'Century Gothic',sans-serif,Helvetica;}
#top .imglogo { width: 30%; height: auto; left: 0%; top: 0%;}
#top .rightheader { max-height: 120px; line-height: 40px; color: #4c4c4c; font-size:20px; font-family: 'Century Gothic',Helvetica; margin-bottom: 1px; }
#top #rightpanel {max-width: 240px; height: auto;}
#top h1 a{text-decoration:underline;color:#fff;}
#top h1 a:hover{text-decoration:none;}
#bufferspace {min-height: 140px;}
#main {
	 margin-top: 11%;
     text-align: center;
	 width: 100%;
	 max-width: 1800px;
	 margin-left: auto;
	 margin-right: auto;
	 padding: 10px;
        }
#main .colleft {display: inline-block; vertical-align: top; max-width: 700px; margin-top: 40px; text-align: center;}
.colleft h1 {font-family:"Century Gothic",Helvetica,sans-serif; color: #6d071a; margin-left: 25px;}
.colleft p {font-family: Helvetica,sans-serif; font-size: 23px; color: #6d071a; text-align: justify; margin-left: 25px; line-height: 170%;}
#main .colright {display: inline-block; vertical-align: top; margin-left: auto; margin-right: auto; margin-top: 40px;  max-width: 850px;}
.colright h1 {font-family:"Century Gothic",Helvetica,sans-serif; color: #0000ff;}
.colright img {max-width: 100%; height: auto; border-radius:14px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.colright p {font-family: Helvetica,sans-serif; font-size: 23px; color: #0000ff; text-align: justify;}					
#main .mainpage {max-width: 100%; height: auto; text-align: center;}
.mainpage .sectors {display: inline-block; position: relative; overflow: hidden; width: 380px; margin: 45px; padding: 10px; height: 300px;  border: 1px solid #acacac; border-radius: 14px; }
.mainpage .sectors .caption {position: absolute; bottom: 25%; left: 23%; padding-top: 7px; width: 210px; height: 55px; font-family: "Century Gothic", Helvetica, sans-serif; border: 1px solid #ffffff; background: url("captionblend.png"); background-repeat: no-repeat; color: #ffffff; font-size: 20px;}
.mainpage .sectors img {width: 100%; height: 100%; border-radius: 14px;}
#navigation {position: relative; width:100%; margin: auto; max-width: 1800px; height:32px; background-color: #dfdfdf;  text-align: center; z-index: 2; }	
.spacer1 {height: 25px; width: 100%; max-width: 1800px;}
.separator {width: 100%; max-width: 1800px; border-radius: 4px; overflow: hidden; margin-left: auto; margin-right: auto;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
/*Content Region Settings */	

#footerStyle {width:100%; max-width: 1800px; margin: auto;  min-height: 230px; background-color: #3f3f3f; color: #ffffff; padding-top: 20px; font-size: 18px; padding-bottom: 20px; margin-top: 20px; margin-bottom: 35px; border-radius: 7px; box-shadow: 0 0 12px #9a9a9a;}
#footerStyle .cat { display: inline-block; vertical-align: top; width: 180px; max-width: 100%;}		 
.cat a:link{text-decoration:none; color: #ffffff; font-family:"Century Gothic",sans-serif,Tahoma; font-size: 17px;}
.cat a:visited{text-decoration:none; color: #ffffff; font-family:"Century Gothic",sans-serif,Tahoma; font-size: 17px;}
.cat a:hover{text-decoration:none; color: #dfdfdf; font-family:"Century Gothic",sans-serif,Tahoma; font-size: 17px;}
.cat a:active{text-decoration:none; color: #ffffff; font-family:"Century Gothic",sans-serif,Tahoma; font-size: 17px;}
/*Slide Show CSS*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  max-width: 1800px;
  position: relative;
  border-bottom: 12px solid #bec2cb;
  border-top: 12px solid #bec2cb;
  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 {
  position: absolute;
  color: #333333;
  background-image: url('../images/sliderCaption.png');
  background-repeat: repeat;
  background-size: cover;
  font-family: "Century Gothic",Helvetica,sans-serif;
  font-size: 22px;
  padding: 8px 12px;
  position: absolute;
  bottom: 6%;
  width: 25%;
  min-width: 200px;
  left: 5%;
  border-radius: 8px;
  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}
}