@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*new*/


.table td
{
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: normal;
border-bottom-width: 2px;
border-bottom-style: dotted;
border-bottom-color: #ccc;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #dddddd;
color: #666;
padding: 6px 15px 6px 15px;
text-align: left;
}

.table td.border
{
	border-top: 10px solid #fbf7ec;
	margin:0;
	padding:0 0 10px 0;

}
.table td.center, .table th.center
{
	margin:0;
	padding:0;
 	text-align: center;
	padding: 6px 10px 6px 10px;
}

.table td.right, .table th.right
{
	margin:0;
	padding: 6px 10px 6px 10px;
 	text-align: right;
}

.table td b
{
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: #666;
}

.table td.border
{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #dddddd;

}

.table ul
{
margin: 0;
padding: 0;
list-style: none; 
overflow:hidden;	
}

.table  ul li
{
margin: 4px 0 0 0;
padding: 0 0 5px 15px;
display: block; 
background-image:url(../images/arrow5.jpg);
background-repeat:no-repeat;
font-size: 100%;
background-position: top left;color: #666;
border-bottom: 1px solid #eae4d1;
}

.table ul li.noborder
{
border: none;
}

/* coding for press release */
.release
{
border-bottom: 1px dotted #ccc;
padding-bottom: 30px;
margin: 10px 0 0 0;
}





* html .release
{
border-bottom: 1px dotted #ccc;
padding-bottom: 20px;
margin:10px 0 0 0;
}



.release div
{
float: left;
margin:0 10px 0 0;
padding:0 10px 0 0;
width:60px;
font: 11px Arial, Helvetica, sans-serif;
color:#999;
font-weight:bold;
border-right: 2px solid #e4e4e4;
text-align:right; 
}

.release div h2
{
margin:0;
padding:0;
color:#666; font-size: 150%;
border: none;
}

.release h2
{
margin-left:70px;
background-image: url('');
padding: 0 40px 0 10px;
font-size: 110%;
}


* html .release h2
{
margin:0 0 0 30px;
padding: 0 ;
}

*+html .release h2
{
margin:0 0 0 30px;
padding: 0 ;
}

.release h2.pdf
{

background-image: url(../images/iconPdf.jpg);
background-repeat:no-repeat;
background-position:right;

}

.release h2 a, .release h2 a:visited ,
.release h2.pdf a, .release h2.pdf a:visited
{
text-decoration:none;
color:#3f7ab6;
font-weight: bold;
}

.release h2 a:hover,
.release h2.pdf a:hover
{
text-decoration:underline;
color:#3f7ab6;
/*background: #3f7ab6;*/
}

/* coding for press release ends here */

/* career sections */
dl.career
{
float: left;
width: 100%;
margin: 20px 0 30px 0;
padding: 0;
border-bottom: 3px solid #e4e4e4;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #333;
}

.career dt
{
clear: left;
float: left;
width: 35%;
margin: 0;
padding: 5px 0 5px 0;
border-top: 1px solid #ccc;

font-weight: bold;

}

.career dd
{
float: left;
width: 60%;
margin: 0;
padding: 5px 0 5px 10px;
border-top: 1px solid #ccc;
border-left: 1px dotted #ccc;
}

.career dt.noborder
{
border: none;
}

.career dd.noborder
{
border-left: 1px dotted #ccc;
border-top: none;
}



.career dd ul
{
margin: 0;
padding: 0;
list-style: none; 
overflow:hidden;	
}

.career dd ul li
{
margin: 5px 0 0 0;
padding: 0 0 5px 20px;
font: 12px Arial, Helvetica, sans-serif;
color: #777;
display: block; 
background-image:url(../images/arrow3.jpg);
background-repeat:no-repeat;
background-position: top left;
/*border-bottom: 1px dotted #ccc;*/
}
/* career sections end here  */


/* form elements */
select
{
color: #333;
font: 14px Arial;
font-weight: normal;
/*width: 52%*/;
width: 45%;
margin:0 25px 0 0;
background: #f7e6ba;
		  border-left: 1px solid #ecce7b;
	border-top:  1px solid #ecce7b; 
	border-right: 1px solid #cba846;
	border-bottom: 1px solid #cba846;
padding: 5px 3px 3px 7px;
}

select option
{
font-weight: normal;
padding: 2px 3px 1px 10px;
border-bottom:1px dotted #cba846;
}

/*select option:onchange
{
	background: #990000;
}*/

.btnRegister
{
	float:right;
	margin:25px -1px -45px 400px;
	padding:0;
}


.bg .list h6{
margin: 3px 25px 2px 0;
	padding: 0 0 10px 0; 
	background-image:url(../images/form-shadow.jpg); background-repeat:no-repeat;
	background-position:bottom left;
}



* html .bg .list h6.shadow{
margin: 0 0 0 0;
display: inline;
	padding: 0 0 10px 0; background-image:url(../images/form-shadowBtn.jpg); background-repeat:no-repeat;
	background-position:bottom left; 
}	
		  
.bg .list h6.shadow{
margin: 0;
display: inline-block;
	padding: 0 0 10px 0; background-image:url(../images/form-shadowBtn.jpg); background-repeat:no-repeat;
	background-position:bottom left; 
}		  
		  
textarea{
	margin:0 0 0 0;
	 font-family: Arial, verdana, sans-serif;
    		font-size:14px;
			color:#333;
		  font-weight:normal;
		  background:#f7e6ba;
		  width:550px;
		  min-width: 92%;
max-width: 99%;
		   padding:7px 10px 2px 7px;
		  border-left: 1px solid #ecce7b;
	border-top:  1px solid #ecce7b; 
	border-right: 1px solid #cba846;
	border-bottom: 1px solid #cba846;
          }	


textarea:focus{
	background-color: #fede7d;
	outline:none; 

          }	

input.submit{
margin:0 10px 0 0;padding:5px 0;
font-family: Arial, verdana, sans-serif;
font-size:16px;
color:#333;

font-weight:bold;
font-style:normal;
border-left: 0px solid #d2f192;
border-top:  0px solid #d2f192; 
border-right: 1px solid #cba846;
border-bottom: 1px solid #cba846;
width:100px;
background:#f3bd48;
cursor: pointer;
}	

* html input.submit{
margin:0 0 0 -25px;padding:5px 0;
font-family: Arial, verdana, sans-serif;
font-size:16px;
color:#333;
font-weight:bold;
font-style:normal;
border-left: 0px solid #d2f192;
border-top:  0px solid #d2f192; 
border-right: 1px solid #cba846;
border-bottom: 1px solid #cba846;
width:100px;
background:#f3bd48;
cursor: pointer;
}


input{
	margin:0 25px 0 0;
    		font-size:14px;
			color:#333;
		  font-weight:normal;
		  padding:5px 10px 5px 7px;
		  width:42%;
		   background:#f7e6ba;
		   	border-left: 1px solid #ecce7b;
	border-top:  1px solid #ecce7b; 
	border-right: 1px solid #cba846;
	border-bottom: 1px solid #cba846;
          }		
		  
input:focus{
	background-color: #fede7d;
	outline:none; 
 
          }
		  
		  
		  input.tab{
	margin:3px;
    		font-size:14px;
			color:#333;
		  font-weight:normal;
	padding: 3px;

		   background:#f7e6ba;
		   	border-left: 1px solid #ecce7b;
	border-top:  1px solid #ecce7b; 
	border-right: 1px solid #cba846;
	border-bottom: 1px solid #cba846;
	width:90%;
          }		
		  
input.tab:focus{
	background-color: #fede7d;
	outline:none; 
 
          }
		  
input.chk{
	margin:3px;
    		font-size:14px;
			color:#333;
		  font-weight:normal;
	padding: 3px;

		   background:#f7e6ba;
		   	border-left: 1px solid #ecce7b;
	border-top:  1px solid #ecce7b; 
	border-right: 1px solid #cba846;
	border-bottom: 1px solid #cba846;
	width:20px;
          }				  
		  
.table1
{
margin:0;
border-width: 2px;
border-style: solid;
border-color: #f3eddc;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #f3eddc;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #f3eddc;

padding:0;
}


.table1 th
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #666;
padding:2px;
background-color:#fbf7ec;
text-transform: capitalize;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #dddddd;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #dddddd;
outline:none; 
      }
		  
		  
input.tab{
	margin:3px;
font-size: 100%;
font-weight: normal;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #ccc;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #dddddd;

color: #666;

padding: 1px;
text-align:left;
}	  
		  
		  
/* for ent clients logo photogallery */		  
#main-content li{
	width:140px;
	height: 180px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:10px;
}

#main-content li.landscape{
	width:320px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:10px;
}



#main-content  span{

margin:0;
background:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	color:#666;
	padding: 0;
	

}


#main-content img{
	border:1px solid #EEE;
	margin: 0 0 10px 0;
}		  

/* css for vacancy table */
.vacancy
{
margin:20px 0 0 0; /* it was 20px befor */
border-width: 2px;
border-style: solid;
border-color: #f3eddc;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #f3eddc;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #f3eddc;
width:100%;

}


.vacancy th
{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #666;
padding:7px 5px 7px 5px;
background-color:#fbf7ec;
text-transform: capitalize;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #dddddd;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #dddddd;

}


.vacancy td
{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
border-bottom-width: 0px;
border-bottom-style: dotted;
border-bottom-color: #ddd;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #dddddd;

color: #666;
padding: 3px 5px 2px 5px;
text-align: left;
}

/* end*/


