/* Fix the Box Blues */
*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

a img {
  border: 0;             
}

.clearboth { 
  clear: both; 
}

.h-spacer {
  min-height: 30px; 
}

hr {
  border-top: 1px solid #000000;
  margin-bottom: 23px;
}

html {
  position: relative;
  height: 100%;
}          

body {
  height: 100%;
  max-width: 1200px;
  background: #111111;
  margin: 0 auto;
  padding: 0px;
  font-family: Helvetica,Arial,Sans-Serif;
}

#header {
  margin: 0 auto;
  overflow: hidden;
}

#header .left {
  float: left;
  padding: 5px 0 0 10px;
  text-align: left;
}

#header .right {
  float: right;
  padding-top: 5px;
  font-weight: bold;
  text-align: right;
} 

#header a:link {
  color: #0000ee;
}

#header a:visited {
  color: #0000ee;
}

#header a:hover {
  color: #0000ee;
}

#header a:active {
  color: #0000ee;
}  

#content-block {
  margin: 0 auto;
  background: #222222;
  color: #cccccc;
  max-width: 1200px;
  padding: 33px 17px 33px 17px;
}

#content-block p {
  margin: 0 auto;
  text-align: left;
  line-height: 1.5em;
  letter-spacing: .14em;
  padding: .5em;
}

#content-block p.published {
  text-align: left;
  color: #666666;
}

#content-block a {
  text-decoration: underline;
  font-weight: normal;
}

#content-block a:link {
  color: lightskyblue;
}

#content-block a:visited {
  color: lightskyblue;
}

#content-block a:hover {
  color: lightskyblue;
}

#content-block a:active {
  color: red;
}  
	
#content-block table {
  width: 100%;
  overflow: auto;
  margin: 0 auto; 
  text-align: left;
  color: #000000;
  border: 1px solid #000000;
}
      
#content-block td {
  padding: 5px 5px 5px 5px;
  text-align: left;
}

#content-block th {
  padding: 3px 1px 3px 5px;
  font-weight: bold;
  text-align: left;
}

#content-block tr:nth-child(even) {
  background-color: #eeeeee;
}

#content-block tr:nth-child(odd) {
  background-color: #bbbbbb;
}

#content-block table a {
  text-decoration: underline;
  font-weight: bold;
}

#content-block table a:link {
  color: darkblue;
}

#content-block table a:visited {
  color: darkblue;
}

#content-block table a:hover {
  color: #0000ee;
  text-decoration: underline;
}

#content-block table  a:active {
  color: #000000;
}  
    
#content-block form {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#content-block input, textarea, select {
  width: 100%;
  padding: 5px;
  margin: 5px 0px 5px 0;
  font-family: Helvetica,Arial,Sans-Serif;
}

#content-block button[type=submit] {
  padding: 8px;
}

#content-block select {
  width: 15em;
  padding: 5px;
  margin: 5px 0px 5px 0;
}

#content-block ul {
  list-style-type: none;
  padding: 0;
}

#content-block li {
  font-weight: normal; 
}

#content-block ul.bullets {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 8px;
  text-indent: -25px;
  padding-left: 25px;
}

#content-block li.bullets { 
  font-weight: normal; 
}

#content-block h1 {
  color: #ffffff;
  margin: 0;
  text-align: left;
}   

#content-block h2 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: left;
}   

#content-block h3 {
  color: #ffffff;
  margin: 0;
  text-align: left;
}   

#content-block .login-box {
  width: 500px;
  margin: 0 auto; 
  text-align: left;
  padding: 17px;
  background: #000000;
  color: #bbbbbb;
  border: 1px solid #333333;   
}

#content-block .error {
  font-weight: bold;
  color: red;
  padding: 10px;	
}

#content-block span.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#content-block img.center {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#content-block img.right {
  float: right;
  max-width: 100%;
  height: auto;
  display: block;
  padding-left: 15px;
}

#content-block div.image-right {
  float: right;
  max-width: 100%;
  padding-left: 10px;
}

#content-block div.image-left {
  float: left;
  padding-right: 10px;
}

#content-block .caption {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  font-weight: bold;
  font-style: italic;
}

#content-block .page-nav {
  text-align: center;
  margin: 0 auto;
}   

#footer { 
  clear: both;
  width: 100%;
  height: 75px;
  font-weight: normal;
  font-size: 90%;
  overflow: hidden;
  border-top: 1px solid #555555;
} 
         
#footer .left {
  float: left;
  text-align: left;
  padding: 5px 0 0 10px;
}
             
#footer .right {
  float: right;
  text-align: right;
  padding: 10px;
  color: #cccccc;
} 

#footer .bottom {
  margin: 0 auto;
  color: #eeeeee;
  font-weight: bold;
  padding: 10px;
  text-align: center;   
}

#footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#footer li {
  font-weight: normal;
  font-size: 100%;
}
#footer a {
  text-decoration: underline;
}

#footer a:link {
  color: #eeeeee;
}

#footer a:visited {
  color: #eeeeee;
}

#footer a:hover {
  color: lightskyblue;
}

#footer a:active {
  color: #eeeeee;
}  

nav {
  text-align: right;
  color: #eeeeee;
  background: #444444;
  padding: 3px;
}

nav .menu-top {
  font-weight: bold;
}   

nav ul ul {
  display: none;
}

nav ul li:hover > ul {
  display: block;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}

nav ul:after {
  content: ""; 
  clear: both; 
  display: block;
}

nav ul li {
  float: left;
  padding: 0px;
  overflow: hidden;   
}

nav ul li:hover {
  white-space: nowrap;
}

nav .top-level:hover {
  color: #000000;
  white-space: nowrap;
}

nav .menu-heading {
  font-size: 100%;
  font-weight: bold;
  color: #eeeeee;
  background: #535353;
}

nav ul li a {
  display: inline; 
  font-weight: 600;
  padding: 0 10px 0 10px;
  color: #cccccc;
  text-decoration: none;
}

nav ul li a:hover {
  display: inline; 
  font-weight: 600;
  padding: 0 10px 0 10px;
  color: lightskyblue;
  text-decoration: none;
}

nav ul ul {
  text-align: left;
  background-color: ghostwhite;
  padding: 0;
  position: absolute; 
  top: 100%;
  border: 1px solid #aaaaaa;
}

nav ul ul li {
  float: none; 
  position: relative;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
