
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Ubuntu, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
/* 	background: #4c5759 ; */
/* background: #ffffff; */
	overflow-y:scroll;
	 background-image: url("images/back.jpg") ;
    background-color: #000000;
	
}

a:link, a:visited { color: #86FFDB; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #0ca8b2;  text-decoration: none;}
/* a:active, a:hover { color: #FFFF00;  text-decoration: none;} */

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0 0 15px 0;
	padding: 0px;
/* 	border: 3px solid #cccccc; */
}

/*.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }*/
.cleaner { clear: both; width: 100%; height: 1px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_left_20 {  clear: both; width: 100%; height: 10px; font-size: 1px;	 }

.margin_right_20 {  clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_right_40 { margin-right: 40px; }
.margin_right_60 { margin-right: 60px; }

.h_divider { background: url(images/acmu_horizontal_divider.jpg) bottom repeat-x; }
.vl_divider { background: url(images/acmu_vertical_divider.jpg) left repeat-y; }
.vr_divider { background: url(images/acmu_vertical_divider.jpg) right repeat-y; }

.fl { float: left; }
.fr { float: right; }

.header_01 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 30px;
	color: #124a4b;
	font-weight: bold;
font-family:Ubuntu Medium;
}

.header_02 a {
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #144a4b;
}

.header_03 {
	padding: 0;
	font-size: 18px;
	color: #13183c;
	font-weight: bold;
}
.body_text {
	padding: 0 0 10px 0;
 	margin: 0 0 10px 0; 
	font-size: 16px;
color: #2D3A3B;
font-weight: 10; 
font-family:Ubuntu;
text-align:justify;
}

.rc_btn_01 a {
	clear: both;
	float: right;
	display: block;
	width: 100px;
	height: 25px;
	padding: 5px 0 0 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: none; 
	background: url(images/acmu_button_01.jpg) no-repeat;
}

#acmu_container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/acmu_container_bg.png) repeat-y;
}

#acmu_banner {
	width: 960px;
	float: center;
	text-align: center;
	height: 340px;
	margin: 0 auto;
 font-family: 'roboto_slabregular', sans-serif;

}


/*

.column_bw120 {
  text-align:right;
	padding: 0 5px;
	margin-top: 10px;	
	width: 90px; 
}

.column_bw430 {

text-align:left;
	padding: 0 10px;
	margin-top: 10px;	
	width: 430px; 
  
}

.column_bw640 {
  text-align:left;
	padding: 0 10px;
	margin-top: 10px;	
	width: 650px; 
}*/
.column_bw960 {
  align:center;
	padding: 0px;
	margin-top: 0px;	
	width: 960px; /* width 470 */
	height:100px;
	background: url(images/textback.jpg) repeat-y;
}

#slider {
	clear: both;
	width: 900px;
	height: 250px;
	background: #416e6e;
/* 	margin-bottom: 40px; */
	overflow: hidden;
	margin: 0 auto;
}

.slides {
    padding: 0;
    width: 609px;
    height: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 609px;
    height: 420px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

	  opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}

/* menu */




#acmu_menu {
	clear: both;
       width: 960px;
	border-top: 1px solid #8b8a8b;
        height: 60px; 
	background: url(images/acmu_menu_bg.jpg) repeat-x;
/* 	border-bottom: 1px solid #8b8a8b; */
/* 	position:relative; */
	
	
	
}


#acmu_menu ul {
/* float: left; */
	text-align:center;
	margin: 0px;
	padding: 0 0 0 0px;/*padding: 0 0 0 20px; */
	list-style-type: none; 
	position:relative;
	border-bottom: 1px solid #8b8a8b;
/*  background-color: #ff0000; */
/* display:inline; */
}

#acmu_menu ul li {
	
	display:inline-block; 
	text-decoration:none;
	background: url(images/acmu_menu_bg.jpg) repeat-x;
/* 	background-color: #ff0000; */
	font-size:15px;
    	
/*	font-weight: bold;*/
/* font-family:Ubuntu Medium; */
}


#acmu_menu ul li a {
	position: relative;	
	float: center;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: -0.031em;
	text-border: none;
	transition: 0.6s ease;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
/*     line-height:3em;font-size:1.0em;font-weight:500;padding:0 1em;text-decoration:none; */
    
     text-align: center;
     
  

}

#acmu_menu ul li:hover{
     background: url(images/highlight1.jpg) repeat-x ; 
}
#acmu_menu ul li a,visted{
  
/*   background-color: #333; */
 display:block; 
 padding:10px;
 text-decoration:none;
}
#acmu_menu ul li a:hover{
  
  color:#3456ff;
  text-decoration:none;
      background: url(images/highlight.jpg) repeat-x ; 
    text-decoration: none;
    color: #06f6a4;
    text-shadow:#d8ff00 0px 0px 0px;
/* text-shadow:#9ff0ff 0px 0px 1px;  */
    background-color: #023a35;
}
#acmu_menu ul li:hover ul {
  display: block;
}
#acmu_menu ul ul{
  
  position:absolute;
  display:none;
  background: #3456ff;
}
#acmu_menu ul ul li{
  display:block;
  text-align:left;
}


/* end of menu */

/* content */

#acmu_content {
	padding: 0 20px;
/*  	height: 700px;  */
	height: 100%;
}


.mytable { 
/*   background-color:#FFFFE0; */
  border-collapse:collapse;
  font-family:Georgia, Garamond, Serif;
/*   color:black;  */
  border: 1;
/*   cellpadding:2; */
  cellspacing:2;
  
  text-align: left;
  width: 80%;
  
}

.mytable th {
  width:100%;
  font:bold 18px/1.1em Arial, Helvetica, Sans-Serif;
  text-shadow: 1px 1px 4px black;
  letter-spacing:0.3em;
/*   background-color:#BDB76B; */
  color:white; 
  
}
.mytable td, .mytable th { 
  padding:5px;
  border:1px solid black; 
  
}
.mytable td { 
  line-height:2.5em; 
 }
 .mytable td a {
   color: blue;
}
 .mytable td a:hover{
   color: #99004C;
}

#acmu_content1 {
	padding: 0 20px;
 	height: 500px; 
}


.column_w210 {
	padding: 0 20px;
	margin-top: 15px;	
	width: 185px; /* width 205 */

	
}
.column_w210list {
	padding: 0 20px;
	margin-top: 15px;	
	width: 185px; /* width 205 */
height: 500px;
	
}

.column_w210 li a{
color: #416e6e;
  
}

.column_w210 li a:hover{
color:#001b0d;
  
}


.column_w430 {
	padding: 0 20px;
	margin-top: 15px;	
	width: 430px; /* width 470 */
}

.column_w640 {
	padding: 0 20px;
	margin-top: 15px;	
	width: 650px; /* width  */
}
.column_w920 {
	width: 880px;
	padding: 0 20px;
	/*margin-left: 40px;
	margin-right: 40px;
	text-align: justify;*/
}
.column_w920 li a{
color: #416e6e;
  
}

.column_w920 li a:hover{
color:#001b0d;
  
}
.thumbnails img {

height: 80px;

border: 4px solid #555;

padding: 1px;

margin: 0 10px 10px 0;

}


.thumbnails img:hover {
border: 4px solid #00ccff;

cursor:pointer;
}


.preview img {
border: 4px solid #444;

padding: 1px;

height: 500px;
}

.column_w190 {
	width: 190px;
}

.column_w430 p {
	text-align: justify;
	margin-bottom: 15px;
}
.column_w640 p {
	text-align: justify;
	margin-bottom: 15px;
}

.latest_news {
	clear: both;
	padding-bottom: 10px;
}

.category_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.category_list li { 
	display: inline-block;
	height: 20px;
	padding: 6px 0 0 25px;
	margin: 0 0 5px 0;
background: url(images/acmu_list_icon.jpg) top left no-repeat;
}

.category_list li a { 
	color: #cccccc;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.category_list li a:hover { 
	color: #fcdd31;
	    text-shadow:#d8ff00 0px 0px 0px;
}
	
/* end of content */

/* footer */

#acmu_footer {
	/*clear: both;
	
	padding: 20px 0 20px 0;
	
	border-top: 1px solid #8b8a8b;
	background: #343233 url(images/acmu_footer.jpg) repeat-y;*/
	width: 960px;
	border-top: 1px solid #8b8a8b;
        background-color: #404040;
	text-align: center;
	height: 100px; 
	font-size: 16px;
}
.footer_info{
    align-self: center;
    padding: 1em;
}
.footer_info a{
    color:#808080;
}
.footer_info a:hover{
    color:#86FFDB;
}
.footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_list li {
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #cccccc;
}

.footer_list li a {
	color: #cccccc;
	text-decoration: none;
}

.footer_list li a:hover {
	color: #86FFDB;
}

.footer_list .last {
	border-right: none;
}
.column_wf640 {
	padding: 0 20px;
	margin-top: 10px;	
	width: 600px; /* width  */
}
.column_wf920 {
	padding: 0 20px;
	margin-top: 10px;	
	width: 920px;
/* 	height:50px: */
	
}
.column_wf210 {
	padding: 0 10px;
	margin-top: 0px;
	  margin-left:2px;
	width: 210px; /* width  */
}
/* end of footer */
