@CHARSET "ISO-8859-1";
/* ---------for logo title &  css------------*/   
body {
	width: 1250px;
	text-align: center;
 font-family: calibri,Comic sans MS; 
	background-color: white;
	/* margin: 10px 0 10px 100px;  */
 margin-left: auto;
	margin-right: auto; 
}

.empclrswas
	{		
	
		width: 1250px;
		font-size:15px;  
		font-weight:bold;
		background-color:  #0085cc;
		border-color: #0095e6;
		border-width: 1px ; 
		border-style:solid;
	
	}

div.main{
	width: 1250px;
	text-align: left;
	background-color: white;
	padding-bottom: 2em;
	margin-top: -36PX;
	margin-left: auto;
	height: 610px;
	 border: 2px #88b1dd solid;
	
}
/* 
input[type="button"],input[type="submit"]
{
	height:28px;
	background: #0a70a3;
	font-size: 14px;
	color:white;
	 font-weight:bold;
	
} */
input[type="text"]
{
	height:25px;
	font-size: 16px;
	color:black;
	 font-weight:bOLD;
	border: 2px #88b1dd solid;
	
	
}
.main input[type="text"]:focus{
	background: #FFC none;
}
div.head{
	background: white;
	float: left;
	width: 1340px;
	height: 120px;
}

div.head h1,h2,h3,h4,h5,h6 {
	color: black;
	font: Calibri;	
	font-style: normal;
	margin: 0; padding: 0;
}

/* ---------for logo title &  css-----finish-------*/   


/* ----------------------login form ------------------------*/

	#lform{
		margin:1em 0;
		/*color:#fff;
		 width:220px; */ /* customize width, this form have fluid layout */
		text-align: left;
		/*border: 2px solid white;
		 border-top: none; */
		top:100%;
		bottom:0;
		
		}
	#lform h3{
		margin:0;
		background:navy;
		background: -moz-linear-gradient(top, #11032e, #a1d2ff);		
		color:#fff;
		font-size:20px;
		height: 23px;
	}		
	#lform h3 span{
		display:block;
		background:none;
		width: 200px;
		}				
	#lform fieldset{
		margin:0;
		padding:0;
		border:none;	
		border-top:2px solid #a1d2ff; 
		color: balck;
		}		
	#lform legend{display:none;}	
	#lform p{margin:.5em 5px;}	
	#lform label{display:block;}	
	#lform input, #lform textarea{		
		width: 150px;
		border:1px solid white;
		color: black;
		background: none;
		margin: 0 15px;
		cursor: text;
		}
		
	#lform textarea{
		height:125px;
		overflow:auto;
		}					
	#lform p.submit{
		text-align:right;
		}
		
		#lform p1.submit{
		text-align:left;
		}	
		
	#lform button{
		width: 100px;
		height: 35px;
		border: none;
		background: transparent;
		color:#fff;
		cursor:pointer;
		text-align:center;
		}
		
		#lform buttond{
		width: 200px;
		height: 10px;
		border: none;
		background-color: #000;
		color:#fff;
		cursor:pointer;
		text-align:center;
		
		}
/* ----------------------login form ------------finish------------*/	


/* ----------------------footer form ------------------------*/	

 #footer{
  position : absolute;
  bottom :150;
  height :100px;
  margin-top :400px;
  padding-left: 50px;
}
/* ----------------------footer form ---------finish---------------*/	

/* ---------for menu & dropdown css------------*/
#nav{
 
	margin-top:1px;
	height: 25px;
	font: 12px Geneva, Arial, Helvetica, sans-serif, bold;
	text-align: left;
	background: #CCF2FF;
	border: 1px solid #CCF2FF;	
	min-width:500px;
	margin-left: 0px;
	padding-left: 0px;
	position: relative;
	z-index: 9999;
}	

#nav li{
	list-style: none;
	display: block;
	float: left;
	height: 25px;
	position: relative;
	border-right: 1px solid #CCF2FF;
}

#nav li a{
	padding: 0px 10px 0px 30px;
	margin: 0px 0;
	line-height: 25px;
	text-decoration: none;
	border-right: 1px solid #CCF2FF;
	height: 25px;
	color:black;
	/* text-shadow: 1px 1px 1px #66696B; */
}

#nav ul{
	background: #f2f5f6; 
	padding: 0px;
	width:170px;
}



#nav li:hover{
	background: #CCF2FF;
}
#nav li a{
	display: block;
}
#nav ul li {
	border-right:none;
	border-bottom:1px solid #DDDDDD;
	width:170px;
	height:25px;
}
#nav ul li a {
	border-right: none;
	color:black;
	
}
#nav ul li:hover{background:#DFEEF0;}
#nav ul li:last-child { border-bottom: none;}
#nav ul li:last-child a{ border-bottom: none;}
/* Sub menus */
#nav ul{
	display: none;
	visibility:hidden;
	position: absolute;
	top: 25px;
}

/* Third-level menus */
#nav ul ul{
	top: 0px;
	left:170px;
	display: none;
	visibility:hidden;
	border: 1px solid #DDDDDD;
}
/* Fourth-level menus */
#nav ul ul ul{
	top: 0px;
	left:170px;
	display: none;
	visibility:hidden;
	border: 1px solid #DDDDDD;
}

#nav ul li{
	display: block;
	visibility:visible;
}
#nav li:hover > ul{
	display: block;
	visibility:visible;
}




.well {
	width: 60%;
	height: 220px;
}
ul {
border: 2px solid #fff;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0a70a3;
    height:25px;
}

li {
    float: left;
}

li a {
font-size:20px;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    margin-top: -13px;
}

li a:hover {
    background-color: #fff;
     color: #66696B;
}
.sub{  
background-color:blue;  
padding: 7px 40px 7px 40px;  
color:white;  
font-weight:bold;  

border-radius:5px;  
}



 