@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:10px 0
}
#wrapper {
	width:955px;
	margin:0 auto
}
.brd {
	background:#FF0000
}
.brd1 {
	background:#FFFF00
}
.logo {
	width:60px;
	height:100px;
	float:left
}
.siteNavigation {
	width:877px;
	height:121px;
	float:left
}
.siteNavigation .tabBg {
	background:#c81c13 url(../images/tabBg.jpg) no-repeat left top;
	width:860px;
	height:50px;
	overflow:hidden;
	margin-left:17px
}
.myTabUL {
	margin:0;
	padding:0;
	list-style:none;
	margin-left:5px;
}
.myTabUL li {
	float:left;
	cursor:pointer
}
.myTabUL li a {
	float:left;
	background:none;
	height:38px;
	line-height:38px;
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	font-weight:700;
	cursor:pointer
}
.myTabUL li a span {
	float:left;
	background:none;
	height:38px;
	margin-left:5px;
	padding:0 10px 0 5px;
	cursor:pointer;
	font-size: 13px;
}
.myTabUL li a.selected {
	float:left;
	background:url(../images/tabLeft.jpg) no-repeat left top;
	height:38px;
	line-height:38px;
	text-decoration:none;
	color:#000;
	font-size:14px;
	font-weight:700;
	cursor:pointer
}
.myTabUL li a.selected span {
	float:left;
	background:url(../images/tabRight.jpg) no-repeat right top;
	height:38px;
	margin-left:5px;
	padding:0 10px 0 5px;
	cursor:pointer
}
.myTabUL li a:hover {
	float:left;
	background:url(../images/tabLeft.jpg) no-repeat left top;
	height:38px;
	line-height:38px;
	text-decoration:none;
	color:#000;
	font-size:14px;
	font-weight:700;
	cursor:pointer
}
.myTabUL li a:hover span {
	float:left;
	background:url(../images/tabRight.jpg) no-repeat right top;
	height:38px;
	margin-left:5px;
	padding:0 10px 0 5px;
	cursor:pointer
}
.bgStrip {
	background:url(../images/bgStrip.jpg) repeat-x left top;
	height:390px;
	width:955px
}
.brdLeftRight {
	border-left:2px solid #a2c9ff;
	border-right:2px solid #a2c9ff
}
.bgGrayArea {
	background:url(../images/bgGrayArea.jpg) repeat-y left top;
	height:390px;
	overflow:hidden
}
.banner_bottom {
	background:url(../images/banner_bottom.jpg) no-repeat left top;
	height:51px;
	position:relative;
	top:-1px
}
.clearLeft {
	clear:left;
	font-size:1px;
	line-height:1px;
	height:1px;
	overflow:hidden
}
.leftPanel {
	float:left;
	width:465px
}
.rightPanel {
	float:left;
	width:490px
}
.bImageBoxLeft {
	float:left;
	width:443px
}
.bImageBoxRight {
	float:left;
	width:490px
}
.imgLeftArrow {
	float:left;
	width:55px
}
.imgMidLogos {
	float:left;
	width:380px
}
.imgRightArrow {
	float:left;
	width:55px
}
.grayBoxTitle {
	font-family:Trebuchet MS;
	font-size:22px;
	color:#ca2218;
	font-weight:700
}
.grayBoxSubTitle {
	font-family:Trebuchet MS;
	font-size:15px;
	color:#000;
	font-weight:700;
	padding-bottom:8px
}
.grayDot {
	background:url(../images/grayDot.gif) no-repeat left top;
	padding-left:23px;
	line-height:20px
}
.knowMoreLink {
	float:left;
	border:1px solid #b42232;
	background:#da604c;
	color:#FFF;
	padding:2px 8px;
	text-decoration:none
}
.row {
	width:100%
}
.lineSpace58 {
	line-height:58px;
	height:58px;
}
.lineSpace12 {
	line-height:12px
}
.lineSpace21 {
	line-height:normal;
	text-align: justify;
	font-size: 12px;
}
.lineSpace20 {
	line-height:20px
}
.lineSpace30 {
	line-height:30px
}
.pdLeftRight15 {
	padding:0 15px
}
.pdLeft470 {
	padding-left:470px
}
.footer {
	line-height:50px;
	border-top:1px solid #efefef;
	margin-top:40px
}
.dottedLine {
	background:url(../images/dottedLine.gif) repeat-x left top;
	line-height:7px;
	height:7px;
	overflow:hidden
}
.innerbannerMid {
	background:url(../images/innerbannerMid.gif) repeat-x left top;
	height:71px
}
.bannerLeftRightBorder {
	height:71px;
	border-left:2px solid #c6e0f5;
	border-right:2px solid #c6e0f5
}
.aboutImg {
	width:100%;
	padding-top:6px;
	background:url(../images/aboutImg.gif) no-repeat right top;
	height:81px
}
.pageTitle {
	float:left;
	width:500px
}
.pageTitleTxt {
	font-family:Trebuchet MS;
	font-size:25px;
	color:#000;
	padding:20px 0 0 20px
}
.pageImg {
	float:left;
	width:451px;
	position:relative
}
.breadCrump:link, .breadCrump:visited {
	color:#000;
	text-decoration:none
}
.breadCrump:hover {
	color:#000;
	text-decoration:underline
}
.stepcarousel {
	position:relative;
	border:10px solid #FFF;
	overflow:scroll;
	width:800px;
	height:80px;
	padding:0 20px;
	margin-left:30px
}
.stepcarousel .belt {
	position:absolute;
	left:0;
	top:0
}
.stepcarousel .panel {
	float:left;
	overflow:hidden;
	margin:10px;
	width:150px;
	background:#FFFFFF
}
/*bharat*/
.left{
float:left;
}
.right{
float:right;
}
.clear{
clear:both;
}
.index_con{}
.index_top{
	height: 23px;
	width: 490px;
	background-image: url(../images/index_content_top.jpg);
	background-repeat: no-repeat;
	margin-right: 20px;
	margin-left: 445px;
}
.index_left{
	background-image: url(../images/index_content_left.jpg);
	height: 402px;
	width: 445px;
	float: left;
}
.index_right{
	background-image: url(../images/index_content_right.jpg);
	float: left;
	height: 402px;
	width: 20px;
}
.index_middle{
	background-image: url(../images/index_content_middle.jpg);
	background-repeat: repeat-y;
	width: 450px;
	float: left;
	text-align: justify;
	line-height: 16px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
.index_bottom{
	height: 23px;
	width: 490px;
	background-image: url(../images/index_content_bottom.jpg);
	background-repeat: no-repeat;
	margin-right: 20px;
	margin-left: 445px;
}
/*bharat*/
.banner_1{
	float:right;
	width:250px;
	padding-right:20px;
}
.banner_2{
	float:right;
	width:250px;
}