/*--------------------------------
  Bottom Navigation
---------------------------------*/
.sf_navigation {
    clear: both;
    height: auto;
 width: 955px;
}

.sf_navigation ul {
    margin: 0 0;
    height: auto !important;
    height: 1%;
    padding-left: 0;
 list-style-type: none;   
}

.sf_navigation ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;  
}

.sf_navigation ul li {
    float: left;
    width: auto !important;
    width: 5px;
    white-space: nowrap; 
 }

.sf_navigation ul li a { 
 text-decoration: none;
 display: block;  
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: bold;
 font-variant: normal;
 margin: 0 1px 0 0;
 padding: 13px 10px 16px 10px;
 color: #ffffff; 
}

.sf_navigation ul li a:hover {   
 background-image: url(images/nav-ovr.jpg);
 background-repeat: repeat-x;
 background-position: right bottom;
 text-decoration: none;
    display: block;
 color: #fff; 
}

.sf_navigation ul li a:visited {
 color: #fff; 
}

/*--------------------------------
  End Bottom Navigation
---------------------------------*/

/*--------------------------
   Footer
--------------------------*/

.sf_footer { 
 background-image:; 
 clear: both;
 text-align: center;
 height:auto !important;  
 padding-top: 21px;
 padding-bottom: 22px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
 background-position:center top;
 background-repeat:repeat-x;
 color: #fff;
 background-color: #000000;
}

.sf_footer p {
 margin: 0px;
 padding: 0px;
}

/*--------------------------
  End Footer
--------------------------*/
