#footer {
	position: relative;
	height: 53px;
	width:960px;
	padding-left: 20px;
}

#footer #footer-logo {
	background-image: url(/images/bg/hr_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer #menu-footer{
	margin-top: 12px;
	background-image: url(/images/bg/hr_v_footer.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	width:880px;
}

#footer #menu-footer a{
	display: inline;
	padding: 0 4px 0 4px;
	color: #9D9D9D;
	font-size: 11px;
	text-decoration: none;
	background-image: url(/images/bg/hr_v_footer.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

#footer #footer-text {
	position: absolute;
	left: 266px;
	top: -60px;
	width: 443px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	color: #777;
	background-image: url(/images/bg/hr_dot2.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #fff;
	border: 0px solid red;
}

#footer #footer-text p {
	padding: 0;
	margin: 0;	
}

#footer #footer-text img {
	vertical-align: top;
}

#footer #footer-text a {
	font-weight: bold;
	font-size: 10px;
	color: #777;
	text-decoration: none;
}

#footer #footer-text a:hover {
	text-decoration: underline;
}

#footer #print-panel{
	text-align: center;
	position: absolute;
	left: 266px;
	top: -115px;
	width: 443px;
	height: 30px;
	background-color: #E8E8E8;
	margin: 0;
	padding-top: 8px;
}




div#bookmarks {
	position: absolute;
	width: 443px;
	height: 44px;
	top: -90px;
	left: 266px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	color: #777;
	background-color: #E8E8E8;
	padding-top: 5px;
}

div#bookmarks img {
	vertical-align: text-bottom;
}

div#bookmarks a {
	display: inline;
	margin-right: 10px;
}
