/* Start of CMSMS style sheet 'Footer: Jetico Footer' */
div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #8f8f8f;
   background-color: #fff; /* same bg color as in header */
   padding: 15px 0 15px 35px;
}

div#footer ul {
    list-style: none;
   display:inline;
}

div#footer ul li {
   color: #8f8f8f; /* needed becouse footer link would be same color as background otherwise */
   display:inline;
}

div#footer a {
   text-decoration: none;
   color: #8f8f8f;
}
/* End of 'Footer: Jetico Footer' */

