li a:focus{
    outline: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    width:915px;
    color: #002469;
    margin-left: auto;
    margin-right: auto;
    min-height: 600px;
    background: #CDCDCD none;
    padding:0px;
}

p {
    color: #002469;
    background: #CDCDCD none;
    padding:10px;
}

div.gallery {
  margin: 5px;
  float: left;
  width: 217px;
  height: 217px;
  overflow: hidden;
  position: relative;
  background: black;
}

div.gallery img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* begin dropdown styling
source: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_dropdown_navbar */
.navbar {
  overflow: hidden;
  background-color: #002469;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: #CDCDCD;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #CDCDCD;
  padding: 14px 16px;
  background-color: #002469;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    color: #002469;
    background-color: #CDCDCD;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #002469;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #CDCDCD;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #CDCDCD;
  color: #002469
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* end menu dropdown styling */

#tabs {
width:914px;
border: 1px solid #002469;
margin-left: auto;
margin-right: auto;
min-height: 47px;
background:#002469 none;
padding:0px;
font-family: inherit;
}

#tabs-centre .ui-tabs-nav { 
    height: 2.35em; 
    text-align: center; 
} 

#tabs-centre .ui-tabs-nav li { 
    display: inline-block; 
    float: none; 
    top: 0px; 
    margin: 0em; 
}

#tabs .ui-widget-header {
border: 0px solid #002469;
background:#002469 none;
font-family: inherit;
}

#tabs .ui-widget-content {
border:0px solid #002469;
background: #002469 none;
font-size:80%;
}

#tabs .ui-state-default, .ui-widget-content .ui-state-default {
background: #002469 none;
border:0px solid #002469;
}

#tabs .ui-state-active, .ui-widget-content .ui-state-active {
background: #002469 none;
border:0px solid #002469;
box-shadow: 0 0 0;
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}
