@charset "utf-8";
/* CSS Document */

/*This CSS file, footer.css, controls the footer of the VDOE web site pages*/

#footer /* This is used to define the style for page footer */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 0.13em;
	text-align: center;
	z-index: 1;
	/* background-image: url(/images/css/foot_grad.jpg); */
	/* background-repeat: repeat-x; kle-delete-8-2-2017*/
	clear: both;
	border: #8f85b7;
	background-color: dimgray;
	border-style: solid;
}
#footer a, #footer h2, #footer h3, #footer /* This is used to define the style for active anchor tag in page footer */ 
{
	color: #fff;
	text-align:left;
}
#footer ul
{
	padding-left:20px
}