.HeaderBar {
    clear: both;
    height: 44px;
}

.HeaderBar ul {
    overflow: hidden;
    min-height: 31px;
    margin: 0px auto;
    padding: 0px;
    width: 990px;
    position: relative;
}

.HeaderBar ul li#headerBar_clientLogoImage {
    float: left;
    padding-left: 17px;
    list-style: none;
}
.LightBox .HeaderBar ul li#headerBar_clientLogoImage {
    padding-left: 12px;
 }

.HeaderBar ul li#headerBar_squareImage {
    float: right;
    padding-right: 1px;
    list-style: none;
}

.HeaderBar ul li img {
    display: block;
}

#headerbarcontainer.External {
	margin-top: 10px;
}
#headerbarcontainer.External .HeaderBar ul {
	width: 710px;
}
#headerbarcontainer.External .HeaderBar ul li img {
	margin-right: 12px;
}
.LightBox #headerbarcontainer.External .HeaderBar ul li img {
	margin-right: 9px;
}

#headerbar-bottom {
	margin-bottom: 1px;
}
#headerbar-bottom {
	background: #ED1B2E none repeat scroll 0 0;
}

#headerbar-bottom {
	height: 7px;
}


