/* Footer */
#footer {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #666666),color-stop(1, #31332F));
	background-image: -o-linear-gradient(top, #666666 0%, #31332F 100%);
	background-image: -moz-linear-gradient(top, #666666 0%, #31332F 100%);
	background-image: -webkit-linear-gradient(top, #666666 0%, #31332F 100%);
	background-image: -ms-linear-gradient(top, #666666 0%, #31332F 100%);
	background-image: linear-gradient(to top, #666666 0%, #31332F 100%); 
	background-color:#666;
	width: 100%;
	margin: 0;
	margin-top: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.2em;
	display:inline-block;
	position:relative;
	}
.floatleft {
    float: left;
    margin-left: 110px;
	margin-right: 110px;
}
#footerContainer {
	background: transparent;
	max-width: 1070px;
	color: #fff;
	margin: 30px auto;
	padding: 0 30px 0 0;
	}

#footerTopics {
	background: transparent;
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
	width: 1070px;
	float: left;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	-webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
	height:250px;
	display:block;		
	}
#footerTopics p {
	margin: 10px 0 0 30px;	
	}
#footerTopics ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display:block;		
	}
#footerTopics li {
	background-image: none;
	margin: 0 0 0 30px;
	padding: 5px 0 5px 0;
	list-style: none;
	float: left;
	border-bottom: 1px dotted #949494;
	display:block;	
	width: 100%;
	}
#footerTopics a {
	color: #fff;
	text-decoration: none;
	}
#footerTopics a:hover {
	color: #000;
	text-decoration: underline;
	}


