/* start footer */
#footer {
	min-height: 135px;
	border: solid #888;
	border-width: 5px 0 0;
	
	margin: -140px 0 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	background: #797979 url(layout/footer_bg.gif) repeat-x;
	color: #bcbcbc;	
	font-size: 11px;
	
}

#help_footer_menu {
	width: 600px;
	float: left;
	
	
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer h4 {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 20px 0 5px;
}

#footer_menu {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#footer_menu li  {
	float: left;
	margin: 0;
	padding: 0 10px 0 11px;
	list-style: none;
	list-style-position: outside;
	background:url(layout/footer_menu_bg.gif) no-repeat 0 center;
}

#footer_menu a:link, #footer_menu a:visited, #footer_menu a:hover, #footer_menu a:active {
	font-weight: bold;
	font-size: 10px;
	color: #b3b2b2;
	display: block;
	float: left;
	white-space: nowrap;
}

#admin_details {
	width: 262px;
	float: right;
	background:url(layout/admin_details.gif) no-repeat;
	padding: 0 0 0 32px;
	min-height: 135px;
	
}

#admin_details em {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

#admin_performance {
	padding: 20px 0 0;
	color: #aaa;
} 

#admin_performance dl {
	margin: 0;
	padding: 0 0 3px;
	width: 100%;
	overflow: hidden;
}

#admin_performance dt, #admin_performance dd {
	margin: 0;
	padding: 0;
}

#admin_performance dt {
	float: left;
	width: 110px;
}

#admin_performance dd {
	font-weight: bold;
	float: left;
}
/* end footer */
