@charset "utf-8";
#footer{
	width:982px;
	/*margin:0 auto;*/
	margin-left:auto; margin-right:auto;
	text-align:center;
	clear:both;
	background-image: url(../images/footer.png);
	_behavior: url(scripts/iepngfix_v2.htc);
	background-repeat: no-repeat;
	height: 114px;
	overflow:hidden;
}
#footer dl.copyright{
	margin:40px 0 0 0 ;
	clear:right;
	color:#999;
}

#footer dl.copyright dt{
	background-image: url(../images/footer_logo.png);
	_behavior: url(scripts/iepngfix_v2.htc);
	background-repeat: no-repeat;
	display: block;
	margin: 0px 16px 0px 6px;
	float: right;
	height: 42px;
	width: 49px;
	text-indent: -2000px;
	overflow: hidden;
}
#footer dl.copyright dd{
	margin:0 65px 0 0;
	text-align:right;
	font-size: 1em;
}
#footer div.epaper {
	background-image: url(../images/epaperBar.png);
	_behavior: url(scripts/iepngfix_v2.htc);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	line-height:16px;
	width: 300px;
	zoom:1;
	overflow:hidden;
	display:block;
	float:left;
}
#footer .epaper-btn-primary{	float:left;}
#footer .epaper-textInput{
	width:190px;
	height:12px;
	margin: 0 10px;
	border: 0px none #FFFFFF;
	background-color: #ffb2b2;
	color: #993d3d;
	font-size:11px;
	float:left;
}
#footer ul.quicklink{
	margin:0;
	padding:0;
	float:right;
}
#footer ul.quicklink li{
	margin:0 0 0 -1px;
	padding:0 0.5em;
	border-left:1px solid #666;
	vertical-align:middle;
	display:inline;
	font-size:1em;
	list-style-type: none;
	zoom:1;
	overflow:hidden;
}
#footer ul.quicklink li:first-child{border-left:none 1px #ccc;}

