html {
	overflow-y:scroll;
}
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	margin:0;
	padding:0;
	background:#000;
	font-family:Tahoma, Geneva, sans-serif;
	color:#9c9c9c;
	line-height:18px;
}
body#home {
	background:#000 url(../images/home-bg.jpg) top center no-repeat;
}
* {
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.pagewrapper {
	width:970px;
	margin:0px auto;
}
#page-header {
	width:100%;
	float:left;
}
#web-header {
	width:970px;
	float:left;
	height:112px;
}
#logo {
	float:left;
	padding:26px 0 0 9px;
}
/*############################# Naviagtion Start ##########################*/
#navigation {
	width:600px;
	float:right;
	padding:38px 0 0 0;
}
#nav {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#cdcdcd;
}
#nav li {
	margin:0px;
	padding:0px;
}
#nav li a {
	width:83px;
	height:26px;
	float:left;
	text-align:center;
	background:#57585a;
	text-decoration:none;
	color:#cdcdcd;
	margin-right:2px;
	font-weight:bold;
	padding-top:34px;
}
#nav li a.last {
	margin-right:0px;
}
#nav li a:hover {
	background:#fff;
	text-decoration:none;
	color:#000;
}

#nav li a:hover.last1 {
	background:none;
}





.nav-hover {
	width:636px;
	float:right;
	padding:17px;
	background:#FFF;
}
.first-links {
	width:200px;
	float:left;
	margin-right:18px;
}
.second-links {
	width:200px;
	float:left;
	margin-right:18px;
}
.third-links {
	width:200px;
	float:left;
}
.nav-hover h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-bottom:7px;
	color:#000;
}
.nav-hover h2 a {
	color:#000;
	text-decoration:none;
}
.nav-hover h2 a:hover {
	color:#787878;
	text-decoration:none;
}
.sub-nav {
	margin:0px;
	padding:0px 0 10px 0;
	list-style-type:none;
	color:#000;
}
.sub-nav li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	border-bottom:1px solid #dcdcdc;
	padding:3px 0 3px 0;
}
.sub-nav li.last {
	border-bottom:none;
}
.sub-nav li a {
	color:#000;
	text-decoration:none;
}
.sub-nav li a:hover {
	color:#787878;
	text-decoration:none;
}
/*############################# Naviagtion Closed ##########################*/
	 
/*+++++++++++++++++++++++++++++++++ FOOTER CSS +++++++++++++++++++++++++++++*/
#footer-outer {
	width:100%;
	float:left;
	background:#000;
	border-bottom:1px solid #121212;
}
#footer {
	width:946px;
	float:left;
	font-size:10px;
	color:#585858;
	padding:10px 12px 10px 12px;
}

.foot-box, .foot-box-last{
	float:left;
	width:217px;
	margin-right:20px;
}
.foot-box-last{
		font-size:11px;
		width:230px;
		margin:0px;
}


.copy{
	float:right;
	font-size:11px;
	margin-top:35px;
	color:#585858;
	margin-bottom:5px;
	}
	
.copy a {
	
	color:#585858;
	text-decoration:none;
}
.copy a:hover {
     color:#fff;
	text-decoration:none;
}	
	
.foot-box h4, .foot-box-last h4{
	font-size:12px;
	margin-bottom:6px;
}
.foot-box ul{
	padding-left:13px;
}
#footer a {
	color:#585858;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}
#footer p {
	text-align:right;
}
#footer-list {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#footer-list li {
	padding-right:30px;
	display:inline;
	padding-bottom:2px;
}

	
/*+++++++++++++++++++++++++++++++++ FOOTER CSS CLOSED +++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++ HOME PAGE CSS +++++++++++++++++++++++++++++*/

#home-banner-area {
	width:100%;
	float:left;
}
#home-banner-text {
	width:970px;
	float:left;
	height:249px;
	padding-top:108px;
}
.home-black-row {
	width:100%;
	float:left;
	height:131px;
	padding-top:8px;
	font-size:14px;
	color:#9c9c9c;
	line-height:21px;
	margin-bottom:25px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='black-trans.png');
}
.home-black-row[class] {
	background-image:url(../black-trans.png);
}
#case-study-box {
	width:322px;
	float:left;
	border-right:1px solid #9c9c9c;
	height:123px;
	
}
#case-study-box a {
	color:#9c9c9c;
	text-decoration:none;
	width:312px;
	display:block;
	height:91px;
	padding:32px 0 0 10px;
}
#case-study-box a:hover {
	color:#000;
	text-decoration:none;
}
#white-paper-box {
	width:319px;
	float:left;
	border-right:1px solid #9c9c9c;
	height:123px;
}
#white-paper-box a {
	color:#9c9c9c;
	text-decoration:none;
	width:312px;
	display:block;
	height:91px;
	padding:32px 0 0 10px;
}
#white-paper-box a:hover {
	color:#000;
	text-decoration:none;
}
#aeis-laboratory-box {
	width:300px;
	float:left;
	height:123px;
}
#aeis-laboratory-box a {
	color:#9c9c9c;
	text-decoration:none;
	width:300px;
	display:block;
	height:91px;
	padding:32px 0 0 10px;
}
#aeis-laboratory-box a:hover {
	color:#000;
	text-decoration:none;
}
/*+++++++++++++++++++++++++++++++++ HOME PAGE CSS CLOSED +++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++ SERVICES PAGE CSS  +++++++++++++++++++++++++++++*/
body#services {
	background:#000 url(../images/services-bg.jpg) top center no-repeat;
}
body#contruction-quality {
	background:#000 url(../images/constrution-quality-audits.jpg) top center no-repeat;
}
.bradcrum-strip {
	width:100%;
	float:left;
	height:30px;
	margin-top:148px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='blue-trans.png') no-repeat;*/
	background:url(../blue-trans.png) repeat-y center;
}
.bradcrum-strip[class] {
	background-image:url(../blue-trans.png);
}
.bradcrum-strip p {
	padding:9px 0 0 3px;
}
.service-black-strip {
	width:100%;
	float:left;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='black2-trans.png');
}
.service-black-strip[class] {
	background-image:url(../black2-trans.png);
}
.service-black-strip p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:27px;
	color:#797979;
	padding:15px 0 15px 3px;
}
.service-white-strip {
	width:100%;
	float:left;
	background-color:#FFFFFF;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='black2-trans.png');*/
}
.service-white-strip[class] {
	
}
.service-white-strip p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:27px;
	color:#000;
	padding:15px 0 15px 3px;
}
#services-main-content {
	width:100%;
	float:left;
	background:#FFF;
}
#services-content-area {
	width:970px;
	float:left;
	padding-bottom:32px;
}
.services-row {
	width:970px;
	float:left;
	border-bottom:1px solid #dfdfdf;
}
.services-row h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#424242;
	padding-bottom:15px;
	font-weight:normal;
	text-decoration:none;
}
.row-border-none {
	border-bottom:none;
}
.services-row p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#797979;
	line-height:19px;
	text-decoration:none;
}
#servicesfirstbox {
	width:307px;
	float:left;
	height:115px;
	padding:16px 0 0 16px;
	border-right:1px solid #dfdfdf;
	background:#611116;
}
#servicesfirstbox a {
	text-decoration:none;
}
#servicesfirstbox h2 {
	color:#FFF;
}
#servicesfirstbox p {
	color:#FFF;
}
.servicesfirstbox {
	width:307px;
	float:left;
	height:115px;
	padding:16px 0 0 16px;
	border-right:1px solid #dfdfdf;
}
#servicessecondbox {
	width:306px;
	float:left;
	height:115px;
	padding:16px 0 0 17px;
	border-right:1px solid #dfdfdf;
	background:#7C1B50;
	text-decoration:none;
}
#servicessecondbox a {
	text-decoration:none;
}
#servicessecondbox h2 {
	color:#FFF;
}
#servicessecondbox p {
	color:#FFF;
}
.servicessecondbox {
	width:306px;
	float:left;
	height:115px;
	padding:16px 0 0 16px;
}
#servicesthirdbox {
	width:307px;
	float:left;
	height:115px;
	padding:16px 0 0 16px;
	background:#1E518E;
	border-right:1px solid #dfdfdf;
}
#servicesthirdbox a {
	text-decoration:none;
}
#servicesthirdbox h2 {
	color:#FFF;
}
#servicesthirdbox p {
	color:#FFF;
}
.servicesthirdbox {
	width:307px;
	float:left;
	height:115px;
	padding:16px 0 0 16px;
}
#servicesforthbox {
	width:307px;
	float:left;
	height:115px;
	padding:16px 0 0 16px;
	background:#6F291F;
	border-right:1px solid #dfdfdf;
}
#servicesforthbox a {
	text-decoration:none;
}
#servicesforthbox h2 {
	color:#FFF;
}
#servicesforthbox p {
	color:#FFF;
}
#servicesfifthbox {
	width:306px;
	float:left;
	height:115px;
	padding:16px 0 0 17px;
	background:#9C306E;
	border-right:1px solid #dfdfdf;
}
#servicesfifthbox a {
	text-decoration:none;
}
#servicesfifthbox h2 {
	color:#FFF;
}
#servicesfifthbox p {
	color:#FFF;
}
#servicessixthbox {
	width:307px;
	float:left;
	height:115px;
	padding:16px 0 0 16px;
	background:#2E8FBC;
	border-right:1px solid #dfdfdf;
}
#servicessixthbox a {
	text-decoration:none;
}
#servicessixthbox h2 {
	color:#FFF;
}
#servicessixthbox p {
	color:#FFF;
}
#servicessevenbox {
	width:307px;
	float:left;
	height:115px;
	padding:16px 0 0 16px;
	background:#7BB398;
	border-right:1px solid #dfdfdf;
}
#servicessevenbox a {
	text-decoration:none;
}
#servicessevenbox h2 {
	color:#FFF;
}
#servicessevenbox p {
	color:#FFF;
}
#serviceseightbox {
	width:306px;
	float:left;
	height:115px;
	padding:16px 0 0 16px;
	background:#B35522;
}
#serviceseightbox a {
	text-decoration:none;
}
#serviceseightbox h2 {
	color:#FFF;
}
#serviceseightbox p {
	color:#FFF;
}
#servicesninebox {
	width:306px;
	float:left;
	height:115px;
	padding:16px 0 0 16px;
	background:#593158;
}
#servicesninebox a {
	text-decoration:none;
}
#servicesninebox h2 {
	color:#FFF;
}
#servicesninebox p {
	color:#FFF;
}
#servicestenbox {
	width:306px;
	float:left;
	height:115px;
	padding:16px 0 0 16px;
	background:#3FC1F4;
}
#servicestenbox a {
	text-decoration:none;
}
#servicestenbox h2 {
	color:#FFF;
}
#servicestenbox p {
	color:#FFF;
}
#serviceselevenbox {
	width:307px;
	float:left;
	height:115px;
	padding:16px 0 0 16px;
	background:#96B268;
	border-right:1px solid #dfdfdf;
}
#serviceselevenbox a {
	text-decoration:none;
}
#serviceselevenbox h2 {
	color:#FFF;
}
#serviceselevenbox p {
	color:#FFF;
}
#servicestwelvebox {
	width:306px;
	float:left;
	height:115px;
	padding:16px 0 0 16px;
	background:#e9ffe9;
}
#servicestwelvebox a {
	text-decoration:none;
}
.bg1 {
	background:#e9ffe9;
}
.bg2 {
	background:#fffde8;
}
.bg3 {
	background:#fff3f3;
}
.bg4 {
	background:#f6eef6;
}
.bg5 {
	background:#f0f3f0;
}
.bg6 {
	background:#e4fffd;
}
.bg7 {
	background:#eef6ee;
}
.bg8 {
	background:#efffeb;
}
.bg9 {
	background:#efe4ff;
}
.bg10 {
	background:#e5fbff;
}
.bg11 {
	background:#fff0ed;
}
#city-strip {
	width:100%;
	float:left;
	height:41px;
	background:#515151;
}
#city-content {
	width:970px;
	float:left;
	text-align:right;
}
#city {
	margin:0px;
	padding:10px 0 0 0;
	list-style-type:none;
}
#city li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding-right:80px;
	display:inline;
	text-transform:uppercase;
}
#city li a {
	color:#FFF;
	text-decoration:none;
}
#city li a:hover {
	color:#c0c0c0;
	text-decoration:none;
}
#city li.last {
	padding-right:0px;
}
/*+++++++++++++++++++++++++++++++++ SERVICES PAGE CSS CLOSED +++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++ CLIENTS PAGE CSS  +++++++++++++++++++++++++++++*/
body#clients {
	background:#000 url(../images/client-bg.jpg) top center no-repeat;
}
#clients-outer {
	width:100%;
	float:left;
}
#clients-content {
	width:966px;
	float:left;
	padding:188px 1px 55px 3px;
}
#client-city-strip {
	width:100%;
	float:left;
	height:41px;
	background:#a8a8a8;
}
#client-city-content {
	width:970px;
	float:left;
	text-align:right;
}
#client-city {
	margin:0px;
	padding:10px 0 0 0;
	list-style-type:none;
}
#client-city li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding-right:80px;
	display:inline;
	text-transform:uppercase;
}
#client-city li a {
	color:#000000;
	text-decoration:none;
}
#client-city li a:hover {
	color:#fff;
	text-decoration:none;
}
#client-city li.last {
	padding-right:0px;
}
.clients-black-strip {
	width:964px;
	float:left;
	border:1px solid #3a3a3a;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='black2-trans.png');
}
.clients-black-strip[class] {
	background-image:url(../black2-trans.png);
}
.clients-heading-row {
	width:964px;
	float:left;
	background:url(../images/dot.gif) left bottom repeat-x;
	height:51px;
}
.clients-heading {
	float:left;
	width:200px;
}
.clients-heading h2 {
	font-weight:normal;
	padding:20px 0 0 27px;
}
.clients-paging {
	width:150px;
	float:right;
	padding:16px 15px 0 0;
}
.clients-paging img {
	vertical-align:middle;
}
.clients-paging-list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	list-style-type:none;
}
.clients-paging-list li {
	padding-right:15px;
	display:inline;
}
.clients-paging-list li a {
	text-decoration:none;
	color:#797979;
}
.clients-paging-list li a:hover {
	text-decoration:none;
	color:#fff;
}
.clients-paging-list li a.active {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
.client-row {
	width:964px;
	float:left;
	background:url(../images/dot.gif) left bottom repeat-x;
}
.client-box {
	width:192px;
	float:left;
	height:99px;
	border-right:1px solid #535354;
	text-align:center;
}
.client-box p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:30px 0 0 0;
}
.client-box-bor-none {
	border-right:none;
}
/*+++++++++++++++++++++++++++++++++ CLIENTS PAGE CSS CLOSED +++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++ OUR FIRM PAGE CSS +++++++++++++++++++++++++++++*/

body#ourfirm {
	background:#000 url(../images/our_firm_bg.jpg) top center no-repeat;
}
body#innerourfirm {
	background:#000 url(../images/our-firm-inner-bg.jpg) top center no-repeat;
}
.firm-black-strip {
	width:100%;
	float:left;
	margin-top:177px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='black-trans.png');
}
.firm-black-strip[class] {
	background-image:url(../black-trans.png);
}
#firm-content {
	width:964px;
	float:left;
	padding-bottom:30px;
	padding-left:3px;
	padding-right:3px;
}
#firm-content h2 {
	padding:17px 0 12px 12px;
}
.firmbox-row {
	width:964px;
	float:left;
	margin-bottom:1px;
}
.firm-box {
	width:238px;
	height:138px;
	float:left;
	border:1px solid #151515;
	margin-right:1px;
	background:#000;
}
.firm-box p {
	padding:70px 0 0 17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:16px;
	font-weight:500;
}
.firm-box p a {
	color:#FFF;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
}
.firm-box p a:hover {
	color:#999999;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
}




#firmbox-row {
	width:964px;
	float:left;
	margin-bottom:1px;
}
#why-box {
	width:238px;
	height:138px;
	float:left;
	border:1px solid #151515;
	margin-right:1px;
	background:#000;
}
#why-box a {
    width:215px;
	height:65px;
	color:#FFF;
	font-size:16px;
	display:block;
	font-weight:500;
	text-decoration:none;
	padding:70px 0px 0px 20px;
}
#why-box a:hover {
	color:#000000;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
}
#about-box {
	width:238px;
	height:138px;
	float:left;
	border:1px solid #151515;
	margin-right:1px;
	background:#000;
}
#about-box a {
    width:215px;
	height:65px;
	color:#FFF;
	font-size:16px;
	display:block;
	font-weight:500;
	text-decoration:none;
	padding:70px 0px 0px 20px;
}
#about-box a:hover {
	color:#000000;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
}
#vision-box {
	width:238px;
	height:138px;
	float:left;
	border:1px solid #151515;
	margin-right:1px;
	background:#000;
}
#vision-box a {
    width:215px;
	height:65px;
	color:#FFF;
	font-size:16px;
	display:block;
	font-weight:500;
	text-decoration:none;
	padding:70px 0px 0px 20px;
}
#vision-box a:hover {
	color:#000000;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
}
#value-box {
	width:238px;
	height:138px;
	float:left;
	border:1px solid #151515;
	margin-right:1px;
	background:#000;
}
#value-box a {
    width:215px;
	height:65px;
	color:#FFF;
	font-size:16px;
	display:block;
	font-weight:500;
	text-decoration:none;
	padding:70px 0px 0px 20px;
}
#value-box a:hover {
	color:#000000;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
}
#strategic-box {
	width:238px;
	height:138px;
	float:left;
	border:1px solid #151515;
	margin-right:1px;
	background:#000;
}
#strategic-box a {
    width:215px;
	height:65px;
	color:#FFF;
	font-size:16px;
	display:block;
	font-weight:500;
	text-decoration:none;
	padding:70px 0px 0px 20px;
}
#strategic-box a:hover {
	color:#000000;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
}
#people-box {
	width:238px;
	height:138px;
	float:left;
	border:1px solid #151515;
	margin-right:1px;
	background:#000;
}
#people-box a {
    width:215px;
	height:65px;
	color:#FFF;
	font-size:16px;
	display:block;
	font-weight:500;
	text-decoration:none;
	padding:70px 0px 0px 20px;
}
#people-box a:hover {
	color:#000000;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
}
#affiliations-box {
	width:238px;
	height:138px;
	float:left;
	border:1px solid #151515;
	margin-right:1px;
	background:#000;
}
#affiliations-box a {
    width:215px;
	height:65px;
	color:#FFF;
	font-size:16px;
	display:block;
	font-weight:500;
	text-decoration:none;
	padding:70px 0px 0px 20px;
}
#affiliations-box a:hover {
	color:#000000;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
}
#certifications-box {
	width:238px;
	height:138px;
	float:left;
	border:1px solid #151515;
	margin-right:1px;
	background:#000;
}
#certifications-box a {
    width:215px;
	height:65px;
	color:#FFF;
	font-size:16px;
	display:block;
	font-weight:500;
	text-decoration:none;
	padding:70px 0px 0px 20px;
}
#certifications-box a:hover {
	color:#000000;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
}
/*+++++++++++++++++++++++++++++++++ OUR FIRM PAGE CSS CLOSED +++++++++++++++++++++++++++++*/

body#literature {
	background:#000 url(../images/literature-bg.jpg) top center no-repeat;
}
#inner-outer {
	width:100%;
	float:left;
	background:#FFF;
}
#inner-content {
	width:970px;
	float:left;
	padding:30px 0 20px 0;
}
#innerleft-column {
	width:230px;
	float:left;
}
#innerright-column {
	width:716px;
	float:right;
}
#innerright-column h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#424242;
	padding-bottom:17px;
}
#innerright-column h2 a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#424242;
	text-decoration:none;
	padding-bottom:17px;
}
#innerright-column p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
	text-align:justify;
	padding-bottom:12px;
}
#innerright-column p a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-align:justify;
}

#innerright-column p.coming-soon {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#424242;
	font-weight:bold;
	text-align:center;
	padding:20px 0px 20px 0px;
}
#innerright-column p.gray {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding-bottom:14px;
}
#innerright-column p.blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:25px;
	color:#0185b8;
	padding-bottom:25px;
}
#innerright-column p.blueborder {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:25px;
	color:#0185b8;
}
#innerright-column p.date {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#424242;
	padding-bottom:17px;
}
#innerright-column p a {
	color:#424242;
	text-decoration:none;
}
#innerright-column p a:hover {
	color:#0578b3;
	text-decoration:none;
}
#innerright-column p.boxp {
	padding:13px 18px 12px 16px;
	border-bottom:1px solid #cdcdcd;
}
#innerright-column p.bordernone {
	border:none;
}
#images-area {
	width:716px;
	float:left;
	text-align:center;
	padding:10px 0px 10px 0px;
	}
#images-area img {
	margin:0px 50px 0px 50px;
	}
.rightcolumn-box {
	width:714px;
	overflow:hidden;
	background:#f9f9f9;
	border:1px solid #c1c1c1;
	margin-top:23px;
}
.rightcolumn-box2 {
	width:714px;
	overflow:hidden;
	background:#f9f9f9;
	border:1px solid #c1c1c1;
	margin-bottom:20px;
}
#innerright-column p.divider {
	background:url(../images/dot-repeat.gif) left top repeat-x;
	height:1px;
	margin-top:14px;
}
#innerright-column p img {
	vertical-align:middle;
}
img.bor {
	border:1px solid #c1c1c1;
	margin-right:13px;
}
img.bor2 {
	border:1px solid #c1c1c1;
	margin-left:13px;
}
#innerright-column p img.pdf {
	margin-left:36px;
}
#left-list {
	margin:0px;
	padding:0px;
	list-style-type:none;
	color:#424242;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#left-list li {
	background:url(../images/dot-repeat.gif) left bottom repeat-x;
	padding:5px 0 10px 0;
}
#left-list li a {
	background:url(../images/blue-arrow.gif) 6px 5px no-repeat;
	padding:0px 0 0px 15px;
	color:#424242;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}
#left-list li a:hover {
	color:#0578b3;
	text-decoration:none;
}
#left-list li a.active {
	color:#0578b3;
	text-decoration:none;
}

.innerlist {
	margin:0px;
	padding:0px 0 12px 0;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
}
.innerlist li {
	background:url(../images/inner-arrow.gif) left 7px no-repeat;
	padding:0 0 10px 13px;
}
.innerlist li ul {
	padding:5px 0 0 0;
	margin-left:12px;
}
.innerlist li ul li {
	background:none;
	list-style-type:circle;
	padding:0 0 4px 5px;
}
.innerlist li a{color:#424242;
text-decoration:none;}
.innerlist li a:hover{color:#0185b8;
text-decoration:none;}
.ollist {
	margin:0px 0 0 20px;
	padding:0px 0 12px 0;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
}
.ollist li {
	list-style-type:decimal;
	padding:0 0 10px 5px;
}
/*+++++++++++++++++++++++++++++++ CHEMICAL TESTING PAGE CSS CLOSED +++++++++++++++++++++++++++++*/
body#chemical {
	background:#000 url(../images/chemical_testing_bg.jpg) top center no-repeat;
}
body#ndt {
	background:#000 url(../images/NDT_bg.jpg) top center no-repeat;
}
body#welding {
	background:#000 url(../images/welding_consultation_bg.jpg) top center no-repeat;
}
body#product {
	background:#000 url(../images/product_testing_bg.jpg) top center no-repeat;
}
body#mechanical {
	background:#000 url(../images/mechanical_testing_bg.jpg) top center no-repeat;
}
body#thirdparty {
	background:#000 url(../images/third_party_inspection_bg.jpg) top center no-repeat;
}
body#metallurgical {
	background:#000 url(../images/metallurgical_investigations_bg.jpg) top center no-repeat;
}
body#heat {
	background:#000 url(../images/heat_treatment_bg.jpg) top center no-repeat;
}
body#technical {
	background:#000 url(../images/chemical-testing-bg.jpg) top center no-repeat;
}
body#technical-training {
	background:#000 url(../images/technical-traing-bg.jpg) top center no-repeat;
}
body#technical-training2 {
	background:#000 url(../images/technical-traing-bg2.jpg) top center no-repeat;
}
body#course-schedule{
	background:#000 url(../images/construction_quality_safety_bg.jpg) top center no-repeat;
}
body#course-schedule_new {
	background:#000 url(../images/construction_quality_safety_bg2.jpg) top center no-repeat;
}
.chemical-city-strip {
	width:100%;
	float:left;
	height:41px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='white-trans.png');
}
.chemical-city-strip[class] {
	background-image:url(../white-trans.png);
}
#chemical-city-content {
	width:970px;
	float:left;
	text-align:right;
}
#chemical-city {
	margin:0px;
	padding:10px 0 0 0;
	list-style-type:none;
}
#chemical-city li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	padding-right:80px;
	display:inline;
	text-transform:uppercase;
}
#chemical-city li a {
	color:#000;
	text-decoration:none;
}
#chemical-city li a:hover {
	color:#555555;
	text-decoration:none;
}
#chemical-city li.last {
	padding-right:0px;
}
#chemical-outer {
	width:100%;
	float:left;
}
#chemical-content {
	width:970px;
	float:left;
	padding:158px 0 42px 0;
}
#chemical-content2 {
	width:970px;
	float:left;
	padding:158px 0 95px 0;
}
#chemical-content h2 {
	padding-bottom:15px;
}
#chemical-content2 h2 {
	padding-bottom:15px;
}
.chemical-row {
	width:944px;
	float:left;
	padding:0 13px 0 13px;
}
.chemical-row p.padtop {
	padding-top:5px;
}
.chemical-row2 {
	width:970px;
	float:left;
}
.chemical-row2 p.padtop {
	padding-top:5px;
}
.chemical-box {
	width:233px;
	height:324px;
	float:left;
	border:1px solid #4d4939;
	margin-right:1px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='black2-trans.png');
}
.chemical-box[class] {
	background-image:url(../black2-trans.png);
}
.chemical-box h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
.chemical-box h3.twoline {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 12px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
.chemical-box p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 20px 26px;
	line-height:20px;
}
.chemical-box p.last {
	padding-bottom:0px;
}
.chemical-box p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
.chemical-box p a:hover {
	color:#FFF;
	text-decoration:none;
}
#chemical-box1 {
	width:233px;
	height:324px;
	float:left;
	border:1px solid #4d4939;
	margin-right:1px;
	background:#000000;
}
#chemical-box1:hover{color:#000;}
#chemical-box1 a {
    text-decoration:none;
}
#chemical-box1 h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#chemical-box1 h3.twoline {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 12px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#chemical-box1 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 20px 26px;
	line-height:20px;
}
#chemical-box1 p.last {
	padding-bottom:0px;
}
#chemical-box1 p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#chemical-box1 p a:hover {
	color:#000000;
	text-decoration:none;
}
#chemical-box2 {
	width:233px;
	height:324px;
	float:left;
	border:1px solid #4d4939;
	margin-right:1px;
	background:#000000;
}
#chemical-box2 a {
    text-decoration:none;
}
#chemical-box2 h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#chemical-box2 h3.twoline {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 12px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#chemical-box2 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 20px 26px;
	line-height:20px;
}
#chemical-box2 p.last {
	padding-bottom:0px;
}
#chemical-box2 p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#chemical-box2 p a:hover {
	color:#000000;
	text-decoration:none;
}
#chemical-box3 {
	width:233px;
	height:324px;
	float:left;
	border:1px solid #4d4939;
	margin-right:1px;
	background:#000000;
}
#chemical-box3 a {
    text-decoration:none;
}
#chemical-box3 h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#chemical-box3 h3.twoline {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 12px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#chemical-box3 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 20px 26px;
	line-height:20px;
}
#chemical-box3 p.last {
	padding-bottom:0px;
}
#chemical-box3 p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#chemical-box3 p a:hover {
	color:#000000;
	text-decoration:none;
}
#chemical-box4 {
	width:233px;
	height:324px;
	float:left;
	border:1px solid #4d4939;
	margin-right:1px;
	background:#000000;
}
#chemical-box4 a {
    text-decoration:none;
}
#chemical-box4 h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#chemical-box4 h3.twoline {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 12px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#chemical-box4 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 20px 26px;
	line-height:20px;
}
#chemical-box4 p.last {
	padding-bottom:0px;
}
#chemical-box4 p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#chemical-box4 p a:hover {
	color:#000000;

	text-decoration:none;
}
#chemical-box5 {
	width:233px;
	height:324px;
	float:left;
	border:1px solid #4d4939;
	margin-right:1px;
	background:#000000;
}
#chemical-box5 a {
    text-decoration:none;
}
#chemical-box5 h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#chemical-box5 h3.twoline {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 12px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#chemical-box5 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 20px 26px;
	line-height:20px;
}
#chemical-box5 p.last {
	padding-bottom:0px;
}
#chemical-box5 p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#chemical-box5 p a:hover {
	color:#000000;
	text-decoration:none;
}
a.white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	background-color:none;
	padding:5px;
}
a:hover.white {
    color:#000000;
	text-decoration:none;
	background-color:#ffffff;
	padding:5px;
}
.quality-box {
	width:475px;
	height:269px;
	float:left;
	margin-right:1px;
	border:1px solid #444236;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='black2-trans.png');
}
.quality-box[class] {
	background-image:url(../black2-trans.png);
}
.quality-box h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
.quality-box p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 42px 26px;
}
.quality-box p.last {
	padding-bottom:0px;
}
.quality-box p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
.quality-box p a:hover {
	color:#FFF;
	text-decoration:none;
}
#quality-box1 {
	width:475px;
	height:269px;
	float:left;
	margin-right:1px;
	border:1px solid #444236;
	background:#000000;
}
#quality-box1 h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#quality-box1 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 42px 26px;
}
#quality-box1 p.last {
	padding-bottom:0px;
}
#quality-box1 p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#quality-box1 p a:hover {
	color:#000000;
	text-decoration:none;
}
#quality-box2 {
	width:475px;
	height:269px;
	float:left;
	margin-right:1px;
	border:1px solid #444236;
	background:#000000;
}
#quality-box2 h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#quality-box2 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 42px 26px;
}
#quality-box2 p.last {
	padding-bottom:0px;
}
#quality-box2 p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#quality-box2 p a:hover {
	color:#000000;
	text-decoration:none;
}
/*+++++++++++++++++++++++++++++++ CONTACT US PAGE CSS  +++++++++++++++++++++++++++++*/
body#contact {
	background:#000 url(../images/contact-us-bg.jpg) top center no-repeat;
}
#contact-us-content {
	width:970px;
	float:left;
	padding:190px 0 5px 0;
}
#contact-address {
	width:968px;
	background:#090805;
	border:1px solid #43423f;
	float:left;
}
#contact-address h2 {
	margin:33px 0px 0px 15px;
	float:left;
}
#contact-social-icon {
	width:800px;
	float:right;
	padding:15px 0px 15px 0px;
	text-align:right;
}
#contact-social-icon img {
	vertical-align:middle;
	margin-right:19px;
}
#contact-heading {
	width:968px;
	float:left;
	background:url(../images/h2-repeat.gif) left top repeat-x;
	padding:1px 0 0px 0;
}
#contact-heading h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.contacts {
	width:970px;
	float:left;
	padding:11px 0 0 0;
}
.contacts p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding-bottom:22px;
	line-height:21px;
}
.contacts p span {
	color:#FFF;
}
.contacts p a {
	color:#797979;
	text-decoration:none;
}
.contacts p a:hover {
	color:#fff;
	text-decoration:none;
}
.contacts p.padleft {
	padding-left:0px;
}
.contacts p a.find {
	width:206px;
	float:left;
	background:url(../images/find-direction.jpg) left top no-repeat;
	height:55px;
	text-decoration:none;
	margin-bottom:40px;
}
.contacts p a:hover.find {
	width:206px;
	float:left;
	background:url(../images/find-direction.jpg) left -55px no-repeat;
	height:55px;
	text-decoration:none;
}
.contact-left-form {
	width:310px;
	float:left;
	padding:0 0 0 29px;
}
.contact-left-form form {
	width:310px;
	float:left;
	padding:8px 0 0 0px;
}
.contact-left {
	width:296px;
	float:left;
	padding:0 0 0 29px;
}
.contact-right {
	width:289px;
	float:right;
	padding:0 15px 0 0;
}
/*+++++++++++++++++++++++++++++++ LITERATURE PAGE CSS  +++++++++++++++++++++++++++++*/
body#literature-main {
	background:#000 url(../images/literature-bg2.jpg) top center no-repeat;
}
#mainliterature-content {
	width:964px;
	float:left;
	padding:188px 3px 34px 3px;
}
#mainliterature-content2 {
	width:964px;
	float:left;
	padding:165px 3px 34px 3px;
}
.mainliterature-box {
	width:962px;
	float:left;
	border:1px solid #494743;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='black-trans.png');
}
.mainliterature-box[class] {
	background-image:url(../black-trans.png);
}
.mainliterature-box h2 {
	padding:21px 0 18px 28px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
}
.mainliterature-box h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#bebebe;
	padding:9px 0 20px 29px;
	line-height:45px;
	font-weight:normal;
}
.mainliterature-box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#bebebe;
	padding:0 0 26px 29px;
	font-weight:normal;
}
.literature-links-row {
	width:962px;
	float:left;
	margin-top:66px;
}
.literature-links-row p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:33px 0 0 19px;
}
.literature-links-row p a {
	color:#797979;
	text-decoration:none;
}
.literature-links-row p a:hover {
	color:#ffffff;
	text-decoration:none;
}
.literature-links-news {
	width:192px;
	float:left;
	height:72px;
	border-right:1px solid #FFF;
	background:url(../images/news-icon.gif) 80% 30px no-repeat;
}
#literature-links-news {
	width:192px;
	float:left;
	height:72px;
	border-right:1px solid #FFF;
	background:url(../images/news-icon.jpg) 80% 30px no-repeat;
}
#literature-links-news a {
	width:173px;
	float:left;
	height:40px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#ffffff;
	padding:33px 0 0 19px;
	text-decoration:none;
	display:block;
}
#literature-links-news a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	background:url(../images/news-icon2.jpg) 80% 30px no-repeat;
}
.literature-links-casestudy {
	width:192px;
	float:left;
	height:72px;
	border-right:1px solid #FFF;
	background:url(../images/case-study-icon.gif) 80% 30px no-repeat;
}
#literature-links-casestudy {
	width:192px;
	float:left;
	height:72px;
	border-right:1px solid #FFF;
	background:url(../images/case-study-icon.jpg) 80% 30px no-repeat;
}
#literature-links-casestudy a {
	width:173px;
	float:left;
	height:40px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#ffffff;
	padding:33px 0 0 19px;
	text-decoration:none;
	display:block;
}
#literature-links-casestudy a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	background:url(../images/case-study-icon2.jpg) 80% 30px no-repeat;
}
.literature-links-whitepaper {
	width:191px;
	float:left;
	height:72px;
	border-right:1px solid #FFF;
	background:url(../images/whitepaper-icon.gif) 80% 30px no-repeat;
}
#literature-links-whitepaper {
	width:191px;
	float:left;
	height:72px;
	border-right:1px solid #FFF;
	background:url(../images/whitepaper-icon.jpg) 80% 30px no-repeat;
}
#literature-links-whitepaper a {
	width:172px;
	float:left;
	height:40px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#ffffff;
	padding:33px 0 0 19px;
	text-decoration:none;
	display:block;
}
#literature-links-whitepaper a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	background:url(../images/whitepaper-icon2.jpg) 80% 30px no-repeat;
}
.literature-links-technical {
	width:191px;
	float:left;
	height:72px;
	border-right:1px solid #FFF;
	background:url(../images/technical-info-icon.gif) 80% 30px no-repeat;
}
#literature-links-technical {
	width:191px;
	float:left;
	height:72px;
	border-right:1px solid #FFF;
	background:url(../images/technical-info-icon.jpg) 80% 30px no-repeat;
}
#literature-links-technical a {
	width:172px;
	float:left;
	height:40px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#ffffff;
	padding:33px 0 0 19px;
	text-decoration:none;
	display:block;
}
#literature-links-technical a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	background:url(../images/technical-info-icon2.jpg) 80% 30px no-repeat;
}
.literature-links-brochures {
	width:192px;
	float:left;
	height:72px;
	background:url(../images/brochures-icon.gif) 80% 30px no-repeat;
}
#literature-links-brochures {
	width:192px;
	float:left;
	height:72px;
	background:url(../images/brochures-icon.jpg) 80% 30px no-repeat;
}
#literature-links-brochures a {
	width:172px;
	float:left;
	height:40px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#ffffff;
	padding:33px 0 0 19px;
	text-decoration:none;
	display:block;
}
#literature-links-brochures a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	background:url(../images/brochures-icon2.jpg) 81% 30px no-repeat;
}
#table-bor {
	border:1px solid #CCC;
	margin-bottom:20px;
}
#table-bor td {
	padding:8px;
	border-right:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
	border-bottom:1px solid #CCC;
}
#table-bor td.none {
	border-right:none;
}

/* ------------------------------------------------------------- */

/* ------- NON  DESTRUCTIVE  TESTING  PAGE ------- */

#nondestructive-box1 {
	width:311px;
	height:324px;
	float:left;
	border:1px solid #4d4939;
	margin-right:1px;
	background:#000000;
}
#nondestructive-box1:hover{color:#000;}
#nondestructive-box1 a {
    text-decoration:none;
}
#nondestructive-box1 h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#nondestructive-box1 h3.twoline {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 12px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#nondestructive-box1 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 20px 26px;
	line-height:20px;
}
#nondestructive-box1 p.last {
	padding-bottom:0px;
}
#nondestructive-box1 p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#nondestructive-box1 p a:hover {
	color:#000000;
	text-decoration:none;
}

/* ---------------------------- */


#nondestructive-box2 {
	width:312px;
	height:324px;
	float:left;
	border:1px solid #4d4939;
	margin-right:1px;
	background:#000000;
}
#nondestructive-box2:hover{color:#000;}
#nondestructive-box2 a {
    text-decoration:none;
}
#nondestructive-box2 h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#nondestructive-box2 h3.twoline {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 12px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#nondestructive-box2 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 20px 26px;
	line-height:20px;
}
#nondestructive-box2 p.last {
	padding-bottom:0px;
}
#nondestructive-box2 p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#nondestructive-box2 p a:hover {
	color:#000000;
	text-decoration:none;
}

/* ---------------------------- */


#nondestructive-box3 {
	width:312px;
	height:324px;
	float:left;
	border:1px solid #4d4939;
	margin-right:1px;
	background:#000000;
}
#nondestructive-box3:hover{color:#000;}
#nondestructive-box3 a {
    text-decoration:none;
}
#nondestructive-box3 h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#nondestructive-box3 h3.twoline {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 12px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#nondestructive-box3 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 20px 26px;
	line-height:20px;
}
#nondestructive-box3 p.last {
	padding-bottom:0px;
}
#nondestructive-box3 p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#nondestructive-box3 p a:hover {
	color:#000000;
	text-decoration:none;
}


/*+++++++++++++++++++++++++++++++ CONTACT US PAGE CSS  +++++++++++++++++++++++++++++*/


.contact-row {
	width:258px;
	float:left;
	text-align:left;
	padding:0px 0px 17px 0px;
	}

label.contact {
	width:70px;
	float:left;
	text-align:left;
	font-size:12px;
	font-family:Tahoma;
	color:#767676;
	margin-top:3px;	
	}

input[type=text].contact {
	width:165px;
	height:14px;
	background-color:#0A0A0A;
	font-size:11px;
	font-family:Tahoma;
	color:#767676;
	padding:4px;
	border:1px solid #1D1D1D;
	}
	
textarea.contact {
	width:165px;
	height:190px;
	background-color:#0A0A0A;
	font-size:11px;
	font-family:Tahoma;
	color:#767676;
	padding:4px;
	border:1px solid #1D1D1D;
	}
	
.contact-submit {
	width:87px;
	height:28px;
	background:url(../images/submit_button.jpg) no-repeat;
	border:none;
	cursor:pointer;
	}
	
#find-direction-area {
	width:943px;
	float:left;
	text-align:left;
	border:1px solid #333333;
	margin:10px 0px 10px 10px;
	font-size:12px;
	font-family:Tahoma;
	color:#767676;
	background-color:#000000;
	}
	
#find-direction-area a img {
	vertical-align:middle;
	margin:0px 15px 0px 15px;
	}			
	
	
/* -------------------------- */

#left-list li.inner {
	background:url(../images/dot-repeat.gif) left bottom repeat-x;
	padding:5px 0 10px 10px;
}
#left-list li.inner a {
	background:url(../images/blue-arrow.gif) 6px 5px no-repeat;
	padding:0px 0 0px 15px;
	color:#424242;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
#left-list li.inner a:hover {
	color:#0578b3;
	text-decoration:none;
}
#left-list li.inner a.active {
	color:#0578b3;
	text-decoration:none;
}
	
/* -------------------------- */

.back-to-top a {
	width:716px;
	float:left;
	text-align:left;
	font-size:12px;
	color:#424242;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px 12px 0px;
	border-bottom:1px solid #424242;
	}
	
.back-to-top a:hover {
	width:716px;
	float:left;
	text-align:left;
	font-size:12px;
	color:#0578B3;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px 12px 0px;
	border-bottom:1px solid #424242;
	}

/* ------------------------------------------------ */		
	
#metallurgical-box3 {
	width:311px;
	height:324px;
	float:left;
	border:1px solid #4d4939;
	margin-right:1px;
	background:#000000;
}
#metallurgical-box3 a {
    text-decoration:none;
}
#metallurgical-box3 h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#metallurgical-box3 h3.twoline {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 12px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#metallurgical-box3 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 20px 26px;
	line-height:20px;
}
#metallurgical-box3 p.last {
	padding-bottom:0px;
}
#metallurgical-box3 p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#metallurgical-box3 p a:hover {
	color:#000000;
	text-decoration:none;
}	

/* ------------------------------------------------ */

#metallurgical-box2 {
	width:311px;
	height:324px;
	float:left;
	border:1px solid #4d4939;
	margin-right:1px;
	background:#000000;
}
#metallurgical-box2 a {
    text-decoration:none;
}
#metallurgical-box2 h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#metallurgical-box2 h3.twoline {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 12px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#metallurgical-box2 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 20px 26px;
	line-height:20px;
}
#metallurgical-box2 p.last {
	padding-bottom:0px;
}
#metallurgical-box2 p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#metallurgical-box2 p a:hover {
	color:#000000;
	text-decoration:none;
}	

/* ------------------------------------------------ */

#metallurgical-box1 {
	width:311px;
	height:324px;
	float:left;
	border:1px solid #4d4939;
	margin-right:1px;
	background:#000000;
}
#metallurgical-box1 a {
    text-decoration:none;
}
#metallurgical-box1 h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#metallurgical-box1 h3.twoline {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 12px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#metallurgical-box1 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 20px 26px;
	line-height:20px;
}
#metallurgical-box1 p.last {
	padding-bottom:0px;
}
#metallurgical-box1 p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#metallurgical-box1 p a:hover {
	color:#000000;
	text-decoration:none;
}	

/* ------------------------------------------------ */

#affiliations-table {
	width:714px;
	float:left;
	text-align:center;
	margin:0px 0px 20px 0px;
	border-top:1px solid #424242;
	border-right:1px solid #424242;
}

.affiliations-tr {
	width:714px;
	float:left;
	text-align:left;
	}	

.affiliations-td {
	width:237px;
	height:90px;
	float:left;
	text-align:center;
	border-bottom:1px solid #424242; 
	border-left:1px solid #424242;
	}	

.affiliations-td a{
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}	

.affiliations-td img {
	margin:10px 0px 0px 0px;
	}
	
/* ---------------------------------------- */

#steps1-area1 {
	width:322px;
	float:left;
	margin-right: 10px;
}

#steps1-area2 {
	width:322px;
	float:left;
	margin-right: 10px;
}

#steps1-area3 {
	width:278px;
	float:left;
}

#steps3 .contact-row {
	width:258px;
	float:left;
	text-align:left;
	font-size:10px;
	color:#FF0000;
	padding:0px 0px 17px 5px;
	}

/* ------------------------------------------------------ */

/* ////////////////// COURSE  SCHEDULE /////////////// */

.course-schedule-row {
	width:944px;
	float:left;
	padding:0 13px 0 13px;
}

#course-schedule-box {
	width:939px;
	float:left;
	border:5px solid #797979;
	margin-right:1px;
	background:#000000;
}
#course-schedule-box a {
    text-decoration:none;
}
#course-schedule-box h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 30px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#course-schedule-box h3.twoline {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#797979;
	padding:18px 0 12px 19px;
	background:url(../images/h2-repeat.gif) left bottom repeat-x;
	font-weight:normal;
}
#course-schedule-box p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	padding:13px 29px 20px 26px;
	line-height:20px;
}
#course-schedule-box p.coming-soon {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#797979;
	text-align:center;
}
#course-schedule-box p.last {
	padding-bottom:0px;
}
#course-schedule-box p a {
	font-size:11px;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#course-schedule-box p a:hover {
	color:#000000;
	text-decoration:none;
}

.course_desc_content {

	float:left;

	text-align:left;
}
.course_desc_content a {
	color:#FFF;
	border-bottom:1px dashed #fff!important;
}
.course_desc_content a:hover {
	border:none!important;
}
.course_desc_content .row {
	width:942px;
	float:left;
    text-align:left;

}
.course_desc_content .row1 {
	width:932px;
	float:left;
	padding:10px 0px 10px 10px;
	border-bottom:2px solid #797979;
	text-align:left;

}

.course_desc_content .row2 {
	width:942px;
	float:left;
    text-align:left;
	border-bottom:2px solid #797979;

}






.course_desc_content .row_last {
	width:942px;
	float:left;
    text-align:left;
	border-bottom:none;
}
.course_coursedesc {
	width:279px;
    float:left;
	text-align:center;
	font-size:13px;
	font-family:Arial;
	color:#797979;
	border-right:2px solid #797979;
	padding:10px 0 10px 0;
	min-height:37px;
	border-bottom:2px solid #797979;}

.course_coursedesc .last_course {
	border-bottom:none;}	
	
	
	
	
	
.course_coursedesc1 {
	width:279px;
    float:left;
    padding:10px 0 10px 0;
	min-height:37px;
	border-bottom:1px solid #797979;
	margin-bottom:10px;}	
	
.course_schedule1 {


	width:173px;
    float:left;
    padding:10px 0 10px 0;
	min-height:37px;
	border-bottom:1px solid #797979;
	margin-bottom:10px;
			
}
.course_schedule {
	width:173px;
	float:left;
	text-align:center;
	font-size:13px;
	font-family:Arial;
	color:#797979;
	line-height:18px;
	border-right:2px solid #797979;
	padding:10px 0 10px 0;
	min-height:37px;
	border-bottom:2px solid #797979;
			
}
.course_fees {
	width:148px;
	float:left;
	text-align:center;
	font-size:13px;
	font-family:Arial;
	color:#797979;
	line-height:18px;
	border-right:2px solid #797979;
	padding:10px 0 10px 0;
	min-height:37px;
		border-bottom:2px solid #797979;
			
}



.course_fees1 {
	width:148px;
	float:left;
	text-align:center;
	font-size:13px;
	font-family:Arial;
	color:#797979;
	line-height:18px;
	border-right:2px solid #797979;
	padding:30px 0 10px 0;
	min-height:17px;
	
			
}







.course_timings {
	width:103px;
	float:left;
	text-align:center;
	font-size:13px;
	font-family:Arial;
	color:#797979;
	line-height:18px;
		border-right:2px solid #797979;
			padding:10px 0 10px 0;
			min-height:37px;
				border-bottom:2px solid #797979;
}

.course_timings1 {
	width:103px;
	float:left;
	padding:10px 0 10px 0;
	min-height:37px;
	border-bottom:1px solid #797979;
		margin-bottom:10px;
}







.course_register {
	width:105px;
	float:left;
	text-align:center;
	font-size:13px;
	font-family:Arial;
	color:#797979;
	line-height:18px;
	border-right:2px solid #797979;
	padding:10px 0 10px 0;
	min-height:37px;
	border-bottom:2px solid #797979;
}

.course_register1 {
	width:105px;
	float:left;
     padding:10px 0 10px 0;
	min-height:37px;
	border-bottom:1px solid #797979;
	margin-bottom:10px;
}








.course_register_new {
	width:122px;
	float:left;
	text-align:center;
	font-size:13px;
	font-family:Arial;
	color:#797979;
	line-height:18px;
	border-bottom:2px solid #797979;
	padding:10px 0 10px 0;
	min-height:37px;
}

.course_register_new1 {
	width:122px;
	float:left;
    border-bottom:1px solid #797979;
	padding:10px 0 10px 0;
	min-height:37px;
	margin-bottom:10px;
}





ul.note{
	list-style:decimal;
	padding-left:20px;
	font-size:11px;
	}
ul.note li{
	padding:5px 0px;
	}
	
.course_coursedesc2 {
	width:279px;
    float:left;
		height:120px;
		border-right:2px solid #797979;
			text-align:center;
	font-size:13px;
	font-family:Arial;
	color:#797979;
}	


.course_schedule2 {
	width:173px;
    float:left;
		height:120px;
		border-right:2px solid #797979;
			text-align:center;
	font-size:13px;
	font-family:Arial;
	color:#797979;

			
}
.course_fees2 {
	width:148px;
	float:left;
	height:72px;
	border-right:2px solid #797979;
	text-align:center;
	font-size:13px;
	font-family:Arial;
	color:#797979;
	padding-top:48px;
			
}
.course_timings2 {
	width:103px;
	float:left;
			height:120px;
		border-right:2px solid #797979;
			text-align:center;
	font-size:13px;
	font-family:Arial;
	color:#797979;

}
.course_register2 {
	width:105px;
	float:left;
		height:120px;
		border-right:2px solid #797979;
			text-align:center;
	font-size:13px;
	font-family:Arial;
	color:#797979;

}
.course_register_new2 {
	width:124px;
	float:left;
	height:120px;
   text-align:center;
	font-size:13px;
	font-family:Arial;
	color:#797979;}
	
#navigation .last1{
float:left;
}	
#navigation .last1 a{
background:#000 url(../images/traning-bg.jpg) 0 0 repeat-x;
width:100px;
padding:12px 10px 12px 10px;
text-align:center;
font-size:12px;
font-weight:bold;
color:#fff;
float:left;
text-decoration:none;
}
#navigation .last1 a:hover{
background:#1e1e1e url(../images/traning-bg-h.jpg) 0 0 repeat-x;
}
	
	
