#phxfooter {
    background: none repeat scroll 0 0 #E0E0E0;
    border-top: 1px solid #D3D3D3;
}

#phxfooter .footer-section {
    margin: 0 auto;
    width: 960px;
    font-size: 11px;
    font-family: Arial;
    line-height: 13px;
}

#phxfooter .footer-lists {
    float: left;
    padding: 15px 0 20px 0; 
}

#phxfooter ul {
    list-style: none outside none;
    margin: 0;
    padding: 0; 
}

#phxfooter h3 {
    color: #444444;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 2px; 
    text-transform: uppercase;
    font-size: 11px;
}

#phxfooter a {
    color: #656565;
    text-decoration: none;
}

#phxfooter a:focus, #phxfooter a:hover {
		color: #444444;
}

#phxfooter .list {
    float: left;
    padding-right: 10px;
    width: 229px;
}

#phxfooter .lspace-mid {
    margin-left: 4px;
}

#phxfooter .lspace-last{
		margin-left: 4px;
		padding-right: 0px;
}


#phxfooter .hide-fromsighted {
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -4000px;
    width: 1px;
}

#phxfooter #footer-copyright {
    clear: both;
    padding: 0 0 20px;
    color: #707070;
    font-size: 11px;
}

