/*
 *  Reset element default values.
 */

body {
  margin: 0;
  padding: 0;
  border: 0;
  font: normal 0.7em/1.0em Arial, Helvetica, Helv, sans-serif;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl,
pre, hr, blockquote, address, code, cite,
div, span,
table, tr, td, th, thead, tbody, tfoot,
form, fieldset, label {
  margin: 0;
  padding: 0;
  border: 0;
  font: normal 1.0em/1.0em Verdana, Arial, Helvetica, Helv, sans-serif;
}

a, img {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

a {
  color: #0c2e86;
  font-weight: bold;
}

.alphabet {
  display: block;
  padding-bottom: 16px;
  text-align: center;
}

.date {
  font-style: italic;
}

.display-none {
  display: none;
}

/*
 *  General layout and appearance.
 */

body {
  background: #212d4d url("images/body-bkg.jpg") repeat-x;
  color: #000;
  text-align: center;
}

#page,
#subpage {
  margin: 0 auto;
  width: 740px;
  text-align: left;
}


#header {
  height: 71px;
  background: #212d4d;
  color: #ffc000;
}

#fold {
  clear: both;
}

#footer {
  clear: both;
  height: 36px;
  padding: 16px 20px;
  color: #999;
  font-size: 0.9em;
}

#page #footer a {
color: #999;
}

#subpage #footer a {
color: #fff;
}

/* Secondary Page Styles */

#subpage #content {
width: 100%;
}

#subpage #menuwrapper {
float: left;
width: 150px;
}

#subpage #menu {
width: 150px;
}

#subpage #contentwrapper {
margin-left: 170px;
width: 560px; /*Width of right column*/
}


/* Home Page Styles */

#page #contentwrapper {
  margin-left: 220px;
}

#page #menuwrapper {
  float: left;
  width: 150px;
}

/*
 *  Block-specific styles.
 */

/*  Sitewide header styles. */

#header h1 {
  padding-top: 15px;
  text-align: right;
}

#site {
  height: 27px;
  background: #ffc000;
  color: #f1db2a;
}

#site p {
  padding: 9px 9px 0 0;
  font: bold 9px/9px Verdana, Arial, Helvetica, Helv, sans-serif;
  text-align: right;
}

/*  Main page background. */

#page #content {
  background: #fff url("images/page-content-bkg.jpg") top left no-repeat;
  color: #000;
}

#page #footer {
  background: #fff;
}

/*  Menu text images are flattened onto a #d2de6c background. */

#menu ul {
  padding-top: 68px;
  padding-left: 20px;
  padding-bottom: 16px;
}

#menu ul li {
  display: block;
  height: 17px;
  list-style-type: none;
}

#menu ul li.for-parents {
  margin-top: 17px;
}

#menu ul li.for-alumni-friends {
  height: 22px;
}

#menu li.search {
  height: auto;
  width: 126px;
  padding-top: 17px;
  text-align: right;
}

#menu input.search-input-text {
  width: 122px;
  margin-bottom: 4px;
}

#menu li.contact,
#menu li.information {
  height: auto;
  margin-top: 72px;
  padding: 16px 20px 0 20px;
  border-top: 3px solid #ffc000;
  background: #e9ecef;
  color: #000;
}

#menu li.contact h4,
#menu li.information h4 {
  font-weight: bold;
}

#menu li.contact p,
#menu li.information p {
  padding-bottom: 16px;
}

/*  Front-page calendar styles. */

#calendar {
  height: 222px;
  padding-left: 305px;
  color: #fff;
}

#calendar h2 {
  padding: 16px 32px 0 32px;
}

#calendar ul {
  padding: 16px 32px 0 32px;
}

#calendar ul li {
  list-style-type: none;
}

#calendar ul li a {
  color: #fff;
}

#calendar #snow-wrapper {
  padding: 6px 6px 0 6px;
}

#calendar #snow {
  padding: 6px;
  background: #8f052c;
  color: #fff;
}

#calendar #snow span.date {
  font-weight: bold;
  font-style: normal;
}

#calendar #snow h2 {
  padding: 0 0 8px 0;
  text-align: center;
}

#calendar #snow span,
#calendar #snow p {
  padding-right: 20px;
  padding-left: 20px;
}

/*  Front-page news, message, and spotlight styles. */

#news {
  width: 517px;
  padding-bottom: 16px;
  background: url("images/page-news-bkg.jpg") bottom right no-repeat;
}

#news h2 {
  height: 33px;
  background: #a7b3bc;
}

#news h2 img {
  display: block;
  padding-top: 8px;
}

#news h3,
#fold h4 {
  padding-top: 16px;
  color: #0c2e86;
  font-weight: bold;
}

#news a,
#fold a {
  color: #0c2e86;
  font-weight: bold;
}

#news h3,
#news span.date,
#news p {
  padding-right: 180px;
}

#fold table {
  width: 740px;
  background: #e9ecef;
  color: #000;
}

#fold h3 {
  height: 33px;
  background: #202b4b;
  color: #ffc000;
  font: 1px/1px Verdana, Arial, Helvetica, Helv, sans-serif;
}

#fold #spotlight {
  width: 428px;
  border-right: 4px solid #fff;
}

#fold #spotlight h3 img {
  display: block;
  padding: 6px 0 0 20px;
}

#fold #message h3 img {
  display: block;
  padding: 6px 0 0 20px;
}

#fold h4 {
  padding: 16px 20px 0 20px;
}

#fold p {
  padding: 0 20px 16px 20px;
}

/*  Subpage background and footer. */

#subpage #content {
  background: #fff url("images/subpage-content-bkg.jpg") top left no-repeat;
  color: #000;
}

#subpage #footer {
  background: #212d4d;
}

/*  Submenu text images are flattened onto a #344571 background. */

#submenu {
  height: 18px;
}

#submenu ul {
/*  margin-left: -20px; */
  padding-top: 6px;
}

#submenu ul li {
  display: block;
  float: left;
  margin-right: 5px;
}

/*  Subheader text images are flattened onto a #344571/#212d4d/#ffc000 matte. */

#subheader {
  height: 85px;
}

#subheader h2 {
  padding-top: 52px;
}

#subheader h2.for-alumni-friends {
  padding-top: 17px;
}

#subheader h2 img {
  display: block;
  float: right;
  /* margin-right: -2px; */
}

/*  Subpage breadcrumbs, favorites, and article styles. */

#breadcrumbs,
#article {
  margin-left: 55px;
  margin-top: 16px;
  padding-right: 10px;
}

#breadcrumbs {
  text-align: right;
}

#article h3 {
  padding-bottom: 16px;
  font-size: 2.0em;
  font-weight: bold;
}

#article h4 {
  padding-bottom: 16px;
  font-size: 1.5em;
  font-weight: bold;
}

#article h5 {
  font-weight: bold;
}

#article p,
#article ul,
#article ol,
#article form {
  padding-bottom: 16px;
}

#article ol,
#article ul {
  padding-left: 2.0em;
}

#article label {
  font-weight: bold;
}

#article textarea {
  width: 350px;
}

#subpage #article {
padding-bottom: 100px;
}

#inset {
  float: right;
  width: 162px;
  margin-left: 20px;
  margin-bottom: 16px;
}

#inset div {
  margin-bottom: 16px;
}

#inset h3,
#inset h4 {
  padding: 0 20px;
  font-size: 1.0em;
  font-weight: bold;
}

#inset p {
  padding: 0 20px 16px 20px;
}

.contact {
  padding-top: 16px;
  border-top: 2px solid #ffc000;
  background: #dde690;
  color: #000;
}

.dynamic {
  padding-top: 16px;
  border-top: 2px solid #ffc000;
  background: #e4e7eb;
  color: #000;
}

.details {
  padding-top: 16px;
  border-top: 2px solid #ffc000;
  background: #97a5af;
  color: #fff;
}

#inset div.links h3 {
  margin-bottom: 16px;
  padding: 8px 20px;
  border-bottom: 2px solid #f8e623;
  background: #212d4d;
  color: #ffc000;
}

.links {
  background: #dde690;
  color: #000;
}

#article table {
  width: 100%;
  margin-bottom: 16px;
  color: #000;
}

#article table td,
#article table th {
  padding: 5px 8px;
  vertical-align: top;
}

#article table thead th {
  background: #19213c;
  color: #d2de6c;
  border-bottom: 2px solid #ffc000;
  font-weight: bold;
}

#article table thead th a {
  color: #d2de6c;
}

#article table tbody th {
  background: #e4e7eb;
  color: #000;
  font-weight: bold;
}

#article table.calendar thead th {
  border-bottom: 0;
}

#article table.calendar thead td {
  background: #ffc000;
  font-weight: bold;
  padding: 2px 2px;
}

#article table.calendar {
  border-top: 1px solid #19213c;
  border-left: 1px solid #19213c;
}

#article table.calendar thead th,
#article table.calendar thead td {
  text-align: center;
}

#article table.calendar thead td {
  border-bottom: 1px solid #19213c;
  border-right: 1px solid #19213c;
}

#article table.calendar tbody td,
#article table.calendar tbody th {
  width: 14%;
  padding: 2px 2px;
  border-right: 1px solid #19213c;
  border-bottom: 1px solid #19213c;
  font: normal 0.8em Arial, Verdana, Helvetica, Helv;
  height: 72px;
  text-align: left;
}

#article.gallery img,
img.gallery {
  border: 1px solid #19213c;
  background: #97a5af;
}

table.gallery {
width: 400px;
}

#gallery-category-jump {
  padding-bottom: 16px;
  text-align: right;
}

#pagination,
.pagination {
  text-align: right;
  padding-bottom: 16px;
}

/* Sub-page Calendar Styles */

.calendar-top a {
color: #cc0000;
}

/* Navigation-specific styles. */

div.navigation {
  text-align: center;
}

div.navigation span.previous {
  display: block;
  width: 180px;
  float: left;
  text-align: left;
}

div.navigation span.next {
  display: block;
  width: 180px;
  float: right;
  text-align: right;
}

/* Extra */

blockquote {
padding-left: 30px;
padding-right: 30px;
}