﻿/* FOOTER ///////////////////////////////////////////////////////////////////////*/

#footer
{
	width: 971px;
	height: auto;
	float: left;
}

#footer_sitemap
{
	padding: 15px 0 0px 22px;
	width: 963px;
	color: #b3b3b3;
}

ul.footer_sitemap
{
	padding: 0 0  20px 0;
	float: left;
	width: 157px;
	height: auto;
	margin: 0px;
	line-height: 20px; 
	list-style-type: none;
	
}

ul.footer_sitemap a, ul.footer_sitemap a:link, ul.footer_sitemap a:visited, ul.footer_sitemap a:active
{
	color: #b3b3b3;
	text-decoration: none;
}

ul.footer_sitemap a:hover
{
	color: #999;
	text-decoration: underline;
}

#footer_main
{
	width: 971px; /*	height: 100px;*/ /*background: #ececec;*/
	float: left;
	background: url(../images/norman_footer_bg_repeater.gif);
	background-repeat: repeat-y;
}

#footer_bottom
{
	/*	padding: 0px 0 0 8px; */ /*width: 963px;*/
	width: 971px;
	float: left;
	bottom: 0px;
	height: auto;
	background: url(../images/norman_footer_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer .copyright {
  font-size: 0.9em;
  text-align: right;
  color: #999;
  margin: 0 10px 5px 0;
}