/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFFFFF url(../images/body_bg.jpg) top left repeat-x;
}
a{
text-decoration:none;
color:#0078B3;
}
a:hover{
text-decoration:underline;
color:#0078B3;
}
*{
margin:0px;
padding:0px;
}
#wrapper1 {
width:100%;
background:url(../images/footer_bg.jpg) bottom left repeat-x;
}
#wrapper {
width:990px;
margin:auto;
background-color:#FFFFFF;
overflow:hidden;
}
#contact_tab {
width:182px;
height:117px;
position:fixed;
right:0px;
bottom:0px;
}
#header {
width:990px;
height:100px;
float:left;
}
#header h1 {
margin-top:33px; 
margin-left:10px;
float:left;
}
#header img {
float:left;
}
#right_header {
margin-top:18px; 
margin-left:10px;
float:right;
margin-right:0px;
text-align:right;
color:#333333;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;

}
#right_header p {
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top:20px;
margin-bottom:10px;
font-size:13px;
}
.dutta_logo {
height:100px;
width:110px;
float:right;
}

.dutta_logo img{
	height: 90px;
	margin: 5px;
	margin-left: 15px;
}

.right_header_menu {
color:#333333;
padding:0 5px; 
}
.email {
font-size:12px; 
padding-top:10px; 
padding-right:0px; 
color:#0078B3;
}

/*======== navigation start here ========*/

#navigation {
	width:990px;
	float:left;
	height:40px;
	/*background-color:#00b4ff;*/
	background:url(../images/nav_bg.jpg) top left repeat-x;
}
#navigation li {
float:left;
list-style:none;

border-right:#1381b6 solid 1px;
height:40px;
}
#navigation li a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
padding:12px 17px 0 17px;
height:28px;
display:block;
background:url(../images/nav_bg.jpg) top left repeat-x;

}
#navigation li a:hover {
color:#FFFFFF;
text-decoration:none;
background:url(../images/nav_hover.jpg) top left repeat-x;
}
/*======== intro banner start here ========*/

#intro {
	width:990px;
	float:left;	
	margin-top:0px;
}

/*======== main container start here ========*/

#main_container {
	width:990px;
	float:left;	
	margin-top:20px;
	color:#333333;
}
.page_title {
margin:0 0px 0 0px;
border-bottom:#CCCCCC dashed 1px;
padding-bottom:10px;
color:#104472;
font-size:20px;
font-weight:normal;

}
.page_subtitle {
margin:0px 0px 15px 0px;
color:#333333;
font-size:16px;
font-weight:bolder;
font-family:Arial, Helvetica, sans-serif;
}
.page_title h2 {
float:left;

color:#104472;
font-size:20px;
font-weight:normal;
}
.title_right {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
float:left;
padding-top:8px;
padding-left:5px;
}
#left_container {
margin-right:0px;
border-right:#CCCCCC dashed 1px;
width:689px;
float:left;
padding:0px 20px 0px 0;

}
.contact_form_button {
padding:5px 10px;
}
#right_container {
width:270px;
float:right;
margin-right:0px;
margin-left:10px;
}
#left_container p {
padding:0 0px 0px 0px;
line-height:18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-align:justify;
}
.inner_container {
	width:990px;
	float:left;	
}
.home_left_top {
	width:990px;
	margin-right:20px;
	float:left;	
}
.pdf_img {
float:right;
margin-right:10px;	
}
.inner_container li {
list-style:none;
background:url(../images/square_icon.jpg) top left no-repeat;
padding:0 0 0 15px;
margin:0 0 0 10px;
}
.left_content {
	width:483px;
	height:389px;
	float:left;
	margin-top: 10px;
	border-bottom:#eceff4 solid 1px;
	border-top:#eceff4 solid 1px;
	margin-right:10px;
	padding-left:18px;
}
.right_img {
width:477px;
height:399px;
float:left;
}
.left_content_ul {
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	margin-top:50px;
	margin-left: 10px;
}
.left_content li {
padding-bottom:7px;
padding-top:7px;
}
#footer {
width:990px;
float:left;	
margin-top:20px;
height:23px;
background-color:#3c83c3;
text-align:center;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:7px 0 0 0;
}
#footer a {
text-decoration:none;
color:#FFFFFF;
}
#footer a:hover {
text-decoration:underline;
color:#00274F;
}
/* Easy Slider */

	#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:990px;
		height:300px;
		overflow:hidden; 
		}	

	#slider2 li{ 
		background:#f1f1f1;
		}		
	#slider2 li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p{ 
		margin:20px;
		}						
		
	p#controls, p#controls2{
		margin:0;
		position:absolute;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:-190px;
		}	
	#nextBtn, #nextBtn2{ 
		left:990px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */