body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

/* This keeps pages from shifting a little bit left or right */
html { overflow-y: scroll; } 

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section {
  display:block;
}

* {
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

* {
 margin-left: 0;
}

/* Keep subscripts and superscripts from changing line spacing */
sup, sub {
    vertical-align: ;
    text-top;
    position: relative;
    top: -0.4em;
}
sub { top: 0.4em; }

/*
sup {
  height: 0; 
  line-height: 1; 
  position: relative; 
  vertical-align: baseline; 
  bottom:1ex;
}
*/

/* Set the header size */
header {
  background: transparent;
  height: 240px;
}

#slideshow { 
    margin: 0px auto; 
    height: 470px; 
    padding: 10px; 
}

body {
  width: 1050px; /* fixed width webpage */
  margin-left: auto; margin-right: auto;  /* center the page */
/* Set the background color */
/*  background-color: #222222; */
  background: rgb(40,40,40); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, rgb(40,40,40), rgb(40,40,40)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, rgb(40,40,40), rgb(40,40,40)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, rgb(40,40,40), rgb(40,40,40)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, rgb(40,40,40), rgb(40,40,40)); /* Standard syntax */
  color: #FFFFFF; /* text color */
/*  font: 300 16px/22px "Lato", "Lucida Sans Unicode", Arial, sans-serif; */
/*  font-family: "Century Gothic", "Lucida Sans Unicode", Arial, sans-serif; */
  font-family: "Century Gothic", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 1.0em;
}

/* Line spacing */
p {
  line-height: 140%
}

/* Set extra space between paragraphs */
p + p {
  margin-top: 10px;
}

/* Paragraph style with indented following lines */
.pindent {
  padding-left:20px;
  text-indent: -20px;
}

/* Set a wrapper style */
/*.wrapper {
/*  display: table;
/*}

/* Set default list style */
ul {
  list-style-position: outside;  /* Bullet inside */
  margin-bottom: 20px;
  padding-left: 18px;
  break-inside:avoid;
}
/* Set default list style */
ol {
  list-style-position: outside;  /* Bullet inside */
  margin-bottom: 20px;
  padding-left: 18px;
  break-inside:avoid;
}
/* unvisited link color */
a:link {
  color:rgb(0,180,245);
}
/* visited link color */
a:visited {
  color:rgb(20,120,245);
}
/* remove underline in links */
a:link {
  text-decoration: none;
}
	
a.nounderline:link {
  text-decoration:none; 
  color:red;
}

a.nounderline:hover {
  text-decoration:none; 
  color: #0080C0; 
}
/*   */
/* Table colors */
#azurerow
{
background:#F0FFFF;
font:17 px "Times New Roman", serif;
color:#000000;
}

#grayrow
{
background-color: #5F5D5C;
font:17 px "Times New Roman", serif;
color:#000000;
}

#lightskybluerow
{
background-color: #87CEFA;
font:17 px "Times New Roman", serif;
color:#000000;
}

#ivoryrow
{
background-color: #FFFFF0;
font:17 px "Times New Roman", serif;
color:#000000;
}

#orangerow
{
background:orange;
font:17 px "Times New Roman", serif;
color:#000000;
}

#yellowrow
{
background:yellow;
font:17 px "Times New Roman", serif;
color:#000000;
}

#navyrow
{
background-color: #000080;
font:17 px "Times New Roman", serif;
color:#FFFFFF;
}


/* Special reference class for light background */
.linklight a:link {
  text-decoration:none; 
  color: rgb(146,43,33);
  background: transparent;
}
.linklight a:visited {
  text-decoration:none; 
  color: rgb(0,255,0);
  background: transparent;
}
.linklight a:hover {
  text-decoration:none; 
  color: #0080C0; 
  background: transparent;
}
.linklight a:focus {
  text-decoration:none; 
  color: #0080C0; 
  background: transparent;
}
.linklight a:active {
  text-decoration:none; 
  color: #0080C0; 
  background: transparent;
}

/* Special reference class for dark background */
.linkdark a:link {
  text-decoration:none;
  color: rgb(255,255,255);
  background: transparent;
}
.linkdark a:visited {
  text-decoration:none;
  color: rgb(0,255,0);
  background: transparent;
}
.linkdark a:hover {
  text-decoration:none;
  color: #0080C0;
  background: transparent;
}
.linkdark a:focus {
  text-decoration:none;
  color: #0080C0;
  background: transparent;
}
.linkdark a:active {
  text-decoration:none;
  color: #0080C0;
  background: transparent;
}

/* Two column layout style */
.twocol {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
}

/* dd and dt styles */
dd {
  display: block;
  padding-left: 18px;
}

/* Set navigation menu style */
nav {
  position:relative;
  width:1000px;
  float:left;
  text-align: justify;
  color: #FFFFFF;  /* white */
}

nav ul ul {
  display: none;
}

nav ul li:hover > ul {
  display: block;
}


nav ul {
  width:1000px;
  color: #FFFFFF;
  background: #555; 
  background: linear-gradient(top, #666 0%, #444 100%);  
  background: -moz-linear-gradient(top, #666 0%, #444 100%); 
  background: -webkit-linear-gradient(top, #666 0%,#444 100%); 
  box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
  margin:0 0;
  padding: 0 5px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border: 10px 10px 10px 10px; 
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
}
nav ul:after {
  content: ""; clear: both; display: block;
}

/* Set list element style */
nav ul li {
  float: left;
}

/* Add down arrows to drop-down menus if they have a child */
nav li > a:after { padding-left: 5px; content: '\25BC';}
nav > li > a:after { padding-left: 5px; content: '\25BA';}
nav li > a:only-child:after { padding-left: 5px; content: '';}

/* Set the hover type for list elements */
nav ul li:hover {
  background: #555555;
  background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
  background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
  background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}

/* Set the hover type for list elment links */
nav ul li:hover a {
  color: #FFFFFF;
}

/* Set the list link element style */
nav ul li a {
  display: block; padding: 10px 10px;
  color: #FFFFFF; text-decoration: none;
}

/* Set the sub list element style */
nav ul ul {
  width: auto;
  background: #5f6975; border-radius: 0px; padding: 0px;
  position: absolute; top: 100%;
}

/* Set the sub list item elment style */
nav ul ul li {
  float: none; 
  border-top: 1px solid #6b727c;
  border-bottom: 1px solid #575f6a; position: relative;
}

/* Set the sub list link element style */
nav ul ul li a {
  padding: 5px 20px;
  color: #FFFFFF;
}

/* Set the sub list link element hover style */
nav ul ul li a:hover {
  background: #4b545f;
}

/* Set the sub-sub list style */	
nav ul ul ul {
  position: absolute; left: 100%; top:0;
}
		
/* Set the footer style */
footer { 
  margin-top: 30px;
  width:1000px;
  padding-top: 8px; 
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px; 
  text-align: center;
  background: #444; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#666, #444);
  background: -o-linear-gradient(#666, #444);
  background: -webkit-linear-gradient(#666, #444);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border: 10px 10px 10px 10px; 
  color: rgba(51, 202, 255, 1.0);
  font-size: 0.85em;
}

/* Set the header title style */
#logo {
  width: 1100px;
  height: 160px;
  background: transparent;
  padding: 5px;
  float: left;
  display: inline;
  position: relative;
}

#logo_image {
  width: 190px;
  margin-left:770px;
  margin-top:-210px;
  position: absolute;
}

#logo_text h1, #logo_text h1 a {
  font-size: 45px;
  font-weight: normal;
  padding: 0px;
  margin-bottom: 15px;
  color:blueviolet;
  text-decoration: none;
  display: inline;
  position: relative;
}

#logo_text h1 a:hover {
  color: #00A0C0;
}

#logo_text h2 {
  font-size: 30px;
  font-weight: normal;
  padding: 0 0 0 0;
  color: orange;
}
#logo_text h3 {
  font-size: 20px;
  font-weight: normal;
  padding: 0 0 0 0;
  color:White;
}


/* Header style */

h1 {
  font-weight: normal;
}

.h2-1 {
  text-align:center;
  color:rgb(0,0,0);
  background-color: rgb(255,204,204);
  padding: 0px 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.h2-2 {
  text-align:left;
  color:rgb(255,0,0);
  padding: 0px 0px;
  margin-top: 10px;
  margin-bottom: 10 px;
}

.h2-2c {
  text-align:center;
  color:rgb(255,0,0);
  padding: 0px 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.h3-1 {
  text-align:left;
  color:rgb(255,0,0);
  padding: 0px 0px;
  margin-top: 10px;
  margin-bottom: 10 px;
}

.h4-1 {
  text-align:left;
  color:rgb(140,180,230);
  padding: 0px 0px;
  margin-top: 10px;
  margin-bottom: 10 px;
}

.h4-tab {
  text-align:right;
  color:rgb(0,190,250);
  padding: 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.content {
  text-align: left;
  width: 670px;
  padding: 25px 0 0 0;
  float: left;
  font-size: 110%;
}

/* Image styles */
.photo-1 {
  border-radius: 10px; 
  max-width:500px;
  max-height:400px;
}

figcaption {
  font-size: 90%;
  color:rgb(200,200,225); 
  text-align:center;
}

.table-opaque {
  table-layout: auto;
  background-color: #424242;
  color:white;
  margin: 3px;
  border-collapse: collapse;
  font-size:100%;
  align:left;
  width:100%;
}

.table-opaque td th {
  border: 1px solid: 0;
  padding: 1px 1px;
}

/* Center figure */
.figcenter {
  margin:0px auto;
  display:block;
}

/* Change bold color to gold */
b {
  color:rgb(0, 255, 0);
}
