@charset "utf-8";
/* CSS Document */

#footerPane{
	width:100%;
	float:left;
	margin-bottom:15px;
	text-align:center;
}

.bottomContainer {
  display:table;
  padding:0 0 5px 0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  }
.bottomContainer li {
  display:table-cell;
  }
* html .bottomContainer li {
  float:left;
  }
.bottomContainer a {
  width:auto;
  display:block;
  padding:0 10px;
  font-size:10px;
  color:#666666;
  background:url(images/bgFooterSeperator.gif) right no-repeat;
  text-decoration:none;
  }
* html .bottomContainer a {
  float:left;
  }
.bottomContainer a:hover {
  text-decoration:underline;
  
  }

.container {
	clear:both; 
	text-decoration:none;
	
	}
* html .container {
	display:inline-block;
	text-align:center;
	}

/*#footerPane .bottomContainer li a{
	font-size:10px;
	color:#666666;
	background:url(images/bgFooterSeperator.gif) right no-repeat;
	padding:0 10px;
}
*/

.bottomContainer li.first{
	font-size:11px;
	color:#000000;
	background:none;
	padding:0;
}

.bottomContainer li.last a{
	background:none;
	padding-right:0;
}

.copyRightContainer{
	text-align:center;
	font-size:10px;
	color:#666666;
	margin-top:5px;
}

.copyRightContainer a{
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#ff0000;
	text-decoration:none;
}

.copyRightContainer a:hover{
	text-decoration:underline;
}

