#footer {
	/*min-width: 875px;*/
	min-height: 100px;
	margin-top: 30px;
	padding: 20px 25px;
	font-size: 9pt;
	color: #000;
    overflow: auto;
    border-top: 1px solid #000;
}

#footer div {
   padding-bottom: 10px;
   margin-bottom: 10px;
}

#footer #address {
    float: left;
    padding-right: 20px;
    margin-right: 20px;
}

#footer #address h3 {
    color: #FFF;
    font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial;
    font-size: 12pt;
    margin-top: 2px;
}

#footer #address ul {
    padding: 0;
}

#footer #address li {
	padding: 2px 0;
	list-style: none;
}

#footer #address span {
    white-space: nowrap;
}

#footer a {
    color: #000;
    text-decoration: none;
}

#footer #address #address_links, #footer #links {
	display: none;
}