@charset "utf-8";
/* CSS Document */

/* BEGIN STYLES FOR TOP CONTENT ON FRONT PAGE */
#front .top_content {
  margin: 2px auto 5px auto;
  width: 925px;
  height: 320px;
}
#front .top_content .contactus {
  float: right;
  margin: 4px 15px 0 0;
}
#front .top_content .image {
  float: left;
  margin-top: 25px;
  width: 570px;
  height: 250px;
}
#front .top_content .quote {
  float: left;
  font-size: 18px;
  width: 325px;
  margin: 65px 0 0 15px;
  *margin: 65px 0 0 0;
  text-align: right;
  line-height: 32px;
}
#front .top_content .quote .emphasized {
  color: #61AFE1;
  font-size: 20px;
}
#front .top_content .quote .details {
  line-height: 18px;
  margin-top: 1em;
}
#front .top_content .quote .name {
  color: #61AFE1;
  font-size: 13px;
  font-weight: bold;
}
#front .top_content .quote .title, #front .top_content .quote .school {
  font-size: 13px;
}
#front .top_content .tagline {
  float: left;
  font-size: 20px;
  width: 650px;
  margin: 20px 0 0 10px;
  *margin: 20px 0 0 10px;
}


/* BEGIN STYLES FOR MIDDLE CONTENT ON FRONT PAGE */
#front .middle_content {
  clear: both;
  margin: 0 auto;
  width: 925px;
}
#front .middle_content .awardseal {
  float: left;
  width: 250px;
  margin: -95px 0 0 50px;
  text-align: center;
}
#front .middle_content .productinfo {
  float: right;
  text-align: left;
  width: 555px;
  margin: 40px 0 0 0;
  color: #FFF;
  line-height: 22px;
}
#front .middle_content .siteoftheday {
  margin-top: 40px;
}
#front .middle_content .student {
  float: left;
  margin: 15px 0 0 0;
  width: 269px;
}


/* BEGIN STYLES FOR BOTTOM CONTENT ON FRONT PAGE */
#front .bottom_content {
  clear: both;
  margin: 25px auto;
  width: 925px;
}


/* BEGIN STYLES FOR SITE OF THE DAY */
#sod {
  margin-top: 10px;
}

#sod a {
  color: #FFF;
  font-size: 15px;
}
#sod a:hover {
  color: #787878;
}
