

body {
  font: 10pt Arial;
  color: #333;
  background-image: url(/_mnweb/Layout/Honolulu/bg.png);
background-position: 0% 0%;
background-repeat: no-repeat;
background-color: #EFF4F9;

}

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: 1400px;
  margin: 0 auto;
  background-color: white;
  border-left: 20px solid #ccc;
  border-right: 20px solid #ccc;
  
min-height: 100%;
height: auto !important;
height: 100%;
}

#header {
  height: 250px;
  background-image: url(/_mndata/lmrcom/uploaded_images/336595.jpg);
background-position: top center;
background-repeat: no-repeat;

}

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

#footer { 
  background-color: #333;
  color: #999;
  font-size: 80%;
  overflow: hidden;
  clear: both;
}
#footer a {
  color: lightblue;
}

#inner-footer {
  margin: 0 auto;
  width: 1400px;
}
#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: #b2ab9b;
	border-bottom: 1px solid #666;
}
#menu :hover > a {
  background-color: #dfd7ca;
  color: #C00;
}
#menu ul ul :hover > ul {
  display: block;
  position: absolute;
  top: -1px;
  left: 210px;
}
#menu li a.selected {
  font-weight: bolder;
}
