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

/* BEGIN STYLES FOR TOP CONTENT ON FRONT PAGE */
#front .top_content {
  margin: 10px auto 0 auto;
  width: 920px;
  height: 320px;
  /*background: url('images/pages/landing_pages/spring_2010_promo/front_door_middle_bg.jpg') no-repeat bottom center;*/
}
#front .top_content .tagline {
  float: left;
  font-size: 20px;
  width: 650px;
  margin: 0 0 0 20px;
  *margin: 0 0 0 10px;
}
#front .top_content .contactus {
  float: right;
  margin: 4px 15px 0 0;
}
#front .top_content .image {
  float: left;
  margin: 11px 0 0 0;
  width: 575px;
  height: 250px;
}
#front .top_content .quote {
  float: right;
  font-size: 18px;
  width: 325px;
  margin: 50px 10px 0 0;
  *margin: 50px 10px 0 0;
  text-align: right;
  line-height: 32px;
}
#front .top_content .quote .highlight {
  border-bottom: 1px dotted #61AFE1;
  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;
}


/* BEGIN STYLES FOR MIDDLE CONTENT ON FRONT PAGE */
#front .middle_content {
  clear: both;
  margin: 0 auto;
  width: 920px;
  height: 205px;
}
#front .middle_content .bluebar {
  background: url('images/pages/front_door/copy_bar.jpg') top left repeat-y;
  float: left;
  width: 920px;
  /* max-height: 225px; */
}
#front .middle_content .paragraph {
  color: #FFF;
  font-size: 14px;
  float: left;
  padding: 10px 0 10px 14px;
  line-height: 24px;
  width: 675px;
}
#front .middle_content .siteoftheday {
  background: url('images/pages/front_door/site_of_the_day_badge.jpg');
  float: left;
  width: 620px;
  height: 34px;
  margin-top: 15px;
}
#front .middle_content .awardseal {
  float: right;
  margin: -105px 25px 0 0;
  text-align: center;
  width: 176px;
}


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


/* BEGIN STYLES FOR SITE OF THE DAY */
#sod a {
  color: #787878;
  font-size: 15px;
  font-weight: bold;
}
#sod a:hover {
  color: #787878;
}