@charset "UTF-8";
/* Footer Index */
span.footerIndexExpand {
  background: url("http://goldsgym.com/find-gym/css/img/sidebarSprite.png") no-repeat scroll 0 -21px transparent;
  cursor: pointer;
  height: 16px;
  text-align: center;
  width: 20px;
}
#FooterIndexList {
  display: none;
  float: left;
  margin: 30px auto;
  padding: 0 40px;
  width: 1005px;
}
#FooterIndexList a, #FooterIndexList img {
	border: medium none;
}
#FooterIndexList a {
	outline: none;
	text-decoration: none;
}
#FooterIndexList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#FooterIndexList ul.topCategory {
	float: left;
	padding-bottom: 10px;
	width: 20%;
}
#FooterIndexList li {
	line-height: 20px;
	padding-left: 11px;
}
#FooterIndexList ul.topCategory > li {
	padding-left: 0;
}
#FooterIndexList a {
	font-size: 10px;
	font-weight: normal;
}
#FooterIndexList ul.topCategory > li > a {
  color: #F9E300;
  font-weight: bold;
  text-transform: uppercase;
}
#FooterIndexList a:hover {
	text-decoration: underline;
}
#FooterIndexList a.topLocation, #FooterIndexList a.subLocation {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
#FooterIndexList a.topLocation {
  color: #F9E300;
  font-size: 15px;
  text-transform: uppercase;
}
#FooterIndexList a.subLocation {
  color: #FFFFFF;
  font-size: 12px;
}
#FooterIndexList li.expandable > span.arrow, #FooterIndexList li.expanded > span.arrow {
	background: url("http://goldsgym.com/find-gym/css/img/sidebarSprite.png") no-repeat scroll 0 0 transparent;
}
#FooterIndexList li.expanded > span.arrow {
	background-position: 0 -40px;

}
#FooterIndexList li.expandable > span.arrow {
	background-position: 0 -20px;

}
#FooterIndexList li > span.arrow {
  cursor: pointer;
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  z-index: 5;
}
#FooterIndexList .sub3Category > li {
  padding-left: 25px;
}
#FooterIndexList ul.subCategory {
  display: none;
}
#FooterIndexList ul.sub3Category {
  display: none;
}

.footerIndexExpand {
  background: url("http://goldsgym.com/find-gym/css/img/sidebarSprite.png") no-repeat scroll 0 -21px transparent;
  cursor: pointer;
  height: 16px;
  text-align: center;
  width: 20px;
  display: block;
  position: relative;
  left: 50px;
}
.active.footerIndexExpand {
  background-position: 0 -40px;
}
.footer-copy, #dynamicFooter {
  margin: 0 auto;
  max-width: 1080px;
  overflow: hidden;
  padding: 0 0 10px;
}
.menu-footer-nav-container #menu-footer-nav{
  margin-bottom:0;
}
#dynamicFooter #FooterIndexList{
  padding:0 30px; 
}
.clearB{
  clear:both;
}
#dynamicFooter a{
  color: #AAAAAA;
}