/*
Chen
add position:relative 
comment height,add padding-bottom
*/
#footer {
	clear: both;	
	margin:30px auto 0pt;
	*margin:30px auto 0pt;
	padding-top:15px;
	padding-left:15px;
	padding-right:0px;
	padding-bottom:5px;
	*padding-bottom:10px;
	width: 958px; 
	z-index: 1;
	background: #f7f7fa;
	/*position:relative;*/
}

#fnav {
	padding: 10px 0;
}

#copyright {
	height: 30px;
}
/*
Chen
comment position:relative 
*/	
#footer .line{
	height: 16px; 
	width: 1px; 
	z-index: 1;
	/*position:relative;*/
	float:left;
	background: transparent;
    opacity: 1.00;
}

#footer .companyLinks{
	height: 18px;
	z-index: 1;
	margin:0px 5px;
	float:left;
}

#footer .paragraph {
    color: #336699;
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 13px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    text-align: left;
}

#footer .copyright {
    color: #666666;
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 12px;    
    opacity: 1.00;    
    padding-left:5px;
    text-align: left;
}
#bottomLinks{
	margin-left:0px;
	margin-top:18px ;
	*margin-top:35px;
}

/***************************************************************
****************************************************************

NEW STYLES:
Footer

****************************************************************
***************************************************************/
.footerpush{
height:60px;
clear:both;
}
#footerZone {
	/***** structural *****/
	/*position: absolute;*/
	clear: both;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	position:relative;
	_position:relative;
	/*width:100%;*/
	/* padding:0pt 25px;  */
	padding:0px;
	margin:0;
	margin-top: 0px;
	/***** visual *****/
	background: #dde5f0 url("../display_img/ftr/bgd_footer.png") repeat-x left top;
	border-top: 1px solid #a7acb8;
	border-bottom: 1px solid #a7acb8;
	z-index: 9000;
	min-width:1000px;
	_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?"1000px":"")
	/***** temp override styles *****/
}

#footerZone .input_tools {
margin-left:25px;
_margin-left:12px;
}
#footerZone .copyright {
margin-left:25px;
_margin-left:12px;
}


#footerZoneSites {
	background:#DDE5F0 url("../display_img/ftr/bgd_footer.png") repeat-x left top;
	/*border-bottom:1px solid #A7ACB8;*/
	border-top:1px solid #A7ACB8;
	bottom:0pt;
	*bottom:-1pt;
	height:60px;
	*height:60px;
	left:0pt;
	padding:0pt 25px;
	position:absolute;
	right:0pt;	
	width:100%;;
	z-index: 9000;	
}
#footerZone div {
padding:0;
margin:0;
}
#footerZoneSites div {
padding:0;
margin:0;
}
p.copyright {
	/***** structural *****/
	clear: both;
	
	/*******IE*******/
	*float:left;
	/***** visual *****/
	color: #444;
	font-size: 0.9em;
	margin-top:0;
	/***** temp override styles *****/
}