@charset "utf-8";
/* CSS Document */
/* dark blue= #2d67b1;
red= #c9191b;
gray =#c1d2da; -----
darkred =#7f0d0b 
code for rounded corners
border-radius:5px;
	-webkit-border-raius:5px;
	-moz-border-radius:5px;
*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
background-color:#333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	}
.trademark {
	font-size:12px;
	margin-top:50px;
}
	


.twoColFixLtHdr #container {

	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	
} 
.twoColFixLtHdr #header {
	background-image: url(images/banner_back5.jpg);
	background-repeat:no-repeat;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
   border-top:2px solid #000000;
	border-bottom:2px solid #000000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 5px 0px;
	color:#CCCCCC;
	
}




.twoColFixLtHdr #mainContent {
	margin: 40px 50px 50px 243px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
	margin-right:0px;
	font-size:12px;
	line-height:1.4em;
	background-image:url(images/3bigstars_2.png);
	background-position: bottom right;
	background-repeat:no-repeat;

} 

#logo a:link {
border:none;
text-decoration:none;
border:0px;
}
#topmargin {
height:37px;
background-image:url(images/banner_sky1e.jpg);

}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2d67b1; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
color:#FFFFFF;
font-size:12px;
font-weight:bold;

}

h5 {
	font-family:Verdana, Geneva, sans-serif;
	float:right;
	width:380px;
	margin-right:0px;
	margin-top:-28px;
	font-size:14px;
	color:#ffffff;
	font-style:normal;
}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
margin:10px 10px 10px 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin:10px 10px 10px 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:auto;
	font-size: 1px;
	line-height: 0px;
}

#mainContent #first a:link {
	text-decoration:none;
	color:#2d67b1;
	font-weight:bold;
}
#mainContent #first a:hover {
	color:#2d67b1;
	font-weight:bold;
	text-decoration:underline;
}
#mainContent #first a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#2d67b1;
}


#mainContent #first a:active {
	color:#2d67b1;
	font-weight:bold;
	text-decoration:none;
}
	


	





/*my links*--------------------------------------------------*/
#home #homeLink,
#overview #overviewLink,
#news #newsLink,
#capabilities #capabilitiesLink,
#employment #employmentLink,
#contact #contactLink{

color:#06C;
font-weight:bold;

}

#specialty #specialtyLink,
#burners #burnersLink,
#combustors #combustorsLink,
#aircleaners #aircleanersLink,
#fuelprocessors #fuelprocessorsLink,
#Markets #marketsLink 
{
	background-color:cccccc;
	


}
#fuelprocessors .name .fuelprocessors a {
	background-color:#cccccc;
}




/*---for images links opacity---------------------------------------*/
a:link img, a:visited img
{
	/*  prevents flickering in Mozilla-based browsers */
	opacity:0.999;
	text-decoration:none;
}
a:active img, a:hover img, a:focus img
{
	/* for Mozilla/Firefox/Safari */
	opacity:0.6;
	text-decoration:none;
	/* IE5.5 upwards */
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=60);
}


/*----logo------------------------------------------------------------*/




#black {
background-color:#000000;
}

#logo {
position:relative;

}


#logo .pcilogo {
	position:relative;
	top:-28px;
	padding:0px 0px 0px 5px;
}



#logo h2 {
	position:absolute;
	top:-83px;
	left:20px;
	font-family:"calibri" arial sans-serif;
	font-size: 20px;
	font-style: oblique;
	font-weight:700;
	color:#006;
	text-decoration: none;
	z-index: 90;
	width: 371px;
	height: 31px;
	opacity:0.4;
}
#logo p {
	position:absolute;
	top: 50px;
	left: 460px;
	width: 250px;
	font-size:12px;
	font-style:normal;
	color:#003399;
	font-weight:500;
	text-align:justify;
	z-index: 95;
	opacity:0.8;
}



#wrapper {
margin-top:0px;
}

#header {
clear:both;
margin: 0px 0px 0px 0px;
background-color:#CCC;
height:156px;
}

#mainContent h3 {
font-family:"Calibri", Arial, sans-serif;
font-size:16px;
font-weight:500;
text-transform:uppercase;
font-style:normal;
border-bottom: 1px solid #666666;
width:400x;
color:#2d67b1;
font-weight: bold;
	
}

h1 {
	font-family:"Calibri", Arial, sans-serif;
	font-weight:bold;
	background-image:url(images/headingb.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	text-align:left;
	text-indent:25px;
	color:#7f0d0b;
	font-style:oblique;
	margin-right:15px;
	width:100%;
	font-size:14px;
	text-align:left;
	margin-top:30px;
	padding-top:0px;
	text-transform:uppercase;
}

h2 {
font-family:"Calibri", Arial, sans-serif;
font-size:24px;
font-style:oblique;

}
#logowrap {
float:right;
margin:0px 0px 0px 0px;
width:100%;
}

#body .margin a:link {
border:0px;
text-decoration:none;
}

#primary #mainContent #second .caption {
position:relative;
}
.caption p {
position:absolute bottom right;
right:0;
margin:0;
text-align:left;
text-transform:capitalize;
background-color:#333;
font-weight:normal;
color:#fff;
font-size:10px;
line-height:1.4em;
font-style:normal;
padding:5px;


}
class="article" {
	
	color:#ffffff;
	background-color:#333;
	font-weight:bold;
	font-size:12px;
}


/* main menu horizontal-----------------------------------------------------------------------------------*/
#menuwrapper{
background-color:#4888cd;
width:100%;
height: 26px;
margin-top:0px;
margin-bottom:0px;
border-bottom: 0px #cccccc;


}
#main_menu {
text-align:center;
width: 950px;
color:#999999;
background-color:#4888cd;
width:100%;
height:25px;


}



#main_menu li {
float:right;
left:0;
list-style-type:none;
right:0;
top:-2px;
font-size:12px;
width:10em;
text-align:right;

}

#main_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;

}

#main_menu li ul li {
float:left;
font-size: .6em;
padding:0;
margin:0;
background-color:#4888cd;
color: #ffffff;
border-bottom: 1px #ffffff;

width:12em;
text-align:right;
}


#main_menu li ul {
    position: absolute;
    width: 10em;
     height:24px;
    left: -999em;
	text-align:left;
border-bottom: 1px #7f0d0b;

}
#main_menu li ul a {
background-color:#4888cd;
margin:0;

color:#ffffff;
width:12em;
text-align:left;
border-bottom: 1px #7f0d0b;

}

#main_menu li ul a:link {
color:#ffffff;
border-bottom: 1px solid #ffffff;
margin-left:2px;
}

#main_menu li ul a:visited {
color:#cccccc;
border-bottom: 1px solid #ffffff;
margin-left:2px;
}

#main_menu li:hover ul {
    left: auto;
border-bottom: 1px;
border-bottom-color:#ffffff;
}
#main_menu li:hover ul, #main_menu li.sfhover ul {
    left: auto;
}
#main_menu li a {
background-color:#4888cd;

border-bottom: none;
display:block;
list-style-type:none;
margin:3px 0px 0px 2px;
padding:2px 2px;
text-align:center;
text-decoration:none;
width:10.7em;
font-weight:bold;
height:19px;
font-size:10px;
}
#main_menu a:link {
color:#ffffff;
font-size:10px;
}
#main_menu a:visited {
color:#ffffff;
text-decoration:none;
font-size:10px;
font-weight:bold;

}
#main_menu li a:hover {
color: #2d67b1;
background-color:#c1d2da;
font-size:10px;
text-decoration:none;
}

sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

#main_menu a:active {
color:#5b98cf;
text-decoration:none;
}


#main_menu ul ul {
    padding: 0;
    margin: 0;
    list-style: none;

}


#main_menu li ul li a:hover {
background-color:#C1d2da;
width:12em;
color:#2d67b1;

}

#main_menu li ul li ul li{
float:left;
font-size: 0.8em;
padding:0;
margin:0;
background-color:#cccccc;
color: #5b98cf;

}

#main_menu li ul ul {
    margin: 0em 0 0 0em;
}



 #main_menu ul {
    padding: 0;
    margin: 0;
    list-style: none; 
    line-height: 1;
}

#main_menu li ul ul a {
background-color:#003366;
margin:0;
border-bottom: 1px;
border-bottom-color:#cccccc;
color:#cccccc;
}
#main_menu li ul li ul a:link {
color:#5b98cf;
}

#main_menu li ul ul a:visited {
color:#ffffff;
}

#main_menu li ul ul a:hover {
background-color:#cccccc;
   z-index:800;

}

#main_menu li:hover ul ul, #main_menu li.sfhover ul ul {
    left: -999em;
}


#main_menu li:hover ul, #main_menu li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
 left: auto;
    z-index:900;
	
}


#main_menu li:hover ul, #main_menu li li:hover ul, #main_menu li.sfhover ul, #main_menu li li.sfhover ul {
    left: auto;
	z-index:1100;
	border-bottom: 1px #7f0d0b;
border-top:1px #7f0d0b;
}
.bottomborder {
border-bottom:1px solid #CCCCCC;
margin-right:25px;
padding-right:5px;
z-index:1000;
}

/* top links navigation right side--------------------------------------------------------------*/
#toplinks  {
	font-family:"Calibri", Arial, sans-serif;
	font-size:12px;
	color:#333333;
	float:right;
	width: 420px;
	margin-top:8px;
	text-decoration:none;
	font-weight:normal;

}

#toplinks a:link {
color:#333333;
font-weight:normal;
text-decoration:none;
font-size:12px;
}
#toplinks a:visited {
color:#333333;
text-decoration:none;
}
#toplinks  a:hover {
color:#06C;
text-decoration:none;

}
#toplinks a:active {
color:#7f0d0b;
text-decoration:none;
}



#hotbuttons {
margin-left:35px;
text-decoration:none;
margin-top:50px;
color:#333;

}
.margin {
padding: 0px 0px 0px 0px;
margin-top:0px;
margin-bottom:0px;
opacity: 0.7;
text-decoration:none;

border:3px ridge #000;

}

#logowrap img a {
text-decoration:none;
border:0px;
}
.margin img a{
border:0px;
margin-bottom:0px;
}

.margin a {
	text-decoration:none;
}
.margin a:hover{
	border: 0px solid #333333;
	
}
.marginlast {
	margin-bottom:0px;
	margin-left:0px;
	padding: 0px 0px 0px 0px;
	opacity: 0.7;
	text-decoration:none;

}

#mainContent .linespacing {
	line-height:1.4em;
}

/*sidebar*-------------------------------*/
#sidebar1 {

float:left;
height:100%;
margin-top:-65px;
width:300px;
color:#cccccc;
}
/* CSS Document */


.bottombordtwo {
	borderbottom:1px solid #000066;
}


#sidebar1{

	

}

.column  {
	background-color:#ffffff;
	width:300px;
}


.bottombordtwo {
	border-bottom:3px solid #000066;
}
.topbordtwo {
border-top:1px solid #2d67b1;
border-bottom:1px solid #2d67b1;
}

#sidebar1{

font-family:"Calibri", Arial, sans-serif;
text-decoration: none;
list-style-type: none;
font-size:12px;
	text-transform:capitalize;
float: left;

	margin-left:0px;
margin-top:0px;
	padding-top: 15px;

}

#sidebar1 h2 {
	color:#000000;
	font-size:14px;
	font-style:normal;
	letter-spacing:1px;
}

.headline {
		color:#000000;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#60C;
}

#sidebar1 li{
	list-style-type: none;
	color:#2d67b1;
	font-size:14px;
	font-style:normal;
	font-weight:bold;


	padding: 0.20em;
	margin:3px 0px 0px 0px;
		text-align:left;
	
}


#sidebar1 ul img a{
text-decoration:none;
}
#sidebar1 li a { 
list-style-type: none;
text-decoration: none;
	color:#000000;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#60C;
text-align:left;
color:#000000;
margin-top:3px;
line-height:1.0em;

}
#sidebar1 a:link {
color:#000000;
text-decoration:none;
margin-top:5px;

}
#sidebar1 a:visited {
color:#000000;
text-decoration:none;
}
#sidebar1 a:hover {
color:#2d67b1;
text-decoration:none;
}
#sidebar1 a:active {
color#2d67b1;
text-decoration:none;

}

.noborder {
	border-bottom:0px;
}

.bottombord {
border-bottom:1px solid #2d67b1;



}
#technologies {
	width:192px;
	text-decoration:none;
	list-style:none;
	margin:0;
	padding:5px 0px 15px 0px;
	font-size:14px;
	font-style:normal;
	text-align:left;
	position:absolute;
	left:52px;
	top:305px;
	color:#ffffff;
	background-color:#999;
	height: 39px;

}
#technologies h2 {
	font-family:"Calibri", Arial, sans-serif;
font-size:14px;

text-transform:uppercase;
font-style:normal;

width:200px;
color:#ffffff;
font-weight: bold;
text-align:center;


}

#technologies {
	list-style:none;
	margin:0;
	padding:2px 8px 2px 0px;
	font-weight:bold;
	font-size:12px;


}
#technologies  a {
	list-style:none;
	text-decoration:none;
		margin:0;
	padding:4px 5px 0px 0px;


	color:#ffffff;
	font-size:14px;
	font-style:normal;
	text-align:right:
}
#technologies  a:link {
	text-decoration:none;

	color:#ffffff;
}
#technologies  a:hover {

	text-decoration:none;

	color:#cccccc;
}

#second {
	float:right;
	width:150px;
	margin-top:35px;

}

#second h2 {
	font-size:14px;
	font-weight: bold;
	font-style:normal;
	text-transform:uppercase;
color:#2d67b1;
}
	


#first {
	float:left;
	width:500px;
	padding-right:25px;
	
}

.topbord {
border-top:1px solid #2d67b1;
	color:#000000;
border-bottom:1px solid #2d67b1;
background-color:#ccc;
}

.indent {
	
	text-indent:10px;
	
}
#clean {
		float:right;
		width:440px;
		margin-top:-50px;
	}
	


.subscript {
	font-size: 10px;
	text-transform: lowercase;
}
#contentimages {
	float:right;
	width:280px;
	margin:10px 20px 10px 20px;
}
#datatable {
	margin: 25px 20px 20px 20px;
}.references {
	font-style: italic;
}
#datatable .header {
	color: #FFF;
	background-color: #00F;
	border: thin solid #333;
	font-weight:bold;
}
.bold1 {
	font-weight: bold;
	text-align:left;
}.linespacing2 {
	line-height:1.5;
	list-style:circle;
}
h6 {
		
		font-weight:bold;
		color:#000000;
		font-size:12px;
		font-style:italic;
	}
	
.linkindent {
	text-indent:40px;
}

.quote {
background-color:#CCCCCC;
text-transform:capitalize;
	margin-right:10px;
	margin-left:10px;
font-size:10px;
font-style:oblique;
font-weight:normal;
color:#ffffff;
text-align:left;
}
.quote a:link {
font-size:10px;
font-style:oblique;
font-weight:normal;
color:#ffffff;
text-align:left;
text-decoration:none;
}
.quote a:hover {
text-decoration:underline;
}
.quote a:visited {

color:#ffffff;
font-size:10px;
font-style:oblique;
font-weight:normal;
color:#ffffff;
text-align:left;

}


.yellow {
	background-color:#FFC;
}
.indent {
	
	text-indent:6px;
	
}


#nextindent li {
text-indent:0px;
	display:block;
		margin-left:-30px;
	color:#2d67b1;
	
}

#nextindent ul li a{
	display:block;
		margin-left:-2px;
}



#nextindent li a:link {
	
	color:#600;
}
	#nextindent li a:visited {
	
	color:#600;
}
	
#nextindent li a:hover{

	color:#2d67b1;
}

#nextindent li a:active{

	color:#2d67b1;
}	
.trademark {
	font-size:.8em;
	font-style:italic;
	text-align:left;
}
#endmargin {
margin-top: 200px;
}