/* CSS Document */


/***********************************************************************/
/* FOOTER */
/***********************************************************************/
.footer-section {
	color: #333;
}
.footer-section-content {
	padding-top:1em;
	padding-bottom:1em;
	background-color:#CCC;
}
.footer-section-content a, .footer-section-content a:active, .footer-section-content a:visited  {
    color: #333;
	font-size:14px;
}
.footer-section-content a:hover {
    color: #999;
	text-decoration:none;
}
.footer-section-content li {
	font-size:14px;
}


.footer-section-content-column-left img {
	margin-top:20px;
	left:0px; 
	height:150px;
}
@media (min-width: 760px;) {
.footer-section-content-column-right img {
	margin-top:20px;
	right:0px; 
	float:right;
}
}
.footer-section ul {
	margin-top: 20px;
}
.footer-section .form-group {
	margin-top: 20px;
}


.footer-section-meta {
	margin-top: 0em;
	background-color:#999;
	padding-top:1em;
	padding-bottom:2em;
	height:100px;
}

.footer-section-meta a, .footer-section-meta a:active, .footer-section-meta a:visited {
	font-size:14px;
    color: #fff;
}
.footer-section-meta a:hover {
    color: #0060AA;
	text-decoration:none;
}

