/*CSS*/
html {
	margin: 0px;
	padding: 0px;
	background-repeat:repeat-x;

	background-repeat: no-repeat;
	background-color:#E5E5E5;
	}

body {
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	behavior: url("../css/csshover3.htc");
	margin: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	
}

/*  *********************************************  WRAPPER   *********************************************** */

div#mn-wrapper {
	margin:0px auto;
	width: 1000px;
	padding:0px;
	}
	
.left {
background: url(../images/lbg.jpg) top right repeat-x;
}

.right {
background:url(../images/rbg.jpg) top left repeat-x;
}

.leftinside {
background: url(../images/lbg-inside.jpg) top right repeat-x;
}

.rightinside {
background:url(../images/rbg-inside.jpg) top left repeat-x;
}


/******************************* GRAPHIC *************************/

div#mn-mainpic {
	width: 1000px;
	height: 130px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	}

div#mn-nav{
background: url(../images/nav-back.jpg) no-repeat top;
width: 1000px;
height: 50px;
margin:0;
padding:0;
}	
		
div#flash {
width: 1000px;
height: 468px;
margin:0;
padding:0;
}

div#flashinside {
width: 1000px;
height: 220px;
margin:0;
padding:0;
}

div#content {
float: left;
width: 1000px;
background: url(../images/content-back.jpg) repeat;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}

	div#content-left{
	float: left;
	margin:0;
	width: 688px;
	overflow:hidden;
	padding: 0px 40px 0px 40px;
	}
	
	div#right-col{
	float: left;
	width: 200px;
	padding: 0px 10px 20px 20px;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	



/*  *********************************************  PROCEDURES / LEFT SIDE ACCORDION   *********************************************** */

div#mn-procedures {
	width: 237px;
	background:url(../images/pd-services_bg.jpg) no-repeat top;
	}
	
	
.menu_list {	
	width: 219px;
	padding:120px 0 0 18px ;
}
.menu_head {
	padding: 10px 10px 10px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:normal;
	font-size:12px;
	color:#705F48;
	text-align:left;
  	font-family: Arial, Helvetica, sans-serif;
	border-top: #DCD2C2 1px solid;
	border-bottom: #DCD2C2 1px solid;
	background:#EAE3D8;
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:normal;
  text-align:left;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration:underline;
  text-align:left;
  }
  
