html	{min-height: 101%; padding-bottom: 1px; overflow: auto;}

body	{height: 100%; margin-bottom: 1px; background: #ffffff; margin-top: 0; margin-left: 10%; width:80%; }

a.main_link			{color: #275c7d; font-family: Century Gothic, Calibri, Verdana, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; text-decoration: none;}
a.main_link:hover	{color: #84aec4; font-family: Century Gothic, Calibri, Verdana, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; text-decoration: none;}
a.level2			{color: #0e8c06; font-family: Century Gothic, Tahoma, Helvetica, sans-serif; font-size: 18pt; text-decoration: none;}
a.level2:hover		{color: #84aec4; font-family: Century Gothic, Tahoma, Helvetica, sans-serif; font-size: 18pt; text-decoration: none;}

h1	{font-weight: bold; color: #275c7d; font-size: 28pt; font-family: Century Gothic; text-align: center;}
.h1a {font-weight: bold; color: #275c7d; font-size: 20pt; font-family: Century Gothic; text-align: left;}
h2	{font-weight: normal; color: #3b7091; font-size: 18pt; font-family: Century Gothic; text-align: left;}
h3	{font-weight: bold; color: #1f497d; font-size: 16pt; font-family: Century Gothic; text-align: left;}
h4	{font-weight: normal; color: #1f497d; font-size: 12pt; font-family: Century Gothic; text-align: left;}
.footer	{font-weight: normal; color: #1f497d; font-size: 12pt; font-family: Century Gothic; text-align: center;}
a	{text-decoration: none; color: #275c7d;}
a:hover	{background: #ffffff;}

ol.roman {list-style-type: upper-roman;}
ol.romal {list-style-type: lower-roman;}
ol.caps	 {list-style-type: upper-Alpha;}
ol.lowr  {list-style-type: lower-Alpha; margin-left: 50;}
ol.numb  {list-style-type: decimal; font-size: 11pt; color:}
ol.numb_toc  {list-style-type: decimal; font-size: 11pt; color: #365f91;}
ul.blank	{list-style-type: none;}

div.norm {width:60%; background-color: #ffffff;}

.image
{
  opacity: 1;
  filter: alpha(opacity=100);
  transition: .2s ease;
  backface-visibility: hidden;
}

.image:hover 
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}


#map {
        height: 500px;
        width: 100%;
       }

li{
    margin-top: 10px;
}

li:first-child {
    margin-top:0;
}

/* Scrollbar */
/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
	border: 1px solid black;
    -webkit-box-shadow: inset 3px 0 5px rgba(39,92,125,0.6); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background: rgba(39,92,125,0.8); 
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.00, rgb(39,92,125)),
									   color-stop(0.99, rgb(132,174,196)));
    -webkit-box-shadow: inset 5px 0 5px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(14,140,6,0.8); 
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.00, rgb(14,140,6)),
									   color-stop(0.99, rgb(132,196,132)));
}
::-webkit-scrollbar-track:window-inactive {
	border: 1px solid black;
    -webkit-box-shadow: inset 3px 0 5px rgba(14,140,6,0.6); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}



#mainbox
{
padding: 0px 0px 0px 0px;
background: #fff;
position: relative;
border: 0px solid #275c7d;
width: 100%;
}

#header
{
	background: #275c7d;
	width: 100%;
	height: 43px;
}
#navcontainer
{
margin: 0 0;
padding: 10px 0 0 0;
font-family: Century Gothic;
text-transform: none;
background: #275c7d;
width:100%;
}


ul#navlist
{
list-style: none;
padding: 0 0 0 0;
margin: 0 0;
font-size: 14pt;
z-index: 1000;
}

ul#navlist li
{
display: block;
float: left;
margin: 0 0;
padding: 0 0 0 0;
background: #275c7d;
}

ul#navlist li a
{
display: inline;
width: 100%;
padding: 10px 10px 10px 10px;
border-width: 0 0 0 0;
/*border-right: 1px solid #84aec4;*/
border-style: solid;
color: #ffffff;
text-decoration: none;
background: #275c7d;
font-size: 14pt;
font-weight: bold;
text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: .2s ease;
  backface-visibility: hidden;
}

ul#navlist li a img
{
padding: 0px 0 0 0;
}
#navcontainer>ul#navlist li a { width: 100%; }

ul#navlist li#active a
{
background: #0e8c06;
color: #ffffff;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #ffffff;
padding: 10px 10px 10px 10px;
text-decoration: none;
border-width: 0 0 0 0;
/*border-right: 1px solid #84aec4;*/
border-style: solid;
background: #1A3E54;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #0e8c06;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size: 12pt;	
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #275c7d;
}

input[type=file] {
    background-color: #0e8c06;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size: 12pt;	
}

input[type=file]:hover {
    background-color: #275c7d;
}

/* Add a background color and some padding around the form */
.container {
	border-radius: 5px;
    background-color: #E1E8EA;
    padding: 20px;
} 

/* Font of titles */
.label_font	{font-weight: bold; color: #275c7d; font-size: 18pt; font-family: Century Gothic; text-align: left;}






* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  position: relative;
  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;
}

/* 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: #275c7d;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #275c7d;
  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: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}