html

{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

/* JRJ Added for left sidebar navigation */

/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 200px;
  /* position: fixed; */
  position: relative;
  z-index: 1;
  /*   top: 0;
  left: 0; */
  top: 230;
  left: 0;
  /*   background-color: #111; */
  background-color: transparent;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  /*  color: #818181; */
  color: orange;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  /* color: #f1f1f1; */
  background: #90e2fd;
  color: #0000A0;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: green;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  /* background-color: #262626; */
  background-color: transparent;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
/* End JRJ sidenav */

/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: orange;
  /*  padding: 10px 20px 10px 20px; */
  padding: 5px 10px 5px 10px ;
  /* padding: 14px; */
  font-size: 20px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  /* background-color: transparent; */
   background-color: rgb(24, 24, 24);
  /* min-width: 160px; */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: orange;
  font-size: 16px;
  padding: 5px 15px 5px 15px ;
  /* padding: 12px 16px; */
  text-decoration: none;
  display: block;
}

/* Change color of dropdown button text on hover */
.dropbtn a:hover {
  color: #0000A0;
  padding: 10px 20px 10px 20px;
  /* padding: 0; */
  background-color: #90e2fd;}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {color: #0000A0; background-color: #90e2fd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
/* .dropdown:hover .dropbtn {background-color:  rgb(24, 24, 24);} */
.dropdown:hover .dropbtn {color: #0000A0; background-color: #90e2fd;}






body
{ font: normal 80% Arial, Helvetica, sans-serif;
  background-color: rgb(24, 24, 24);
  color: #FFF;
}

p
{ padding: 0 0 20 0;
  /* padding: 0 0 20px 0; */
  color: #FFF;
  line-height: 2.0em;
  font: normal 120% Arial, Helvetica, sans-serif;  /* added jrj */
  font-size: 100% }

img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ font: normal 250% Arial, Helvetica, sans-serif;
  color: hwb(207 19% 20%);
 /*  text-shadow: 1px 1px #1D1D1D;*/
  letter-spacing: -1px;
  margin: 0 0 0 0;}

h2
{ 
  margin: 0;
  padding: 0 0 0px 0;
  font: normal 200% Arial, Helvetica, sans-serif;}

h3
{
  margin: 0;
  padding: 0 0 0px 0;
  font: normal 170% Arial, Helvetica, sans-serif;
}

h4
{ margin: 0;
  padding: 0 0 0px 0;
  font: normal 150% Arial, Helvetica, sans-serif;
  line-height: 1.5em;}

h5
{ margin: 0;
    padding: 0 0 0px 0;
    font: normal 130% Arial, Helvetica, sans-serif;
    line-height: 1.2em;}

/* changes size of headers used in the weatherAlt page. Important */
h6
{ margin: 0;
    padding: 5px 0px 5px 0px;
    font: normal 100% Arial, Helvetica, sans-serif;
    line-height: .5em;}
 
 
a
{ color:orange;
  line-height: 1.0em;
  font-weight: bold;
  background: transparent;
  outline: none;
  text-decoration: underline;}

a:hover
{ text-decoration: none;}

ul
{ margin: 10px 0 22px 30px;
  line-height: 1.4em;
  font-style: normal;
  font-size: 100%;}

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

ol li
{ margin: 0 0 11px 0;}

#main, #header, #banner, #menubar, #site_content, #footer, #content_grey
{ margin-left: auto; 
  margin-right: auto;}


#header{
  float: right;
  color:orange;
}

/* JRJ added */
#aerial_video
{ width: 910px;
  height: 500px;
  margin-top: 2px;
  background: rgb(24, 24, 24);
   /* background: transparent url(../images/transparent.png) repeat;   */
} 

#main
{ background: transparent;}

#menubar
{ width: 1000px;
  height: 40px;
  margin-top: -2px;
  background: rgb(24, 24, 24);
   /* background: transparent url(../images/transparent.png) repeat;   */
  border-radius: 0px 0px 0px 0px;
} 
  
 #welcome
{ width: 320px;
  float: left;
  text-align: center;
  height: 45px;
  margin: 0 auto;
  padding-left: 20px;
  padding-top: 5px;
  background: transparent;}  
   
#welcome H1 a
{ font: normal 150% Arial, Helvetica, sans-serif;
  letter-spacing: -3px;
  color: #FFF;
  text-shadow: 1px 1px #1D1D1D;
  text-decoration: none;}
  

  #menu_items
{ float: right;
  color:orange;
  font-size: 150%;
  width: auto;}

  #menu_items_header
  { 
    background: transparent;
    float: right;
    color:orange;
    width: auto;}

  #menu_items_weatherpage
  { float: left;
    color:orange;
    width: auto;
    font-size: 150%;
    padding: 5px 35px 5px 35px ;
   }

  
ul#menu
{ margin:0;
  margin: 0 0 0 0px;}

ul#menu li
{ padding: 0 0 0 0px;
  list-style: none;
  /* JRJ try to get text in link vertically centered with shadow  margin: 2px 0 0 0; */
  margin: 2px 0 0 0;
  display: inline;
  color:orange;
  background: transparent;}

ul#menu li a
{ float: left;
  font: normal 100% Arial, Helvetica, sans-serif;
  text-align: left;
  color:orange;
  text-decoration: none;
  padding: 5px 15px 5px 15px ;
  background: transparent; } 
  
ul#menu li.current a
{ color: orange;
  background: rgb(24, 24, 24);
  text-shadow: none;}
  
ul#menu li:hover a
{ color: #0000A0;
  background: #90e2fd;
  padding: 5px 15px 5px 15px ;}


/* JRJ removed background: transparent url(../images/transparent.png) repeat;   In original project.html file for blue bkg} */
#site_content
{ 
  width: 960px;
  overflow: hidden;
  margin: 0 auto; 
  background: rgb(24, 24, 24);
 }
  
.sidebar_container
{ float: right;
  margin: 10px 20px 0 20px;
  width: 275px;
  padding: 0;}

.sidebar
{ float: left;
  width: 280px;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;}

.sidebar_item
{ 
  /* font: normal 120% Arial, Helvetica, sans-serif; */
  /* change this do sidebar_item has the same font as
  content_item so text on projectsAlt page are consistant */
  width: 275px;}

.sidebar h2
{ padding: 5px 0 0 10px;
  font: normal 140% Arial, Helvetica, sans-serif;
  height: 30px;
  text-shadow: 0px -1px 0px #000;
  color: #fff;
  background: #676767;
  background: -moz-linear-gradient(#0080FF, #0000FF);
  background: -o-linear-gradient(#0080FF, #0000FF);
  background: -webkit-linear-gradient(#0080FF, #0000FF);
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}  

#content
{ width: 600px;
  margin-bottom: 20px;
  margin-left: 20px;
  float: left;}

.content_item
{ width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;}
  
.content_container
{ width: 280px;
  padding: 5px;
  margin-right: 10px;
  float: left;}
  
  #content_bottom
 { width: 960px;
  height: 35px;
  text-align: center; 
  background: rgb(24, 24, 24);

  /* background: #90e2fd; */
  /* background: -moz-linear-gradient(#1D1D1D, #000);
  background: -o-linear-gradient(#1D1D1D, #000);
  background: -webkit-linear-gradient(#1D1D1D, #000); */
  border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  -webkit-border: 0px 0px 15px 15px;
 } 
  
#content_grey
 { width: 960px;
  height: 160px;
  text-align: center; 
  background: #0000A0;
  /* background: -moz-linear-gradient(#1D1D1D, #000);
  background: -o-linear-gradient(#1D1D1D, #000);
  background: -webkit-linear-gradient(#1D1D1D, #000); */
  border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  -webkit-border: 0px 0px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;} 
  
#content_grey p
 { color: #FFF;}  

#content_greyh4
{ text-shadow: none;}
  
.content_grey_container_box
{ width: 285px;
  padding: 5px;
  text-align: center;
  margin: 20px 10px 10px 10px;
  float: left;}

.content_grey_container_boxl
{ width: 285px;
  padding: 5px;
  text-align: center;
  margin: 20px 0 10px 10px;
  float: left;}
  
#footer
{ width: 960px;
  height: 20px;
  padding-top: 20px;
  text-align: center; 
  background: transparent;
  color: #FFF;
  text-shadow: 1px 1px #1D1D1D;}
  
#footer text
{color: #FFF;} ;

#footer a, #footer a:hover
{ color: #FFF;
  text-decoration: none;
  padding-bottom: 20px;}

#footer a:hover
{ text-decoration: underline;}

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

#footer a:hover
{ text-decoration: underline;}
  
 .readmore
{ font: bold 110% Arial, Helvetica, sans-serif;
  height: 15px;
  margin-left: 95px;
  width: 90px;
  padding: 5px 5px 10px 7px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #ccc);
  background: -o-linear-gradient(#fff, #ccc);
  background: -webkit-linear-gradient(#fff, #ccc);
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
 .readmore a
{ color: #1D1D1D;}
 
 .button_small
{ font: normal 110% Arial, Helvetica, sans-serif;
  height: 15px;
  width: 90px;
  padding: 5px 5px 10px 7px;
  background: #1D1D1D;
  background: -moz-linear-gradient(#1D1D1D, #000);
  background: -o-linear-gradient(#1D1D1D, #000);
  background: -webkit-linear-gradient(#1D1D1D, #000);
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
.button_small a
{ color: #FFF;
  padding-left: 5px;}

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

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

.form_settings span
{ float: left; 
  width: 280px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 2px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings input[type="checkbox"]
{ padding: 2px 0; 
  width: 15px; 
  font: 100% arial; 
  border: 0; 
  background: #FFF; 
  color: #47433F;
  margin: 28px 0;}

.form_settings .submit
{ font: bold 100% arial; 
  width: 99px; 
  margin: 0 0 0 206px; 
  height: 26px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #fff;
  background: -moz-linear-gradient(#fff, #ccc);
  background: -o-linear-gradient(#fff, #ccc);
  background: -webkit-linear-gradient(#fff, #ccc);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  color: #000;}
  
  
#banner_image {
	width: 600px;
	float: left;
  /* margin: 20px 0 0 20px; */
	margin: 20px 0 50px 20px;
	padding: 0 0 0 0;
}
#slider-wrapper {
    height: 375px;
	background: transparent;
	width: 600px;
}
#slider {
    background: url("../images/loading.gif") no-repeat scroll 50% 50% transparent;
    height: 375px;
    position: relative;
    width: 600px;
}
#slider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
#slider a {
    border: 0 none;
    display: block;
}

.nivoSlider {
    position: relative;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    font-family: arial;
    left: 0;
    opacity: 0.8;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption a {
    color: red;
    display: inline !important;
    text-decoration: none;
}
.nivo-caption a:hover {
    color: blue;
    text-decoration: underline;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    background: url("../images/arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    width: 30px;
    z-index: 9;
}
a.nivo-prevNav {
    left: 15px;
}
a.nivo-nextNav {
    background-position: -30px 50%;
    right: 15px;
}
.nivo-controlNav {
    bottom: -30px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.nivo-controlNav a {
    background: url("../images/bullets.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 22px;
    margin-top: 350px;
    position: relative;
    text-indent: -9999px;
    width: 22px;
    z-index: 9;
}
.nivo-controlNav a.active {
    background-position: 0 -22px;
}
 .white {
	color: #FFFFFF;
}
#footer p video {
	text-align: left;
}
#vid-gallery form label {
	color: #FFF;
	background-color: #CCC;
}
