﻿/* Frederick National Lab Footer */
#FnlPageFooter {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  z-index: 100;
  box-sizing: border-box;
  -webkit-box-flex: 0 0 100px;
  -moz-box-flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  background-image: url('WebResource.axd?d=RCc4t301Vl4pmhAYx0J-fKD0-tQFfAJejFw6np3l0eln_Igz93vDL96Q_XDhLMk2qeTwMMfZ-_wdyrciMRMkGKmSiuC1f-6cHaOgqdKrYkM1fS0pnMOKaROiKz07URLVBvNTS_M7yMuG2bfqjCxDg4lP-xBMziWcQSL1AyGlPJylyrFg0&t=638987033533991429');
}

#FnlPageFooter > ul
{
  margin: 6px 0px 0px 0px;
  padding: 0px;
  overflow: hidden;
  text-align: center;
  line-height: 12px;
}

#FnlPageFooter > ul:first-child
{
  margin: 15px 0px 20px 0px;
  font-weight: bold;
}

#FnlPageFooter > ul > li
{
  display: inline-block;
  padding: 0px 6px 0px 6px;
  margin: 0px;
  list-style-type: none;
  color: #9799A8;
  border-left: 1px solid #9799A8;
  overflow: hidden;

  /* IE-only inline-block fix for IE7. */
  zoom: 1; /* Forces IE-only hasLayout property to be set. */
  *display: inline; /* IE-only "inline". */
}

#FnlPageFooter > ul > li:first-child
{
  border-left-style: none;
}

  #FnlPageFooter a {
    text-decoration: none;
    color: #6D7083;
    font-size: .9em;
  }

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