a { outline:none; }

.main_body {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	background-color: #333333;
	background-image: url(images/bg_body.png);
	background-repeat: repeat;
}
.container_table {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	WIDTH: 100%;
	HEIGHT: 600px;
	PADDING-TOP: 0px;
	POSITION: relative;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #F0F0F0;
}
.main_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
	background-color: #FFFFFF;
	width: 790px;
}
.footer_table {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	WIDTH: 100%;
	HEIGHT: 30px;
	PADDING-TOP: 0px;
	POSITION: relative;
	background-image: url(images/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.header_bold {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	line-height: 1.8em;
}
.header_main {
	font-size: 15px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	color: #FE000C;
	padding-right: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_bg {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-color: #333333;	
}
.text_body {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.3em;
	text-decoration: none;
}
.text_body a{
	color: #333333;
	border-bottom-color: #FE000C;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
	background-color: #F8F8F8;
}
.text_body a:link{
	color: #333333;
	border-bottom-color: #FE000C;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
	background-color: #F8F8F8;
}
.text_body a:visited{
	color: #333333;
	border-bottom-color: #FE000C;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
	background-color: #F8F8F8;
}
.text_body a:hover{
	color: #FE000C;
	border-bottom-color: #FE000C;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
	background-color: #FFEEEE;
}
.text_body_small {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.3em;
	text-decoration: none;
}
.text_body_small a{
	color: #FE000C;
	border-bottom-color: #FE000C;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}
.text_body_small a:link{
	color: #FE000C;
	border-bottom-color: #FE000C;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}
.text_body_small a:visited{
	color: #FE000C;
	border-bottom-color: #FE000C;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}
.text_body_small a:hover{
	color: #FE000C;
	border-bottom-color: #FE000C;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
	background-color: #FFEEEE;
}
.text_body_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 2em;
	font-weight: bold;
	color: #FE000C;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}
.text_body_green {
	font-size: 14px;
	font-weight: normal;
	color: #00CC33;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.3em;
}
.text_body_header_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 2em;
	font-weight: bold;
	color: #00CC33;
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}
.news_box {
	background-image: url(images/news_header.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	list-style-position: outside;
	list-style-type: square;
	line-height: 1.2em;
	text-decoration: none;
}
.news_box_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	list-style-position: outside;
	list-style-type: square;
	line-height: 1.2em;
	text-decoration: none;
}
a.news_box_text {
	color: #333333;
	text-decoration: none;
}
a:visited.news_box_text {
	color: #333333;
	text-decoration: none;
}
a:hover.news_box_text {
	color: #FE000C;
	text-decoration: underline;
}
.pipeline_box {
	padding: 5px;
	border: 1px dotted #666666;
	background-color: #F0F0F0;
}

.style1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	line-height: 1.8em;
}
.style2 {
	color: #0099CC;
	font-weight: bold;
}
.style3 {
	color: #333333;
	font-size: 11px;
}
.style4 {color: #FF9900}
a.style4 {
	color: #FF9900;
	text-decoration: none;
}
a:link.style4 {
	color: #FF9900;
	text-decoration: none;
}
a:visited.style4 {
	color: #FF9900;
	text-decoration: none;
}
a:hover.style4 {
	color: #FE000C;
	text-decoration: underline;
}

.style8 {color: #666666}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal; 
	color: #CCCCCC; 
	text-align: left; 
	vertical-align: top; 
	padding-right: 10px; 
	padding-left: 10px; 
	line-height: 1.3em; 
}
a.style9 {
	color: #CCCCCC;
	text-decoration: none;
}
a:link.style9 {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited.style9 {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover.style9 {
	color: #FFFFFF;
	text-decoration: underline;
}



.img_noborder {
	border:0px;
	margin-left: 0px;
} 
a:link.img_noborder {
	border:0px;
} 
a:visited .img_noborder {
	border:0px;
} 
a:active .img_noborder {
	border:0px;
	opacity:.70;
    filter: alpha(opacity=70);

}
a:hover .img_noborder {
	border:0px;
	opacity:.70;
    filter: alpha(opacity=70);
}

.img_frame_border {
	border:1px;
	margin-left: 0px;
	border-color: #DDDDDD;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 5px;
	border-style: solid;
} 

.style10 {
	color: #FE000C
}
.style11 {
	color: #FE000C;
	font-size: 11px;
}

.side_column {
	background-image: url(images/dashed_line.png);
	background-repeat: repeat-y;
	background-position: top right;
}



.side_menu{
	border-width: 0;
	border-color: #f0f0f0;
	border-style: dotted;
	width: 125px;
	border-bottom-color: #FE000C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.side_menu_header{
	display: block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2em;
	padding-left: 8px;
	padding-right: 5px;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FE000C;
}
.side_menu_inactive {
	display: block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.6em;
	padding-left: 8px;
	padding-right: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #f0f0f0;
	background-color: #F8F8F8;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: right center;
}
a.side_menu_text{
	display: block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.6em;
	padding-left: 8px;
	padding-right: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #f0f0f0;
}

a:hover.side_menu_text{
	color: #666666;
	background-color:#ECF5FF;
}

a.side_menu_sub_text{
	display: block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1.2em;
	padding-left: 20px;
	padding-right: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #f0f0f0;
	background-image: url(images/sub_bullet.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
a:hover.side_menu_sub_text{
	color: #666666;
	background-color:#ECF5FF;
}
.side_menu_sub_inactive{
	display: block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1.2em;
	padding-left: 20px;
	padding-right: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #f0f0f0;
	background-image: url(images/sub_bullet.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #FFF3F3;
}
.side_menu_sub_inactive_green{
	display: block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1.2em;
	padding-left: 20px;
	padding-right: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #f0f0f0;
	background-image: url(images/sub_bullet.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #DFF9E6;
}
#fixedtipdiv{
	position:absolute;
	padding: 0px;
	border:0px solid black;
	z-index:100;
	background-image: url(images/mobile_boilers.png);
	width: 130px;
	height: 35px;
	background-color: #FFFFFF;
}

.info_box_table{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FE000C;
	background-color: #f0f0f0;
	margin-left: 10px;
	background-image: url(images/info_box_bg.png);
}

.info_box_header{
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	background-image: url(images/info_box_header.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	line-height: 2em;
	text-indent: 10px;
	font-weight: bold;
}
.info_box_body{
	padding-top: 10px;
	padding-bottom: 10px;
}
.green_box_table{
	border-style: dashed;
	border-width: 1px;
	border-color: #00CC33;
	background-color: #DFF9E6;
	margin-left: 10px;
}
.image_caption_box{
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
}

#tablist{
	padding: 3px 0;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 7px;
	font: bold 13px Arial;
	text-decoration: none;
	color: #000000;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;

}

#tablist li a{
	padding: 5px 15px 5px 15px;
	margin-left: 5px;
	border: 2px solid #FE000C;
	border-bottom: none;
	text-decoration: none;
	color: #000000;
	background: #FFBFC0;
	text-decoration: none;
}

#tablist li a.current{
	background: #FFFFFF;
	color: #000000;
}

#tabcontentcontainer{
	width: 600px;
	padding: 0px;
	border-color: #FE000C;
	border-width: 2px;
	border-style: solid;
	margin-left: 10px;
	background: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/tablist_bg.png);
}

.tabcontent{
	display:none;
	background-color: #FFFFFF;
}

#fadeinbox{
	position:absolute;
	width: 750px;
	left: 0;
	top: 80px;
	border: 3px solid #FE000C;
	background-color: #ffffff;
	padding: 0px;
	z-index: 115;
	visibility:hidden;
}
.fadebox_text{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 25px;
	padding-right: 25px;
}
.fadebox_text a{
	color: #00CC33;
	text-decoration: underline;
	font-weight: bold;
}
.fadebox_text a:hover{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.fadebox_text_list{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 25px;
	margin-left: 0px;
}

.fadebox_text_redbold{
	color: #FE000C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
}
.closebox a{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
.closebox a:hover{
	color: #ADEFA1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
.insidefadebox{
	border: 2px dashed #00CC33;
	background-color: #ffffff;
}

.insidefadebox2{
	border: 1px dashed #FE000C;
	background-color: #FFF3F3;
	margin-bottom: 15px;
}
.insidefadebox3{
	border: 1px dashed #FE000C;
	background-color: #FFF3F3;
	margin-bottom: 5px;
}
