* {
  margin: 0;
  padding: 0;
}

html, body {
	width:100%;
	height:100%;
	background-color:#347426;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	background-image:url(images/bg-all.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	color:#000;

}






/* ---------------------------------
            Global Styles 
-----------------------------------*/
img {
	border:none;
}

a {
	color:#506476;
	font-size:12px;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


h1{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size:30px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#6e7787;
	padding:10px 5px 10px 0;
	text-align:left;
}

h2{
	font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#6e7787;
	letter-spacing:-1px;
	padding:10px 5px 10px 5px;
	text-align:left;
}


h3{
	font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#6e7787;
	padding:10px 5px 10px 5px;
	text-align:left;
}



.mh {
  width:1280px;
  height:100%;
  margin:0 auto;
  background-color:#347426;
}

.top_head {
  width:1280px;
  height:136px;
  margin:0;
  padding:0;
  background-image:url(images/bg_01.jpg);
  background-position:left top;
  background-repeat:no-repeat;
}

.ch {
  width:1280px;
  height:auto;
  margin:0;
  padding:0;
}

.ch_lft {
  float:left;
  height:524px;
}

.ch_rgt {
  float:left;
  width:840px;
  height:685px;
  background-image:url(images/bg_04.jpg);
  background-repeat:no-repeat;
  background-position:left top;
}

.menu_holder {
  clear:both;
  width:440px;
}

.bg_lft_01 {
  float:left;
  width:106px;
  height:524px;
}

.menu_lft {
  float:left;
  width:334px;
  height:524px;
  background-image:url(images/bg_03.jpg);
  background-position:left top;
  background-repeat:no-repeat;
}

.bottom_holder {
  width:440px;
  clear:both;
}

.pdsh_lft {
   float:left;
   width:106px;
   height:161px;
}

.pdsh_flash{
  float:left;
  width:334px;
  height:161px;
  background-image:url(images/bg_06.jpg);
  background-repeat:no-repeat;
  background-position:left top;

}

.m-main{
  height:327px;
  left:12px;
  position:relative;
  top:24px;
  width:680px;
}

.m-body {
  background-color:#fff;
  margin:15px 5px 10px 0;
  width:700px;
  height:600px;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  position:absolute;
  z-index:1;
  padding:20px;

}

.m-hold {
  position:absolute;
  z-index:10 !important;
  color:#000;
  font-size:12px;
  height:560px;
  width:700px;
  overflow-y:scroll;
  background-color:transparent;
  margin-bottom:20px;
  padding:0 0 40px 0; 
}

.m-hold h1{
  color:#000;
}

.hide { display:none;}

.footer { float:right; height:30px; margin-right:100px; margin-top:-30px; text-align:right; width:100px; }

.close { float:right; height:20px; margin-top:-20px; text-align:center; width:20px; }