﻿.toplink { color:#000A96; text-decoration:underline; }
.toplink:Hover { color:#CC9900; text-decoration:none; }
.languagetext { font-family: Verdana; font-size: 12pt; color:#FFFFFF; }
.language { text-decoration:none; color:#FFFFFF; }
.language:Hover { text-decoration:underline; }
.leftlink { font-family: Verdana; font-size: 12pt; color:#000A96; text-decoration:none; margin-left: 1px; }
.leftlink:Hover { color:#CC0000; text-decoration:underline; }
.activeleftlink { font-family: Verdana; font-size: 12pt; text-decoration:underline; margin-left: 1px; color:#CC0000; }
.activeleftlink:Hover { color:#000A96; text-decoration:none; }
.rightlink { font-family: Verdana; font-size: 12pt; text-decoration:underline; color:#CC0000; }
.rightlink:Hover { text-decoration:none; }
.message { font-family: Verdana; font-size: 12pt; font-style: italic; }
.messagelink { text-decoration:underline; color:#336699; }
.messagelink:Hover { text-decoration:none; }
.bottomtext1 { font-family: Verdana; font-size: 12pt; color:#333333; font-style: italic; }
.bottomtext2 { font-family: Verdana; font-size: 12pt; color:#333333; text-align:center; }
.bottomtext3 { font-family: Verdana; font-size: 12pt; color:#FFFFFF; text-align:center; }
.textlink { color:#0000CC; text-decoration:underline; }
.textlink:Hover { color:#CC0000; }
.mainlink { font-family: Verdana; font-size: 12pt; color:#000A96; text-decoration:none; }
.activemainlink { color:#996600; text-decoration:none; }
.mainlink:Hover { color:#996600; text-decoration:none; }
.text { font-family: Verdana; font-size: 12pt; color:#333333; text-align:justify; }
.quotetext { font-family: Verdana; font-size: 12pt; color:#333333; text-align:right; font-style: italic; }
.messagetext { font-family: Verdana; font-size: 12pt; text-align:justify; }
.lefttext { font-family: Verdana; font-size: 12pt; color:#000A96; font-style: italic; text-align:center; }
.toptext { font-family: Verdana; font-size: 12pt; color:#333333; }
.toptextwhite { font-family: Verdana; font-size: 12pt; color:#FFFFFF; }
.bottomtext { font-family: Verdana; font-size: 12pt; color:#FFFFFF; }
.leftheading { font-family: Verdana; color:#CC9900; }
.bottomlink { font-family: Verdana; text-decoration:none; color:#FFFFFF; }
.bottomlink:Hover { text-decoration:underline; }
.activebottomlink { font-family: Verdana; text-decoration:underline; color:#FFFFFF; }
.activebottomlink:Hover { text-decoration:none; }
.bottomlink2 { text-decoration:none; color:#666666; }
.bottomlink2:Hover { color:#CC9900; text-decoration:underline; }
.bottomlink3 { text-decoration:underline; color:#CC9900; }
.bottomlink3:Hover { color:#666666; text-decoration:none; }
h1 { font-family: Verdana; font-size: 18pt; color:#FFFFFF; margin-top: 5px; margin-bottom: 0px; margin-left: 0px; margin-right: 10px; }
h2 { font-family: Verdana; font-size: 16pt; margin-bottom: 10px; margin-top: 0px; }
h3 { font-size: 15pt; font-style: italic; color:#336699; margin-bottom: 0px; margin-top: 5px; margin-left: 0px; margin-right: 0px; }
#scrollup {
	position: fixed;
	opacity: 0.8; /* transparent */
	border: 4px solid #C9AF00;
	background: #aaa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	right: 2px; /* left indent */
	bottom: 150px; /* bottom indent */
	display: none; /* invisible */
	cursor: pointer;
}
.button-link {font-family: Verdana; font-size: 14pt; color:#20538D; text-decoration:none;
    padding: 5px 10px;
    background: #3399FF;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #99CCFF;
    border: solid 1px #FFFFFF;
    text-decoration: none;
}
.buttonlink {font-family: Verdana; font-size: 12pt; color:#000A96; text-decoration:none;
    padding: 5px 10px;
    background: #ebebeb;
    color: #990000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #990000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.buttonlink:hover {
    background: #4479BA;
    border: solid 1px #4479BA;
    color: #FFF;
    text-decoration: none;
}
ul.dropdown li { position: relative; }
 ul.dropdown,
 ul.dropdown-inside {
 list-style-type: none;
 padding: 2px;
 }
 ul.dropdown-inside {
 position: absolute;
 left: -9999px;
 }
 ul.dropdown li.dropdown-top {
 float: center;
 white-space:nowrap;
 display: inline;
 margin: 0 1px 0 0;
 }
 ul.dropdown li.dropdown-top a {
 padding: 3px 10px 4px;
 display: block;
 }
 ul.dropdown a.dropdown-top { background: #efefef; }
 ul.dropdown a.dropdown-top:hover { padding: 2px 10px 5px; }
 ul.dropdown li.dropdown-top:hover .dropdown-inside {
 display: block;
 left: 0;
 }
 ul.dropdown .dropdown-inside { background: #fff; }
 ul.dropdown .dropdown-inside a:hover { background: #efefef; }
 
 
/* The side navigation menu */
.hamburger1 { font-family: Verdana; color:#FFFFFF; font-size: 15pt; text-align:center; }
.hamburger2 { font-family: Verdana; color:#FFFFFF; font-size: 12pt; text-align:center; }
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 41px;
    right: 0;
    background-color: #336699;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    padding-top: 40px; /* Place content 40px from the top */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 15px;
    font-family: Verdana;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

/* When the mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #CC9900;
}

/* Position and style of the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 20px;
    margin-left: 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 12px;}
}