/* FOOTER PANEL STYLE */
#home_footer_panel{
	width:771px;
	height:60px;
	position:absolute;
	/*top:472px;*/
	top:182px;
	left:0px;
	}
#internal_footer_panel{
	width:771px;
	height:60px;
	position:relative;
	}
#footer_line_left{
	background-image:url(../images/site_images/footerLine_left.gif);
	background-repeat:repeat-x;
	width:11px;
	height:17px;
	position:absolute;
	top:0px;
	left:9px;
	}
#footer_line{
	background-image:url(../images/site_images/footerLine.gif);
	background-repeat:repeat-x;
	width:731px;
	height:17px;
	position:absolute;
	top:0px;
	left:20px;
	}
#footer_line_right{
	background-image:url(../images/site_images/footerLine_right.gif);
	background-repeat:repeat-x;
	width:11px;
	height:17px;
	position:absolute;
	top:0px;
	right:9px;
	}
#footer_nav{
	width:250px;
	height:25px;
	position:absolute;
	top:18px;
	left:29px;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial;
	font-size:11px;
	font-weight:500;	
	text-align:left;
	color:#737373;
	}
#footer_copy{
	width:300px;
	height:25px;
	position:absolute;
	top:18px;
	right:29px;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial;
	font-size:11px;
	font-weight:500;	
	text-align:right;
	color:#737373;
	}