/* CSS Document */

body		 {
			margin:0;
			padding:0;
			width:850px;
			 font-family:Arial,Helvetica,sans-serif; 
			 font-size:12px;
			 }
			 
h1 {
	font-size:20px; 
	font-weight:bold;
	}
	
h3 {
	color:#4a6657;
	font-size:15px;

}

.section_heading {
	font-size:18px;
	font-weight:bold;
	color:#4a6657;
	width:460px;
	margin:0px;
	padding:5px;
	background-image: url(/epcl/images/secondary_heading_bg.png);
	background-repeat: no-repeat;
	background-position: top left; 
	}
.section_heading_narrow {
	font-size:18px;
	font-weight:bold;
	color:#4a6657;
	width:340px;
	margin:0px;
	padding:5px;
	background-image: url(/epcl/images/secondary_heading_bg_350.png);
	background-repeat: no-repeat;
	background-position: top left; 
	}

p .init_word {
	color:#4a6657;
	font-size:16px;
	font-weight:700;
}

p .hod {
	color: #FFFF99;
	background_color: #003366;
}

ul.values {
	list-style-image: url(/epcl/images/green_bullet.png);
	font-size: 14px;
	}

li.mainval {
	margin-top:12px;
	}
	

li.listval {
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
	}

.staff {
	width:400px;
	border-width: 0px;
	margin:0px;
	}
	
	.staff_narrow {
	width:350;
	border-width:0px;
	margin: 0px;
	}
	
.color_1 {
	background-color:#CCFFCC;
	}

.color_2 {
	background-color:#CCFFFF;
	}
	
.qual {
	font-size: 0.9em;
	}

.staff_info {
	list-style-type:disc;
	}

#main_pic {
	float:left;
	width: 400px;
	margin: 0px;
	padding: 0px;
	}
	
#frame {
	height:500px;
	background-image: url(/epcl/images/news_events_bg.png);
	background-repeat: no-repeat;
	background-position: top right; 
}
	
#news_events {
	border:2px solid #4a6657;
	margin:2px;
	padding:2px;
	width:388px;
	height:225px;
	float:right;
	}

#content {
	width: 700px;
	text-align: justify;
	padding-left:5px;
	}
#staff_sec1 {
	width:450px;
	padding-left:5px;
	text_align:justify;
	}
#staff_content {
	width: 700px;
	text-align: justify;
	padding-left:5px;
	padding-top:20px;
	clear:both;
	}

#staff_intro {
	width: 300px;
	float:left;
	text-align: justify;
	padding-left:5px;
	}
#staff_photo {
	float:right;
	text-align:left;
	}

#hod {
	width: 450px;
	float: left;
	padding-left: 5px;
	}

#acad_staff {
	width: 450px;
	float: left;
	}
	
	
#visiting_text {
	width: 480;
	float: left;
	}
	
#visiting_pics {
	float:right;
	width: 310;
}

#footer {
	font-size: 12px;
	background-color: #5e806e;
	width: 850px;
	color: #FFFFFF;
	clear: both;
}

#menubar {
	background-color: #ffffff;
	width=850px;
	}
	
.menuWrapper {
              position:absolute; 
              width:250px; 
              background-color:#5e806e; 
              visibility:hidden; 
              border-style:none; 
              padding:0px; 
             }
.menuItem    {
              cursor:pointer; 
              font-size:12px; 
              font-family:Arial, Helvetica, sans-serif; 
			  font-weight:bold;
              padding-left:3px; 
              color:white; 
              background-color:#5e806e; 
			  text-decoration: none; 
              position:absolute; 
              left:0px; 
              width:250px; 
              height:28px; 
              line-height:1.4em
             }
.menuItemOn  {
              cursor:pointer; 
              font-size:12px; 
              font-family:Arial, Helvetica, sans-serif; 
              font-weight:bold;
              padding-left:3px; 
              color:black; 
              background-color:#bbffdb; 
			  text-decoration: none; 
              position:absolute; 
              left:0px; 
              width:250px; 
              height:28px; 
              line-height:1.4em
             }
