.row:after {
	content: "";
	clear: both;
	display: table;
}

.col1 {
	float: left;
	width: 25%;
}

.col2 {
	float: left;
	width: 25%;
	padding-left: 0px;
}

.col3 {
	float: left;
	width: 25%;
	padding-left: 0px;
}

.col4 {
	float: right;
	width: 25%;
	padding-left: 0px;
}



#footer-separater
{
	height: 17px;
	padding: 0px;
	color: #dddddd;
	background-image: url('../images/engineering_footer_bar.jpg');
	background-repeat: repeat-x;
	box-shadow: 0px 2px 4px #000000;
}

#footer {
	color: #dddddd;
	padding: 0px;
	margin-top:3px;
}

#footer-container
{
	width: 970px;
	margin: 0px auto;
	padding-top:10px;
	font-size: 0.8em;
	display: block;
}

#footer-container p
{
	line-height: 1.1em;
}

#footer-container p a
{
	color: #ffffff;
}

#footer-content-wrapper
{
	float: left;
	width: 100%;
}

#footer-content-column
{
	margin: 0 250px 0 470px;
}

#footer-left-column
{
	float: left;
	width: 470px;
	margin-left: -970px;
}

#footer-right-column
{
	float: left;
	width: 250px;
	margin-left: -250px;
}

#footer a
{
	color: #000000;
	text-decoration: none;
	outline: none;
	font-size: 1em;
}

#footer a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

.footer-innertube
{
	margin: 9px;
	margin-top: 0;
}

.footer-innertube p
{
	line-height: 1em;
}

