﻿#FooterMaster
{
	background-color:Transparent; /*#CFECEC;*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	color: White;
	padding: 0;
	margin-top:0px;
}

#FooterMaster a:link {color: #FFFFFF; text-decoration:none; font-size:11px; }
#FooterMaster a:visited {color: #FFFFFF; text-decoration:none; font-size:11px; }
#FooterMaster a:hover {color: #AA0000; text-decoration:underline; font-size:11px; }

#FooterMaster #FooterText
{
	text-align: center;
	padding: 0;
	width: auto;
	margin: 0 auto;
	font-size:11px;
	color:White;
}


#FooterMaster #FooterMenu
{
	padding: 18px 0px 0px 0px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: White;
	z-index:100;
}

#FooterMaster #FooterMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:11px;
	text-align: center;
}

#FooterMaster #FooterMenu ul li a
{
	display: inline;
}

#FooterMaster #FooterMenu ul li a:hover
{
	display: inline; 
}

#FooterMaster #FooterMenu a {
	display: block;
	text-decoration:none;	
	font-size:11px;
	/*color: White;*/
}


/* spacing for IE is controlled in navhacks.css */
#FooterMaster #FooterMenu li{
	padding: 2px 11px 4px 5px; /*determines the spacing between the top level menu items*/
	display: inline;
	text-align: center;
	/*border-left:1px solid #d3d3d3;*/
}

#FooterMaster #FooterMenu li:hover, #FooterMaster #FooterMenu li:hover{
	position: static;
}

#FooterMaster #FooterMenu li.last{
	border-right: 0;
}


#FooterMaster #FooterMenu li.first{
	border-left:0;
	border-left-style:none;
}