﻿#FooterMaster
{
	background-color:Transparent;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	color: #000000;
	padding: 0;
}

#FooterMaster #FooterText
{
	text-align: center;
	padding: 0;
	width: auto;
	margin: 0 auto;
}


#FooterMaster #FooterMenu
{
	padding: 18px 0px 0px 0px;
	clear:both;
	z-index:100;
}

#FooterMaster #FooterMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#FooterMaster #FooterMenu li{
	padding: 2px 11px 4px 5px;
	display: inline;
	text-align: center;
	font-size: 11px
}

#FooterMaster #FooterMenu li.last{
	border-right: 0;
}


#FooterMaster #FooterMenu li.first{
	border-left:0;
	border-left-style:none;
}

