/* CSS Document */

#footer {

    margin-top: 10px;
    background-color: #000000;
    clear: both;
    font-size: 11px;
    color: #CCC;
    line-height: 16px;
    }

#footer div {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
    }

#footer #leader div {
    padding: 0;
    }

#footer .leader {
    text-align: center;
    border-bottom: 1px solid #333;
    background-color: #111;
    }

#footer .top {
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 5px;
	background-color: #333333;
	border: thin solid #000000;
	background-image: url(../i/nav-bg.gif);
	background-position: bottom;
    }

#footer .top h1 {
	color: #999;
	font-size: 11px;
	font-weight: normal;
    }

#footer .top a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
    }
	
#footer .top a:hover {
	color: #DBD2DD;
    }

#footer .top span {
	display: block;
    }

#footer .oncnet,
#footer .line {
    padding-top: 1px;
    }

#footer .line a {
    color: #CCC;
    font-weight: bold;
    }

#footer .line {
    border-top: 1px solid #363A47;
    background-color: #000;
    }

#footer .line.last {
    font-size: 10px;
    }

#footer .spacer {
    clear: both;
    height: 20px;
    font-size: 0;
    }
