/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
body {
	letter-spacing:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
#header {
	height:700px;
}
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:700px;
	position:absolute;
}

/* NAVIGATION */
#nav-outer {
	padding-top:11px;
	position:relative;
	top:24px;
}
#navigation {
	width:950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* SEARCH */
#search { background-color:#051733; float:right; width:220px; padding:10px; }
#searchtxt { padding:3px; width:150px; }
#searchbtn { border:1px solid #eee !important; background-color:#CD2B3A; color:#eee; padding:3px; margin-left:5px; }



/* HEADER TEXT */
#headertxt { width:960px; margin:0 auto; clear:both; position:relative; top:74px; }
#firstline { background-image:url("../images/textbg.png"); color:#333; font-size:40px; padding:4px 13px 7px; float:left; display:block; }
#secondline { background-image:url("../images/textbg.png"); color:#CD2B3A; text-decoration:none; font-size:60px; padding:0 13px 10px; float:left; display:block; clear:both; }
#secondline:hover { text-decoration:underline; color:#7F000C; }

.pictured { background-color:#CC3333; color:#FFF; font-size:12px; padding:9px 16px; text-transform:uppercase; float:left; display:block; clear:both; margin-top:10px; }
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background-image:url("../images/btn_back.png"); }
#next { background-image:url("../images/btn_next.png"); }
#control { background-image:url("../images/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:400px; margin:0 auto; width:960px; }
#headernav { padding-left:864px; }

/* CONTENT */
#content { color:#575757; background-color:#eee; }
#content p { padding:10px 20px; font-size:16px; width:960px; margin:0 auto; }
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C; }


/* Nav starts */
#nav_box {
	margin: 0px;
	float: left;
	width: 630px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#nav_box ul {
	height:10px;
	list-style:none;
	padding:0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#nav_box li {
	float:left;
	padding:0px;
}
#nav_box li a {
	color:#999999;
	display:block;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 11px;
	margin: 0px;
	letter-spacing: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
}
#nav_box li a:hover {
	color:#333333;
	text-decoration:none;
}
#nav_box ul li:hover a {
	color:#333333;
	text-decoration:none;
}
#nav_box li ul {
	display:none;
	height:auto;
	border:0px;
	position:absolute;
	z-index:200;
	color: #333333;
	background-image: url(../images/content_bg2.png);
	background-repeat: repeat;/*top:1em;
			/*left:0;*/
	width:220px;
	padding-top:15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	
}
#nav_box li:hover ul {
	display:block;
	color: #000000;
}
#nav_box li li {
	background:url('images/sub_sep.gif') bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:220px;
}
#nav_box li:hover li a {
	background:none;
	font-size: 11px;
}
#nav_box li ul a {
	display:block;
	font-size:12px;
	font-style:normal;
	margin:0px;
	text-align:left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#nav_box li ul a:hover, #nav_box li ul li:hover a {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#nav_box p {
	clear:left;
}
#nav2 {
	padding: 0px;
	float: left;
	width: 495px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
}
#nav_box ul li #active {
	color:#FA5A73;
	text-decoration:none;
}
#nav_bar2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 950px;
	background-image: url(../images/nav_bar_bg.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
nav_box li:hover ul.sub {
	left:1px;
	top:38px;
	padding:3px;
	border:1px solid #5c731e;
	white-space:nowrap;
	width:220px;
	height:auto;
	z-index:300;
	background-color: #333333;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat;
}
#nav_box li:hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:220px;
	font-weight:normal;
}
#nav_box li:hover ul.sub li a {
	display:block;
	font-size:11px;
	height:18px;
	width:250px;
	line-height:18px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
	border:1px solid #bbd37e;
}
#nav_box li ul.sub li a.fly {
	background-color: #333333;
	background-image: url(../images/arow_right.png);
	background-repeat: no-repeat;
	background-position: 80px 6px;
}
#nav_box li:hover ul.sub li a:hover {
	color:#fff;
	border-color:#fff;
	background-color: #333333;
}
#nav_box li:hover ul.sub li a.fly:hover {
	background:#6a812c url(arrow_over.gif) 80px 6px no-repeat;
	color:#fff;
}
	
	
	
	
	
	
	#nav_box li li.secondMenu ul.secondMenuIn {
	visibility:hidden;
	position:absolute;
	left:220px;
	top:0;
}
#nav_box li li.secondMenu:hover ul.secondMenuIn {
	visibility:visible;
}
#nav_box li li.secondMenu {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 220px;
}
#nav_box li li.secondMenu ul.secondMenuIn li a {
	background:url("../images/content_bg.png");
	color:#fff;
	}
#nav_box li li.secondMenu ul.secondMenuIn li a:hover{background: #333333;
  
    border-width: 0 0 1px;
    color: #FFFFFF;}
	
	.home {
	float: left;
	width: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
	
	
/* Nav ends */
.chat {
	padding: 0px;
	float: left;
	width: 295px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}

#bottom_menu {
	margin: 0px;
	float: left;
	width: 560px;
	padding-top: 515px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 410px;
}
.bottom_menu_box {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 183px;
}
#news_box {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 1000px;
	background-image: url(../images/news_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
}
.news_box_left {
	margin: 0px;
	float: left;
	width: 95px;
	background-image: url(../images/news_blue_bg.jpg);
	background-repeat: repeat-x;
	height: 24px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color:#FFFFFF;
}
.news_area {
	margin: 0px;
	float: left;
	width: 650px;
	font-size: 11px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.white_bold {
	font-weight: bold;
	color: #666666;
}
.social {
	margin: 0px;
	float: left;
	width: 167px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#footer {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer_wrapper {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer_container {
	float: left;
	width: 950px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-image: url(../images/white_bg.png);
	background-repeat: repeat;
}
.footer_left_menu {
	margin: 0px;
	float: left;
	width: 110px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer_left_menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
.footer_left_menu a {
	text-decoration: none;
	color: #666666;
	padding-left: 10px;
	line-height: 16px;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 11px;
}
.footer_left_menu a:hover {
	text-decoration: none;
	color: #000000;
	padding-left: 10px;
	line-height: 16px;
}
.footer_menu_list {
	float: left;
	width: 170px;
	border-right-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	height: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footer_menu_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

.footer_menu_list a {
	text-decoration: none;
	color: #666666;
	padding-left: 10px;
	line-height: 16px;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.footer_menu_list a:hover {
	color: #000000;

}




.footer_menu_list2 {
	float: left;
	width: 120px;
	border-right-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	height: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footer_menu_list2 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

.footer_menu_list2 a {
	text-decoration: none;
	color: #666666;
	padding-left: 10px;
	line-height: 16px;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 11px;
}

.footer_menu_list2 a:hover {
	color: #000000;

}







.footer_menu_list4 {
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 150px;
	padding-top: 0px;
	padding-right: 27px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

}

.footer_menu_list4 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

.footer_menu_list4 a {
	text-decoration: none;
	color: #666666;
	padding-left: 10px;
	line-height: 16px;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 11px;
}

.footer_menu_list4 a:hover {
	color: #000000;

}






.footer_menu_list5 {
	float: left;
	width: 175px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

.footer_menu_list5 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

.footer_menu_list5 a {
	text-decoration: none;
	color: #666666;
	padding-left: 10px;
	line-height: 16px;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 11px;
}

.footer_menu_list5 a:hover {
	color: #000000;

}




.footer_menu_list3 {
	float: left;
	width: 160px;
	border-right-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	height: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footer_menu_list3 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

.footer_menu_list3 a {
	text-decoration: none;
	color: #666666;
	padding-left: 10px;
	line-height: 16px;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 11px;
}

.footer_menu_list3 a:hover {
	color: #000000;

}
.footer_menu_adress {
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 9px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
}
.blue {
	font-weight: bold;
	color: #2D659E;
}
#adress {
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#adress_wrapper {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#adress_container {
	margin: 0px;
	float: left;
	width: 950px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.copyright {
	padding: 0px;
	float: left;
	width: 600px;
	font-size: 10px;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.crossworks {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 350px;
	font-size: 11px;
	color: #999999;
	line-height: 15px;
}
.home {
	margin: 0px;
	float: left;
	width: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

 #mantri_logo {
	right: 0;
	top:0;
	z-index:9999999;
	position: fixed;
	padding-right: 10px;
	padding-top: 0px;
}

#inner_page_conainer {
	padding: 30px;
	float: left;
	width: 890px;
	background-color: #FFFFFF;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#inner_header {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 890px;
}
#inner_header_left_box {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 680px;
}
.inner_header_heading {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 680px;
}
h1 {
	font-size: 35px;
	font-weight: bold;
	color: #3B3B3B;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.inner_header_sublink {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 680px;
}
.inner_header_sublink li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;

}
.inner_header_sublink a {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	}
	
	
.inner_header_sublink a:hover {
	color: #2D68A2;



}


.inner_header_sublink ul  li  #active2 {
	color: #2D68A2;
	font-weight: bold;


}
#inner_header_right_box {
	margin: 0px;
	float: left;
	width: 210px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#inner_main_container {
	padding: 0px;
	float: left;
	width: 890px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#inner_main_container_left_box {
	padding: 0px;
	float: left;
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#inner_main_container_right_box {
	float: left;
	width: 630px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 29px;
}
.inner_main_container_text {
	float: left;
	width: 630px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 16px;
}
.inner_main_container_text li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/arrow_right_blue.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8E8E8;
}

#left_nav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 230px;
}
#left_nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#left_nav a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	background-image: url(file:///F|/shab/other%20files/web/test/mantri4/images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	margin: 0px;
	width: 220px;
	float: left;
}
#left_nav a:hover {
	
	color: #267ACE;
	
}
#left_nav ul  li  #active3 {
	
	color: #267ACE;
	
}
#left_box_text {
	padding: 0px;
	float: left;
	width: 230px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.copyright_nav {
	margin: 0px;
	float: left;
	width: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.copyright_nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.copyright_nav a {
	font-size: 10px;
	text-decoration: none;
	color: #666666;
	padding-right: 10px;
}
.copyright_nav a:hover {
	font-size: 10px;
	text-decoration: none;
	color: #2D65A0;
	padding-right: 10px;
}
.what_we_do_menu {
	margin: 0px;
	padding: 15px;
	float: left;
	width: 510px;
}
.what_we_do_menu_left {
	float: left;
	width: 329px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dbdbdb;
	padding: 0px;
}
.what_we_do_menu_right {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 160px;
}
.what_we_do_menu_right_hed {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 160px;
}

.what_we_do_menu_text {
	float: left;
	width: 319px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}


/* what_we_doleft_left_nav */
#what_we_doleft_left_nav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 160px;
}
#what_we_doleft_left_nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#what_we_doleft_left_nav a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	width: 150px;
	font-weight: bold;
	line-height: 18px;
}
#what_we_doleft_left_nav a:hover {

	color: #2D65A0;

}
/* what_we_doleft_left_nav */





/* what_we_doleft_left_nav2 */
#what_we_doleft_left_nav2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
}
#what_we_doleft_left_nav2 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#what_we_doleft_left_nav2 a {
	font-size: 11px;
	color: #3A3A3A;
	text-decoration: none;
	padding-left: 10px;
	width: 140px;
	font-weight: normal;
	line-height: 16px;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#what_we_doleft_left_nav2 a:hover {

	color: #2D65A0;

}
/* what_we_doleft_left_nav */
.menu_left {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
}







/* what_we_doleft_left_nav2 */
#what_we_doleft_left_nav3 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
}
#what_we_doleft_left_nav3 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#what_we_doleft_left_nav3 a {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	padding-left: 10px;
	width: 120px;
	font-weight: normal;
	line-height: 16px;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 20px;
}
#what_we_doleft_left_nav3 a:hover {

	color: #2D65A0;

}
/* what_we_doleft_left_nav */
#who_we_are_holder {
	margin: 0px;
	float: left;
	width: 600px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#who_we_are_left_box {
	margin: 0px;
	float: left;
	width: 235px;
	background-image: url(../images/about_us.jpg);
	background-repeat: no-repeat;
	background-position: 0px 70px;
	height: 180px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.who_we_are_left_text {
	margin: 0px;
	float: left;
	width: 235px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	line-height: 14px;
}
.who_we_are_left_text a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.who_we_are_left_text a:hover {
	color: #0066FF;
	font-weight: bold;
}
#who_we_are_right_box {
	margin: 0px;
	float: left;
	width: 305px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E9E9E9;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.who_we_are_right_text {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 305px;
	color: #999999;
}
.who_we_are_right_text li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.who_we_are_right_text a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	font-size: 12px;
}
.who_we_are_right_text a:hover {
	color: #2D65A0;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
.founder_img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 65px;
}
.founder_text {
	margin: 0px;
	float: left;
	width: 230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 11px;
}
#who_we_are_left_box2 {
	margin: 0px;
	float: left;
	width: 235px;
	padding: 15px;
}


#who_we_are_right_box2 {
	margin: 0px;
	float: left;
	width: 315px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E9E9E9;
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 15px;
	padding-right: 27px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFFFFF;
	height: 180px;
}
.who_we_are_right_text2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 305px;
	color: #999999;
}
.who_we_are_right_text2 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.who_we_are_right_text2 a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	font-size: 12px;
}
.who_we_are_right_text2 a:hover {
	color: #2D65A0;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}

.white {
	font-weight: bold;
	color: #666666;
}


#inner_page_conainer {
	padding: 30px;
	float: left;
	width: 890px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
#inner_header {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 890px;
}
#inner_header_left_box {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 680px;
}
.inner_header_heading {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 680px;
}
h1 {
	font-size: 35px;
	font-weight: bold;
	color: #3B3B3B;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.inner_header_sublink {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 680px;
}
.inner_header_sublink li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;

}
.inner_header_sublink a {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	}
	
	
.inner_header_sublink a:hover {
	color: #2D68A2;



}


.inner_header_sublink ul  li  #active2 {
	color: #2D68A2;
	font-weight: bold;


}
#inner_header_right_box {
	margin: 0px;
	float: left;
	width: 210px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#inner_main_container {
	padding: 0px;
	float: left;
	width: 890px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#inner_main_container_left_box {
	padding: 0px;
	float: left;
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#inner_main_container_right_box {
	float: left;
	width: 630px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 29px;
}
.inner_main_container_text {
	float: left;
	width: 630px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 16px;
}
.inner_main_container_text li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/arrow_right_blue.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8E8E8;
}

#left_nav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 230px;
}
#left_nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#left_nav a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	background-image: url(file:///F|/shab/other%20files/web/test/mantri4/images/arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	margin: 0px;
	width: 220px;
	float: left;
}
#left_nav a:hover {
	
	color: #267ACE;
	
}
#left_nav ul  li  #active3 {
	
	color: #267ACE;
	
}
#left_box_text {
	padding: 0px;
	float: left;
	width: 230px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
