﻿#footerNavigationContainer 
{
	clear:both;
	height:46px;
}

#footerNavigationContainer div.footernav_content, 
#footerNavigationContainer div.footernav_top
{
	margin-left:5px;
}

#footerNavigationContainer div.footernav_content 
{
	width:947px;
}

#footerNavigationContainer .footer_content 
{
	text-align:center;
	height:24px;
	width:919px;
	padding-top:2px;
	background-color:#f5f5f5;
}

#footerNavigationContainer .footernav_content div
{
	float:left;
	display:inline-block;
}

#footerNavigationContainer li,
#footerNavigationContainer ul
{
    display:inline;
    padding:0;
    margin:0;
}
div.footernav_top {
	background:url('/images/footernav_top.gif') no-repeat;
	background-position: center bottom;
	clear:both;
	height:20px;
	width:947px;
}
div.footernav_edgeleft {
	background:url('/images/topnav_edge_left.gif') repeat-y;
}

div.footernav_edgeright {
	background:url('/images/topnav_edge_right.gif') repeat-y;
}
div.footernav_edgeleft,
div.footernav_edgeright
{
	background-position: 0px -1px;
	height:26px;
	width:14px;
}
#footerNavigationContainer a:link,
#footerNavigationContainer a:visited {
	color:#000000;
	text-decoration:none;
    font:normal 0.7em "Trebuchet MS";
	padding-left:20px;
	padding-right:20px;
}