

body {
  font: 10pt Arial;
  color: #333;
  background-image: url(/_mndata/j-tech/uploaded_images/782306.jpg);
background-position: top center;
background-repeat: repeat-y;
background-color: #D5D5D5;

}

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

a { color: #364fac; }
a:hover { color: #FB7D4A; }

html { overflow: auto !important; }

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

h1, h2 {
    margin-top: 0px;
}

h1 {
   font-size: 1.65em;
   }

h2 {
   font-size: 1.35em;
   }


/* CORE */

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



#wrapper {
  margin: 0 auto;
  width: 900px;
  background-color: #fff;

  border-left: 0px solid #bbb;
  border-right: 0px solid #bbb;
  border-bottom: 0px solid #C0DE48;

}




#wrapper #header {
	background-image: url(/_mndata/j-tech/uploaded_images/782298.jpg);
background-position: 0% 0%;
background-repeat: no-repeat;

	height: 160px;
	margin-bottom: 5px;
}

#wrapper #header #header-content {
	float: Left;
}

#bgwrapper {

margin: 0 auto;
padding: 0px;
width: 100%;
}

#content {
  min-height: 300px;  /* NEW  */
  line-height: 150%;
  margin-left: 225px;
  padding: 1em;
 
}

/* MENU */



#menu {
  float: left;
  padding: 1em;
  padding-bottom: 25px;
  top: 165px;
  font: 11pt Arial;
  
}

#menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 200px;
}
#menu a {
  background: url(/_mnweb/Layout/Lexington/arrow.gif) no-repeat 0.5em center;
  text-indent: 15px;
  padding: 5px;
  display: block; 
	width: 200px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  color: #275CA2;
}

#menu li {
  position: relative;
}

#menu ul ul {
  display: none;
  width: 211px;
}

#menu ul ul li a {
  text-indent: 5px;
}

#menu ul ul li {
  border-left: 1px solid #bbb;
  
}

#menu ul ul a {
  padding: 5px;
  display: block;
  width: 200px;
  text-decoration: none;
  background: #fff;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

#menu :hover > a {
  background-color: #e2e2e2;
  color: #FB7D4A;
}

#menu ul :hover > ul {
  display: block;
  position: absolute;
  top: -1px;
  left: 210px;
}

#menu li a.selected {
  font-weight: bolder;
}




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

#footer { 
  background-color: #fff;
  width: 900px;
  color: #999;
  font: 9pt Arial;
  overflow: hidden;
  clear: both;
}

#footer a {
  color: #859bdc;
}

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



/* END FOOTER STUFF */