/* ========= footer styles ========= */

#footercontainer {
  margin-left:20px;
  width:760px;
  background-color: #fff;
}

#footerwrapper	{
	height:25px;
  	margin: 0;
  	padding-top: 20px;
  	font-family: arial, helvetica, sans-serif;
	font-size: 71%;
	color: #fff;
	background: url('../../images/personal/footer/5px_e0e0e0.gif') repeat-x 0px 20px ;
}

* html #footerwrapper	{
	height:45px;
}

#footerwrapper img	{
	padding: 0;
	vertical-align: top;
}

ul.footer {
  white-space: nowrap;
  margin: 0;
  border: 0px none;; padding-left:1px; padding-right:0px; padding-top:10px; padding-bottom:0px
}

* html ul.footer {
  margin: 0px 0px 0px 0px;
}

ul.footer li {
  display: inline;
  text-align: center;
  color: #333;
  background: url('../../images/personal/footer/sq_marker.gif') no-repeat 0px 6px ;; list-style-type:none; padding-left:10px; padding-right:6px; padding-top:0px; padding-bottom:0px
}

ul.footer li a:link, ul.footer li a:visited, ul.footer li a:active {
  text-decoration:none;
  color: #333;

}

ul.footer li a:hover	{
	text-decoration:underline;
	color: #f60;
}
