body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/opensans-regular-webfont.eot');
    src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-regular-webfont.woff') format('woff'),
         url('../font/opensans-regular-webfont.ttf') format('truetype'),
         url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'heaveneticacond5sh';
    src: url('../font/heaveneticacond5-sh-webfont-webfont.eot');
    src: url('../font/heaveneticacond5-sh-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/heaveneticacond5-sh-webfont-webfont.woff') format('woff'),
         url('../font/heaveneticacond5-sh-webfont-webfont.ttf') format('truetype'),
         url('../font/heaveneticacond5-sh-webfont-webfont.svg#heaveneticacond5sh') format('svg');
    font-weight: normal;
    font-style: normal;

}

.clear
	{
		clear:both;
	}
.floatright_img
	{
		float:right;
		margin:-50px -20px 0 0;
	}
	
.floatleft_img
	{
		float:left;
		margin:-50px -20px 0 0;
	}


#wrapper
	{
		width:100%;
		height:auto;
		float:left;
		margin:0;
		padding:0;
	}
	
.container
	{
		width:1000px;
		height:auto;
		margin:0 auto;
	}
	
p
	{
		font-family: 'open_sansregular';
		font-size:13px;
		color:#534949;
	}
header
	{
		width:100%;
		height:160px;
		float:left;
		background:url(../images/header_bg.jpg) repeat-x;
		border-top:5px solid #005a8f;
	}
figure
	{
		float:left;
		border:0;
		margin:-5px 0 0 0;
		
	}
figure img a
		{
			float:left;
			
		}
		
.right_area
	{
		width:627px;
		height:80px;
		float:right;
		margin:20px 0 0 0;
		
	}
	
.right_area a
	{
		color:#fefefe;
	}

.call
	{
		width:286px;
		height:15px;
		float:right;
	}

.call p
	{
		float:left;
		color:#2b2b2b;
		font-size:12px;
		
	}
.call p img
	{
		float:left;
		margin:0 4px 0 0;
	}
.message
	{
		width:230px;
		height:12px;
		float:right;
		margin:0 0 0 35px;
	}
.message p
	{
		float:left;
		color:#2b2b2b;
		font-size:12px;
		
	}
	
	.message p a
	{
		float:left;
		color:#2b2b2b;
		font-size:12px;
		
	}
.message p img
	{
		float:left;
		margin:3px 4px 0 0;
	}
.follows
	{
		width:145px;
		height:26px;
		float:right;
	}
.follows p
	{
		float:right;
		font-family: 'heaveneticacond5sh';
		
		font-size:14px;
	}
.follows p img
	{
		float:right;
		margin:-5px 0 0 0;
		
	}

nav
	{
		width:515px;
		height:40px;
		float:left;
		background:url(../images/menu.jpg) repeat-x;
		margin:42px 0 0 111px;
		line-height:40px;
		
	}
/*nav ul
	{
		margin:0;
		padding:0;
	}
nav ul li
	{
		list-style:none;
		text-decoration:none;
		float:left;
		background:url(../images/menu_devider.jpg) left no-repeat;
	}
nav ul li:first-child
	{
		background:none;
	}
nav ul li a
	{
		color:#fefefe;
		font-size:16px;
		font-family: 'heaveneticacond5sh';
		padding:0 38px;
	}
	
nav ul li a.active
	{
		color:c35700;
	}
nav ul li a:hover
	{
		color:c35700;
	}*/
.banner
	{
		float:left;
		width:100%;
		height:343px;
		
	}
.in-banner
	{
		float:left;
	}
.Comprehensive 
	{
		width:1000px;
		height:auto;
		float:left;
		margin:40px 0 0 0;
	}
.Comprehensive_in
	{
		width:225px;
		height:auto;
		float:left;
		margin:0 11px;
		
	}
.Comprehensive_in h3
	{
		float:left;
		font-size:19px;
		font-family:'heaveneticacond5sh';
		color:#005a8f;
		font-weight:normal;
		margin:0;
		padding:0;
	}
.Comprehensive_in h3 img
	{
		float:left;
		margin:-15px 14px 0 0;
	}
.Comprehensive_in p
	{
		float:left;
		color:#1d2327;
		font-size:13px;
		text-align:center;
		font-family: 'open_sansregular';
		margin:15px 0 0 0;
		padding:0;
		width:100%;
	}
.Comprehensive_in a
	{
		float:left;
		width:75px;
		height:30px;
		line-height:30px;
		text-align:center;
		color:#fff;
		font-size:12px;
		font-family: 'open_sansregular';
		margin:10px 0 0 75px;
		background: #0079c0; /* Old browsers */
background: -moz-linear-gradient(top,  #0079c0 0%, #0071b3 36%, #0065a1 67%, #005c92 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0079c0), color-stop(36%,#0071b3), color-stop(67%,#0065a1), color-stop(100%,#005c92)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0079c0 0%,#0071b3 36%,#0065a1 67%,#005c92 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0079c0 0%,#0071b3 36%,#0065a1 67%,#005c92 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0079c0 0%,#0071b3 36%,#0065a1 67%,#005c92 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0079c0 0%,#0071b3 36%,#0065a1 67%,#005c92 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c0', endColorstr='#005c92',GradientType=0 ); /* IE6-9 */

	}


.welcome
	{
		float:left;
		width:1000px;
		height:auto;
	}
.welcome h1
	{
		font-size:30px;
		float:left;
		font-family: 'heaveneticacond5sh';
		color:#373737;
		font-weight:normal;
		width:100%;
		margin:0 0 10px 0;
		padding:0;
	}
.welcome h1 span
	{
		color:#198dc7;
		
	}
.welcome p
	{
		font-size:13px;
		color:#534949;
		font-family: 'open_sansregular';
		width:770px;
		margin:0;
		padding:0;
	}
.welcome img
	{
		float:right;
		margin:-50px 0 0 0;
	}
.welcome img a
	{
		float:right;
	}
.vision
	{
		width:488px;
		height:auto;
		float:left;
		margin:30px 6px 40px 0;
		border:3px solid #e1e1e1;
		background:#f9f9f9;
		
	}
.vision img
	{
		float:right;
	}
.vision h4
	{
		color:#c35700;
		font-size:22px;
		font-family: 'heaveneticacond5sh';
		font-weight:normal;
		margin:14px 0 0 18px;
		padding:0;
	}
.vision p
	{
		/*float:left;*/
		font-family: 'open_sansregular';
		color:#1d1d1d;
		padding:5px 0 0 0;
		margin:0 0 0 18px;
	}
.vision p a
	{
		float:right;
		font-family: 'open_sansregular';
		color:#c34500;
	}
.footer
	{
		width:100%;
		height:auto;
		float:left;
		background:#3d3c42;
		border-top:5px solid #494949;padding-bottom:15px;
	}
.menu
	{
		float:left;
		color:#fff;
		font-size:12px;
		font-family: 'open_sansregular';
		margin-top:10px;
		
	}
	
.menu a
	{
		color:#fff;
	}
	
.menu ul
	{
		margin:15px 0 0 0;
		padding:0;
	}
.menu ul li
	{
		list-style:none;
		text-decoration:none;
		float:left;
		border-right:1px solid #fff;
		
		font-size:10px;
	}
	
.menu ul li:first-child
	{
		padding:0 5px 0 0
	}	
.menu ul li:last-child
	{
		border-right:none;
	}
.menu ul li a
	{
		color:#fff;
		font-size:12px;
		padding:0 5px;
		font-family: 'open_sansregular';
	}

.menu p
	{
		color:#fff;
		font-size:12px;
		font-family: 'open_sansregular';
		margin:0 0 0 0;
	}
.footer span
	{
		float:right;
		color:#fff;
		font-family: 'open_sansregular';
		font-size:12px;
		margin-top:25px;
	}
.footer span a
	{
		float:right;
		color:#fff;
	}
	
.inner_container
	{
		width:100%;
		height:auto;
		display:block;
		margin-top:20px;
	}
	
.inner_container p
	{
		font-family: 'open_sansregular';
		font-size:13px;
		color:#1d2327;
		line-height:20px;
		text-align:justify;
	}
	
.arrow
	{
		width:auto;
		display:block;
	}
	
.arrow ul
	{
		margin:0;
		padding:0;
		list-style-image:url(../images/arrow.gif);
	}
	
.arrow ul li
	{
		width:100%;
		height:auto;
		margin-bottom:10px;
		font-family: 'open_sansregular';
		font-size:13px;
		margin-left:10px;
		color:#1d2327;
	}
	
.inner_container h2
	{
		margin:0;
		padding:0;
		font-family: 'heaveneticacond5sh';
		font-size:20px;
		margin-bottom:5px;
		color:#005a8f;
		font-weight:normal;
	}
	
	.inner_container h5
	{
		margin:0;
		padding:0;
		font-family: 'heaveneticacond5sh';
		font-size:16px;
		margin-bottom:5px;
		color:#005a8f;
		font-weight:normal;
	}
	
@charset "utf-8";
/* CSS Document */

.inner_container p
	{
		font-size:13px;
		line-height:18px;
		/*margin-bottom:15px;*/
		color:#333333;
	}	
	
	.inner_container form h2 {
		font-size: 14px;
		font-weight: bold;
		color: #555555;
		font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-shadow: 0 1px 0 #fff;
		filter: dropshadow(color=#fff, offx=0, offy=1);
		line-height: 45px;
		margin-bottom: 24px;
		margin-left:25px;
	}
	
.inner_container input[type="text"], input[type="password"]{
		box-shadow: 0px 0px 0px 4px #f2f5f7;
		width: 250px;
		height: 25px;

		padding: 0 10px 0 10px;
		/*margin: 10px auto;*/
		margin:5px 0 0 0;
		color: #000000;
		border: 1px solid #bec2c4;
	}
	
.inner_container input[type="text"]:focus, input[type="password"]:focus{
		box-shadow: 0px 0px 0px 4px #e6f4fb;
		border:1px solid #7dc6dd;
	}
	
	
	
.inner_container input[type="checkbox"] {
		vertical-align: middle;
	}
	
	
	.inner_container button {
		background:url(../images/login.png) no-repeat;
		width:82px;
		height:32px;
		border:0px;
		float: right;
		margin-right: 24px;
	}
	
	.inner_container button:hover {
		background:url(../images/login_hover.png) no-repeat;
		width:82px;
		height:32px;
		border:0px;
	}
	
	.inner_container button:active {
		background:url(../images/login_active.png) no-repeat;
		width:82px;
		height:32px;
		border:0px;
	}	
	
	
.inner_container label {
		display: inline;
		margin-left: 24px;
		vertical-align: middle;
	}
	
.inner_container label span {
		color: 555555;
		font-size: 12px;
	}
	
	p.forgot {
		text-align: center;
		margin-top: 10px;
		margin-left:-55px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	}
	
	p.forgot a {
		color: #cbebf6;
		text-decoration: none;
		transition: color 0.5s linear;
		-moz-transition: color 0.5s linear;
		-webkit-transition: color 0.5s linear;
		-o-transition: color 0.5s linear;
	}

	p.forgot a:hover {
		color: #65c4e5;
	}
	
	
.inner_container textarea { 
	background: none repeat scroll 0 0 #FFFFFF; 
	border: 1px solid #C9C9C9; 
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6; 
	color: #545658; 
	padding: 8px; 
	font-size: 14px; 
	border-radius: 2px 2px 2px 2px; 
	margin:10px auto;
}

.inner_container select
	{
		border: 1px solid #bec2c4;
    box-shadow: 0 0 0 4px #f2f5f7;
    color: #878787;
    height: 33px;
    margin: 2px auto;
    padding: 5px;
    width: 100px;
	}
	

.inner_container textarea:focus, input[type="password"]:focus{
		box-shadow: 0px 0px 0px 4px #e6f4fb;
		border:1px solid #7dc6dd;
	}
	
.inner_container select:focus, input[type="password"]:focus{
		box-shadow: 0px 0px 0px 4px #ffe3e6;
		border:1px solid #7dc6dd;
	}
	
.inner_container span.border, form div.border {
    background-color: #efefef;
    border-radius: 5px;
    box-shadow: 0 1px 2px #dedede;
    float: left;
    padding: 5px;
    position: relative;
	 margin-top: 5px;
}		

.file input	{
		border:0; /*background:#ebebeb url('../images/browse.png') 0 0 repeat-x;*/ float:left; width:200px; height:30px; padding:5px 0 0 10px; margin-bottom:0; cursor:pointer;
		 background-color: #efefef;
    border-radius: 5px;
    box-shadow: 0 1px 2px #dedede;
	line-height:30px;
	margin-top: 10px;
	}
	
#saveForm {
    background: url("../images/submit.jpg") no-repeat scroll 0 0 transparent;
    border-style: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 70px;
    margin: 0;
    padding: 0;
    text-indent: 480px;
    width: 200px;
}

.bank_od
	{
		width:970px;
		height:40px;
		line-height:40px;
		color:#fff;
		background:url(../images/images/blue_bg.jpg) repeat-x;
		font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		padding:0 0 0 10px;
		margin:20px 0 0 0;
	}
	
.button_example{
-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}

.button_example:hover{
 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}

/*---------------- Table Style ------------*/	
 .table_en{width:100%; /*margin-bottom:18px;*/ border:0px solid #d1d1d1; font-family:Verdana, Geneva, sans-serif/* 'fjalla_oneregular'*/; font-size:13px;	color:#333; font-weight:normal;}
 .table_en th a{ white-space: nowrap;}
 .table_en th,.table_en td{padding:8px;line-height:18px;text-align:left;vertical-align:top;border:1px solid #dbdbdb}
 .table_en th,.table_en td a{padding:8px;line-height:18px;text-align:left;vertical-align:top; font-family:Verdana, Geneva, sans-serif/* 'fjalla_oneregular'*/; font-size:13px;	color:#ffffff; font-weight:normal;}
 .table_en th{font-weight:bold; background: #2c2c2c !important}
 .table_en thead th{vertical-align:bottom} 
 .table-striped-en tbody tr:nth-child(odd) td,.table-striped-en tbody tr:nth-child(odd) th{background-color:#f3f2f2 }
 .table-striped-en tbody tr:nth-child(even) td,.table-striped-en tbody tr:nth-child(even) th{background-color:#f8f7f7}
 .table-striped-en th{ white-space: nowrap; }
 /*---------------- Table Style ------------*/
 
.mutual_fund_area
	{
		width:461px;
		height:49px;
		text-align:center;
		margin:15px 0 0 250px;
		display:block;
	}

.error
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#F00;	
	}
	