.infoBar {
  width: 100%;
  background-color: #ccc;
  border 1px solid black;
  height: 142px;
  float: left;
}
.infoBar > .infoLogo { 
  width: 120px;
  position: relative;
  left: 6px;
  top 6px;
  clear: both;
  float: left;

}
.infoLogo > img { 
  height: 10em
}
.infoBar > .infoText {
  margin-left: 14em;
  clear: both;
  float: left;
}
