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

/* BEGIN STYLES FOR TOP CONTENT ON FRONT PAGE */
#front .top_content {
  margin: 0 auto 15px 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 {
  text-align: right;
  margin: 0 15px 0 0;
}
#front .top_content .image {
  float: left;
  margin: 0;
  width: 575px;
  height: 300px;
}
#front .top_content .quote {
  float: right;
  font-size: 18px;
  width: 325px;
  margin: 40px 15px 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: 175px;
}
#front .middle_content .bluebar {
  /*background: url('images/pages/front_door/copy_bar.jpg') top left repeat-y #1E4CA1;*/
	background: #1E4CA1;
	border: 1px solid #8E908F;
  float: left;
  width: 920px;
  height: 90px;
}
#front .middle_content .bluebar {
  background: linear-gradient(top, #5FACE0 0%,#296EBB 100%); /* W3C */
  background: -moz-linear-gradient(top, #5FACE0 0%, #296EBB 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5FACE0), color-stop(100%,#296EBB)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5FACE0 0%,#296EBB 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5FACE0 0%,#296EBB 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #5FACE0 0%,#296EBB 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5FACE0', endColorstr='#296EBB',GradientType=0 ); /* IE6-9 */
}
#front .middle_content .paragraph {
  color: #FFF;
  font-size: 14px;
  float: left;
  padding: 10px 0 10px 14px;
  line-height: 22px;
  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;
}
