/**
 * PolicyBar.css
 *
 * Copyright 2008 RealPatterns, Inc. All rights reserved.
 */



.PolicyBar {

  height: auto;
  color: #ffffff;
  margin: 0px auto;
  padding: 6px 0px;
  background: #c0bebe;
  font: normal 11px sans-serif;
  text-align: left;
  float: left;
  width: 100%;
}
.PolicyBar ul {

  margin: 0px auto;
  padding: 0px;
  list-style: none;
  float: left;
  width: 50%;
}
.PolicyBar ul li {

  display: inline;
  background: transparent url('../../../../images/bullet_02.gif') no-repeat scroll 0px 3px;
}
.PolicyBar ul li:first-child {

  background-image: none;
}
.PolicyBar ul li a {

  color: #ffffff;
  text-decoration: none;
  padding: 0px 7px 0px 10px;
}
.PolicyBar .Copyright {

  float: right;
  width: 48%;
  text-align: right;
  margin-right: 10px;
}

@media only screen and (max-width: 650px) {
	
	.PolicyBar ul{
		width: 100%;
		text-align: center;
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
	}
	
	.PolicyBar .Copyright{
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
	}
}