#footer {
	background-color: #333;
	color: #D6D6D6;
	text-align: left;
	margin-top: 40px;
	padding: 0;
	margin-right: 0px;
	margin-left: 0px;
} 
#footer a {
	color: #FFF;
	font-family: "Browallia New", Corbel, verdana, sans-serif;
	font-size: large;
}
#footer a:link {
	font-family: "Browallia New", Corbel, verdana, sans-serif;
	font-size: large;
	color: #FFF;
}
#footer a:visited {
	font-family: "Browallia New", Corbel, verdana, sans-serif;
	font-size: large;
	color: #999;
}
#footer a:hover {
	color: #CCC;
}
#footer a:active {
	color: #09C;
}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#footer #address {
	width: 200px;
	margin-left: 160px;
	text-align: left;
	float: left;
}

#footer #footsitelinks {
	width: 100px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	text-align: left;
	list-style-type: none;
	line-height: 19px;
	margin: 0px;
}
#footer #vision {
	width: 100px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
	text-align: left;
	list-style-type: none;
	line-height: 19px;
	margin: 0px;
}
#footer #vision ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 15px;
}


#footer #footsitelinks ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 15px;
}

#footer #footsocial {
	width: 300px;
	margin-right: 10px;
	text-align: right;
	float: right;
	padding-top: 19px;
}
#footer #msk {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#footer #footsocial ul li a {
	font-family: "Browallia New", Corbel, verdana, sans-serif;
	font-size: large;
}
#footer #footsocial ul li a:visited {
	color: #666;
}
#footer #footsocial ul li a:hover {
	color: #CCC;
}
#footer #footsocial ul li a:active {
	color: #09F;
}

#footer #footsocial ul {
	padding: 0px;
	margin: 0px;
}
#footer #footsocial ul li {
	list-style-type: none;
	display: inline;
}
#footer #footsocial #footicons ul {
	display: inline;
	list-style-type: none;
}
#footer #msk #aclogo {
	float: left;
	clear: left;
	width: 300px;
	margin-top: 10px;
}



hr {
	color: #9E8C5D;
}
