.header {
    /*background: #D3E7F5 url(../images/bg-header.gif) repeat-x left bottom;
    border-top: 3px solid #D3E7F5; */
  }
.header .inner {
    /*background: #ffffff;*/
   /* margin: 0 3px; */
}

.homepage .header .inner {height: 150px;padding-top: 10px;}

.summary-box .inner {border: 1px solid #bad2dc}
.summary-box .hd {background: #E6E7E8 url(../images/bg-grey-nautilus.gif) no-repeat right top;}

.news-box .hd {padding: 2.5px;}
.news-box .bd {border:1px solid #BAD2DC; -moz-box-shadow: -1px 1px 5px #cccccc;-webkit-box-shadow: -1px 1px 5px #cccccc;}


/* extends summary-box */
.curriculum {margin-right: 9px; -moz-box-shadow: -1px 1px 5px #F0BFA9;-webkit-box-shadow: -1px 1px 5px #F0BFA9;}
.curriculum .inner {border-color: #F0BFA9;}
.curriculum .hd {background-color:#d34810;background-image:url(../images/bg-orange-nautilus.gif)}

.standards {margin-left: 9px; -moz-box-shadow: 1px 1px 5px #BAD2DC;-webkit-box-shadow: 1px 1px 5px #BAD2DC;}
.standards .hd {background-color:#2b7fa4;background-image:url(../images/bg-blue-nautilus.gif)}
	
/*.widget .hd {background: #D3E7F5 url(../images/bg-lightblue-nautilus.gif) no-repeat right top;} */



.highlight {margin: 0 0 9px; overflow: visible;}

ul.section-landing{
    margin-top:22px;
    padding-right:0;
    margin-right: -38px;

}

ul.section-landing li.last{margin-right:0;}
ul.section-landing .highlight{ 
  /*width:260px;*/
  width: 360px;
  background: #f9fafa;
  background: -webkit-linear-gradient(left, #edeeee , #f9fafa); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #edeeee, #f9fafa); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #edeeee, #f9fafa); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #edeeee, #f9fafa); /* Standard syntax */

  }
.highlight .inner {overflow: visible;}
.highlight .bd {  
  overflow: hidden;
  height: 125px;
  padding-left: 90px;
  padding-top: 10px;
  _padding-left: 81px;
  -webkit-border-radius: 0 0 5px 5px; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 0 0 5px 5px; 
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0 0 5px 5px;
  border: 1px solid #e5e6e7;
  padding-right: 5px;
  border-top: none;
  background: #f9fafa;
  background: -webkit-linear-gradient(left, #edeeee , #f9fafa);
  background: -o-linear-gradient(right, #edeeee, #f9fafa);
  background: -moz-linear-gradient(right, #edeeee, #f9fafa);
  background: linear-gradient(to right, #edeeee, #f9fafa);
  margin-top: -4px;

}
.highlight .img {float: left; margin: 6px 0 0 -79px; _margin-left: -75px;display: inline; line-height: 1px;}

/*extends highlight*/
.standards-button .hd {-moz-box-shadow: -1px 1px 5px #cccccc;-webkit-box-shadow: -1px 1px 5px #cccccc;}
.standards-button .bd {padding-left: 0; height: 18px;}
/*I don't really like this but it's a very specific case*/
.standards-button .bd p{margin:0;}


.highlight {
  margin-bottom: 25px;
  margin-right: 20px;
}

.mod .nav {
	border: 1px solid #fff;
}

.mod .nav {
  box-shadow: 0 0 0;
}

.highlight .hd a {
  color: #fff;
  font-family: 'Crete Round', serif;
  font-style: italic;
  font-size: 18px;
  display: block;
  padding: 10px;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
  font-weight: normal;
}

.highlight .inner .hd {
  -webkit-box-shadow: 2px 2px 2px #cccdcd;
  box-shadow: 2px 2px 2px #cccdcd;
  -webkit-border-radius: 5px;
}

.highlight .inner .hd {
  background-color: #098caa;
  background: -webkit-linear-gradient(#07a9d7, #098caa); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#07a9d7, #098caa); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#07a9d7, #098caa); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#07a9d7, #098caa); /* Standard syntax */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#07a9d7', endColorstr='#098caa', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -moz-box-shadow: 2px 2px 2px #cccdcd;
  -webkit-box-shadow: 2px 2px 2px #cccdcd;
  box-shadow: 2px 2px 2px #cccdcd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 100;
  position: relative;
}

.highlight .hd a:hover {
  text-decoration: none;
  background: #058fac;
  background: -webkit-linear-gradient(#45bee0, #058fac); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#45bee0, #058fac); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#45bee0, #058fac); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#45bee0, #058fac); /* Standard syntax */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#45bee0', endColorstr='#058fac', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.highlight.blue .inner .hd {
  background-color: #098caa;
  background: -webkit-linear-gradient(#07a9d7, #098caa); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#07a9d7, #098caa); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#07a9d7, #098caa); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#07a9d7, #098caa); /* Standard syntax */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#07a9d7', endColorstr='#098caa', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -moz-box-shadow: 2px 2px 2px #cccdcd;
  -webkit-box-shadow: 2px 2px 2px #cccdcd;
  box-shadow: 2px 2px 2px #cccdcd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 100;
  position: relative;
}

.highlight.blue .hd a:hover {
  text-decoration: none;
  background: #058fac;
  background: -webkit-linear-gradient(#45bee0, #058fac); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#45bee0, #058fac); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#45bee0, #058fac); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#45bee0, #058fac); /* Standard syntax */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#45bee0', endColorstr='#058fac', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.highlight.orange .inner .hd {
  background: #de5621;
  background: -webkit-linear-gradient(#f2773f, #de5621); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f2773f, #de5621); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f2773f, #de5621); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f2773f, #de5621); /* Standard syntax */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f2773f', endColorstr='#de5621', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -moz-box-shadow: 2px 2px 2px #cccdcd;
  -webkit-box-shadow: 2px 2px 2px #cccdcd;
  box-shadow: 2px 2px 2px #cccdcd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 100;
  position: relative;
}

.highlight.orange .hd a:hover {
  text-decoration: none;
  background: #de5621;
  background: -webkit-linear-gradient(#ea966f, #de5621); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ea966f, #de5621); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ea966f, #de5621); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ea966f, #de5621); /* Standard syntax */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ea966f', endColorstr='#de5621', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.highlight.purple .inner .hd {
  background: #9c3886;
  background: -webkit-linear-gradient(#bb80ae, #9c3886); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#bb80ae, #9c3886); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#bb80ae, #9c3886); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#bb80ae, #9c3886); /* Standard syntax */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#bb80ae', endColorstr='#9c3886', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -moz-box-shadow: 2px 2px 2px #cccdcd;
  -webkit-box-shadow: 2px 2px 2px #cccdcd;
  box-shadow: 2px 2px 2px #cccdcd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 100;
  position: relative;
}

.highlight.purple .hd a:hover {
  text-decoration: none;
  background: #9c3886;
  background: -webkit-linear-gradient(#cb9ec1, #9c3886); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#cb9ec1, #9c3886); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#cb9ec1, #9c3886); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#cb9ec1, #9c3886); /* Standard syntax */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#cb9ec1', endColorstr='#9c3886', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}


.highlight.grey .inner .hd {
  background: #4b4b4d;
  background: -webkit-linear-gradient(#919294, #4b4b4d); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#919294, #4b4b4d); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#919294, #4b4b4d); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#919294, #4b4b4d); /* Standard syntax */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#919294', endColorstr='#4b4b4d', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -moz-box-shadow: 2px 2px 2px #cccdcd;
  -webkit-box-shadow: 2px 2px 2px #cccdcd;
  box-shadow: 2px 2px 2px #cccdcd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 100;
  position: relative;
}

.highlight.grey .hd a:hover {
  text-decoration: none;
  background: #4b4b4d;
  background: -webkit-linear-gradient(#a4a5a6, #4b4b4d); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#a4a5a6, #4b4b4d); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#a4a5a6, #4b4b4d); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#a4a5a6, #4b4b4d); /* Standard syntax */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#a4a5a6', endColorstr='#4b4b4d', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}



.highlight .hd h3 {
  margin: 0;
}

/*
.inset {
    width: 354px;
    height: 10px;
    display: block;
    position: absolute;
    margin-top: 2px;
    box-shadow: 0 3px 2px -2px rgba(255, 255, 255, 0.8) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    margin-left: 2px;
}
*/

.highlight p {
  padding-left: 26px;
  margin-top: 0;
  padding-right: 5px;
}




