/* Start of CMSMS style sheet 'Navigation: Footer' */
div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   float: none;
   padding-top: 5px;
   padding-bottom: 0px;
   height: 50px;
   background-color: #cccccc;
   line-height: 1.4em;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
   color: #000066;
   padding-top: 5px;
   position: relative;
}

div#footer ul ul {
      text-align: center;
      list-style-type: none;
      padding-bottom: 5px;
      border-bottom: 1px solid #000066;
}

div#footer ul ul li {
      text-align: center;
      display: inline;
      padding-left: 10px;
}

div#footer h3 {
      display: inline;
}

div#footer a {
      color: #000066;
}

/* End of 'Navigation: Footer' */

