body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: url('../img/body.png') top left repeat;
}

div#wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

div#header {
  position: relative;
  width: 100%;
  height: 162px;
  background: url('../img/header.png') top left no-repeat;
  float: left;
}

div#header h1 {
  margin: 0;
  padding: 0;
  font-size: 0;
}

div#header h1 a {
  position: absolute; top: 30px; left: 50%;
  margin-left: -460px;
  width: 260px;
  height: 67px;
  display: block;
  text-decoration: none;
}

div#header h1 a span {
  display: none;
}

div#header div#plane-graphic {
  width: 263px;
  height: 120px;
  position: absolute;
  top: 20px;
  right: 40px;
  background: url('../img/planeX.png') 0 0 no-repeat;
}

div#content {
  float: left;
  width: 100%;
  background: url('../img/content.png') top left repeat-y;
}

div#content-left {
  width: 662px;
  float: left;
}

div#menubar {
  width: 100%;
  height: 52px;
  background: url('../img/menubar.png') top left no-repeat;
  margin-left: 10px;
}

div#menubar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  height: 100%;
}

div#menubar ul li {
  float: left;
}

div#menubar ul li a {
  display: block;
  text-align: center;
  font: 18px "Arial";
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  background: url('../img/menubar.png') top left no-repeat;
}

div#menubar ul li a#program {
  width: 145px;
  background: url('../img/menubar.png') 0px 0px no-repeat;
}

div#menubar ul li a#program:hover {
  background: url('../img/menubar.png') 0px -52px no-repeat;
}

div#menubar ul li a#kids {
  width: 105px;
  background: url('../img/menubar.png') -145px 0px no-repeat;
}

div#menubar ul li a#kids:hover {
  background: url('../img/menubar.png') -145px -52px no-repeat;
}

div#menubar ul li a#parents {
  width: 133px;
  background: url('../img/menubar.png') -250px 0px no-repeat;
}

div#menubar ul li a#parents:hover {
  background: url('../img/menubar.png') -250px -52px no-repeat;
}

div#menubar ul li a#contact {
  width: 127px;
  background: url('../img/menubar.png') -383px 0px no-repeat;
}

div#menubar ul li a#contact:hover {
  background: url('../img/menubar.png') -383px -52px no-repeat;
}

div#menubar ul li a#about {
  background: url('../img/menubar.png') -506px 0px no-repeat;
  width: 110px;
}

div#menubar ul li a#about:hover {
  background: url('../img/menubar.png') -506px -52px no-repeat;
}

div#menubar ul#menu li a.current {
  background: url('../img/menubar.png') 0px -52px no-repeat;
  cursor: default;
}

div#menubar ul#menu li a.current:hover {
  background: url('../img/menubar.png') 0px -52px no-repeat;
  cursor: default;
}

div#submenubar {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -20px;
  color: #4c4e9e;
  width: 100%;
  overflow: hidden;
}

ul#submenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative; top: 0; left: 50%;
  float: left;
  height: 18px;
}

ul#submenu li {
  float: left;
  font: 12px arial;
  position: relative; top: 0; right: 50%;
  float: left;
  height: 18px;
}

ul#submenu li a {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  text-decoration: none;
  color: #8c4e9e;
  border-bottom: 1px dotted #8c4e9e;
}

ul#submenu li a:hover {
  color: #345188;
  border-bottom: 1px solid #345188;
}

ul#submenu li a.current {
  color: #345188;
  font-weight: bold;
  border-bottom: none;
  cursor: default;
}

div#content-left h3 {
  font: 18px arial;
  font-weight: bold;
  margin-left: 70px;
  margin-top: 55px;
  color: #345188;
}

div#content-left p {
  width: 555px;
  margin-left: 70px;
  font: 14px arial;
  color: #345188;
  line-height: 20px;
}

div#content-left p.home {

}

div#content-left p a {
  position: relative;
  text-decoration: none;
  color: #5c6871;
  border-bottom: 1px dotted #5c6871;
  cursor: pointer;
}

div#content-left p a:hover {
  color: #345188;
  border-bottom: 1px solid #345188;
}

div#content-left ul.content, div#content-left ol.content {
  width: 460px;
  margin-left: 110px;
  font: 14px arial;
  color: #345188;
}

div#content-left ul.content li.content. div#content-left ol.content li.content {
  margin-top: 14px;
}

div#content-left ul.content li.content a, div#content-left ol.content li.content a {
  color: #5c6871;
  border-bottom: 1px dotted #5c6871;
  text-decoration: none;
  position: relative;
}

div#content-left ul.content li.content a:hover, div#content-left ol.content li.content a:hover  {
  color: #345188;
  border-bottom: 1px solid #345188;
}

div#content-left dl {
  width: 500px;
  margin-left: 110px;
  font: 14px arial;
  color: #345188;
  line-height: 20px;
}

div#content-left dt {
  font-weight: bold;
}

div#content-left dl.indent dt {
  font-weight: bold;
  margin-left: 200px;
}

div#content-left dd {
  margin: 0;
  padding: 0;
}

div#content-left dl.indent dd {
  margin: 0;
  padding: 0;
  margin-left: 200px;
}

div#content-left dd a {
  color: #5c6871;
  border-bottom: 1px dotted #5c6871;
  text-decoration: none;
  position: relative;
}

div#content-left dd a:hover {
  color: #345188;
  border-bottom: 1px solid #345188;
}

div#content-right {
  width: 270px;
  float: left;
  height: 350px;
}

div#footer {
  width: 100%;
  height: 200px;
  background: url('../img/footer.png') top left no-repeat;
  clear: both;
  float: left;
}

div#footer-content {
  margin-top: 50px;
}

div#footer img {
  border: 0;
  margin: 0;
  padding: 0;
  margin-right: 22px;
  margin-bottom: -20px;
}

div#footer img:hover {
  cursor: pointer;
}

div#footer p {
  font: 12px arial;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}

div#footer p a {
  position: relative;
  text-decoration: none;
  color: #c4d9e9;
  border-bottom: 1px dotted #c4d9e9;
}

div#footer p a:hover {
  color: #f0e940;
  border-bottom: 1px solid #f0e940;
}

div#footer span.space {
  font-size: 14px;
}


/* Flash Stuff */
div#flash {
  position: absolute; top: 0; left: 50%;
  margin-left: -490px;
  z-index: 99;
}

div#menuOverlay {
  position: absolute; top: 162px; left: 50%;
  z-index: 80;
  width: 662px;
  height: 52px;
  margin-left: -470px;
  background: url('../img/menubar.png') top left no-repeat;
}

div#flash2 {
  position: absolute; top: 578px; left: 50%;
  margin-left: -480px;
  z-index: 99;
}

/* Passwords overlay */
div#overlay {
  z-index: 80;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url("../img/overlay_bg.png") top left repeat;
  display: none;
}

div#overlay div#passwords {
  width: 640px;
  height: 380px;
  position: absolute; top: 50px; left: 50%;
  margin-left: -320px;
  background: #fff url('../img/passwords.png') top left no-repeat;
  border: 2px solid #999;
  z-index: 90;
}

div#overlay div#passwords div {
}

div#overlay div#passwords p {
  margin: 0;
  padding: 0;
  text-align: center;
}

div#overlay div#passwords p#close {
  font: 11px arial;
  color: blue;
}

div#overlay div#passwords p#close:hover {
  cursor: pointer;
}

div#overlay div#passwords input[type=text] {
  margin: 0; padding: 0;
  width: 280px;
}

div#overlay div#passwords input[type=button] {
  margin: 0; padding: 0;
}

p.webquests {
  font: 14px arial;
  margin-top: 60px;
  text-align: center;
}

a.webquests {
  position: relative;
  text-decoration: none;
  color: #5c6871;
  border-bottom: 1px dotted #5c6871;
  cursor: pointer;
}

a.webquests:hover {
  color: #345188;
  border-bottom: 1px solid #345188;
}

