@charset "utf-8";
/* CSS Document */

/*Div Table Class*/

.Table
    {
        display: table;
    }
.Title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
.Heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
.Row
    {
        display: table-row;
    }
.Cell
    {
        display: table-cell;
        border: solid;
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
    }
	
/*Slideshow*/
/* Slideshow container */
.slideshow-container {
  max-width: 750px;  /*Max width of image Amount of space the slide show is to take on the page*/
  position: relative;
  margin: auto;
}
.slideshow-container2 {
  max-width: 100%;  /*Max width of image Amount of space the slide show is to take on the page*/
  position: relative;
  margin: auto;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  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);*/
 background-color:#717171;
  
}

/* Caption text */
div.text {
  /*color:#000000
  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: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;

  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/*Color of active dot by slideshow*/
.dot.active{
    background-color: #08C;
}
/*Changes Size of Dots
.dot:hover {
	width: 15px;
	height: 15px;

}
*/

/* 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}
}

/*Slideshow Table Div For an evenly spaced table with containing cells.*/
.TableSS {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.RowSS {
	display: table-row;
}

.CellSS {
	display: table-cell;
	/*border: solid;
	border-width:thin;*/
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;




.image{
height: 450px; /* Defines Height of Image for Slideshow*/
text-align:center;
}

.image3{
/* Defines Height of Image for Slideshow*/
text-align:center;
align:center;
}

.image2{
max-width:90%;
max-height:90%;
}
/*Defines Slideshow Home Image Size*/

.image4{
max-width:30%;
max-height:30%;
}
/*Defines Slideshow Home Image Size*/

ul.disc{
	list-style-type:disc;
}

ul.circle{
	list-style-type:circle;
}

h3.centernobold{
	font-weight:normal;
	text-align:center;
}	