body {
  color: #333;
  background: #003366;
  padding: 40px; }

a:link {
  color: #ee2e24;
  text-decoration: underline; }
a:visited {
  color: #ee2e24;
  text-decoration: underline; }
a:hover {
  color: #ee2e24;
  text-decoration: none; }

/* Spacing */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 5px; }

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
.alert,
.faux_p {
  margin-bottom: 20px; }

.narrow_hbreak {
  margin-bottom: 10px; }

.no_hbreak,
.last {
  margin-bottom: 0px; }

.center {
  text-align: center; }
  
#wrapper {
  padding: 10px;
  background: #fff url(http://www.future-foundation.com/images/site/wrapper-top.png) no-repeat; }

#header {
  padding-top: 10px;
  padding-bottom: 20px; }
  #header .newsletter_signup {
    padding-top: 50px; }
    #header .newsletter_signup label {
      font-size: 14px; }

#main_nav ul {
  float: right;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0; }
  #main_nav ul li {
    margin: 0;
    line-height: 1; }
    #main_nav ul li a {
      display: block;
      background: #999;
      padding: 5px 20px;
      border-left: 3px solid #fff; }
      #main_nav ul li a:link {
        color: #fff;
        text-decoration: none; }
      #main_nav ul li a:visited {
        color: #fff;
        text-decoration: none; }
      #main_nav ul li a:hover {
        color: #fff;
        background: #003366;
        text-decoration: none; }
    #main_nav ul li.current a {
      background: #003366; }
#main_nav .divider {
  line-height: 1;
  height: 10px;
  background: #003366 url(http://www.future-foundation.com/images/site/main-nav-divider-bg.gif) top left repeat-y;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff; }

#secondary_nav {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin: 0; }
  #secondary_nav ul {
    margin: 0; }
  #secondary_nav li {
    margin: 0;
    line-height: 1; }
    #secondary_nav li a {
      display: block;
      background: #999;
      padding: 10px 20px;
      border-bottom: 2px solid #fff; }
      #secondary_nav li a:link {
        color: #fff;
        text-decoration: none; }
      #secondary_nav li a:visited {
        color: #fff;
        text-decoration: none; }
      #secondary_nav li a:hover {
        color: #fff;
        background: #003366;
        text-decoration: none; }
    #secondary_nav li.current a {
      background: #003366; }
    #secondary_nav li.current ul a {
      background: #999; }
      #secondary_nav li.current ul a:hover {
        background: #003366; }
  #secondary_nav ul a {
    padding: 10px 20px 10px 40px;
    font-size: 14px; }

#intro h1 {
  background: #ee2e24;
  color: #fff;
  padding: 0px 10px;
  lien-height: 1; }
#intro .summary {
  color: #fff;
  background: #003366;
  padding: 10px;
  font-weight: bold;
  font-size:17px; }

#footer {
  background: url(http://www.future-foundation.com/images/site/wrapper-bottom.png) top left no-repeat;
  padding: 30px 10px 0px 10px;
  color: #fff; }

h2.special {
  line-height: 1;
  background: #003366;
  color: #fff;
  font-size: 18px;
  padding: 0px 10px 0px 10px; }
  h2.special span {
    background: #ee2e24;
    padding: 5px 5px;
    line-height: 1;
    display: block;
    float: left; }

.thumbnail {
  border: 1px solid #bbb;
  padding: 5px;
  background: #fff; }

.nav_categories li {
  background: none;
  padding-left: 0px; }
  
.newsletter_signup {
  margin-bottom: 0px; }
  
/** Lightbox **/

#lightbox{  position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.future-foundation.com/images/site/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.future-foundation.com/images/site/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }     
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}    

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }