#footer-container
{
	clear:both;
	padding-top:1em;
	font-size:90%;
	padding-top : 20px;
}

#footer-container #footer-links
{
	border:1px solid #CFCFCF;
}

#footer-container #footer-links p
{
	float:left;
	margin:0.5em;
}

#footer-container #footer-links ul
{
	float:right;
	margin:0.5em;
}

#footer-container #footer-links ul li
{
	display:inline;
}

#footer-container #footer-links ul li.divider
{
	display:inline;
	border-right: 1px solid #fff;
	padding-right: 0.6em;
margin-right: 0.6em;
}



#footer-container #footer-info
{
	clear:both;
	text-align:center;
	margin-top:1em;
}

#footer-container #footer-info p
{
	margin:0.5em;
}

/* Test */

#footer-container
{
	display: block;
	clear: both;
	width: 827px;
	font-size: 90%;
	margin: 1em 0 0 0;
}


#footer-links ul li a,
#footer-links ul li a:hover
{color:#fff; font-weight:bold;}

#footer-container #footer-links {
  border : 0;
  background : #fff url(/static/i/footer.gif) no-repeat left top;
  color : #fff;
  
  position:relative;
  height:42px;
}

#footer-container #footer-info {
	clear : both;
	text-align : center;
	margin-top : 1em;
}

#footer-container #footer-info p {
	margin:0.5em;
}

#footer-links  p
{
 float:left;
 font-weight:bold;
}
#footer-links  p a
{
color : #fff;
 font-weight:bold;
}

/* New Footer CSS */

#footer-container
{
	display: block;
	clear: both;
	width: 827px;
	font-size: 90%;
	margin: 1em 0 0 0;
}

#footer-container #footer-links {
  border : 0;
  background : #fff url(/static/i/footer.gif) no-repeat left top;
  color : #fff;
  
  position:relative;
  height:42px;
}

#footer-container #footer-links ul {
  border : 0px solid black;
  margin-right : 1em;
  padding1 :0;
  clear:both;
  white-space: nowrap;
}


#footer-container #footer-links p {
	position:absolute;
  top:0;
  left:5px;
}

#footer-container #footer-info {
	clear : both;
	text-align : center;
	margin-top : 1em;
}

#footer-container #footer-info p {
	margin:0.5em;
}
#footer-container #footer-links .last {
border-right:0 none;
margin-right:0;
padding-right:0;
}
