/*
  The Web Factory Website Template
  www.thewebfactory.co.uk

  Copyright (c) 2010 Douglass Systems Limited

  Rebuild 20100111

*/

#footer {
        clear: left;
        width: 100%;
        height: 30px;
        background-color:#EBEBEB;
        text-align: center;
        padding: 4px 0;
}

.combo_content_footer {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000066;
        height: 25px;
        vertical-align: middle;
        }
.combo_spacer_footer {
         height: 5px;
        }
td.combo_horizmenu a{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #000066;
        text-align: center;
        }
td.combo_horizmenu a:link {
        color: #000066;
        text-decoration: none;
        }
td.combo_horizmenu a:visited {
        color: #000066;
        text-decoration: none;
        }
td.combo_horizmenu a:hover {
        color: #FFFFFF;
        }
.footercenter {
        position: relative;
        top: 20px;
        height: 25px;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color:#bbc4c5;
/*        background-color:#EBEBEB;    */
        }
.combo_right_footer {
        float: right;
        clear: right;
        width: 240px;
        height: 25px;
        margin: 0 10px 0 0;
        padding: 0 0 0 0;
        text-align: right;
        vertical-align: middle;
        color:#bbc4c5;
        }
.combo_right_footer a{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color:#bbc4c5;
        text-align: right;
        text-decoration: none;
        }
.combo_right_footer a:link{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color:#bbc4c5;
        text-align: right;
        text-decoration: none;
        }
.combo_right_footer a:visited{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color:#bbc4c5;
        text-align: right;
        text-decoration: none;
        }
.combo_right_footer a:hover{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #000080;
        text-align: right;
        text-decoration: none;
        }
.combo_left_footer {
        float: left;
        clear: left;
        width: 240px;
        height: 25px;
        margin: 0 0 0 10px;
        padding: 0 0 0 0;
        text-align: left;
        vertical-align: middle;
        }