/*
 *  generic primary stylesheet
 *  CS:JD  2007-04-12
 */

/* normalize basic styles */
* { margin: 0; padding: 0; }
h1,h2,h3 { margin: 1em 0 0.6em 0; }
h4,h5,h6,ul,ol,dl,li,dt,dd,pre,p,form { margin: 0.8em 0; }
ul, ol { padding-left: 2em; }
pre { font: 100% "Courier New", Courier, monospace; }

h1 { font-size: 145%; }
h2 { font-size: 130%; }
h3 { font-size: 112%; }
h4, h5, h6 { font-size: 100%; }

body { font: 13px/1.1 Arial, Helvetica, sans-serif; color: #222; }
a { color: #00c; }
a img { border: none; }
.menu { padding-left: 0; list-style: none; }

fieldset { border: none; padding: 0.5em 0; clear: both; }
.formfield { margin: 0.6em 0; }
select, textarea, input.text { 
  color: #333;
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background: #fff; 
}

option {
}

textarea:focus, input.text:focus, select:focus {
}

input.text[disabled] {
}

.jump a, a.jump {
  color: #004467;
  text-decoration: none;
}
.jump a:hover, a.jump:hover {
  text-decoration: underline;
}

.error { color: #a44; }
p.error { margin-bottom: 0; }
ul.error { margin-top: 0; }
.error li { margin: 3px 0; }
.error label { font-weight: bold; }

.letters { font-size:  83.4%; }
h1 .letters { font-size: 66.7%; }

.formgroup label { display: block; margin: 0.3em 1.3em; }
.formgroup input { vertical-align: -2px; }
.formfield {
  clear: both;
  overflow: hidden;
}
.formfield label {
  width: 110px;
  margin: 2px 12px 0 0;
  float: left;
  text-align: right;
}
.formfield input.text {
  width: 240px;
  float: left;
}
.alt label {
  float: none;
  display: block;
  width: auto;
}


/* page layout */
html, body { height: 100%; background: #ffeaff; }
body {
  min-width: 960px;
  min-height: 600px;
  width: 100%;
  position: relative;
}

#header {
  position: absolute;
  top: 0;
  left: 105px;
  right: 30px;
  height: 46px;
  background: url(../images/header_tile.gif) bottom left repeat-x #2179e7;
  z-index: 8;
}
#left {
  position: relative;
  background: url(../images/menu_tile.gif) top left repeat-y;
  z-index: 6;
}
#footer {
  position: relative;
  height: 20px;
  background: url(../images/footer_tile.gif) bottom left repeat-x;
  border-bottom: 1px solid #398b31;
  z-index: 4;
}
#right {
  position: relative;
  background: url(../images/border_tile.gif) top right repeat-y;
  padding-top: 45px;
  padding-bottom: 20px;
}
#main {
  margin-left: 105px;
  margin-right: 30px;
  min-height: 440px;
  background: #ffeaff;
  z-index: 2;
}

#left-wrap {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 105px;
  min-height: 440px;
  background: url(../images/menu_1.gif) top left no-repeat;
  border-top: 1px solid #2179e7;
}
#left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 105px;
  height: 20px;
  background: url(../images/sw_corner.gif) left top no-repeat

}

#right-top {
  position:absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 46px;
  background: url(../images/ne_corner.gif) bottom left no-repeat #2179e7;
}
#right-border {
  position: absolute;
  top: 46px;
  right: 0;
  width: 30px;
  height: 395px;
  background: url(../images/border.gif) top left no-repeat;
}
#right-bottom {
  position:absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 20px;
  background: url(../images/se_corner.gif) bottom left no-repeat;
  border-bottom: 1px solid #398b31;
}
#header .logo {
  position: absolute;
  top: 2px;
  right: 0;
  height: 29px;
  width: 238px;
  margin: 0;
  padding: 0;
}

#header .menu {
  margin: 0;
  padding: 0;
  font-size: 92%;
  font-weight: bold;
}
#header .menu li {
  float: left;
  width: 136px;
  margin: 1px 8px 0 0;
  padding: 0;
}
#header .menu a {
  display: block;
  width: 136px;
  height: 31px;
  line-height: 31px;
  background: url(../images/top_menu_button.jpg) no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#header .menu a:hover {
  color: #ffeaff;
}
#left .menu {
  margin: 0 0 0 1px;
  padding: 0;
  width: 84px;
  font-size: 82%;
  font-weight: bold;
}
#left .menu li {
  width: 84px;
}
#left .menu a {
  display: block;
  width: 84px;
  height: 24px;
  line-height: 24px;
  background: url(../images/menu_button.jpg) no-repeat;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#left .menu a:hover {
  color: #b526d6;
}
#school-logo {
  margin: 0 0 0 6px;
}

#contents {
  width: 625px;
  margin: 0 auto;
}
#contents h1 {
  text-align: center;
}
#contents h2 em {
  display: block;
  text-align: center;
}
#content-wrap {
  width: 575px;
  margin: 0 auto;
  padding-right: 10px;
}
#content-wrap p {
  width: 280px;
}

.image, .flash {
  float: right;
  margin: 0 0 1em 0.4em;
  display: inline;
}

.blocks {
  width: 585px;
  margin: 0 auto 1em;
  padding-top: 1em;
  overflow: hidden;
  clear: both;
}

.block {
  width: 30%;
  float: left;
  margin-right: 2%;
}

.shadow {
  background: url(../images/horizShadow.jpg) bottom left repeat-x;
  margin: 0 0 0 7px;
  padding: 7px 0 0 0;
}
.shadow-wrap {
  background: url(../images/vertShadow.jpg) top right repeat-y;
}
.shadow-br {
  background: url(../images/seShadow.jpg) bottom right no-repeat;
}
.shadow-tr {
  background: url(../images/neShadow.jpg) top right no-repeat;
}
.shadow-bl {
  background: url(../images/swShadow.jpg) bottom left no-repeat;
}
.shadow img, .shadow object {
  position: relative;
  top: -7px;
  left: -7px;
  display: block;
}

p.links {
  text-align: center;
  line-height: 90px;
}
p.links img {
  margin: 0 0.5em;
  vertical-align: middle;
}

p strong em {
  font-size: 122%;
  font-weight: bold;
  font-style: italic;
}
td.box p {
  margin-left: 0.8em;
  margin-right: 0.8em;
}

address {
  font-style: normal;
}

cite {
  display: block;
  margin: 1em 0;
  font-style: normal;
}

.signup {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 110%;
  font-weight: bold;
}

.signup p {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.signup .alt {
  padding-left: 1.3em;
}
.signup .alt label {
  text-indent: -1.3em;
  text-align: left;
  margin-bottom: 3px;
}
.signup .range {
}
.signup .range label {
  display: inline;
}
.hr {
  text-align: center;
}
p.copyright {
  clear: both;
  font-size: 75%;
  color: #666;
  text-align: center;
  margin-top: 4em;
}
