#footer{
	background-image: url("/web/20161027183731oe_/http://www.spk-wc.usace.army.mil/images/footer.jpg");
	text-align: left;
	height: 10em;
	/*border: thin solid yellow;*/
	position: relative;
	overflow: hidden;
}
#footer_top{
	padding: 0px;
	float:left;
	width: 100%;
	height:4em;
	/*border: thin solid red;*/
	margin: 0px;

}
#buildstrong{
	position: relative;
	
	top: 1.2em;
	left: .5em;
	width: 15em;
}

#social{
	position: relative;
	float: right;
	width:auto; 
	top: -0.9em;
	text-align: right;
	/*border: thin solid black;*/
	padding: 0px;
	margin: 0px;
}
#social img{
	/*padding-bottom: .2em;*/
}

#social ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	*display: inline;
	/*border: thin solid purple;*/

}
#social li{
	float: left;
	/*border: thin solid blue;*/
	padding-right: .2em;
}

#footer_bottom{
	/*display: inline-block;*/
	text-align: right;
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px;
	padding: 0px;
	/*border: thin solid purple;*/
}
#linkbox{
	display: block;
	position: relative;
	right: 0em;
	float: right;
	height:5.7em;

	/*border: thin solid green;*/
}

.footer_links {
	/*width: 9em;*/
	float: left;
}

.footer_links ul{
	/*border: thin solid black;*/
	text-align: left;
	padding: 0px;
	margin: 0px;
	/*padding-top: 1em;a*/
	padding-right: 2em;
	list-style: none;
}
.footer_links li{
	padding: 0;	
	padding-top: .3em;
	/*border: thin solid blue;*/
}
.footer_links a{
	color: #27543f;
	text-decoration: none;
}
.footer_links a:hover{
	color: #27543f;
	text-decoration: underline;
}
