/* footer */

.footer {
	background: #000;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.col3 ul, .col3center ul{padding:0;}
.col3  h2, .col3center h2{
	font: bold 1.4em Verdana,sans-serif,Arial;
	padding-bottom: 4px;
	color: #fff;
}
.footer {
	color: #fff;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;


}
.footer li a{
	display: block;
	line-height: 2em;
	padding-left: 0%;
	width: 96%;
}
.footer a:link, .footer a:visited{
color: #666; text-decoration:none;
}
.footer a:hover, .footer a:focus, .footer a:active {
	color: #FFF;
	background: #222;
}
.col3,.col3center {
	float: left;
	width: 31%;
}

.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

 
