﻿@import url('../../../site_map/styles/layout.css');

/********** CAROUSEL FORMATTING **********/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.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: blue;
  font-size: 15px;
  padding: 8px 12px;
  position: relative;
  bottom: 8px;
  width: 100%;
  text-align: left;
}

/* 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}
}


/********** PAGE FORMATTING **********/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:blue;
	background-image:url('../../../images/ss005800600.jpg');
}

#container {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	width: 1000px;
	margin: 0 auto;
	/*background-color:white;*/
}
#header-main {
	width: 1000px;
	margin: 0 auto;
	/*background-color:white;*/
}
#top-menu {
	text-align: middle;
	font-size: 12px;
	font-weight:bold;
	/*background-color:white;*/
	color: white;
	height: 30px;
}
#top-menu td {
	background-image:url('../../../images/btn-plastic-052214.png');
	background-repeat:no-repeat;
	padding-top:6px;
	padding-bottom:5px;
}
#top-menu a {
	color:white;
	text-decoration:none;
}
#content-main {
	width: 1000px;
	margin: 0 auto;
	overflow:auto;
	/*background-color:white;*/
}
#content-main a {
	text-decoration:underline;
	color:white;
}
#content-main p {
	color:blue;
	font-weight:bold;
	font-size:18px;
}
#navigation {
	width: 145px;
	float:left;
}

.divBox
{
    width: 145px;
    text-align: left;
    font-weight:bold;
    padding: 5px;
    font-size:small;
    border-radius:5px;
    margin-bottom:2px;
    background-color:blue;
    color: white;
}

.divBox a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    color:white;
}

.divBoxSelect
{
    width: 145px;
    text-align: left;
    font-weight:bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:small;
    border-radius:5px;
    margin-bottom:2px;
    border-width:thin;
    background-color:aqua;
    color:blue;
    text-decoration:none;
}

/* .divBoxSelect a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    padding-top: 6px;
    color:blue;
    text-decoration:none;
}
*/

.divBoxHorizontal
{
    width: 142px;
    height: 28px;
    text-align: center;
    font-size:small;
    background-image:url('../../../images/btn-plastic-052214.png');
    background-repeat: no-repeat;
    float: left;
}
.divBoxHorizontal a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    padding-top: 6px;
}
.divBoxHorizontalSelect
{
    width: 144px;
    height: 28px;
    text-align: center;
    font-size:small;
    background-image:url('../../../images/btn-plastic-select-052914.png');
    background-repeat: no-repeat;
}
.divBoxHorizontalSelect a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    padding-top: 6px;
}

.divBoxSlide
{
    width: 100%;
    text-align: center;
    font-weight:bold;
    padding: 5px;
    font-size:small;
    border-radius:5px;
    margin-bottom:2px;
    background-color:blue;
    color: white;
}

.divBoxSlide a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    color:white;
}

.prev {
	text-align: right;
	font-size: x-large;
	color: blue;
}

.next {
	text-align: left;
	font-size: x-large;
	color:blue;
}

#content {
	width: 835px;
	padding:5px;
	float:right;
	/*background-color:white;*/
}
#content a {
	text-decoration:underline;
	color:white;
}

#announcement {
	width:600px;
	background-color:white;
	border-radius:10px;
	border-color:blue;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin-top:5px;
	padding:5px;
}
#sidebar-left {
	width: 145px;
	float: left;
	/*background-color:blue;*/
	color:blue;
	text-align: center;
	
}

#sidebar-nav {
	color: white;
	
}

#sidebar-left a {
	color:red;
}
#footer-main {
	float:left;
	width: 1000px;
	margin: 0 auto;
}
#footer-category {
	font-size:10px;
	text-align:center;
	color: blue;
	/*background-color:blue;*/
	padding:5px;
	height:250px;
}
#footer-category a {
	text-decoration:underline;
	color: red;
}
#footer {
	color:blue;
	/*background-color:white;*/
	font-size:10px;
}
#footer td {
	vertical-align:middle;
	text-align:center;
}

#footer p {
	text-align:left;
}
#footer a {
	color: red;
	text-decoration:underline;
}
