#historyLogos{
    background-image: url('historyBegin.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 60px;
}

#historyLogos img{
    height: 40px;
}

#historyEnd{
    background-image: url('historyEnd.png');
    height: 65px;
    margin-bottom: -10px;
}

#fusion{
    margin-bottom: -10px;
    width: 100%;
    height: 75px;
    background-image: url('union.png');
    text-align: center;
    padding-top: 25px;
}

#fusion p{
    font-size: 15px;
    line-height: 17px;
    margin: 0px;
    border: 1px solid #4DA6FF;
    display: block;
    width: 100%;
    padding: 7px 0px;
    text-align: center;
    border-radius: 2px;
}

ul#history{
    list-style-type: none;
    padding: 0px;
    background-image: url('history.png');
    background-repeat: repeat-y;
    margin: 0px;
}

ul#history li{
    width: 250px;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0;
    margin-top: 10px;
    border-radius: 0px;
    font-size: 13px;
    line-height: 17px;
}

ul#history li p{
    padding: 0px;
    margin: 0px;
    text-align: left;
}

ul#history li p:before {
  width: 7px;
  border-width: 7px 0 7px 7px;
  border-style: solid;
  border-color: transparent #563C39;
  content: '';
  float: right;
  margin-right: -25px;
  position: relative;
  display: block;
}

ul#history li span.date {
  float: right;
  position: relative;
  font-weight: bold;
  margin-right: -62px;
  margin-top: -3px;
  white-space: nowrap;
  color: #563C39;
}

ul#history li.egic{
    margin-left: 378px;
}

ul#history li.egic p:before {
  border-width: 7px 7px 7px 0px;
  float: left;
  margin-left: -25px;
  margin-right: 0px;
  border-color: transparent #EDA952;
}

ul#history li.egic span.date {
  float: left;
  margin-left: -62px;
  margin-right: 0px;
  color: #EDA952;
}

ul#history.united {
    background-image: url('history_united.png');
}

ul#history.united li{
    width: 290px;
    margin-left: 0px;
}
ul#history.united li.egic{
    margin-left: 338px;
}

ul#history.united li.right{
    margin-left: 338px;
}

ul#history.united li.right p:before {
  border-width: 7px 7px 7px 0px;
  float: left;
  margin-left: -25px;
  margin-right: 0px;
}

ul#history.united li.right span.date {
  float: left;
  margin-left: -62px;
  margin-right: 0px;
}