@charset "utf-8";
/* CSS Document */

/*mycolors*/
.footer {background-color: black; color: white; background: #222 url(../img/gradeline.gif) repeat-x top left;  }
.white {color: white;}
.yellowback {background-color: #fff6cf;}
.blueback {background-color: #e1eefb;}
.darkblue {color: #125c9e;}

.underline {border-bottom: 1px solid #ddd;}
.blueunderline {border-bottom: 1px solid #c3dbf2;}

/*floats*/
.floatleft {float: left;}

/*background images*/
.headerbg {background:url(../img/navbg_blue.png) repeat-x;}
.featured {
/*background: url(../img/featuredbg.png); color: #715600;*/
margin-bottom: 1em;
}

/*other*/
.sidebarleft {border-right: 1px solid #eee; height: 100%; }
.sidebarright {border-left: 1px solid #eee; height: 100%;}
.nolist {list-style-type:none; margin:0 ;}
.divDash {float:left; width:100%; height:44px; margin-bottom: 0px;background-image:url(../img/bgd_dash_line.gif); background-repeat:repeat-x; background-position:center;}
.alignRight {text-align:right;}
.showborder {border: 1px black solid;}
.schooltitle {padding-bottom: 4px; border-bottom: 1px solid #eed78e; padding-top: 5px; margin: 0}


/*navigation*/
.nav {margin-right: 20px; border-left: 1px solid white; padding: 3px;}
.navcontainer {padding: 10px 0 0 0;}
.headerbox {padding:1.5em 1.5em 0em 0;margin-bottom:0em; }
.nav a { color: #4b8ebe; background-color: #e6f3ff; padding: 5px 5px 5px 4px; text-decoration: none; }
.nav a:hover { border-bottom: 2px solid #c3dbf2; color: #4b8ebe; }

a { color: #4b8ebe; padding: 3px 3px 3px 0px; text-decoration: none; }
a:hover { color: #4b8ebe; background-color: #c3dbf2; }
a:active {color: white;}

/*quotes*/
blockquote {
  background: transparent url(../img/quoleft.png) left top no-repeat;
  margin-left: 0px; padding-left: 45px; padding-top: 0px; margin-top: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.lead {line-height: 170%;}
