

body {
  font: 11pt Arial;
  color: #333;
  background-image: url(/_mndata/abcorail/uploaded_images/998327.jpg);
background-position: top center;
background-repeat: repeat-x;
background-color: #fff;

}

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

a { color: #C29655; }
a:hover { color: #414141; }

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/abcorail/uploaded_images/1336427.png);
background-position: 0% 0%;
background-repeat: no-repeat;

	height: 275px;
	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: 195px;
  padding: 1em;
 
}

/* MENU */



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

#menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 170px;
}
#menu a {
  background: url() no-repeat 0.5em center;
  text-indent: 15px;
  padding: 5px;
  display: block; 
	width: 170px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  color: #333;
}

#menu li {
  position: relative;
}

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

#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: 170px;
  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: #d2ab67;
  color: #fff;
}

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

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




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

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

#footer a {
  color: #bbb;
}

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



/* END FOOTER STUFF */