
/* CSS Document */

* { font-family: "Arial","Verdana","Lucida Grande","Helvetica",sans-serif; color: inherit; }

#header {
  position: absolute;
  top: 0;
  left: 110px;
  width: 670px;
  height: 265px;
  background: #7054B6 url(/images/backgrounds/header-blue.jpg) 145px 80px no-repeat;
  z-index:1;
}
#header h1 {
  display: block;
  margin: 0;
  width: 285px;
  height: 100%;
  background: transparent url(/images/backgrounds/header82.jpg) 0 80px no-repeat;
  text-transform: lowercase;
}
#header h1 span {
  display: block;
  padding: 25px 15px;
  width: 640px;
  height: 30px;
  color: #5B65B2;
  background: white url(/images/backgrounds/title34.jpg) 385px 0 no-repeat;
}
* html #header h1 span {
  font-size: 0.9em;
  overflow: hidden;
}

#menu {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 110px;
  min-height: 100%;
  border-right: 2px solid #1B004F;
  background: #F2F783 url(/images/backgrounds/logo.png) no-repeat;
/*  font-size: 1.2em;*/
}
* html #menu {
  height: 100%;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu ul#mainMenu {
  position: relative;
  top: 81px;
  width: 110px;
  border-top: 2px solid #1B004F;
  border-bottom: 2px solid #1B004F;
  background: #E8D927;
}
#menu ul#mainMenu li {
  padding: 5px 0;
  border-bottom: 2px dotted white;
}
#menu ul#mainMenu li a {
  display: block;
  padding: 0 15px;
  padding-left: 15px;
  color: black;
  text-decoration: none;
}
#menu ul#quickMenu {
  position: absolute;
  top: 265px;
  left: 110px;
  width: 600px;
  height: 1.4em;
  padding: 0.2em 0;
  background: #1B004F;
  z-index: 2;
}
#menu ul#quickMenu li {
  float: left;
  padding: 2px 0;
  width: 32.9%;
  text-align: center;
  text-transform: lowercase;
}
#menu ul#quickMenu a {
  display: block;
  color: white;
  text-decoration: none;
}
#menu ul#mainMenu a:hover {
  background: #F2F783;
  color: #290093;
  text-decoration: underline;
}
#menu ul#quickMenu a:hover {
  color: #F2F783;
  font-weight: bold;
}

#page {
  width: 780px;
  min-height: 100%;
  background: white url(/images/backgrounds/page.png) right repeat-y; /* Change in behaviour in Fx 1.0 needs this */
  border-right: 1px solid black;
}
* html #page {
  background: white url(/images/backgrounds/page.png);
  height: 100%;
}
#pageHolder {
  width: 600px;
  min-height: 100%;
  border-left: 110px solid #F2F783;
  background: white;
}
* html #pageHolder {
  overflow: visible;
  height: 100%;
}

#content {
  width: 575px;
  padding: 10px;
  padding-top: 290px;
  border-left: 2px solid #1B004F;
  color: #5B65B2;
  background: white;
}
* html #content {
  padding-top: 300px;
}
#content h1 {
  font-size: 1.3em;
  text-transform: uppercase;
}

html, body {
  font-size: 0.9em;
  color: black;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #381D73;
}
