html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #48618d;
}
a:hover {
	color: #a71e22;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(images/page_bg.gif);
	text-align: center;
	font: 16px trebuchet ms,tahoma,serif;
	color: #000000;
	padding-bottom: 10px;
}

#outer {
  background: top left url(images/page_bg_top.gif) repeat-x;
  padding-top: 20px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(images/body_bg_bot.jpg) no-repeat;
}
#body-top {
  background: url(images/dome_header.jpg) no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
}

/** logo **/

#logo {
  width: 35em;
  text-align: center;
}
#logo h1 {
  line-height: 1.5;
  padding-top: 0.8em;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/

#nav li {
  /*float the main list items*/
  margin: 0;
  float: left;
  display: inline;
  padding-right: 56px;
  padding-bottom: 20px;
  padding-top: 10px;
}

#nav li.off ul, #nav li.on ul {
  /*hide the subnavs*/
  display: none;
}

#nav li a {
	/*for all links in the list*/
    color: #5b5b5c;
	font-weight: bold;
	display: inline;
	width: 110px;
	padding: 5px;
	text-decoration: none;
}

#nav li.off ul, #nav li.on ul {
	/*put the subnavs below and hide them all*/
  	display: inline;
	position: absolute;
	top: 0px;
	height: 0px;
	left: 10px;
	padding-top: 0px;
	width: 770px;
}

#nav li.on a {
  /*change color for active topic area*/
  border: 0px;
  color: #a71e22;
}

#nav li.on ul a, #nav li.off ul a {
  /*  cancel inherit of border
      on subnav of active topic */
  border: 0;
}

#nav li.on ul {
  /*display active subnav list*/
  display: inline;
}

#nav li.on ul a, #nav li.off ul a {
  float: none;
  /*ie doesn't inherit the float*/
  border: 0;
  
  color: #a71e22;
  width: auto;
  margin-left: 5px;
}

#nav li.on ul {
  /*display the current topic*/
  display: inline;
}

#nav li.off:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: inline;
  z-index: 6000;
}

#nav li.off a:hover, #nav li.off:hover a {
  background: #ffffff;
  color: #a71e22;
}

#nav li.off ul, #nav li.on ul {
  /*put the subnav below*/
  top: 500px;
  *top: 44px; /*reposition for IE*/
}


/** footer **/

#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#newsletter h2, #events h2 {
  color: #fff;
}
#newsletter .text {
  width: 125px;
}
#newsletter form {
  margin: 0.3em 0 0.6em 0;
}
#newsletter p {
  margin: 0.3em 0;
  font-size: 10px;
}
#newsletter a {
  color: #000;
}

#events {
  margin-left: 6%;
  width: 38%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** contact info **/

#copyright {
  font-size: 12px;
  color: #777777;
  margin-top: 10px;
}

#copyright a {
  font-size: 12px;
  color: #47618c;
  margin-top: 10px;
}
