html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal .80em 'Times New Roman', Serif, sans-serif;
  background: #FFF;
  color: #000;}

p
{ padding: 0 0 10px 0;
  font-size: 15px;
  line-height: 1.5em;}

img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ color: #362C20;
  letter-spacing: 0em;
  padding: 0 0 5px 0;}

h1, h2, h3
{ font: normal 170% 'Times New Roman', Serif;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
  color: #000;}

h2
{ font-size: 160%;
  padding: 9px 0 5px 0;
  color: #B48A7C;}

h3
{ font-size: 140%;
  padding: 5px 0 0 0;}

h4, h6
{ color: #8B3B3B;
  padding: 0 0 5px 0;
  font: normal 120% Serif;
}

/*
h4, h6
{ color: #8B3B3B;
  padding: 0 0 5px 0;
  font: normal 110% arial;
  text-transform: uppercase;}
  */

h5, h6
{ color: #000;
  font: normal 100% Serif;
  font-size: 14px;
  letter-spacing: normal;
  padding: 0 0 15px 0;}

a, a:hover
{ outline: none;
  text-decoration: underline;
  color: #B48A7C;}

a:hover
{ text-decoration: none;}

blockquote
{ margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ list-style-type: circle;
  margin: 0 0 6px 0; 
  font-size: 15px;
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ font-size: 15px;
  margin: 0 0 11px 0;}

.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}

#main, #logo, #menubar, #site_content, #footer,#page
{ margin-left: auto; 
  margin-right: auto;}

#header
{ background: #060E75;
  border-bottom: 1px solid #060E75;
  height: 186px;}
  
#banner
{  background: transparent url(banner.jpg) no-repeat;
   background-size: 100%;
  width: 860px;
  height: 268px;
  margin-bottom: 20px;
  }

#logo
{ width: 880px;
  position: relative;
  height: 140px;
  background: #060E75;}

#logo #logo_text 
{ position: absolute; 
  top:  0;
  left: 0;}

#logo h1, #logo h2
{ font: normal 300% 'century gothic', Serif, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0 0 0 9px;}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover 
{ padding: 22px 0 0 0;
  color: #FFF;
  letter-spacing: 0.1em;
  text-decoration: none;}

#logo_text h1 a .logo_colour
{ color: #FFFFFF;}

#logo_text a:hover .logo_colour
{ color: #FFFFFF;}

#logo_text h2
{ font-size: 120%;
  padding: 4px 0 0 0;
  color: #FFFFFF;}

.dropbtn {
    background-color: #4C54B9;
    color: white;
    padding: 14px;
    font-size: 14px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #878FF3;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    border-bottom: solid 1px #FFF;
    text-align: left;
    color: white;
    font: 13px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {color: black; background-color: #E4E4E5;}

.dropdown:hover .dropdown-content {
    color:black;
    display: block;
}

.dropdown:hover .dropbtn {
    color:black;
    background-color: #4C54B9;
}

#menubar
{
  width:auto;
  height: 47px;
  padding-right: 8px;
  position: relative;
  background: #4C54B9;
  text-align: center;
  float:center;
  border-top: 1px solid #4C54B9;} 

ul#menu
{ display: inline-block;
  text-align: center;
  margin: 0;}
/*
ul#menu
{ 
 float: center;
  margin: 0;}
  */

ul#menu li
{  float: left;
  display: inline-block;
  padding: 0 0 0 9px;
  list-style: none;
  margin: 8px 4px 0 4px;}

ul#menu li a
{ font: 14px 'trebuchet ms', sans-serif;
  display: inline-block; 
  float: center; 
  height: 20px;
  padding: 6px 20px 5px 20px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: #4C54B9;} 

ul#menu li.selected a
{ height: 20px;
  padding: 6px 20px 5px 11px;}

ul#menu li.selected
{ margin: 8px 4px 0 13px;
  background: #4C54B9;}

ul#menu li.selected a, ul#menu li.selected a:hover
{ background: #4C54B9;
  color: #FFF;}

ul#menu li a:hover
{ color: #d9d9d9;}

#site_content
{ width: 880px;
  overflow: hidden;
  margin: 20px auto 0 auto;
  padding: 0 0 10px 0;} 

#site_page
{
  width:auto;
  overflow: hidden;
  margin: 20px auto 0 auto;
  padding: 0 0 10px 0;
}

#sidebar_container
{ float: right;
  width: 250px;}

.sidebar_top
{ width: 250px;
  height: 14px;
  background: transparent url(side_top.png) no-repeat;}

.sidebar_base
{ width: 250px;
  height: 14px;
  background: url(side_base.png) no-repeat;}

.sidebar
{ float: right;
  width: 250px;
  padding: 0;
  margin: 0 0 16px 0;}

.sidebar_item
{ background: url(side_back.png) repeat-y;
  padding: 0 15px;
  width: 192px;}

.sidebar li a.selected
{ color: #444;} 

.sidebar ul
{ margin: 0;} 

#content
{ text-align: left;
  width: 600px;
  padding: 0 0 0 5px;
  float: left;}
  
#content ul
{ margin: 2px 0 22px 0px;}


#content ul li, .sidebar ul li
{ list-style-type: none;
  background: url(bullet.png) no-repeat;
  margin: 0 0 0 0; 
  padding: 0 0 4px 25px;
  font-size: 15px;
  line-height: 1.5em;}

  #page
{ display: block;
  text-align: left;
  width: 960px;
  padding: 0 0 0 5px;
  float: center;}
  
#page ul
{ margin: 2px 0 0px 0px;}

#page ul li, .sidebar ul li
{ list-style-type: none;
  background: url(bullet.png) no-repeat;
  margin: 0 0 0 0; 
  padding: 0 0 4px 25px;
  line-height: 1.5em;}

#footer
{ width: 100%;
  font-family: 'trebuchet ms', sans-serif;
  font-size: 100%;
  height: 80px;
  padding: 28px 0 5px 0;
  text-align: center; 
  background: #000080;
  border-top: 2px solid #060E75;
  color: #FFF;}


img.resize {
  max-width:50%;
  max-height:50%;
}

#footer p
{ line-height: 1.7em;
  padding: 0 0 10px 0;}

#footer a
{ color: #FFF;
  text-decoration: none;}

#footer a:hover
{ color: #B48A7C;
  text-decoration: none;}

.search
{ color: #5D5D5D; 
  border: 1px solid #BBB; 
  width: 134px; 
  padding: 4px; 
  font: 100% Serif, sans-serif;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 200px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 5px; 
  width: 299px; 
  font: 100% Serif; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings .submit
{ font: 100% Serif; 
  border: 0; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #3B3B3B; 
  color: #FFF;}

.form_settings textarea, .form_settings select
{ font: 100% Serif; 
  width: 299px;}

.form_settings select
{ width: 310px;}

.form_settings .checkbox
{ margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}

.separator
{ width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;}
  
table.table tr td
{
  background: #FFFFFF;
  font: serif;
  font-size: 16px;
  color: #000;
  border-top: 1px solid #FFF;

}

table.table1
{ font:Serif;
  margin: 10px 0 30px 0;}

table.table1 tr th, table tr td
{ background: #FFFFFF;
  color: #000;
  font:Serif;
  font-size: 20px;
  padding: 7px 4px;
  text-align: left;}
  
table.table1 tr td
{ background: #FFFFFF;
  font: serif;
  font-size: 20px;
  color: #000;
  border-top: 1px solid #FFF;}


  table.table2
{ margin-right: auto;
  margin-left: auto;
  font-size: inherit;
  font-weight: inherit;
}

table.table2 tr th, table tr td
{ background: #3B3B3B;
  color: #FFF;
  padding: 3px 4px;
  font-size: 15px;
  text-align: left;}
  
table.table2 tr td
{ background: #E5E5DB;
  color: #47433F;
  border-top: 1px solid #FFF;}

div.wrapper{display:block; width:100%; margin:0; padding:0; text-align:left;}

.row1, .row1 a{color:#FFFFFF; background-color:#052C6E;}
.row2{color:#979797; background-color:#FFFFFF;}
.row2 a{color:#FF9900; background-color:#FFFFFF;}
.row3, .row3 a{color:#333131; background-color:#FFFFFF;}

.column {
  float: left;
  width: 50%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}


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

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 10px;
  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 {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}