/*  Footer Region
-------------------------------------------------------------*/
/*
A quick note about the footer.
1. The html & body both need to be 100%
2. The container must be 100% with a negative margin the size of the footer
3. The footer must have a definite height
4. The end of the container must always have a clearfooter div which clears and is the height of the footer.
*/

#push {
	height: 225px;
	clear: both;}

#footer {
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 10px;
	border-style: solid;
	border-color: #333333;
	background-color: #f1f2f1;
	height: 125px;
	background-image: url(/media/cell_white.jpg);
	background-repeat: repeat-x;
	z-index: 0;
	clear: both;
	color: #1a191a;
	letter-spacing: 1.35pt;
	font-size: 7pt;
	font-family: Helvetica, Arial, sans-serif;}

#footer div {
	padding: 25px;}

#footer a:hover {
	text-decoration: underline;}

#footer_nav {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	width: 900px;}


