body{
background-color: #ffffff;
color: #333333;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
background-image:url(../images/background.jpg);
background-repeat:repeat-x;}

p, td{
color: #333333;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px}

table { 
border-collapse:collapse }

.newsline { 
margin-top: 5px;
margin-right:60px; }

.conditions-text { 
	color: #2F3D13;
	font-weight: bold; }

h1{
color: #333333;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
margin-top:0px;
margin-bottom:3px;}

h2{
color: #990000;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;}

h2.energy{
color: #990000;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;}

h2.connections{
color: #3A4024;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;}

h3{
color: #990000;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold}

h4{
color: #990000;
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold}

.flash {
	position: absolute;
	z-index: 1;
}

.sub-green a, .sub-green a:active, .sub-green a:link, .sub-green a:visited {
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color: #3D4E22 !important;
font-size:11px;
text-decoration:none !important;}

.sub-green a:hover{
font-weight: bold;
color: #3D4E22 !important;
font-size:11px;
text-decoration:none !important;}

.connections-area a, .connections-area a:active, .connections-area a:link, .connections-area a:visited {
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color: #990000;
font-size:11px;
text-decoration:underline;}

.connections-area a:hover{
font-weight: bold;
color: #8C907F;
font-size:11px;
text-decoration:underline;}

.corporate-area, .corporate-area a:active, .corporate-area a:link, .corporate-area a:visited {
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color: #990000;
font-size:11px;}

.corporate-area a:hover{
color: #8C907F;
font-size:11px;}

.home-link, a.home-link:active, a.home-link:link, a.home-link:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #990000;
font-size:11px;
text-decoration:none;}

a.home-link:hover{
font-weight: bold;
color: #8C907F;
font-size:11px;
text-decoration:none;}

.home-link2, a.home-link2:active, a.home-link2:link, a.home-link2:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #3A4024;
font-size:11px;
text-decoration:none;}

a.home-link2:hover{
font-weight: bold;
color: #8C907F;
font-size:11px;
text-decoration:none;}

.breadcrumb, a.breadcrumb:active, a.breadcrumb:link, a.breadcrumb:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #990000;
font-size:11px;
line-height: 20px;
text-decoration:none;}

a.breadcrumb:hover{
color: #8C907F;
text-decoration:none;}

.footer, a.footer:active, a.footer:link, a.footer:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #333333;
font-size:10px;}

a.footer:hover{
color: #990000;
font-size:10px;}

.copyright {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #666666;
font-size:10px;}
	

/* ######### Style for Corporate Main Menu ######### */

.nav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration:none;
	display:block;
	width:732px;
}

/*Add margin between menu and rest of content in Firefox*/
.nav:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.nav ul{
	border: none;
	width: 732px;
	margin: 0;
	padding: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.nav ul li{
	display: inline;
	margin: 0; /* IE */
	padding: 0; /* IE */
}

/* NOTE: Main menu item */
.nav ul li a {
	font-weight:bold;
	text-align: center;
	color: #990000;
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	width:122px;
	text-decoration: none;
}

.nav ul li a:link, .nav ul li a:visited, .nav ul li a:active {
	color: #990000;
}


/* NOTE: Selected/highlighted/rolloever Main menu item */
.nav ul li a:hover { /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image:url(../images/top_nav_rollover.jpg);
	background-repeat:no-repeat;
	color: #ffffff;
}

.nav ul li a.selected, .nav ul li a:visited {
	background-repeat:no-repeat;
	color: #ffffff;
}

/* ######### Style for Connections Main Menu ######### */

.nav2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration:none;
	display:block;
	width:732px;
}

/*Add margin between menu and rest of content in Firefox*/
.nav2:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.nav2 ul{
	border: none;
	width: 732px;
	margin: 0;
	padding: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.nav2 ul li{
	display: inline;
	margin: 0; /* IE */
	padding: 0; /* IE */
}

/* NOTE: Main menu item */
.nav2 ul li a {
	font-weight:bold;
	text-align: center;
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	width:122px;
	text-decoration: none;
}

.nav2 ul li a:link, .nav2 ul li a:visited, .nav2 ul li a:active {
	color: #990000;
}


/* NOTE: Selected/highlighted/rolloever Main menu item */
.nav2 ul li a:hover { /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image:url(../images/top_nav_rollover.png);
	background-repeat:no-repeat;
	color: #ffffff;
}

.nav2 ul li a.selected {
	background-image:url(../images/top_nav_rollover.png);
	background-repeat:no-repeat;
	color: #ffffff;
}

/* ######### Style for Corporate Main Menu ######### */

.nav3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration:none;
	display:block;
	width:732px;
}

/*Add margin between menu and rest of content in Firefox*/
.nav3:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.nav3 ul{
	border: none;
	width: 732px;
	margin: 0;
	padding: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.nav3 ul li{
	display: inline;
	margin: 0; /* IE */
	padding: 0; /* IE */
}

/* NOTE: Main menu item */
.nav3 ul li a {
	font-weight:bold;
	text-align: center;
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	width:122px;
	text-decoration: none;
}

.nav3 ul li a:link, .nav3 ul li a:visited {
	color: #990000;
}


/* NOTE: Selected/highlighted/rolloever Main menu item */
.nav3 ul li a:hover { /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image:url(../images/top_nav_rollover.png);
	background-repeat:no-repeat;
	color: #ffffff;
}

.navOn{
	color: #ffffff !important;
	background-image:url(../images/top_nav_rollover.png)!important;
	background-repeat:no-repeat !important;
}




/*script dynamically adds a class of "selected" to the current active menu item*/
/*


/* ######### Style for Drop Down Menu ######### */

.dropmenu1 {}

* html .dropmenu1 { padding-top: 7px; } /* IE Hack */

.dropmenudiv{
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	background-color: #95998A;
	text-decoration:none;
	z-index:100;
	visibility: hidden;
}


.dropmenudiv a, .dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active {
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 3px 0;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

* html .dropmenudiv a, .dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #ffffff;
	background-color: #990000;
}

/* ######### Style for Connections Side Menu ######### */


#side {
        width: 132px;
		height: 25px;
		text-align:left;
		background-color: #3A4024;
		position: relative;
		border:none;
}

* html #side {
        width: 142px;
}

#side, #side ul, #side li {
		margin: 0;
        padding: 0;
        list-style: none;
}

#side a {
        display: block;
        height: 25px;
		width: 132px;
		font-weight:bold;
		padding-left:8px;
		padding-top:5px;
		padding-bottom:5px;
		text-decoration: none;
}

* html #side a {
		width: 142px;
}


#side a.span {
        color: white;
		background-color: #3A4024;
		position: relative;
}

#side a.span:hover {
        color: #CCCCCC;
		border: none;
}

#side a.span.category {
        color: white;
		background-color: #990000;
		position: relative;
}

#side a.span.category:hover {
        color: #CCCCCC;
		border: none;
}

#side a.span img {
}

#side li {
        border: none;
}

#side li ul li {
        font-size: 10px;
}

#side li ul li a {
        color: white;
		font-weight:bold;
		background-color: #929686;
}

#side li ul li a:hover {
        color: #CCCCCC;
		background-color: #666666;
}

/* ######### Style for Energy Side Menu ######### */


#side2 {
        width: 132px;
		height: 25px;
		text-align:left;
		background-color: #990000;
		position: relative;
		border:none;
}

* html #side2 {
        width: 142px;
}

#side2, #side2 ul, #side2 li {
		margin: 0;
        padding: 0;
        list-style: none;
}

#side2 a {
        display: block;
        height: 25px;
		width: 132px;
		font-weight:bold;
		padding-left:8px;
		padding-top:5px;
		padding-bottom:5px;
		text-decoration: none;
}

* html #side2 a {
		width: 142px;
}


#side2 a.span {
        color: white;
		background-color: #990000;
		position: relative;
}

#side2 a.span:hover {
        color: #CCCCCC;
		border: none;
}

#side2 a.span.category {
        color: white;
		background-color: #990000;
		position: relative;
}

#side2 a.span.category:hover {
        color: #CCCCCC;
		border: none;
}

#side2 a.span img {
}

#side2 li {
        border: none;
}

#side2 li ul li {
        font-size: 10px;
}

#side2 li ul li a {
        color: #990000;
		font-weight:bold;
		background-color: #BBC598;
}

#side2 li ul li a:hover {
        color: #CCCCCC;
		background-color: #3A4024;
}


/* ######### Style for Corporate Side Menu ######### */


#side3 {
        width: 132px;
		height: 25px;
		text-align:left;
		background-color: #4C4646;
		position: relative;
		border:none;
}

* html #side3 {
        width: 142px;
}

#side3, #side3 ul, #side3 li {
		margin: 0;
        padding: 0;
        list-style: none;
}

#side3 a {
        display: block;
        height: 25px;
		width: 132px;
		font-weight:bold;
		padding-left:8px;
		padding-top:5px;
		padding-bottom:5px;
		text-decoration: none;
}

* html #side3 a {
		width: 142px;
}


#side3 a.span {
        color: white;
		background-color: #4C4646;
		position: relative;
}

#side3 a.span:hover {
        color: #CCCCCC;
		border: none;
}

#side3 a.span.category {
        color: white;
		background-color: #990000;
		position: relative;
}

#side3 a.span.category:hover {
        color: #CCCCCC;
		border: none;
}

#side3 a.span img {
}

#side3 li {
        border: none;
}

#side3 li ul li {
        font-size: 10px;
}

#side3 li ul li a {
        color: #ffffff;
		font-weight:bold;
		background-color: #616D7E;
}

#side3 li ul li a:hover {
        color: #CCCCCC;
		background-color: #808080;
}

/* ######### Lightbox Gallery ######### */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
background:url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { 
background:url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #394023; }
	 
/* ######### Style from previous version ######### */
	 
.labelText_home_header{
color: #FFFFFF;
font-family: arial, Verdana, helvetica;
font-size: 9pt;
font-weight: bold}

.bullet_Text{
color: #FFFFFF;
font-family: arial, Verdana, helvetica;
font-size: 9pt;
font-weight: bold}

.floatingpoint{
color:#666666;
font-family: Verdana, Arial, Helvetica;
font-weight:normal;
font-size:7pt;}

.labelText2
{color: #800000;
font-family: arial, Verdana, helvetica;
font-size: 9pt;
font-weight: normal}

.labelText_Copyright{
color: #666666;
font-family: arial, Verdana, helvetica;
font-size: 8pt;
font-weight: normal}

.recommend_description { font-size: 100%; color: #008000; }

* html .eripbullet
{
	padding-left:62px;
}

/**
 ** Zoom Search styles
 **/
.highlight { background: #FFFF40; }
.searchheading { font-size: 130%; font-weight: bold; }
.summary { font-size: 80%; font-style: italic; }
.suggestion { font-size: 100%; }
.results { font-size: 100%; }
.category { color: #999999; }
.sorting { text-align: right; }

.result_title { font-size: 100%; }		
.description { font-size: 100%; color: #008000; }
.context { font-size: 100%; }
.infoline { font-size: 80%; font-style: normal; color: #808080;}

.zoom_searchform { font-size: 100%; }
.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
.zoom_match { font-size: 80%; margin-left: 10px;}				
.zoom_categories { font-size: 80%; }
.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }

input.zoom_button {  }
input.zoom_searchbox {  }		

.result_image { float: left; display: block; }
.result_image img { margin: 10px; width: 80px; border: 0px; }

.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }

.result_pages { font-size: 100%; }
.result_pagescount { font-size: 100%; }

.searchtime { font-size: 80%; }

.recommended 
{ 
	background: #DFFFBF; 
	border-top: 1px dotted #808080; 
	border-bottom: 1px dotted #808080; 
	margin-top: 15px; 
	margin-bottom: 15px; 
}
.recommended_heading { float: right; font-weight: bold; }
.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
.recommend_title { font-size: 100%; }
.recommend_description { font-size: 100%; color: #008000; }
.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}

/*
** Search Widget Styles
*/

.search-widget-form
{
	background-image: url(../images/search_background.png); 
	height: 42px; 
	width: 271px;
	margin: 5px 0;
}

.search-widget-inner-spacer
{
	height: 6px; 
	line-height: 6px;
}

.search-widget-label
{
	font-size: 12px;
	line-height: 12px;
	color: #384a18;
}

.search-widget-input
{
	height: 18px; 
	width: 147px; 
	font-size: 11px; 
	line-height: 11px;
}

.search-widget-button
{
	border: 0; 
	background: url(../images/search_go-arrowbg.png) no-repeat right; 
	height: 15px; 
	width: 40px;  /* Chrome would like 35px ... */
	color: #384a18; 
	font-weight: bold; 
	font-size: 11px; 
	text-align: left; 
}

	* html .search-widget-button
	{
		height: 15px; 
		width: 29px;
	}
	
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #CCCFC4 !important;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #CCCFC4 !important;
}	

/* ######### BX Slider ######### */

/*
** Front - Logo Slider-Home
*/ 

#logo-slider-home
{
    height: 401px;
    margin: 0;
	margin-top:16px;
    width: 236px;
}

	#slider1-home
	{
		height: 401px;
		margin: 0;
		margin-top:7px;
		padding: 0;
		width: 236px;
	}
		
	#slider1-home li
	{
		margin: 0;
		margin-left:15px;
		padding: 0;
	}
	
	* html #logo-slider-home .bx-window
	{
		margin-top:15px;
	}
	

	#logo-slider-home .bx-prev,
	#logo-slider-home .bx-next
	{
		border: 0;
		display: block;
		height: 13px !important;
		left: 0;
		margin: 0 47%;
		padding: 0;
		position: relative;
		text-indent: -999999px;
		width: 18px !important;
		z-index: 999;
	}
	
	
	* html #logo-slider-home .btn-next-home
	{
		top:455px;
		position:absolute;
		margin: 0;
		margin-left:95px;
	}
	
	* html #logo-slider-home .btn-prev-home
	{
		top:126px;
		position:absolute;
		z-index:500;
		margin: 0;
		margin-left:95px;
	}
	
	#logo-slider-home .bx-prev
	{
	background: url(/images/up-arrow.png) no-repeat top center !important;
	/*
	background-repeat:no-repeat !important;
	background-position:top center !important;
	margin-top: 16px;
	margin-left: 104px;
	position:relative;
	border:none;
	*/
	}
	
	#logo-slider-home .bx-next
	{
	background: url(/images/down-arrow.png) no-repeat bottom center !important;
	margin-top:12px;
	/*
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left: 104px;
	position:relative;
	top: 333px;
	border:none; 
	*/
	}
	
	/*
** Front - Logo Slider-Content
*/ 

#logo-slider
{
    height: 401px;
    margin: 0;
	margin-top:16px;
    width: 236px;
}

	#slider1
	{
		height: 401px;
		margin: 0;
		margin-top:7px;
		padding: 0;
		width: 236px;
	}
		
	#slider1 li
	{
		margin: 0;
		margin-left:15px;
		padding: 0;
	}
	
	* html #logo-slider .bx-window
	{
		margin-top:15px;
	}
	

	#logo-slider .bx-prev,
	#logo-slider .bx-next
	{
		border: 0;
		display: block;
		height: 13px !important;
		left: 0;
		margin: 0 47%;
		padding: 0;
		position: relative;
		text-indent: -999999px;
		width: 18px !important;
		z-index: 999;
	}
	
	
	* html #logo-slider .btn-next
	{
		top:594px;
		position:absolute;
		margin: 0;
		margin-left:95px;
	}
	
	* html #logo-slider .btn-prev
	{
		top:265px;
		position:absolute;
		z-index:500;
		margin: 0;
		margin-left:95px;
	}
	
	#logo-slider .bx-prev
	{
	background: url(/images/up-arrow.png) no-repeat top center !important;
	/*
	background-repeat:no-repeat !important;
	background-position:top center !important;
	margin-top: 16px;
	margin-left: 104px;
	position:relative;
	border:none;
	*/
	}
	
	#logo-slider .bx-next
	{
	background: url(/images/down-arrow.png) no-repeat bottom center !important;
	margin-top:12px;
	/*
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left: 104px;
	position:relative;
	top: 333px;
	border:none; 
	*/
	}

/*
** Form Summary
*/

dl
{
	margin: 0;
	margin-left: 10px;
}

	dl dl
	{
		border: 0;
		border-left: 5px solid #e5e5e5;
		margin: 10px 15px;			
		margin-right: 0;
		padding: 0;
		padding-left: 5px; 
	}

	dl dl dt
	{
		color: #666666;
	}
	
dt
{
	font-weight: bold;
}

dd
{
	clear: right;
	margin: 0;
	margin-bottom: 10px;
}

/*
** Javascript Banner
*/

.banner {
	position: relative;
	width: 748px;
	height: 266px;
	overflow: hidden;
	border: none;
}

.banner div {
	position: absolute;
	width: 748px;
	height: 266px;
	opacity: 0.0;
	z-index: 0;
	border: none;
}

.banner div.current {
	z-index: 2;
}
.banner div.previous {
	z-index: 1;
}	

/*
** bxSlider IE Print issue fix...
*/
@media print
{
	#slider1
	{
		display: none;
		visibility: hidden;
	}
}
