#footerlinkswrapper {
	width:940px;
	margin:auto;
}
.ie7 #footer #footerlinkswrapper {
	height: 90px;
}

#footerlinkswrapper ul {
    float: left;
    list-style: none outside none;
    margin: 22px 27px 20px;
}

#footerlinkswrapper ul.last {
	margin-right:0;
}

#footerlinkswrapper li {
	height:22px;
	line-height: 20px;
	font-size:12px;
}

#footerlinkswrapper li a {
    background: url("/common-cms-cmsframework-portlet/images/cms-framework-global-footer/white-arrow.png") no-repeat scroll left center transparent;
    color: white;
    padding-left: 15px;
    padding-top: 1px;
    text-decoration: none;
	font-family: Arial;
}
#footerlinkswrapper li a:hover {
	text-decoration: underline;
}
#globalfooter {
    background-color: #484848;
    overflow: hidden;
	clear: both;
}

#globalfooter #footerlogo {
    float: left;
    margin-bottom: 20px;
    margin-right: 27px;
    margin-top: 20px;
}