/*Global Advance Page Div styles*/
.GAMain{
  position:relative;
  height:625px;
}

.GAPic{
  position: absolute;
  left:0px;
  top:0px;
  width: 475px;
  height: 253px;
  background-image: url(images/global_advance/student_ad.jpg);
  background-color: #ffffff;
  padding: 0;
}

.GAeli{
  position: absolute;
  left:200px;
  top:200px;
  color: #FE6A11;
  font-family: Arial, sans-serif;
  font-weight:600;
  font-size: 17px;
}

.GAVertDivider{
  z-index: 1;
  background-color: #FE6A11;
  width: 3px;
  height: 625px;
  position: absolute;
  top:0px;
  left:165px;
}

.GAHorizDivider{
  z-index: 1;
  background-color: #FE6A11;
  width: 475px;
  height: 3px;
  font-size: 3px;
  padding: 0;
  line-height: 3px;
  position: absolute;
  top:230px;
  left:0px;
}

.GAQuoteBox{
  width: 300px;
  height: 366px;
  position: absolute;
  top: 260px;
  left: 175px;
  background-image: url(images/global_advance/blast_GA.jpg);
  background-color: #ffffff;
}

.GAQuoteText{
  color: #000000;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 160px;
  left: 10px;
}

.GAQuoteCite{
  color: #000000;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 285px;
  left: 44px;
}

.GABigText{
  z-index: 2;
  color: #000000;
  font-size: 24px;
  position: absolute;
  top: 270px;
  left: 10px;
}
