.body{
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Helvetica', sans-serif;
	margin: 0;
	padding: 0;
	background: #efefef;
	/* background: #c71f2c url(../imgs/bottom-flower.png) bottom left no-repeat;  */
	color: #636363;
}
.lightbox {
	display: none;
}
.modalContent {
	width: 600px;51
	padding: 20px;
	height: 130px;
}
div{
	 zoom: 1 ;
}

h1{
	/* color: #AF1E2D; */
	color: #000;
	font-weight: 400;
	/* text-transform:capitalize; */
	font-size: 24px; 
}

h2{
	margin:0;
	font-weight: 400;
	font-size: 24px;    color: #000;
}

h3{
	color: #000;
	font-weight: 800;  
	text-transform:uppercase;
	font-size: 14px; 
	margin:0;
}
 strong{
	font-weight:bold;
 }
p{
	font-size: 12px;
	color: #060606;
	/* line-height: 18px; */
}

a{
	font-size: 14px;
	text-decoration: none;
	color: #C5C5C5;
}
.emailForm {
    border: 0;
    outline: none;
    overflow: auto;
    width: 313px;
    height: 180px;
}
.lightbox a {
  font-size: 14px;
  color: #ddd;
  background-color: #fff;
  border: 2px solid #DDD;
  padding: 10px 15px;
  margin: 5px 100px;
  height: 15px;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
}
.lightbox p {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
a:hover{
	font-size: 14px;
	text-decoration: none;
	color: #C5C5C5;
	text-decoration: underline;
}
.lightbox a:hover {
  color: #747474;
  background-color: #ddd;
  cursor: pointer;
  text-decoration: none;
}
.filter-wrap a {
	text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
	border: none;
}

ul{
	list-style: none;
	margin: 0;	
	padding:0;
}

/* ul li a{
	text-transform: capitalize; 
	font-size: 14px;
} */

form input{
	border: none;
}

form input:focus{
	outline: none;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.black{
	color: #000;
}

.red{
	color: #AF1E2D;
}

.grey{
	color: #aaaaaa;
}

.white{
	color: #fff;
}

.orange{
	color: #b5b5b5 !important;
}

.light-black{
	color: #293842;
}

.no-margin{
	margin: 0;
}

.no-bold{
	font-weight: 400 !important; 
}

.text-fix{
	text-transform: none;
}

a.read-link{
	text-align: right;
	display: block;	
	font-weight: bold;
	color: #2C61A7;	
	text-transform: capitalize;
	margin-top: 15px;
}

.shadow{
	background: url(../imgs/shadow-bg.png) repeat-y;
	width: 1296px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	overflow: hidden;
}

.container{
	width: 1280px;
	height: auto;
	margin:0 auto; 
	overflow: hidden;
	position: relative;
	z-index: 999; 
}

.header{
	background: #fff; 
}

img.logo{
	margin: 20px 0 20px 25px; 
}

ul.header-nav{  
	float: right; 
	margin-top: 30px;
	
}

ul.header-nav li{
	float: left;
}

ul.header-nav a{
	padding: 10px 20px; 
	background: #e5e5e5;
	color: #000;
	font-size: 14px;
}

ul.header-nav a:hover{
	background: #636363;
	color: #fff;
}

ul.nav{
	width: 100%; 
	background: #AF1E2D;  
	display: inline-block;
	margin-top: 10px;
	position: relative; 
}
ul.nav li{
	float: left;
	text-align: center;
}
ul.nav ul.IR li{
	width: 20%;
}
ul.nav ul.operations li{
	width: 14.285%;
	height: 49px;
	padding: 0;
	margin: 0;
	text-align: left;
}
ul.nav ul.tech li{
	width: 20%;
}
ul.nav li a{
	color: #fff;	
	padding: 15px 90px; 
	background: #AF1E2D;  	
	display: block;
	text-transform: capitalize;
}
 
ul.nav  li a:hover, ul.nav  li.hover a {
	color: #393939;
	background: #e5e5e5;
}

ul.nav  li.active a{
	color: #393939;
	background: #e5e5e5;
}

/* 
	LEVEL TWO
*/
ul.nav ul 	{ 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0;
	width: 1022px;
	background-color: #E5E5E5;
	z-index: 10;
	display: block;
}

ul.nav ul  a{
	font-size: 12px;
}

ul.nav li.hover ul a{
	border-bottom: 5px solid #c7c7c7;
}

ul.nav li.hover ul a{
	text-transform: uppercase;
	color: #aeaeae;	
	font-weight: bold;
	padding: 15px 30px; 
	background: #e5e5e5;  	
	display: block;
}

/* ul.nav  ul li.hover a{
	color: #393939;
	background: #e5e5e5;
}  */

ul.nav ul li a:hover, ul.nav ul  li.hover a{
	color: #000;
	border-bottom: 5px solid #002876;
}

/* IE 6 & 7 Needs Inline Block */
ul.nav ul li a{
	display: inline-block;
	height: 22px; 
} 

 
.banner{
	margin: 10px 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
.banner-right{
	width: 248px;
	height: 236px;
	float: right;
	position: relative;
}

.banner-right form{
	height: 35px;
	width: 100%;
	background: #fff;
	position: relative;
}

.banner-right input{
	color: #c2c2c2;
}

.banner-right input.search-button{
	background: url(../imgs/search-btn.png) no-repeat;
	width: 22px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	bottom: 8px;
}

.banner-right input.input-wrap{
	width: 195px;
	margin: 8px 10px 0 15px;
	background: none;
	font-size: 15px;
}

/* .banner-right input.input-wrap:focus{
		outline: none;
}  */
.careerIMG {

    background-color: #417CB8;

    width: 100%;
    float: left;
}
.careerIMG img {
    width: 100%;
    position: relative;
    float: left;
}
.careerIMG h1 {
	margin: 10px 0 0 15px;
	z-index: 1;
	position: relative;
}
.careerIMG p {
	color: #fff;
	padding: 15px;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}
.career-header {
	float: left;
	width: 96%;
	border-bottom: 10px solid #E5E5E5;
	padding: 20px;
	border-top: 10px solid #E5E5E5;
	background: #fff;
}
.career-post {
	float: left;
	width: 96%;
	border-bottom: 10px solid #E5E5E5;
	padding: 20px;
	background: #fff;
}
.career-post img {
	width: 100px;
	float: right;
}
.career-post .careerTitle {
	color: rgb(175, 30, 45);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	width: 50%;
	float: left;
}
.career-post .careerLocation {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	width: 50%;
	float: left;
	color: #000;
	padding: 2px 0 14px 0;
}
.career-post .careerPostDate {
	color: rgb(150, 150, 150);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	width: 50%;
	float: right;
	text-align: right;
}
.career-post .careerEndDate {
	color: rgb(150, 150, 150);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	width: 50%;
	float: right;
	text-align: right;
}
.stock-box{
	background: url(../imgs/stock-bg.png) no-repeat;
	width: 100%;
	height: 193px;
	position: absolute; 
	bottom: -2px;
	background-size: 100%;
}
.stock-box-home {
	background: url(../imgs/stock-bg.png) no-repeat;
	width: 100%;
	height: 195px;
	position: relative; 
	top: -15px;
	background-size: 100%;
	border-bottom: 10px solid #E5E5E5;
}
.stock-content{
	margin: 15px;
}
.right-nav .stock-content{
	padding-top: 10px;
}
.stock-content h1{
	margin-bottom: 0;
}

.stock-content table{
	margin-top: 20px;
}

.stock-content table th{
	text-align: left;
	color: #fff;
	font-size: 14px;
}

.stock-content table td{
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
}

/* .stock-content table .orange{
	font-size: 12px;
} */

.qmjsdataup{
	color: #81e500;
}

.qmjsdatadown{
	color: #cc0000;
}

.stock-content td.small-font{
	font-size: 12px;
}

.content-container{
	background: #E5E5E5;
	overflow: hidden;
	border-bottom: 10px solid #e5e5e5;
}
 
.left-nav{
	width: 220px;
	background: #fff;
	float: left;
	padding: 0 40px 0;
	position: relative;
	min-height: 680px;
	height: auto;
}
.home-nav {
	min-height: 620px;
    /*---max-height: 620px;--*/
}
.left-nav h1 {
	padding-top: 12px;
}
.right-nav{
	width: 328px;
	background: #427DB9;
	float: right;
	position: relative;
	height: 652px;
}
/*---left column style for main page---*/
img.left-file{
	position: absolute;
	top: 25px;
	right: 20px;
}

.left-file-box{
	margin-bottom: 20px;
}

.left-nav h3{
	margin: 2px 0;
}

.left-nav p{
	margin:8px 0 0;
	line-height: 16px;
}

.left-nav ul ul li{
	list-style-image: url(../imgs/dash.png);
	padding: 0;
	/* list-style-position:inside */
	margin-left: 18px;
}

/*---left column style for news-release page---*/
.left-nav ul a{
	text-transform: uppercase;
	color: #99a4aa;
	font-weight: bold;
	letter-spacing: 1px;
}

.left-nav ul a:hover{
	color: #69747b;
}

.left-nav ul li{
	margin: 15px 0;
}

ul.sub-nav{
	text-transform: none;
	/* list-style: disc inside; */
}

ul.sub-nav li{
	margin: 5px 0;
}

ul.sub-nav a{
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0px;
	text-transform: none;
}

ul.sub-nav a:hover{
	color: #69747b;
}

.left-nav  li.current >a{
	color: #000;
}
.homeMain {
	width: 970px;
	height: auto;
	overflow: hidden; 
	float: left;
	background: #e5e5e5;
}
.homeMain div h2 {
	font-size: 24px;
	color: #000;
}
.homeMain div p {
	font-size: 14px;
	line-height: 25px;
}
.home-block-top {
	padding: 30px;
	margin: 0 0 0 10px;
	background-color: #FFF;
	float: left;
	width: 94%;
}
.home-block {
	margin: 10px 0 0 10px;
	background-color: #FFF;
	float: left;
	width: 253px;
	height: 270px;
	padding: 30px;
}
.career-block {
	background-color: #FFF;
}
.homeMain .career-block h2, .career-block p {
	color: #fff;
}
.home-block p {
	height: 180px;
}
.main{
	width: 970px;
	height: auto;
	/* padding: 20px 10px 10px 25px; */
	overflow: hidden; 
	float: right;
	background: #e5e5e5;
	padding-left: 10px;
}

#files-container{
	min-height: 440px;
}

.text-main{
	width: 970px;
	height: auto;
	/* padding: 20px 10px 10px 25px; */
	overflow: hidden; 
	float: left;
	/* background: #fff; */
	border-left: 10px solid #e5e5e5;
}

ul.center-nav{
	background: #B5B5B5;
	width: 540px;
	float: left;
	padding-left: 25px;
	height: 40px;
	width: 100%;
}
 
ul.center-nav .first{
	margin:0;
	padding-left: 0;
}

ul.center-nav .first:before{
	content: none;
}

ul.center-nav li{
	padding: 10px 2px;
	float: left;
}

ul.center-nav li:before{
	content: " > ";
	margin-right: 2px;
	color: #fff;
}

ul.center-nav li a{
	color: #fff;
}

ul.center-nav li.current a {
	color: #384751;
}

.text-container {
	border-right: 10px solid #e5e5e5;
	background-color: #fff;
}

.intro-box {
	padding: 25px;
	width: 910px;
	background: #868686;
	margin: 10px 10px 10px 0;
}

.intro-box h1{
	margin-top:0;
}

.intro-box  h3{
	line-height: 20px;
	text-transform: none;
	font-weight: 100;
	text-align: justify;
}

.category-block{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	position: relative;
	width: 313px;
}

/* .category-block.first{
	margin-left: 0;
}
 */
.category-block  .title{
	position: absolute;
	left: 20px;
	bottom: 15px;
}

.category-block a{
	display: block;
	border-bottom: 5px solid #e5e5e5;
}

.category-block a:hover h1{
	color: #000;
}

.category-block a:hover{
	border-bottom: 5px solid #002876;
}
.career-post .careerDetail {
    float: left;
    width: 70%;
    padding:  0;
    min-height: 120px;
}
.careerButton {
	font-size: 14px;
  	color: #ddd;
  	background-color: #fff;
  	border: 2px solid #DDD;
  	
	padding: 10px 15px;
  	height: 15px;
  	text-transform: uppercase;
  	font-weight: bold;
  	float: right;
	margin-top: 20px;
}
.careerButton:hover {
	text-decoration: none;
}
#news-subscribe{
	top: 20px;
	margin: 0;
}

.category-block h3{
	text-transform: none;
}

#news-subscribe2{
	top: 55px;
	margin: 0 20px 0 0;
}

.email-submit-wrap{
	position: absolute;
	bottom:10px;
	left: 20px;
}

.email-submit-wrap input.alert-wrap{
	height: 30px;
	background: #efefef;
	color: #000;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 15px;
}

.email-submit-wrap input.email-width{
	width: 274px;
}

.email-submit-wrap input.name-width{
	width: 180px;
}

.email-submit-wrap input.email-button{
	width: 90px;
	height: 32px;
	background: #AF1E2D;
	color: #fff;
	cursor: pointer;
}

.contact-box{
	width: 100%;
	padding: 25px 0;
	position: relative;
	/* margin-top: 10px; */
	background: #B5B5B5;
	overflow: hidden;
}

.contact-inner-left{
	margin-left: 25px;
	overflow: hidden;
}

.personal-info{
	float: left;
	margin-right: 100px;
}

.contact-box #center{
	margin-left: 40px;
}

.contact-inner-right{
	float: right;
	margin-right: 40px;
	text-align: right;
	/* margin-top: 20px; */
}

.contact-box  h2.black{
	margin-bottom: 5px;
}

.contact-inner-left  h2{
	margin-bottom: 10px;
}

.contact-box h3{
	font-weight: 400;
}

.contact-box  h3.white{
	margin-top: 10px;
	text-transform: uppercase;font-size:12px;
}
.contact-box  h3.whitegeneral{
	margin-top: 0px;
    color:#fff;
    font-size: 12px;
	text-transform: uppercase;font-size:12px;
}
.corporateItem {
	width: 212.5px;
	height: 430px;
	float: left;
	margin-right: 0px;
	padding: 10px;
	border-top: 10px solid #E5E5E5;
	border-right: 10px solid #E5E5E5;
	background: #fff;
}
.corporateItem:nth-child(5n) {
	margin-right: 0;
	border: 0;
	border-top: 10px solid #E5E5E5;
}
.corporateItem .corporateTitle {
	color: rgb(175, 30, 45);
	text-transform: uppercase;
	font-weight:bold;
	font-size: 14px;
	padding-bottom: 25px;
	width: 160px;
	float: left;
	height: 40px;
}
.corporateItem .corporateArrow {
	float: right;
	width: 25px;
	color: #ddd;
	font-size: 19px;
}
.corporateItem .corporateContent p {
	line-height: 24px;
  	font-size: 14px;
	height: 190px;
}
.corporateItem .corporateImage {
	float: left;
	height: 50px;
}
.corporateItem .corporateImage img {
	width: 100%;
}
/*---news-release page main content style---*/

.filter-box{
	padding: 20px 40px 20px 25px;
	overflow: hidden;
	margin: 10px 12px 0 0;
	background: #fff;
}

.filter-title-wrap{
	float: left;
}

.filter-title-wrap h1{
	margin: 0;
}

table.filter-wrap{
	float: right;
}

.filter-year-wrap{
	float: right;
	/* margin-top: 5px; */
}

.filter-year-wrap a{
	display: block;
	text-align: center;
}

select.year-select{
	border: none;
	background: url(../imgs/select-bg.png) no-repeat;   
	width: 90px;
	height: 21px;
	outline:none; 
	overflow:hidden;
	-webkit-appearance: none;
	-moz-appearance: none; 
	text-indent: 0.01px;  
	text-overflow: ""; 
	/* text-align: right; 
    text-align:-webkit-right;  */ 
	padding-top: 1px;
	font-weight: bold;
	direction: rtl;  
	padding-right: 5px;  
}

select.year-select::-ms-expand {
	display: none;
}

.filter-box h3.view-all{
	color: #fff;
	background: #e5e5e5;
	padding: 3px 10px;
	margin-right: 10px;
	text-decoration: none;
}

.filter-box h3.view-all:hover{
	background: #AEAEAE;
	text-decoration: none;
}

.filter-box h3.active{
	background: #B5B5B5;
}

h3.file-year-box{
	padding: 10px 25px; 
	margin: 10px 12px 0 0;
	color: #fff;
	background: #B5B5B5;/*  #AF1E2D; */
}

.file-display-box{
	/* width: 210px;
	padding: 15px 0 0 25px;
	float: left;
	margin-left: 10px;
	background: #fff; */
	width: 207px;
	padding: 15px 0 0 25px;
	float: left;
	margin-right: 10px;
	background: #fff;
	margin-top: 10px;
}

.file-display-box.first{
	margin-left: 0;
}

.file-box-content{
	height: 95px;  
	overflow: hidden;
}

.file-box-content h3{
	text-transform: none;
	padding-right: 20px;
}

.file-box-content p{
	padding-right: 20px;
}

a.download-btn{
	text-align: right;
	display:block;
}

.placeholder{
	width: 232px;
	height: 140px;
	background: #fff;
	float: left; 
	margin-right: 10px; 
	margin-top: 10px;
}

/*----text only page style----*/
.text-box{
	overflow: hidden;
	background: #fff;
	border-top: 10px solid #e5e5e5;
	padding-bottom: 20px;
	padding: 20px 25px;  
	overflow: hidden;
	/* border-bottom: 10px solid #e5e5e5; */
}
.text-box ul {
	list-style:initial;
	margin-left: 35px
}
/* 
.text-wrap{
	padding: 20px 25px;  
	overflow: hidden;
} */
 
.text-box h1{
	margin: 0;
 }
 
.text-box h2{
	margin-top: 20px;
 }
 
.text-box p{
	line-height: 22px;
	font-size: 14px;
	text-align: justify;
 }
 
.text-img{
	border-left: 10px solid #e5e5e5;
	border-bottom: 10px solid #e5e5e5;
	background: #e5e5e5;
	max-width: 357px;
	position: relative;
	top: -20px;
	right: -25px;
/* 	margin-left: 10px;
	margin-bottom: 10px; */
}

.text-img p{
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 16px;
}

/*---text and links style---*/

h3.links-title-bar{
	background: #ACACAC;
	color: #fff;
	padding: 10px 25px;
	/* border-top: 10px solid #e5e5e5; */
	border-bottom: 10px solid #e5e5e5;
	text-transform: capitalize;
}

.link-display-box{
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    border-right: 10px solid #e5e5e5;
    padding: 15px 0 0 25px;
    width: 207px;
}

.border-line{
	border: 5px solid #e5e5e5;
}

.bio-wrap{
	 border-right: 10px solid #e5e5e5;
	 margin-top: -10px;
}

.right-border{
	border-right: 10px solid #e5e5e5;
}

a.arrow-bg{
	width: 33px;
	height: 33px;
	background: #e5e5e5;
	float: right;
	cursor: pointer;
	margin-top: -43px;
}

a.arrow-bg:hover{
	background: #f3c409;
}
 
.empty-box{
	margin: 10px 12px 0 0;
	background: #fff;
}

#search-height h2{
	color: #636363;
}

#search-height p{
	color: #000;
}

/*---footer---*/

.footer{
	height: 45px;
	width: 100%;
	overflow: hidden;
}

p.copy-right{
	background: #868686;
	padding: 15px 45px;
	width: 210px;
	text-transform:capitalize;
	color: #fff;
	font-weight: bold;
	float: left;
	margin:0;
	height: 45px;
}

.footer-nav-wrap{
	width: 970px;
	height: 100%;
	background: #868686;
	float: right;
}

ul.footer-nav{
	padding: 13px 40px;  
	float: right;   
}

ul.footer-nav li{
	float: left;
	color: #fff;  
}
 
ul.footer-nav li:before { 
	content: "|"; 
}  

ul.footer-nav li:first-child:before{
	color: transparent;
} 

ul.footer-nav a{
	padding: 0 5px; 
	color: #fff;
	font-size: 12px;  
	text-transform: capitalize;	
}

.bottom-shadow{
	background: url(../imgs/shadow-bottom.png) no-repeat;
	width: 1296px;/* 1300px; */
	height: 9px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

.bottom-img-left{
	margin-top: -500px;
}

.bottom-img-right{
	margin-top: -400px;
}

/* search function */

ol li.search{
	list-style: decimal;
    margin-bottom: 20px;
}

span.highlighted {
    background-color: #EFFC7F;
}

/* search end */

@media screen and (-webkit-min-device-pixel-ratio:0)
{
   
 	::i-block-chrome,select.year-select{
		text-indent: 3.5em;
	}
}


/* dividend table */
div.dividend-clear{
	width:100%;
	height:10px;
	background-color:#e5e5e5;
}
div.dividend-bottom{
	width:100%;
	height:10px;
	background-color: #ADADAD;
}
div.tabbed ul.tabs {
	width:100%;
	background-color: #c7c7c7;
	height:35px;
	margin:0;
}

div.tabbed ul.tabs li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:75px;
	height:35px;
}

div.tabbed ul.tabs li a{
	padding:8px 20px;
	/* position:absolute; */
	font-size:16px;
	color:#ffffff;
	line-height:35px;
}

div.tabbed ul.tabs li.last{
	float:right;
	padding-right:25px;
}
div.tabbed ul.tabs li.first{
	padding-left:10px;
}
div.tabbed ul.tabs li a.current{
	background-color: #ADADAD;
}

div.tabbed ul.tabs li a:hover{
	background-color: #ABABAB;
	text-decoration: none;
}
div.dividend-table{
	width:100%;
	color:#000000;
}
div.dividend-table-header{
	float:left;
	width:33%;
	height:40px;
	line-height:40px;
	text-transform: uppercase;
	font-weight: bold;
}

div.dividend-table-col{
	float:left;
	width:33%;
	height:25px;
	line-height:25px;
}
div.last{
	
	text-align:right;
}
div.dividend-table-row{
	display:block;
	/* width:100%; */
	height:25px;
	padding:0 25px;
}
div.dividend-table-row-header{
	display:block;
	/* width:100%; */
	height:40px;;
	padding:0 25px;
	background-color: #fff;
}
div.even{
	background: #fff;
	/* overflow:hidden; */
}

p.dividend-note{
	padding:0 25px;
}

div.archive  div.dividend-table-col{
	float:left;
	width:27%;
	height:25px;
	line-height:25px;
}
div.archive div.dividend-table-header{
	float:left;
	width:27%;
	height:40px;
	line-height:40px;
}

div.archive  div.last{
	float:left;
	width:20%;
}

h3.dividend-year-box{
	padding: 10px 25px; 
	margin: 10px 0 0 0;
	color: #fff;
	background: #99a5ad;/*  #AF1E2D; */
}
.homeMain div a{
	font-size: 14px;
	color: #ddd;
	background-color: #fff;
	border: 2px solid #DDD;
	padding: 10px 15px;
	height: 15px;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
}
.homeMain div a:hover{
	color: #747474;
	background-color: #ddd;
	cursor: pointer;
	text-decoration: none;
}
.homeMain div a.noStyle, .homeMain div a.noStyle:hover{
    font-size: 14px;
    text-transform: none;
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
    float: none;
    height: initial;
    color: #AF1E2D;
    background-color: transparent;
}
.homeMain div a.noStyle:hover{
	text-decoration: underline;
}
.regularLogo img, .lastLogo img {
	max-width: 165px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.regularLogo {
  width: 233px;
  height: 200px;
  border-right: 10px solid #E5E5E5;
  display: table-cell;
  vertical-align: middle;
  background: #fff;
}
.lastLogo {
  width: 230px;
  height: 200px;
  vertical-align: middle;
  display: table-cell;
  background: #fff;
}
.logoRow {
	border-top: 10px solid #E5E5E5;
	background-color: rgb(229, 229, 229);
}
.drillingItem {
	float: left;
	width: 100%;
	border-top: 10px solid #E5E5E5;
	background: #fff;
	min-height: 40px;
}
.drillingItem p {
    padding: 15px 18px;
    margin: 2px 0px;
    line-height: 20px;
}
.drillingApplication, .drillingTitle, .drillingTitle a, .drillingFunctions {
	border-right: 10px solid #E5E5E5;
	float: left;
	color: #000000;
}
.drillingTitle {
	width: 180px;
	font-size: 12px;
	padding: 20px 0 0 20px;
	min-height: 34px;
}
.drillingTitle.drillingHead h2 {
	text-align: left;
}
.drillingHead {
	height: 40px;
	padding: 0;
	margin:0 auto;
	width: 200px;    font-size: 20px;
	border-right: 10px solid #E5E5E5;
	float: left;
}
.drillingHead h2 {
  color: rgb(175, 30, 45);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  float: left;
  margin: 12px 0 0 17px;
}
.drillingApplication {
	width: 300px;
}
.drillingApplication br {
	height: 10px;
}
.drillingImage {
	margin: 0 auto;
	padding: 30px 0;
	width: 60%;
}
.contactUnit {
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.noBG {
	background-color: transparent;
}
.contactDivision {
	width: 45%;
	float: left;
	padding: 15px 10px;
	height: 115px;
}
.divisionName {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0;
}
.divisionLogo {
	width: 140px;
	float: right;
	padding: 0 30px;
	margin-top: -20px;
}
.contactUnitTitle {
	font-size: 20px;
	padding: 6px 10px;
	color: #5E5E5E;
}
.divisionLoaction {
	width: 210px;
}
.drillingFunctions {
	border-right: none;
	width: 440px;
}
.corpHeader {
	width: 920px;
	float: left;
	border-bottom: 10px solid #E5E5E5;
	background-color: #fff;
	border-top: 10px solid #E5E5E5;
	padding: 10px 20px;
}
.logoCol {
	width: 232px;
	float: left;
	background-color: #fff;
	border-right: 10px solid #E5E5E5;
	min-height: 138px;
}
.logoCol.col1 img, .logoCol.col2 img, .logoCol.col3 img, .logoCol.col4 img {
	width: 35%;
	padding: 2px 5px 0 20px;
}
.crow1 .logoCol.col2 img, .crow1 .logoCol.col3 img, .crow1 .logoCol.col4 img {
	width: 35%;
	padding: 32px 5px 0 20px;
}
.crow2 .logoCol img {
	width: 55%;
	padding: 23px 0 0 55px;
}
.logoCol.col4 {
	border: none;
}
.notWhite {
	background-color: #E5E5E5;
}
table.drillingTable {
	width: 100%;
}
table.drillingTable .drillingHeader td {
	padding: 10px 20px;
	border-top: 10px solid #E5E5E5;
}
table.drillingTable .drillingHeader td h2 {
	color: rgb(175, 30, 45);
	font-size: 14px;
 	text-transform: uppercase;
 	font-weight: bold;
}
table.drillingTable tr {
	border-bottom: 10px solid #E5E5E5;
}
table.drillingTable td {
	padding: 10px 20px;
	vertical-align: top;
}
table.drillingTable td p {
	padding: 0;
	margin: 0;
}
table.drillingTable td.col1 {
	width: 175px;
}
table.drillingTable td.col2 {
	width: 250px;
}
table.drillingTable td.col1, table.drillingTable td.col2 {
	border-right: 10px solid #E5E5E5;
	font-size: 14px;
	color: #000;
}


.text-img-IR {
    border :0;
    margin-top:-5px;
    
}

.bg-overlay {
    background-color:#000;
    height:100%;
    left:0;
    opacity:0.6;
    position:fixed;
    top:0;
    width:100%;
    z-index:1;
    }
    .overlay-container { display:flex; align-items:center; justify-content:center; }
        .overlay-content {
            background-color:#fff;
            border:5px solid #999;
            border-radius:5px;
            max-width:650px;
            padding:20px 40px;
            position:fixed;
            top:20%;
            width:80%;
            z-index:2;
            }
            .overlay-content h1 { font-size:1em; font-weight:bold; }
            .overlay-content p { font-size:0.9em; }
            .overlay-content a { color:#AF1E2D; }
                .overlay-content a:hover { color:#AF1E2D; }
            .overlay-content a.btn { color:#333; cursor:pointer; float:right; border:2px solid #666; padding:8px 20px; }
                .overlay-content a.btn:hover { background-color:#ddd; text-decoration:none; }