

body {
  font: 11pt Arial;
  color: #222;
  background-image: url(/_mndata/pinecreek/uploaded_images/889488.jpg);
background-position: top center;
background-repeat: repeat;
background-color: #eee;

}

html, body, form {
  height: 100%;
  margin: 0;
  padding: 0;
}

a { color: #757BAB; }
a:hover { color: #a6acd7; }

html { overflow: auto !important; }

hr {
	background-color: #ddd;
	border: 0;
	color: #ddd;
	height: 1px;
	margin: 3px 0 3px;
}


/* 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 none;

}




#wrapper #header {
	background-image: url(/_mndata/pinecreek/uploaded_images/907204.jpg);
background-position: 0% 0%;
background-repeat: no-repeat;

	height: 320px;
	margin-bottom: 5px;
}

#wrapper #header #header-content {
	float: Left;
}


#content {
  line-height: 150%;
  margin-left: 215px;
  padding: 1em;
 
}

/* MENU */



#menu {
  float: left;
  padding: 1em;
  padding-bottom: 25px;
  top: 325px;
  font: 11pt Georgia;
  
}

#menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 190px;
}
#menu a {
  background: url() no-repeat 0.5em center;
  text-indent: 15px;
  padding: 5px;
  display: block; 
	width: 190px;
  text-decoration: none;
  border-bottom: 1px solid #e2e2e2;
  color: #333;
}

#menu li {
  position: relative;
}

#menu ul ul {
  display: none;
  width: 201px;
}

#menu ul ul li a {
  text-indent: 5px;
}

#menu ul ul li {
  border-left: 1px solid #d2d2d2;
  
}

#menu ul ul a {
  padding: 5px;
  display: block;
  width: 190px;
  text-decoration: none;
  background: #e2e2e2;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}

#menu :hover > a {
  background-color: #aaa;
  color: #fff;
}

#menu ul :hover > ul {
  display: block;
  position: absolute;
  top: -1px;
  left: 200px;
}

#menu li a.selected {
  font-weight: bolder;
}




/* BEGIN FOOTER  */
#wrapper {margin: 0 auto -100px;}
#push {clear:both;height: 15px;}
#footer {height: 100px;}

#footer { 
  background-color: #fff;
  width: 900px;
  color: #a6acd7;
  font: 9pt Arial;
  overflow: hidden;
  clear: both;
}

#footer a {
  color: #859bdc;
}

#inner-footer {
  margin: 0 auto;
  padding: 10px;
}



/* END FOOTER STUFF */