h1, h2, h3, h4, h5, h6, ul{
	margin:0;
	padding:0;
}

ul{
	/*list-style:none;*/
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #424242;
	background-color:#F6F6F6;
	/*height: 100%;*/
}
#wrapper {
	
	width:1000px;
	margin:0 auto;
	/*height:1605px;*/	
}
#header
{
	width:960px; height:175px;
	margin:0 auto;
	/*background-color:#424242;*/
}
#header .top
{
	width:960px; height:35px;
	margin:0 auto;
	/*background-color:#424242;*/
}
#header .center
{
	width:960px; height:105px;
	margin:0 auto;
	/*background-color:#424242;*/
}
#header .bottom
{
	width:960px; height:35px;
	margin:0 auto;
	/*background-color:#424242;*/
}
/*-------top menu open-------*/
.top_icons
{
	height:35px;
	float:right;
}
.top_menu
{
	width:609px; height:35px;
	float:left;
}
.top_navigation ul {
    list-style:none;
	/*margin-top:5px;*/
}
.top_navigation ul li {
	font-family: 'Open Sans', sans-serif;
	float:left;
	font-size:12px;
	background-image: url(../images/menu_line.png);
	background-repeat: no-repeat;
	background-position: right;
	font-weight:bold;	
}
.pipe {
	background-image: url(../images/pipe_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;	
}
.top_navigation ul li a  {
	color:#c83a3a;
	padding:11px 8px 11px 8px;
	text-decoration:none;
	display:block;
	font-weight: bold;
}
.top_navigation ul li a:hover {
    color:#000;	
}
.selected {
	color:#fff; 
	background-color:#B0402C;
}

.top_navigation li ul {
	position: absolute;
	left: -999em;
	width: 200px;
	margin: 0;
	padding: 0;
	z-index:100;
	height: 50px;
	border-radius:15px 15px 15px 15px;
}
.top_navigation li:hover ul 
{
    left: auto;
	
}
.top_navigation li li a {
	background-color:#E4DBD2;
	width: 150px;
	color:#c83a3a;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	margin: 0;
	padding: 7px 13px 7px 13px;
	text-decoration: none;
	border-bottom: solid 1px #A99A87;
	font-weight: normal;
	/*text-transform:capitalize;*/			
}
.top_navigation li li a:hover {
    background: #E21C2A;
    color: #fff; 
    margin: 0;
    padding: 7px 13px 7px 13px;
    text-decoration: none;
}
/*-------menu close-------*/
#banner_content
{
	
	margin:20px auto 0 auto; 
	height:305px;
	width:960px;
	/*box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #000;
	border-radius:8px 8px 8px 8px;*/
}
.banner_right
{
	width:660px;
	height:305px;
	float:right;
	
}
.banner_left
{
	width:300px;
	height:304px;
	float:left;
	background-color:#F6F6F6;
	border-radius:8px 0px 0px 8px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #000;
}
#content
{
	margin:0 auto;
	width:960px;
	margin-bottom:20px;
	margin-top:20px;
	background-image: url(../images/innerpage-line.png);
	background-repeat: no-repeat;
	background-position: right;
}
.content_right
{
	width:660px;
	/*height:767px;*/
	float:right;
	/*background-color:#B0402C;*/
}
.content_left
{
	width:280px;
	/*height:767px;*/
	float:left;
}
.inner-content_left
{
	width:640px;
	float:left;
	background-color:#ffffff;
	border-radius:15px 15px 15px 15px;
	padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;	
}
.inner-content_right 
{
    width:259px; 
    /*border-left:1px solid #E21C2A;*/
	margin-left: 20px;
	float:right;
}
.heading_1
{
	font-family:Arial;
	font-size:18px;
	color:#2F1D5D;
	border-bottom:1px solid #E21C2A;
	margin-bottom:10px;
	width:100%; height:30px;
	float:left;
}
.heading_2
{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#164BC0;
	font-weight:bold;
	border-bottom:1px solid #C6C6C6;
	margin-bottom:15px;
	margin-top:10px;
	width:100%; height:20px;
	float:left;
}
.heading_3
{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#e21c2a;
	/*margin-bottom:10px;
	margin-top:10px;
	width:100%; height:20px;
	float:left;*/
}
.heading_4
{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#0251a0;
	border-bottom:1px solid #e21c2a;
}
.heading_5
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#0251a0;
	border-bottom:1px solid #e21c2a;
}
#links{
	/*height:330px;*/
	width:100%;
	float:left;
	margin-bottom:10px;
	
}

#links ul {
	padding-left:0px;
   
}
#links ul li {
	background-image:url(../images/arrow_home.png);
   	background-repeat:no-repeat;
   /*background-position:0px center;*/
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
    color:#000;
	text-decoration:none;
	display:block; 
	padding:0px 0px 0px 20px;
	line-height:25px;
	padding-top:0px;
	margin-top:0px;
	text-align:left;		
}
#links1 ul li a  {
	font-family:calibri;
	font-size:15px;
    color:#000;
	text-decoration:none;
	/*display:block; */
	padding:0px 0px 7px 20px;
	line-height:20px;
	/*font-weight:bold;*/				
}
#links1 ul li a:hover {
	padding:0px 0px 7px 20px;
	line-height:20px;
	font-family: font-family: 'Droid Sans', sans-serif;
	color:#E21C2A;
	text-decoration : underline
}
.links{
	/*height:330px;*/
	width:100%;
	float:left;
	margin-bottom:10px;	
}
.links ul {
	padding-left:0px;  
}
.links ul li {
	background-image:url(../images/arrow_home.png);
   	background-repeat:no-repeat;
   /*background-position:0px center;*/
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
    color:#000;
	text-decoration:none;
	display:block; 
	padding:0px 0px 0px 20px;
	line-height:25px;
	padding-top:0px;
	margin-top:0px;
	text-align:left;		
}
.links1 ul li a  {
	font-family:calibri;
	font-size:15px;
    color:#000;
	text-decoration:none;
	/*display:block; */
	padding:0px 0px 7px 20px;
	line-height:20px;
	/*font-weight:bold;*/				
}
.links1 ul li a:hover {
	padding:0px 0px 7px 20px;
	line-height:20px;
	font-family: font-family: 'Droid Sans', sans-serif;
	color:#E21C2A;
	text-decoration : underline
}

.tabs
{
	width:660px; height:255px;
	/*margin-bottom:20px;
	background-color:#B0402C;*/
	float:left;
}
/*
.cscroll{
width:660px;
height:300px;
overflow-y:scroll;
float:left;
}

::-webkit-scrollbar{
width:12px;

} 
::-webkit-scrollbar-thumb{
background-color: #EF848C;
border-radius:10px;
}
::-webkit-scrollbar-thumb:hover{
background-color:#E21C2A;

}
::-webkit-scrollbar-thumb:active{
background-color:#E21C2A;

} 
::-webkit-scrollbar-track{
border:1px solid #E21C2A;
border-radius:10px;
}
*/
.cscroll_content{
width:640px;
height:300px;
float:left;
}
.normal_text
{
	font-family: 'Droid Sans', sans-serif; font-size:13px; color:#1A1A1A; text-align:justify; line-height:17px; 
}
.normallink 
{
font-family: font-family: 'Droid Sans', sans-serif;
font-size:13px; color:#0251A0; 
text-align:justify; line-height:16px; 
text-decoration : none; 
}

.normallink:visited 
{
font-family: font-family: 'Droid Sans', sans-serif;
font-size:13px; color:#0251A0; 
text-align:justify; 
line-height:16px;  
text-decoration : none;
} 
.normallink:hover 
{
font-family: font-family: 'Droid Sans', sans-serif;
font-size:13px; color:#E21C2A; 
text-align:justify; 
line-height:16px;  
text-decoration : underline
}
.normal_text2
{
	font-family: 'Droid Sans', sans-serif;  font-size:13px; color:#000;
}
#footer
{
	width:960px; height:40px;
	margin:0 auto;
	font-family:Arial; font-size:11px; color:#fff;

}
#footer .footer_right {	
	font-Size: 12px; font-family: Arial; Color: #fff;	
	width: 480px;
	float: right;
	margin:0 auto;

	/*padding-top:25px;*/
}
#footer .footer_left {
	font-Size: 12px; font-family: Arial; Color: #fff;	
	width: 480px;
	float: left; 
		margin:0 auto;
	/*padding-top:25px;*/
}




.footerlink-text
{
	font-family:tahoma; font-size:12px; color:#fff;  text-decoration : none;
	line-height:17px;
	text-align:justify;
}
.footerlink-text:visited
{
	font-family:tahoma; font-size:12px; color:#fff;  text-decoration : none;
	line-height:17px;
	text-align:justify;
}
.footerlink-text:hover
{
	font-family:tahoma; font-size:12px; color:#fff;
	line-height:17px;
	text-align:justify;
}
#footer .footerlink {font-Size: 13px; font-family: Arial; Color: #fff; text-decoration : none; }
#footer .footerlink:visited { Font-Size: 13px; font-family: Arial; Color: #fff; text-decoration : none} 
#footer .footerlink:hover { Font-Size: 13px; font-family: Arial; Color: #fff; text-decoration : underline}
.footer-text
{
	height:100%;
	/*background-color:#424242;*/
	padding-right:110px; margin-right:15px;
	border-right:1px solid #8F8F8F;
	float:left;
}
#bottom-menu
{
	width:250px; height:25px;
	margin:0 auto;
	font-family:Arial; font-size:12px; color:#fff;
	padding-top:15px;
}
#develop_company
{
	width:960px; height:25px;
	margin:0 auto;
	font-family:Arial; font-size:11px; color:#fff;
	padding-top:15px
}

.develop_company
{
	font-family:Arial; font-size:11px; color:#fff; text-decoration : none; 
	
}
.develop_company a:link
{
	font-family:Arial; font-size:11px; color:#fff; text-decoration : none; 
}
.develop_company a:visited
{
	font-family:Arial; font-size:11px; color:#fff; text-decoration : none; 
}
.develop_company a:hover
{
	font-family:Arial; font-size:11px; color:#fff; text-decoration : underline;
}
.calculetur
{
	width:268px; height:221px;
	border:1px solid #D8D8D8;
	border-radius:8px;
	padding: 5px 5px 0px 5px;
}
.resorce-calculetur
{
	width:365px; height:190px;
	border:1px solid #D8D8D8;
	border-radius:8px;
	padding: 5px 5px 0px 5px;
	float:left;
	padding-top:30px;
}
.career-advant-form
{
	width:365px; height:215px;
	border:1px solid #D8D8D8;
	border-radius:8px;
	padding: 5px 5px 0px 5px;
	float:left;
	padding-top:30px;
}
.textbox-home
{
	width:205px; height:22px; 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: solid 1px #cccccc; 
	font-family: tahoma; font-size:11px; 
	padding-left:3px;
	color:#424242;
}
.messagebox-career-home
{
	width:205px; height:50px; 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: solid 1px #cccccc;
	font-family:tahoma; font-size:13px; 
	padding-left:3px;
	float:left;
}
.textbox2-home{width:195px; height:17px; border: solid 1px #967248; font-family:tahoma; font-size:13px; padding-left:3px;}
.messagebox-home{width:400px; height:102px; border: solid 1px #e1cca7; font-family:tahoma; font-size:13px; padding-left:3px; border-radius:3px; float:left}
.contact_text-home{font-family:Lucida Sans; font-size:14px; color:#424242; /*text-transform:uppercase*/}

.submit_btn-1
{
	background-color:#E21C2A; 
	border:none; 
	width:70px; height:20px; 
	font-family:Lucida Sans; font-size:12px; color:#fff;
	/*margin:none; padding:none; border-radius:5px;*/
}
.submit_btn-2
{
	background-color:#E21C2A; 
	border:none; 
	width:45px; height:20px; 
	font-family:Lucida Sans; font-size:12px; color:#fff;
	/*margin:none; padding:none; border-radius:5px;*/
}
#slider_right
{
	width:220px;
	float:right;
	background-color:#E7DFCE;
	border-radius:15px 15px 15px 15px;
	padding:10px 10px 10px 10px;
}
.vticker{
	width:220px;
	height:100%;
	background-color:#E7DFCE;
}
.vticker ul{
	padding:0px;
}
.vticker li{
	list-style: none;
	/*border-bottom: 1px solid green;*/
	padding-bottom: 10px;
}
.et-run{
	background: red;
}
.marqueeElement {
    height:145px;
    width:220px;
    color: #ccc;
    border: 1px solid #666;
    position:absolute;
	margin-bottom:10px;
}
.marqueediv
{
	height:100%;  width:220px; position: relative;
}
#address-contact
{
	width:640px; /*height:550px;*/
	padding-bottom:40px;
	/*padding:10px 10px 10px 09px;
	background-color:#000;*/
	float:left;
}
#enquiry-form
{
	width:640px; /*height:550px;*/
	/*padding-bottom:20px;
	padding:10px 10px 10px 09px;
	background-color:#000;*/
	float:left;
}
.left-form
{
	width:300px; /*height:300px;
	padding:10px 10px 10px 09px;
	background-color:#000;*/
	float:left;
}
.sub-links{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
    color:#000;
	line-height:20px;		
}
.contact_textarea {
width: 300px;

float: left;
margin-bottom: 15px;
/*background-color:#000;*/
}
.textbox {
width: 180px;
height: 22px;
border: solid 1px #B2B2B2;
font-family: 'Droid Sans', sans-serif;
font-size: 13px;
padding-left: 3px;
border-radius: 3px;
}
.messagebox {
width: 180px;
height: 85px;
border: solid 1px #B2B2B2;
font-family: 'Droid Sans', sans-serif;
font-size: 13px;
padding-left: 3px;
border-radius: 3px;
float: left;
}
.submit_btn
{
	background-color:#E21C2A; 
	border:none; 
	width:75px; height:25px; 
	font-family:Lucida Sans; font-size:14px; color:#fff;
	text-transform:uppercase;
	margin:none; padding:none; border-radius:5px;
}
.home-box
{
	width:960px; height:265px;
	
}
.box
{
	width:236px;
	height:295px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #ff0000;
	border-radius: 7px;
	margin-right:5px;
	float:left;
	background-color:#fff;
}
.box-heading
{
	width:225px;
	height:45px;
	padding-left:10px;
	background-color:#E21C2A;
	border-radius: 6px 7px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#ffffff;
	text-transform: uppercase;
	margin-bottom:15px;
}
#home-links{
	/*height:330px;*/
	width:225px;
	float:left;
	/*margin-bottom:10px;*/
	padding-right:6px;
}

#home-links ul {
	padding-left:0px;
   
}
#home-links ul li {
	
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
    color:#000;
	text-decoration:none;
	/*line-height:25px;*/
	margin-top:0px;
	/*display:block;*/
	padding:0px 0px 5px 8px;	
}
#home-links ul li a  {
	background-image:url(../images/arrow_home.jpg);
   	background-repeat:no-repeat;
	font-family:calibri;
	font-size:15px;
    color:#000;
	text-decoration:none;
	padding:0px 0px 0px 17px;
	/*display:block;*/				
}
#home-links ul li a:hover {
    font-family:calibri;
	text-decoration:none;
	padding:0px 0px 0px 17px;
	/*line-height:35px;*/
}
.inner-slider-border
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #0251a0;
	width:220px; height:145px;
}

#sitemap ul
{
margin: 0;
padding: 0;
width:275px; 
list-style: none;
line-height:25px;
list-style-image: url(../images/arrow_footer.jpg);
padding:0px 25px 0px 20px;
font-family: 'Open Sans', sans-serif;
/*float:left;*/
font-size:13px;
float:left;
}
#sitemap ul li a
{
text-decoration: none;
padding:0px 0px;
color: #000;
}

#sitemap ul li a:hover
{
color: #0251A0;
padding-left:3px;
}
#sitemap ul li li
{
	list-style: none;
	list-style-image: url(../images/arrow_footer-sub.jpg);
	/*list-style-position: inside;*/
}
.form { 
display:inline;
} 
 
.searchform {
 display: inline-block;
 zoom: 1; /* ie7 hack for display:inline-block */
 *display: inline;
 border: solid 1px #d2d2d2;
 padding: 2px 4px;
 
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius: 2em;
 
 -webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
 -moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
 box-shadow: 0 1px 0px rgba(0,0,0,.1);
 
 background: #f1f1f1;
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
 background: -moz-linear-gradient(top,  #fff,  #ededed);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
 -ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
 font: normal 11px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
 background: #fff;
 padding: 3px 3px 3px 5px;
 width: 100px;
 border: solid 1px #bcbbbb;
 outline: none;
 
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius: 2em;
 
 -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
 box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
 color: #fff;
 border: solid 1px #2F1D5D;
 height: 24px;
 width: 24px;
 text-shadow: 0 1px 1px rgba(0,0,0,.6);
 
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius: 2em;
 
 background: #5f5f5f;
 background: -webkit-gradient(linear, left top, left bottom, from(#2F1D5D), to(#857BA0));
 background: -moz-linear-gradient(top,  #2F1D5D,  #857BA0);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F1D5D', endColorstr='#857BA0'); /* ie7 */
 -ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F1D5D', endColorstr='#857BA0'); /* ie8 */
}

#to-top-button {
	width:40px;
	height:40px;
	background:url(../images/arrow-up.png) center 14px no-repeat #ecedea;
	position:absolute;
	bottom:20px;
	right:20px;
	border-radius:100px;
	text-indent:-9999px;
	z-index:200;
}
.dormant-account_tab{
	width:150px;
	height: 22px;
    padding:9px 0px 0px 10px;
	cursor: pointer;
	background-color:#E2E2E2;
	border-radius:5px 5px 5px 5px;
	font-family: 'Open Sans', sans-serif; font-size:13px; color:#000;
}
.dormant-account_tab:hover{
width:150px;
	height: 22px;
    padding:9px 0px 0px 10px;
	cursor: pointer;
	background-color:#E2E2E2;
	border-radius:5px 5px 5px 5px;
	font-family: 'Open Sans', sans-serif; font-size:13px; color:#000;
}
.scroll-text {
  width: 220px; 
  height: auto;
  max-height:100%;  
  overflow: hidden;  
}
.scroll-text ul {
  height: auto;
  overflow: hidden;
  margin: 0;
}
.scroll-text ul li {
  height: 145px;
  margin-bottom:10px;
  border:1px solid #000;
}
