

body {
  font: 10pt Arial;
  color: #333;
  background-color: #fff;
}

html, body, form {
  height: 100%;
  margin: 0;
  padding: 0;
}

a { color: red; }
a:hover { color: darkred; }

html { overflow: -moz-scrollbars-vertical !important; }

hr {
	background-color: #333;
	border: 0;
	color: #333;
	height: 1px;
	margin: 3px 0 3px;
}

/* CORE */

#menubar {
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 850px;
  margin: 0 auto;
  background-color: white;
  border-left: 0px solid #1f0fee;
  border-right: 0px solid #1f0fee;
  
min-height: 100%;
height: auto !important;
height: 100%;
}

#header {
  height: 280px;
  background-image: url(/_mndata/rtrain/uploaded_images/390236.jpg);
background-position: 0% 0%;
background-repeat: no-repeat;

}

/* BEGIN FOOTER STUFF */
#wrapper {margin: 0 auto -40px;}
#push {clear:both;height: 40px;}
#footer {height: 40px;}
/* END FOOTER STUFF */

#footer { 
  background-color: #1010a1;
  color: #fff;
  font-size: 80%;
  overflow: hidden;
  clear: both;
}
#footer a {
  color: #fff;
}

#inner-footer {
  margin: 0 auto;
  width: 850px;
}
#inner-footer2 {
  padding: 10px;
}

#menu {
  float: left;
  padding: 1em;
}

#content {
  margin-left: 225px;
  padding: 1em;
}

/* MENU */

#menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 200px;
}
#menu a {
  background: url(/_mnweb/Layout/Honolulu/arrow.gif) no-repeat 0.5em center;
  text-indent: 15px;
  padding: 5px;
  display: block; 
	width: 200px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  color: navy;
}
#menu li {
  position: relative;
}
#menu ul ul ul {
  display: none;
  width: 211px;
  border-top: 1px solid #666;
}
#menu ul ul li a {
  background: url(/_mnweb/Layout/Honolulu/arrow.gif) no-repeat 1.5em center;
  text-indent: 35px;
}
#menu ul ul ul li a {
  text-indent: 0px;
}
#menu ul ul ul li {
  border-left: 1px solid #666;
}
#menu ul ul ul a {
  padding: 5px;
  display: block;
  width: 200px;
  text-decoration: none;
  background: #fff;
	border-bottom: 1px solid #666;
}
#menu :hover > a {
  background-color: #fff;
  color: #C00;
}
#menu ul ul :hover > ul {
  display: block;
  position: absolute;
  top: -1px;
  left: 210px;
}
#menu li a.selected {
  font-weight: bolder;
}
