/* Start of CMSMS style sheet 'Footer' */
#footer {
  clear: both;
  margin-top: 20px;
  padding-top: 15px;
  margin-bottom: 20px;
}

#footer ul {
   clear:left;
   float:left;
   list-style:none;
   margin-top:0px;
   margin-bottom:10px;
   margin-right:0px;
   margin-left:0px;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;

}
#footer ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;

}
#footer .footermenu ul li {
   border-left: 1px solid black;
}
#footer .footermenu ul li.firstitem {
   border-left: 0px;
}

#footer ul li a {
  display:block;
  margin:0 8px 0 8px;
  line-height:1.3em;
  display: block;
}
/* End of 'Footer' */

