/* footer */
#dpw-bottom-footer-section {
	background-color: #fff;
}
/* Override original */
#deptFooter { background: none;}
#dpw-footer-container {
	background: none;
	margin: 10px;
	padding: 0px;
	width: 100%;
	text-align:center;
}
#dpw-footer-padding {
	padding: 5px;
}
/* Override original */
#dpw-footer-padding {
	padding: 0;
}
/* Override original */
#dpw-footer-container-table {
	text-align:left;
	border: 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	height: 100%;
	/*background-color: #c0deff;*/
	background: URL(/lib/template/img/footer_tile_bg_blue.jpg) top repeat-x;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=#c0deff);
}
#dpw-bottom-footer-td { 
	border: 0;
	margin: 0;
	padding: 0;
}

#dpw-footer-container-table table.dpw-inner {
	padding: 10px;
	height: 100%;
	width: 100%;
}

#dpw-footer-container-table td {
	margin: 0;
	padding: 10px;
	vertical-align: top;
}
#dpw-footer-container-table td h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
}
#dpw-footer-container-table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#dpw-footer-container-table td li {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 3px 0;
}
#dpw-footer-container-table td li a {
	color: #00659B !important;
	text-decoration: none;
}

#dpw-footer-container-table td li a:hover {
	text-decoration: underline;
}
