@charset "utf-8";

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #666666;
	font-size:11px;
	clear: both;

}
h1 {
	color:#B3D234;
	font-size:26px;
	font-weight:bold;
	margin:0 0 10px 0;
}
.csssubmit
{
	font:11px Arial, Helvetica, sans-serif;
	background:#666666;
	color:#b4d232;
	height:20px;
	border:1px solid #b4d232;
}
.twoColFixLtHdr #container { 
	width: 901px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

} 
.twoColFixLtHdr #header { 

	height:75px;
	padding: 20px 0 10px 0;  
} 
.twoColFixLtHdr #header a img {
	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:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border:0;
}
#header a
{
	float:left;
}
#header #atcslogan
{
	float:right;

}
.twoColFixLtHdr #topmenu
{
	height:27px;
	background:#b4d232 url(../images/topnav_bg.gif) repeat-x;
}

.twoColFixLtHdr #topmenu .searchbox
{
	height:27px;
	float:right;
	padding:3px 10px 0 0;
}
.twoColFixLtHdr #topmenu .searchbox input[type=text]
{
	font-size:11px;
	color:#999999;
	border:1px solid #000;
	width:140px;
	margin:0;
}

.leftbar
{
width:166px;
background:#b4d232;

vertical-align:top;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 166px; /* 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 */
	background: #b4d232; /* the background color will be displayed for the length of the content in the column, but no further */
	
}
.twoColFixLtHdr	.leftmenu
{
	height:100%;
	background-color:#fff;
float:left;


}
/*********left menu**************************************************/
.leftmenuheading
{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 10px;
}

.leftmenulist 
{
	list-style: none;
	padding: 0;
	margin: 10px 0;
	width: 166px;
}

.leftmenulist li
{
	background: #b4d232;
	margin:5px 0 5px 0;
	
}

.leftmenulist li a
{
	color:#3B3E85;
	font-weight:bold;
	/*line-height:27px;*/
	text-decoration:none;	
	display:block;
	padding: 6px;
}

.leftmenulist li:hover
{
	cursor:pointer;	
	background:#c9e068 ;

}
.leftmenulist li.selected
{
background:#c9e068;	
}
.leftmenulist li div.subslider{padding:1px 0 0 0;background:white;display:none;}

.leftmenulist li ul.leftmenulistsub
{
	list-style:none;		
	padding: 0;
	margin: 5px 0;
	width: 166px;
	background:white;

}
.leftmenulistsub li
{
	background: #b4d232;
	margin:5px 0 5px 13px;

	
}



/*



.leftmenulistsub
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 166px;
	background:white;
}

.leftmenulistsub li:hover
{
	cursor:pointer;	
	background:#c9e068 ;

}

.leftmenulistsub li a
{
	color:#3B3E85;
	font-weight:bold;
	line-height:20px;
	padding-left:0;
	padding-right:0;
	text-decoration:none;	
	display:block;
}
.subslider
{
display:block;

}
.leftmenulistsub li.leftparentmenu
{
	border:2px solid red;
}*/



.twoColFixLtHdr .middlearea{
	border-bottom:2px solid #b4d232;
	margin:3px 0 0 0;
	}
.twoColFixLtHdr .pagebanner{
	height:108px;
	/*background-color:#FF0;*/
	margin:0;padding:0;
	}
.twoColFixLtHdr .pagebanner img{border:0;}	
.twoColFixLtHdr	.leftmenu
{
	height:100%;
	background-color:#fff;
	float:left;

}
.twoColFixLtHdr .rightarea
{
width:100%;	
vertical-align:top;
}
.twoColFixLtHdr #mainContent { 
	margin:0;
	padding: 0 0 0 15px; /* 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 0 0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
		color:#999999;
} 
.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 */
}
.twoColFixLtHdr #footer p a {
	color:#999999;
	display:inline-block;
	margin:0 5px 0 5px;
	text-decoration:none;
}
.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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
/* Top navigation Menu */
ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
/*	width: 900px;*/
	background: #222;
	font-size: 1.1em;
	/*font-weight:bold;*/
	background: url(../images/topnav_bg.gif) repeat-x;
	height:27px;

}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 6px 0 0 10px;
	color: #555555;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 27px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 27px;
	background: #b4d232;
	margin: 0; padding: 0;
	display: none;
	float: left;
width:160px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border: 1px solid #b4d232;
	font-size:0.9em;
	z-index:3;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #c9e068; /*--Create bevel effect--*/
	border-bottom: 1px solid #b4d232; /*--Create bevel effect--*/
	clear: both;
	width:160px;

}
html ul.topnav li ul.subnav li a {
	float: left;
width:140px;
	background: #b4d232 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
	padding:3px 0px 3px 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #c9e068 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
}
/***************level3 menustyle*****************/
ul.topnav li ul.subnav li ul.subnav1 {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 160px; top: 0;
	
	background: #b4d232;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width:160px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border: 1px solid #b4d232;
	font-size:0.9em;
}
ul.topnav li ul.subnav li.rarrow { /*--Drop down trigger styles--*/
/*	width: 17px;
	height: 17px;
	float: right;*/
	background:url(../images/subnav1_btn.gif); no-repeat left top;
}
/*ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} --Hover effect for trigger--
*/

html ul.topnav li ul.subnav li a.arrow {
	float: left;
width:140px;
	background: #b4d232 url(../images/subnav1_btn_hover.gif) no-repeat 7px -12px;
	padding:3px 0px 3px 20px;
}
html ul.topnav li ul.subnav li a.arrow:hover { /*--Hover effect for subnav links--*/
	background: #c9e068 url(../images/subnav1_btn_hover.gif) no-repeat 7px 4px;

}


/*************level3 menustyle*********************/

#contentarea
{
margin:10px 0 30px 0;	
line-height:18px;
}
#contentarea span.subheading
{
	color:#9BBE0C;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:18px;
	}

#contentarea .contenttext ul
{
padding:0 0 0 20px;	

}
/*********page colorize*********************/
.colorize .leftbar, .colorize .leftmenulist li, .colorize #sidebar1, .colorize leftmenulist li
{
	/*background-color:#00aeef;*/

}
.colorize .contentheading, .colorize #contentarea span.subheading
{
	color:blue;	
}
.colorize .leftmenulist li.selected
{
	background:#c9e068;
	color:white;
	font-weight:bold;
}
.colorize #sidebar1, .colorizePower #sidebar1 h3
{
	color:white;		
}
/*********page colorize***************************/
/*********page colorize - Water*********************/

.colorizeBlue .contentheading, .colorizeBlue #contentarea span.subheading
{
	color:#00aeef;	
}
.colorizeBlue .leftmenulist li.selected a,.colorizeBlue .leftmenulist li.selected
{
	background:#00aeef;
	color:white;
	font-weight:bold;
}
.colorizeBlue #sidebar1, .colorizeBlue #sidebar1 h3
{
	color:white;	
	background-color:#00aeef;
}
/*********page colorize***************************/


/*********page colorize - Power*********************/

.colorizeBlack .contentheading, .colorizeBlack #contentarea span.subheading
{
	color:#0b0906;	
}
.colorizeBlack .leftmenulist li.selected a,.colorizeBlack .leftmenulist li.selected
{
	background:#0b0906;
	color:white;
	font-weight:bold;
}

.colorizeBlack #sidebar1, .colorizeBlack #sidebar1 h3
{
	color:white;		background-color:#0b0906;	
}
/*********page colorize***************************/

/*********page colorize - Oil*********************/

.colorizeOrange .contentheading, .colorizeOrange #contentarea span.subheading
{
	color:#f58026;	
}
.colorizeOrange .leftmenulist li.selected a,.colorizeOrange .leftmenulist li.selected
{
	background:#f58026;
	color:white;
	font-weight:bold;
}
.colorizeOrange #sidebar1, .colorizeOrange #sidebar1 h3
{
	color:white;			background-color:#f58026;
}
/*********page colorize***************************/
/*********page colorize - Gas*********************/

.colorizeYellow .contentheading, .colorizeYellow #contentarea span.subheading
{
	color:#ffe716;	
}
.colorizeYellow .leftmenulist li.selected a,.colorizeYellow .leftmenulist li.selected
{
	background:#ffe716;
	color:white;
	font-weight:bold;
}
.colorizeYellow #sidebar1, .colorizeYellow #sidebar1 h3
{
	color:white;	background-color:#ffe716;	
}
/*********page colorize***************************/
/*********page colorize - Logistic*********************/

.colorizePurple .contentheading, .colorizePurple #contentarea span.subheading
{
	color:#ec008c;	
}
.colorizePurple .leftmenulist li.selected a,.colorizePurple .leftmenulist li.selected
{
	background:#ec008c;
	color:#FFF;
	font-weight:bold;
}

.colorizePurple #sidebar1, .colorizePurple #sidebar1 h3
{
	color:white;		background-color:#ec008c;
}
/*********page colorize***************************/
/*********page colorize - Logistic*********************/

.colorizeGreen .contentheading, .colorizeGreen #contentarea span.subheading
{
	color:#003c00;	
}
.colorizeGreen .leftmenulist li.selected a,.colorizeGreen .leftmenulist li.selected
{
	background:#003c00;
	color:#FFF;
	font-weight:bold;
}

.colorizeGreen #sidebar1, .colorizeGreen #sidebar1 h3
{
	color:white;		background-color:#003c00;
}
/*********page colorize***************************/

.leftmenulist li.colorizeBluehover:hover{color:white;background-color:#00aeef;}
.leftmenulist li.colorizeOrangehover:hover{color:white;background-color:#f58026;}
.leftmenulist li.colorizeBlackhover:hover{color:white;background-color:#0b0906;}
.leftmenulist li.colorizeYellowhover:hover{color:white;background-color:#ffe716;}
.leftmenulist li.colorizePurplehover:hover{color:white;background-color:#ec008c;}
.leftmenulist li.colorizeGreenhover:hover{color:white;background-color:#003c00;}

/* Top navigation Menu */
/*******news starts************************/
#newsitems 
{
	list-style-image:url(' ../images/arrowshowcase.gif');
	text-decoration:none;
	line-height:1.5em;
	padding:0;
	margin:0 0 0 19px;
	color:#666666;

}

#newsitems li span a
{
	color:#9BBE0C;
	text-decoration:none;
}
#newsitems li span a:hover
{
	color:#3B3E85;
	text-decoration:underline;
}

#newsitems .newsdate
{
	font-size:12px;
	font-weight:bold;
	color:#999999;
	margin:0 3px 0 0;
}
#newsitems .newsheading
{
	font:bold 12px;
	color:#9BBE0C;

}

#newsitems .newsbrief
{

	margin:0 0 15px 0;
	line-height:1.3em;
}
#NewsDetails
{
}
#NewsDetails h3
{
	font:bold 12px;
	color:#9BBE0C;
}

#NewsDetails .cssspan
{
	color:#666666;
	font-weight:bold;
	font-style:italic;
}


.newsback
{
	text-decoration:none;
	float:right;
	margin:10px 10px 0 0;
color:#666666;
font-weight:bold;
}
/*******news ends************************/
.newsarchive ul li a
{
color:#666666;	
font-weight:bold;
text-decoration:none;
}
.newsarchive ul li a:hover
{
color:#9BBE0C;	
}
#sitemap
{
	
}
#sitemap li a
{

	color:#9BBE0C;
	text-decoration:none;
	letter-spacing:1px;
}
#sitemap li a:hover
{
	color:#333;	
}
/*******search result**********/
#searchresult
{
	color:#333;

}
#searchresult h2
{
	font-weight:bold;
	color:#333;
	
}
#searchresult .resultitem
{
	margin:0 0 10px 0;
}
#searchresult .resultitem span a
{
	font:bold 12px;
	text-decoration:none;
	color:#9BBE0C;
	background:url('../images/arrowshowcase.gif') no-repeat left 2px;
	padding:0 0 0 10px;
}
#searchresult .resultitem span a:hover
{
color:#333;
text-decoration:underline;
}

#searchresult .resultitem p
{
	margin:0 0 0 10px;
	padding:0;
	
}
#homepagemsg
{
	padding:10px 0 0 0;
	margin:0 0 40px 0;
}