.pagedropdown
{
    width: 70px;
    background-color: #2A2D43;
    color: white;
}

body
{
    max-width: 1200px;
}

p 
{
    font-family: Arial, sans-serif;
    font-style: normal;
}

p.white
{
    font-weight: bold;
    color: white;
    line-height: 1.5;
}

p.black
{
    font-weight: bold;
    color: black;
}

p.small
{
    font-size: 10px;
}


p.sectionheads
{
    font-size: 28px;
    font-style: italic;
    text-decoration: underline #2A2D43;
}

a 
{
    font-family: Arial, sans-serif;
    font-style: normal;
    text-decoration:none;
}

a.selected:link
{
    color: #E84810;
    white-space: nowrap;
}

a.selected:visited
{
    color: #E84810;
    white-space: nowrap;
}

a.selected:hover
{
    color: #E84810;
    white-space: nowrap;
}

a.selected:active
{
    color: #E84810;
    white-space: nowrap;
}

a.white:link
{
    color: white;
}

a.white:visited
{
    color: white;
}

a.white:hover
{
    color: #3371FF;
}

a.white:active
{
    color: red;
}

a.yellow:link
{
    color: yellow;
}

a.yellow:visited
{
    color: yellow;
}

a.yellow:hover
{
    color: #3371FF;
}

a.yellow:active
{
    color: red;
}

a.blue:link
{
    color: blue;
}

a.blue:visited
{
    color: blue;
}

a.blue:hover
{
    color: #3371FF;
}

a.blue:active
{
    color: red;
}

a.std:link
{
    color: black;
    white-space: nowrap;
}

a.std:visited
{
    color: black;
    white-space: nowrap;
}

a.std:hover
{
    color: #3371FF;
    white-space: nowrap;
}

a.std:active
{
    color: red;
    white-space: nowrap;
}

a.spec
{
    color: purple;
}


a.tablenav:link
{
    color: white;
}

a.tablenav:visited
{
    text-decoration: underline;
    color: white;
}

a.tablenav:hover
{
    text-decoration: none;
    color: blue;
}


h1 
{
    font-family: Arial, sans-serif;
    font-style: normal;
}

h1.wht
{
    color: white;
}


h2 
{
    font-family: Arial, sans-serif;
    font-style: normal;
}

h2.wht
{
    color: white;
}

label[for]
{
    font-family: Arial, sans-serif;
    font-style: normal;
}

.label
{
    font-family: Arial, sans-serif;
    font-style: normal;
}

td
{
    font-family: Arial, sans-serif;
    font-style: normal;
}

td.btm
{
    font-size: 32px;
    text-decoration: underline #2A2D43;
    vertical-align: center;
}

td.sections
{
    vertical-align: top;
}

td.leftmenu
{
    vertical-align: top;
    background-image: linear-gradient(to right, silver, white);
    overflow: hidden; 
    width: 280px; 
    text-align: left;
}

td.menu
{
    vertical-align: top;
    padding-right: 10px;
}

td.footer 
{
    height: 60px;
    background: #2A2D43;
    color: white;
}

td.clear
{
    font-size: 15px;
    padding: 5px;
    border-spacing: 0px;
    text-align:left;
    color: black;
    vertical-align: top;
    background-color: white;
}


td.shaded
{
    font-size: 15px;
    padding: 5px;
    border-spacing: 0px;
    text-align:left;
    color: black;
    vertical-align: top;
    background-color: #F0F0F0;
}

td.highlight
{
    font-size: 15px;
    padding: 5px;
    border-spacing: 0px;
    text-align:left;
    color: black;
    vertical-align: top;
    background-color: yellow;
}

td.shadedright
{
    padding: 0px;
    text-align:left;
    color: black;
    border: solid 1px white;
    vertical-align: top;
    background-color: #AFD9EE;
}

td.shadedleft
{
    padding: 0px;
    text-align:left;
    color: black;
    border: solid 1px white;
    vertical-align: top;
    background-color: #AFD9EE;
}

td.bannerleft
{
    width: 20%;
    height: 100px;
    background-color: #2A2D43;
    padding: 20px;
}

td.bannerright
{
    width: 80%;
    height: 100px;
    background-color: #2A2D43;
    padding: 20px;
}

th
{
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 0px;
    text-align:left;
    border: none;
    background-color: #2A2D43;
}

th.reverse
{
    background-color: #E84810;
}

li
{
    font-family: Arial, sans-serif;
    font-size: 18px;
    list-style-type: circle;
    list-style-position: inside;
}

#grad 
{
    height: 50px;
    padding: 10px;
    text-indent: 30px;
    display: flex;
    background-color: silver; /* For browsers that do not support gradients */
    background-image: linear-gradient(silver, white);
}

#titletext
{
    display: inline-block;
    align-self: flex-end;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-style: italic;
}

.container 
{
    position: relative;
    color: white;
    z-index: -1;
}

.bottom-left 
{
    position: absolute;
    top: 50;
    left: 16px;
    border-radius: 25px;
    background: #AFD9EE;
    padding: 20px;
    width: 330px;
    height: 170px;
    font-family: Arial, sans-serif;
    font-style: normal;
    color: black;
    text-align: left;
    display: block;
}

.news 
{
    background: #AFD9EE;
    height: 170px;
    left: 30px;
}

#navbaroriginal 
{
    height: 100px;
    background-color: white;
    position: sticky;
    top: 0;
    overflow: hidden;
}


.navbar 
{
    background-image: linear-gradient(to right, silver, white);
    overflow: hidden;
}

.navbar a 
{
    float: left;
    font-family: Arial, sans-serif;
    color: black;
    text-align: left;
    padding: 0px 16px;
    text-decoration: none;
}

.show 
{
    display: block;
}

label 
{
    font-family: Arial, sans-serif;
    font-style: normal;
}

/* STYLING FOR MAPS */
/** TARGETS ITEM WITH id="map" **/
#map 
{
    height: 700px;
    width: 600px;
    margin: auto; 
}

/* Popup container */
.popup 
{
    position: relative;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    background-color: #132243;
    color: #fff;
}

/* The actual popup (appears on top) */
.popup .popuptext 
{
    visibility: hidden;
    width: 250px;
    background-color: #132243;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
    height: 300px;
    overflow: scroll;
}

/* Popup arrow */
.popup .popuptext::after 
{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show 
{
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn 
{
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn 
{
    from {opacity: 0;}
    to {opacity:1 ;}
}

select.selectList
{ 
    width: 100%;
}

/* FOR SITE MAP */

.whitenav 
{
  background-color: white;
  overflow: hidden;
}

.whitenav a 
{
  float: left;
  display: block;
  color: #132243;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
}

.rednav 
{
  background-color: blue;
  overflow: hidden;
}

.rednav a 
{
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
}

.bluenav 
{
  background-color: DodgerBlue;
  overflow: hidden;
}

.bluenav a 
{
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
}

.greennav 
{
  background-color: green;
  overflow: hidden;
}

.greennav a 
{
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
}

.level1 
{
    background-color: white;
    overflow: hidden;
    border: solid 1px black;
}

.level1 a 
{
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
}

.level2 
{
  background-color: #2A2D43;
  overflow: hidden;
}

.level2 a 
{
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
}

.level3 
{
  background-color: #E84810;
  overflow: hidden;
}

.level3 a 
{
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
}

.level3rev
{
    background-color: #white;
    overflow: hidden;
    border: solid 1px #E84810;
}

.level3rev a 
{
  float: left;
  display: block;
  color: #E84810;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
}

/*  w3 MENU START*/
a.icon 
{
    font-size: 38px;
}

/* Add a WHITE background color to the top navigation */
.topnav 
{
    background-color: white;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a 
{
    float: left;
    display: block;
    color: black;
    padding: 11px 14px 16px 16px;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

/* Add an active class to highlight the current page */
.active 
{
    background-color: white;
    color: red;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon 
{
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown 
{
    float: left;
    overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn 
{
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: white;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 18px;

    margin: 0;
}

.dropselected
{
    border: none;
    outline: none;
    color: #E84810;
    padding: 14px 16px;
    background-color: inherit;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content 
{
    display: none;
    position: absolute;
    background-color: #2a2d43;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a 
{
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn 
{
    background-color: white;
    color: #E84810;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover 
{
    background-color: #E84810;
    color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content 
{
    display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 700px) 
{
    .topnav a:not(:first-child), .dropdown .dropbtn 
    {
        display: none;
    }
    .topnav a.icon 
    {
        float: right;
        display: block;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 700px) 
{
    .topnav.responsive
    {
        position: relative;
    }
    .topnav.responsive a.icon 
    {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a
    {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown
    {
        float: none;
    }
    .topnav.responsive .dropdown-content
    {
        position: relative;
    }
    .topnav.responsive .dropdown .dropbtn 
    {
        display: block;
        width: 100%;
        text-align: left;
    }
}
/*  w3 MENU END*/

/* STYLING FOR BACK BUTTON */
.topnavorange
{
    overflow: hidden;
    background-color: #E84810;
    z-index: 50;
    width: fit-content;
}

.topnavorange a
{
    float: left;
    display: block;
    text-align: center;
    padding: 8px 16px;
    background-color: #E84810;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.topnavblue
{
    overflow: hidden;
    background-color: #2A2D43;
    z-index: 50;
    width: fit-content;
}

.topnavblue a
{
    float: left;
    display: block;
    text-align: center;
    padding: 8px 16px;
    background-color: #2A2D43;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

/** APPLIED TO A SPAN **/
.gara
{
    font-family: Garamond, serif;
    text-align:left;
    font-size: 8pt;
    color: black;
}

/** MOBILE FORMATTING **/

#tablecols
{
    display: block;
    z-index: -3; 
}

#tablerows
{
    display: none;
    z-index: 0;
}

#largemenu
{
    display: block;
}

#smallmenu
{
    display: none;
}

@media only screen and (max-width: 850px)
{
    .bottom-left
    {
        width: 200px;
        height: 100px;
        font-size: 7pt;
    }

    #grad 
    {
        font-size: 16pt;
    }
}

@media only screen and (max-width: 700px)
{
    #tablecols
    {
        display: none;
    }

    #largemenu
    {
        display: none;
    }

    #smallmenu
    {
        display: block;
    }

    #tablerows
    {
        display: block;
    }

    .bottom-left
    {
        display: none;
    }
}

#anychartcontainer 
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #2A2D43;
}
