/* CSS Document */

html {
	height:100%;
	min-height:100%;	
	
}

body {
	margin:0px;
	padding:0px;
	height:100%;
	min-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;	
	/*background-color:#F1FAF4;*/	
	/*border:1px solid red;*/
	
}

/*______________ General Style Start ______________*/

	.floatLeft {
		position:relative;
		float:left;
		width:auto;
	}
	
	.floatRight {
		position:relative;
		float:right;
		width:auto;
	}
	
	.floatNone{
		position:relative;
		float:none;
		width:auto;
		
}
	
	.clearBoth {
		clear:both;	
	}

	.img {
		border:none;
	}
	
	
	p {
		line-height:18px;	
		padding:0;
		margin:0;
	}
	
	
	h1, h2, h3, h4, h5, h6, from, P, ul, textarea {
		font-family: Arial, Helvetica, sans-serif;
		margin:0px;
		padding:0px;
		
	}
	
	.Wrap {
		min-height:100%;
		position:relative;
		background:url(../images/body_bg.jpg) repeat-x left bottom;
		/*border:#FF0000 solid 1px;*/ 
}
* html .wrap {min-height:100%}



Strong {color:#323232}

	.red{color:#ac0d27;}
	.green{color:#17a907;}
/*______________ General Style End ______________*/

	/*.contentDiv{
		width:100%;
		margin:30px 0px;
	}*/


.mainDiv {
	/*position:absolute;*/
	width:100%;
	min-height:100%;
	
	/*border:10px solid #000099;*/
}

.innerwrap {
	width:960px;
	margin:auto;
}
	
	/** html .innerwrap {
			min-height:100%;
			
		
		}*/
		
		.container{
			min-height:100%;
			position:relative;
			/*margin-bottom:260px;*/
			padding-bottom:310px;
			/*border:1px solid #000;*/
	}

	/**html .container{
		height:100%
	}*/
		
.header{
	margin:10px 0px;
	width:100%;
}

/*	.header h1{
		background:url(../images/toll-free-number.png) no-repeat top right;
		width:110px;
		font-size:15px;
		color:#2d2d2d;
		
		padding:10px 30px 15px 45px;
		margin-top:25px;
	}
	*/	
	.header h1{
		font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
		float:right;
	
		color:#2d2d2d;
		padding:10px 30px 15px 45px;
		margin-top:25px;
	}
	
	.navigation{
			background:url(../images/menu-centerbg.jpg) repeat-x left top;
			height:41px;
			width:100%;			
		}
		
		.navigation ul{
				list-style:none;
				font-size:15px;
				}
				
				.navigation ul li{
					position:relative;
					float:left;
					padding:2px 30px;
					margin:10px 0px;
					background:url(../images/menu-line.jpg) no-repeat right top;
					height:19px;
				}
				
					.navigation ul li a {
						color:#FFFFFF;
						text-decoration:none;
						
					}
					
					.navigation ul li a:hover{
						/*color:#FFFFFF;*/
						/*font-weight:bold;*/
						text-decoration:underline;
					}




	.banner{
		margin:10px 0px;
		border:none;
	}
	
	#slider1 {
    width: 962px; /* important to be same as image width */
    height: 262px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 962px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 962px;
   /* background-color: #000;*/
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
/*ul { list-style-type: none;}*/



	.centerContainer{
		margin:10px 0px;
		/*margin-bottom:250px;*/
		/*border:1px solid red;*/
	}
	
	
		.centerContainer .containerSize{
					width:290px;
					/*padding:10px;*/
					margin:10px 40px 0 0;
					
					/*border:1px solid #000;*/
					
				}
				
				
				
				
				.centerContainer .iconEB{
					background:url(../images/icon-EB-5.jpg) no-repeat left top;
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:17px;
					color:#105da6;
					padding:16px 0px 20px 98px;
				}
				
				
				.centerContainer .iconApplication{
					background:url(../images/icon-application-timing.jpg) no-repeat left top;
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:17px;
					color:#105da6;
					padding:16px 0px 20px 98px;
					height:41px;
					
				}
				
				
				.centerContainer .iconeb5Project{
					background:url(../images/icon-eb5-project.jpg) no-repeat left top;
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:17px;
					color:#105da6;
					padding:16px 0px 20px 98px;
				}
				
				
				
				
				
				.centerContainer .containerSize p{
					margin:10px 0px;
					line-height:18px;
				}
				
				
				.centerContainer .readMore{
					background:url(../images/button-readmore.jpg) no-repeat left top;
					padding:6px 0px 6px 20px;
					width:103px;
					height:27px;
				}
				
				.centerContainer .readMore a{
					color:#000;
					text-decoration:none;
					font-weight:bold;
				}
				
				.centerContainer .readMore a:hover{
					color:#105da6;
					text-decoration:none;
					font-weight:bold;
				}


/*______________ Footer Style Start ______________*/
#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:12px;
	margin-bottom:10px;
	
}



/*______________ Footer Menu Style Start ______________*/

	#footer .footermenu{
		padding:20px 0px 20px 0px;
		background-color:#ececec;
	}
	
	
	#footer .footermenu .innerwrap .menusize{
		padding:20px 0px;
		/*background:url(../images/footer-line.png) no-repeat right 10px;*/
		padding:0px 9px;
		width:220px;
		border-right:1px solid #CCC;
		min-height:180px;
		
	}
	
		/*#footer .footermenu .innerwrap .menusize:first-child { height:180px; }*/
	
		#footer .footermenu .innerwrap .menusize p{
				background:url(../images/arrow.png) no-repeat left top;
				padding-left:25px;
				/*text-transform:uppercase;*/
		}
		
			#footer .footermenu .innerwrap .menusize p a{
				font-weight:bold;
				padding-bottom:5px;
				text-decoration:none;
				color:#0c4e90;
				/*display:block;*/
			}
			
			#footer .footermenu .innerwrap .menusize p a:hover{
				font-weight:bold;
				padding-bottom:5px;
				text-decoration:none;
				color:#000000;
			}
		
				
				#footer .footermenu .innerwrap .menusize ul{
					list-style:none;
					margin-left:25px;
				}
				
				
				#footer .footermenu .innerwrap .menusize ul li{
					list-style:none;
					background:url(../images/arrow01.png) no-repeat 0px 8px;
					padding-left:16px;
					line-height:22px;
				}
			
			
					.menusize ul li a {
						display:block;
						text-decoration:none;
						color:#000;
					}

					.menusize ul li a:hover {
						color:#105da6;
						text-decoration:underline;
					}	
	/*______________ Footer Menu Style End ______________*/
	
	/*______________ Copyright Style Start ______________*/
		#footer .copyright{
			background-color:#155da6;
			color:#FFFFFF;
			padding:35px 0px;
			
		}
			
			#footer .copyright .innerwrap div ul{
				margin:0px;
				padding:0px;
				list-style:none;
				/*padding:20px 0px;*/
				}	
				
				
				#footer .copyright .innerwrap div ul li {
					list-style:none;
					position:relative;
					float:left;
					border-right:1px solid #FFF;
					padding-right:16px;
					margin-right:16px;
					
				}	


				#footer .copyright .innerwrap div ul li a {
					text-decoration:none;
					color:#FFF;
				}

					#footer .copyright .innerwrap div ul li a:hover {
						color:#e8ebff;
						text-decoration:underline;
					}	
					
					
					#footer .copyright .innerwrap P{
						border:1px solid #000;
						margin:0px;
						padding:0px;
						padding:20px 0px;
					
					}
				/*______________ Copyright Style End ______________*/
				
/*______________ Footer Style Start ______________*/



		
		
		
		/*______________ LeftSide Style Start ______________*/
		
			.LeftSide{
				width:251px;
				margin-right:30px;
				/*background-color:#efecec;
				border:1px solid #dedddd;*/
				/*height:250px;*/
			}
			
				.LeftSide h1{
					background:url(../images/left-side-top.jpg) no-repeat left top;
					height:20px;
					font-size:16px;
					color:#054e86;
					padding:10px 20px;
					
					/*border:1px solid red;*/
				}
				
				.LeftSide .containerLeft{
					background-color:#efecec;
					border:1px solid #dedddd;
					border-bottom:none;
					padding-bottom:2px;
				}
					
					.LeftSide .containerLeft img{
						border-bottom:1px solid #000;
						margin:0px;
						padding:0px;
					}
					
						.LeftSide ul{
							list-style:none;
							padding:5px 10px;
							/*width:228px;*/
							margin:0px 5px
							/*border:1px solid red;*/
						}
						
						.LeftSide ul li{
							position:relative;
							margin:2px 0px;
							
							
						}
						
						.LeftSide ul li a{
							background:url(../images/arrow-blue.png) no-repeat 10px 12px;
							display:block;
							color:#000;
							height:14px;
							padding:8px 20px 8px 25px;
							text-decoration:none;
						}
						
						.LeftSide ul li a:hover{
							background:url(../images/left-side-hover.png) no-repeat left 2px;
							display:block;
							color:#FFF;
							/*padding-left:15px;*/
							text-decoration:none;
						}
						
							.LeftSide .Brochure h1{
								background:url(../images/download-brochure.png) no-repeat left top;
								padding:12px 20px;
								font-size:16px;
								color:#FFF;
								text-transform:uppercase;
								height:46px;
								margin:10px 0px;
							}
							
							.LeftSide .Brochure h1 span{
								display:block;
								font-size:22px;
								
							}
							
							.LeftSide .Brochure a{
								display:block;
								color:#FFF;
								text-decoration:none;
							}
							
							.LeftSide .Brochure a:hover{
								display:block;
								color:#d3f0fc;
								text-decoration:underline;
								
							}
		
		
			/*______________ LeftSide Style End ______________*/
		
	
	/*______________ RightSide Style Start ______________*/
	
		.RightSide{
			width:674px;
			/*border:1px solid #000;*/
			
		}
		
		.BreadcrumbNav{
			border-bottom:1px solid #c0d3e1;
			padding-bottom:10px;
		}
		
			.BreadcrumbNav a{
				color:#000000;
				text-decoration:none;
			}
			
			.BreadcrumbNav a:hover{
				color:#2a308c;
				text-decoration:underline;
			}
			
			.RightSide h1{
				font-size:20px;
				color:#054e86;
				margin:10px 0px;
				
			}
			
				.RightSide P {
					margin:12px 0px;
					}
					
					.RightSide P a {
						color:#2a308c;
						text-decoration:underline;
					}
					
					.RightSide P a:hover {
					color:#000;
					text-decoration:none;
					}
					
					.RightSide ul{
						list-style:none;
					}
					
					.RightSide ul li, .RightSide ol ul li {
						position:relative;
						background:url(../images/arrow-blue.png) no-repeat left 5px;
						padding-left:20px;
						margin:0px 15px;
						line-height:18px;
						font-weight:normal;
						padding-bottom:10px;
					}
					
					
					.RightSide ul li ul li {
						position:relative;
						background-image:none;
						list-style:square;
						padding-left:0px;
						line-height:18px;
						font-weight:normal;
						margin:0px;
						padding:0px;
						margin-left:15px;
					}
					
					
					.RightSide ul li ul li ul li {
						position:relative;
						background-image:none;
						list-style:disc;
						line-height:18px;
						font-weight:normal;
						margin:0px;
						padding:0px;
						margin-left:15px;
						padding:2px 0px;
					}
					
					.RightSide h2{
						font-size:14px;
						color:#ac0d27;
						margin:10px 0px;
					}
					
					
					.RightSide ol {
						
						padding:0 0 0 3px;
						margin:0px 0px 10px 25px;
						font-weight:bold;
						
					}
					
					.RightSide ol li {
						padding:3px 0px;
						
					}
						
						.RightSide ol p {
							margin:0px;
							padding:0px;
							font-weight:normal;
							margin:5px 0px;
						}
						
						.RightSide ol li ul li{
							/*line-height:18px;*/
							background:none;
							background-image:none;
							list-style:square;
							padding-left:5px;
							
						}
						
						
						.RightSide ol li ul li ul li{
							/*line-height:18px;*/
							background:none;
							background-image:none;
							list-style:disc;
							padding-left:5px;
							margin:3px 0px;
							margin-left:15px;
							
						}
						
						.RightSide ul li P{
							margin:0px;
							padding:0px;
							margin:5px 0px;
							}
					
					
					
					
			.contactUs h1{
				font-size:20px;
				color:#054e86;
				margin:10px 0px;
			}
			
			
			
				.addressbox{
					background-color:#f6f6f6;
					border:1px solid #acacac;
					width:534px;					
					padding:10px;
				}
				
				.address{
					border-bottom: 1px solid #c0c0c0;
					height:172px;
					
				}
				
				
				.address h1{
					background:url(../images/india-flag.jpg) left top no-repeat;
					font-size:18px;
					color:#000;
					padding:17px 0px 18px 80px;
					padding-top:8px;
				}
				
				.address p{
					width:220px;
					padding:2px 0px;	
				}
					
					
					.contactForm{
						margin-left:20px;
						border:1px solid #acacac;
						padding:10px;
						width:350px;
						font-size:12px;
						
					}
					
					
					.contactForm .Textbox{
						padding:5px;
						width: 200px;
						border:1px solid #CCC;
					}
					
					
					.contactForm .Message{
						padding:5px;
						width:200px;
						height:100px;
						border:1px solid #CCC;
					}
					
		
		.PrivacyPolicy P{
				line-height:18px;
				margin:10px 0px;
				
				}
				
				
				.PrivacyPolicy P a {
						color:#2a308c;
						text-decoration:underline;
					}
					
					.PrivacyPolicy P a:hover {
					color:#000;
					text-decoration:none;
					}
					
					.PrivacyPolicy ul{
						margin:0px 20px;
						list-style:none;
						}
						
						.PrivacyPolicy ul li{
							background:url(../images/arrow.png) left top no-repeat;
							padding-left:30px;
							margin-bottom:15px;
						}
					
					
						.PrivacyPolicy ul li a{
							color:#000;
							text-decoration:none;
						}
						
						.PrivacyPolicy ul li a:hover{
							color:#2a308c;
							text-decoration:none;
						}
					
					
						.PrivacyPolicy ul li ul{
							margin:0px 10px;
							list-style:none;
						}
						
							.PrivacyPolicy ul li ul li {
								background:url(../images/arrow-blue.png) left 5px no-repeat;
								padding-left:15px;
								margin-bottom:10px;
						}
		.faq h1{
				font-size:20px;
				color:#054e86;
				margin:10px 0px;
			}
			
			/*------------------------------------------- Photo gallery -----------------------------------------*/

.photo_gallery_block{
	width:675px;
	margin:auto;

	}
.photo_gallery_img_block{
	float:left;
	padding:5px;
	margin:2px 2px 15px 2px;
	border:1px solid #cccccc;
	}
	.photo_gallery_img_block a{ 
		font-size:10px;
		color:#09F;
		text-decoration:underline;
		padding:2px 0px 2px 0px;
		text-align:center;
	}
		
		
	
/*------------------------------------------- Photo gallery end -----------------------------------------*/