html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul, ol {
  padding-left:20px;
  margin:1em 1.5em;
}
ul li, ol li {
  margin:0.4em 0;
}
ul        {
  list-style-image: url(../img/ul.gif); 
  color:#4d71ad;
}
ul ul     {list-style: disc;}
ul ul ul  {list-style: circle;}
ol {
  list-style:decimal;
  color:#4d71ad;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
br.clear_all {
	clear:both;
	margin-bottom:-0.5em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cake-debug{
    background:#eee;
    text-align: left;
    font-size:16px;
}



.important {
	color:#900;
}

.message{
	color:#333;
	padding:10px;
	border:1px solid #999;
	margin:10px;
	margin-left:0;
	background:#f8f8f8;
}
.flash_error,
.message-error{
	color:#900;
	background:#fee;
	padding:10px;
	border:1px solid #faa;
	margin:10px;
	margin-left:0;
}
#flashMessage.message-success{
	color:#235F28;
	background:#dcf1e0;
	padding:10px;
	border:1px solid #99CC99;
	margin:10px;
	margin-left:0;
}


body {
  background: url(../img/body_bg.gif) top left repeat-x;
}


#body_wrapper {
  background: url(../img/body_wrapper_bg.gif) top left repeat-x;
  padding-top:17px;
  width:980px;
  margin:0 auto;
}

#header {
  border-bottom: 3px solid #c4c4c4;
  height:154px;
}
#header_logo {
  display: block;
  float:left;
  width:158px;
  margin-right:-158px;
  height:148px;
  background:url(../img/logo.jpg) top left no-repeat;
}
#header-random-image {
  background-color:#c4c4c4;
  padding:3px;
  float:left;
  margin-left:166px;
  width:807px;
  height:105px;
}
#main-menu-wrapper {
  margin:0 auto;
  position: absolute;
  top:134px;
}

#content {
  margin-top: 15px;
  overflow:hidden;
  background: url(../img/content_left_bottom.gif) left bottom no-repeat;
}

#content-middle-column {
  width:639px;
  float:left;
  margin-right:-639px;
  padding-bottom:10px;
  position: relative;
}
#content-right-column {
  width:314px;
  float:left;
  margin-left:666px;
}

#bottom-line {
  clear:both;
}

#content-right-column .block {
  border:1px solid #bbbbbb;
  background:#f9f9f9;
  padding:11px;
  margin-top:40px;
}
#content-right-column .block.first {
  margin-top:0;
}
#content-right-column .block h2.title {
  position: relative;
  left:-17px;
  top:-17px;
  border:1px solid #adadad;
  margin:0 0 -10px 0;
  padding:12px;
  background-color:#fafbfc;
  font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
  color:#1d526e;
  font-size:1.3em;
  font-weight: normal;
  float:left;
  text-transform:uppercase;
  text-shadow: 1px 1px 1px #ffffff;
  filter: dropshadow(color=#ffffff, offx=1, offy=1); 
  background: #fafbfb url(../img/home_news_title.gif) center bottom no-repeat;

}
#content-right-column .block .content {
  clear:both;
}
.news_box  {
  clear:both;
  border:1px solid #adadad;
  background: #c4d3d6;
  padding:9px 12px;
  color:#272727;
}
.news_box div.title {
  font-weight: bold;
  color:#39517b;
  font-size: 1em;
  margin-bottom: 10px;
}
.news_box .news_item {
  border-bottom:1px solid #85a3af;
  padding-bottom:15px;
  margin-bottom:10px;
}
.news_box .news_item.last {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.news_text {
  font-size:0.9em;
}
.news_item .youtube {
  text-align: center;
  margin-bottom: 10px;
}
.news_item .news_link {
  text-align: right;
}
.news_link a {
  text-decoration:none;
  color:#1d526e;
  font-size:1em;
  font-weight: bold;
}
.news_link a:hover {
  text-decoration: underline;
}
.news_item_image {
  float:left;
  margin-right:10px;
}




#footer {
  background:#dce5e6;
  border-top:1px solid #dce2ef;
  margin-top:50px;
}
#footer .section {
  border-top:6px solid #506fae;
}
#footer .inside{
  border-top:1px solid #ffffff;
  padding-top:15px;
}
#footer .content{
  width:980px;
  margin:0 auto;  
}

#footer h2.title {
  font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
  color:#565656;
  font-size:1.1em;
  font-weight: normal;
  text-shadow: 1px 1px 1px #ffffff;
  filter: dropshadow(color=#ffffff, offx=1, offy=1); 
}
#footer .block-content {
  font-size:0.75em;
}
.footer-contact-block {
  float:left;
  width:730px;
  margin-right: -730px;
}
.footer-social-media-block {
  float: left;
  margin-left:740px;
  width:240px;
}
#footer ul.social-media {
  list-style: none;
  list-style-image: none;
  margin:0;
  padding:0;
}
#footer ul.social-media li {
  float: left;
  width:16px;
  height:16px;
  margin-right:14px;
}
#footer ul.social-media li a {
  background-image: url(../img/social_media.png);
  width:16px;
  height:16px;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
#footer ul.social-media li a:hover {
  background-position: left bottom;
}
#footer ul.social-media li a.facebook {
  background-position: -16px 0;
}
#footer ul.social-media li a.facebook:hover {
  background-position: -16px -16px;
}
#footer ul.social-media li a.youtube {
  background-position: -32px 0;
}
#footer ul.social-media li a.youtube:hover {
  background-position: -32px -16px;
}
#footer ul.social-media li a.flickr {
  background-position: -48px 0;
}
#footer ul.social-media li a.flickr:hover {
  background-position: -48px -16px;
}

#footer .footer-copyright-block {
  text-align: center;
  clear:both;
  padding:30px 0;
}

#featured-videos-block .featured-video {
  padding:5px 0 0;
}
#featured-videos-block .featured-video img {
  width:285px;
  border:1px solid #307294;
  margin:0 auto;
  display: block;
}

#quotes-block blockquote {
  background:url(../img/quote.gif) top left no-repeat;
  padding:30px 10px 0px 20px;
  color:#39517b;
 font-weight: bold;
 font-size:0.9em;
}
#quotes-block .quote-author {
  text-align: right;
  color:#272727;
  padding-right: 10px;
}

/*Breadcrumbs*/
ul#breadcrumbs {
  float:left;
  width:639px;
  margin:0;
  padding:0;
  margin-right:-639px;
  padding-left:4px;
  list-style: none;
  list-style-image: none;
}
ul#breadcrumbs li {
  float:left;
  color:#dddddd;
  font-size:0.857em;
  margin:0;
  padding:0;
  margin-right:5px;
  line-height: 22px;
}
ul#breadcrumbs li a {
  color:#ffffff;
  text-decoration: none;
}

/*Print and Share*/
#print-share-buttons {
  position: absolute;
  right:0;
  top:28px;
}
#print-share-buttons ul {
  float:right;
  padding:0;
  margin:0;
  list-style: none;
  list-style-image: none;
}
#print-share-buttons li {
  float:left;
  height: 23px;
  line-height: 23px;
  border-right: 1px solid #e6e6e6;
  padding:0;
  margin:0;
}
#print-share-buttons li.last {
  border-right: 0 none;
}
#print-share-buttons li a,
#print-share-buttons li span {
  color:#3a3a3a;
  text-decoration: none;
  font-size:1em;
  padding:0 10px;
  background:url(../img/print_share_icons.png) 1px 0px no-repeat;
  padding-left:22px;
}
#print-share-buttons li.print a {
  background-position: 2px 2px;
}
#print-share-buttons li.pdf a {
  background-position: 4px -22px;
}
#print-share-buttons li span.st_sharethis_custom {
  background-position: 5px -44px;
}


p.note {
  color:#307294;
}


.news-archive .news_item {
  border-bottom: 1px solid #ddd;
  padding-bottom:0;
  margin-bottom: 10px;
}
.news-archive .date {
  text-align: right;
  font-weight: bold;
}
.news-archive .youtube img {
  width:300px;
}

.news-post-link {
  margin:10px 0;
  text-align: right;
  padding:0 10px;
}
.news-post-link a {
}

#school-login-button {
  display: block;
  height:40px;
  width:314px;
  position: relative;
  margin-bottom: 20px;
}
#school-login-button span {
  background:url(../img/school-login_buttons.gif) top left no-repeat;
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  cursor: pointer;
}
#school-login-button:hover span {
  background:url(../img/school-login_buttons.gif) bottom left no-repeat;
}
