p{
margin:0px;
padding:0px;
}

body 
{
	background-color :#969595;
	margin-top : 0;
}	
table.Header 
{
	background-image:url(images/header.jpg);
	background-repeat :no-repeat;
	background-color : White;
}
td.news  
{
	width: 213px;
	border-bottom: dotted 1px silver;
	height: 22px;
}
td.Heading
{
	border-left: solid 1px silver; 
	border-bottom : solid 1px silver; 
	padding-left:15px;
	height: 22px;
}
.ContentPane p span a:link, .ContentPane p span a:visited
{
	font-family :Verdana ;
	font-weight :normal ;
	color:#d9001b;
	position:relative;
	left:-1px;
}
.ContentPane
{
	padding-left:15px;
	padding-top:15px;
	vertical-align:top;
	font-family:Verdana;
	font-size:11px;
	border-left: solid 1px silver; 
}
.ContentPane td{
	font-family:Verdana;
	font-size:11px;
	
}

td.GlobalLink
{
	padding-top:15px;
	vertical-align:top;
	text-align: center;
	border-top: dotted 1px silver;
}

.copywrite
{
	font-family:Verdana;
	font-size:9px;
	color:White;
	text-align:right;
}
td.FooterNavItem
{
	width:110px;
	vertical-align :middle ;
	text-align :center ;
	border-right : solid 1px white;
}
td.LeftNavItem
{
	padding-left : 5px;
	border-bottom: dotted 1px silver;
	border-bottom-color:Gray ; 
}
.FooterNavItem a:hover
{
	text-decoration :underline;
	color:White;
}
.LeftNavItem a
{
	color:#717171;
	font-family :Verdana ;
	font-size :12px;
	text-decoration :none;
}
.LeftNavItem a:hover
{
	text-decoration : underline;
}
.FooterNavItem a, a:visited
{
	font-family :Verdana;
	font-size : 11px;
	color:White ;
	text-decoration :none;
}
.MenuPane{
	background-repeat:no-repeat;
}
a.login
{
	color:#969595;
	text-transform :uppercase ;
}
a.login:hover
{
	color:gray;
}

/* HOUSE MENU */
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#dnnHOUSEMENU { /* menu wrapper div */
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
}

#dnnHOUSEMENU ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#dnnHOUSEMENU li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#dnnHOUSEMENU li li { /* all items under the top level */
	z-index: 11113;
}

#dnnHOUSEMENU a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#dnnHOUSEMENU li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#dnnHOUSEMENU li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#dnnHOUSEMENU li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#dnnHOUSEMENU li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#dnnHOUSEMENU li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#dnnHOUSEMENU li:hover ul ul, 
#dnnHOUSEMENU li:hover ul ul ul, 
#dnnHOUSEMENU li.sfhover ul ul, 
#dnnHOUSEMENU li.sfhover ul ul ul {
	left: -9999px;
}

#dnnHOUSEMENU li:hover ul, 
#dnnHOUSEMENU li li:hover ul, 
#dnnHOUSEMENU li li li:hover ul, 
#dnnHOUSEMENU li.sfhover ul, 
#dnnHOUSEMENU li li.sfhover ul, 
#dnnHOUSEMENU li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#dnnHOUSEMENU iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#dnnHOUSEMENU { /* menu wrapper div */
	height: 24px;
}

#dnnHOUSEMENU ul { /* all submenu lists */
	line-height: 14px;
	background-color: #6c6c6c;
}

#dnnHOUSEMENU li { /* all list items */
	height: 24px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 24px;
	/* end hack */
}

#dnnHOUSEMENU li li { /* all items under the top level */
	width: 144px;
	height: 24px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 24px;
	/* end hack */
}

#dnnHOUSEMENU a { /* all links within the menu wrapper */
	font-family: Verdana;
	font-size: 12px;
	font-weight : normal;
	text-decoration : none;
	color : white;
	background-color: #6c6c6c;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 13px;
	width: auto;
	height: 22px;
	height: 13px;
	_height: 100%;
	border-left : solid 1px white;
}

li#dnnHOUSEMENUItemHome a, li#dnnHOUSEMENUItemHome a:hover
{
	border-left :none !important;
}

#dnnHOUSEMENU li li a { /* all item links under the top level */
	padding: 5px;
	width: 134px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 140px;
	height: 13px;
	_height: 100%;
	/* end hack */
}

#dnnHOUSEMENU li a:hover {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 13px;
	text-decoration :underline;
	border-left : solid 1px white;
}

#dnnHOUSEMENU li li a:hover {
	padding: 5px;
	_width: 140px;
	height: 14px;
}

#dnnHOUSEMENU li ul { /* second-level lists */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #999;
	margin: 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 1px 0 0 0;
	_margin: 0;
	/* end hack */
	line-height: 14px;
}

#dnnHOUSEMENU li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 144px;
	_margin: -24px 0 0 142px;
	border: solid 1px #999;
	line-height: 14px;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#dnnHOUSEMENU #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#dnnHOUSEMENU a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#dnnHOUSEMENU a#houseMenuCurrentLink
{ /* current link itself */
	margin: 1px;
	border: solid 1px #666;
	padding: 3px;
	height: 14px;
	color: #000;
	background-color: #ccc; 
	text-decoration: none;
}

/* left hand nav */
#houseMenuVstatic
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image : url("images/pixel.jpg");
	list-style-position :inside ;
}

#houseMenuVstatic li 
{
	padding-left :15px;
	padding-bottom : 0px;
	padding-top : 0px;
	border-top : dotted 1px silver;
	background-image: url("images/menu_arrow.gif");
	background-repeat: no-repeat;
	background-position: 10px 7px;
	
}
#houseMenuVstatic li a
{
	color:#717171;
	font-family :Verdana;
	font-size:10px;
}

/* news carosuel */
.jCarouselLite ul li
{
	font-family :Verdana;
	font-size :10px;
	font-weight :bold ;
	color:#BE031A;
	height:50px !important;	
}
.NewsItem a:link, .NewsItem a:visited
{
	color:#717171;
	font-weight :normal ;
}
.NewsItem a:hover
{
	color:#D9001B;
	text-decoration :underline;
	font-weight :normal ;
}
/* news Section List */
td.ENewsListDate
{
	font-family :Verdana;
	font-size :10px;

}
td.ENewsListTitle a
{
	
	font-family :Verdana;
	font-size :10px;
	
	
}
.ENewsListSummary
{
	font-family :Verdana;
	font-size :10px;
}
.NewsItemDate
{
	font-family :Verdana;
	font-size :10px;
}
.NewsItemTitle
{
	font-family :Verdana;
	font-size :10px;
	font-weight :bold ;
}
.NewsItemBody
{
	font-family :Verdana;
	font-size :10px;
}
.search
{
	position:relative;
	color:silver;
	left:95px;
	font-family :Verdana;
	font-size :10px;

}


.SetInputBackGround{
	
	background-image: url(/Portals/0/Skins/ERG_Industrial/images/SearchWaterMark.jpg);
}

.ContentPane a:link, .ContentPane a:visited{
	color:#C5031B;
	font-family:Tahoma,Arial,Helvetica;
}

.ContentPane a:hover{
	text-decoration:underline;
}

.ContentPane ul li, .ContentPane li,  .ContentPane ul{
	padding-top:0px;
	padding-bottom:0px;
	/*margin-top:0px;*/
	/*margin-bottom:0px;*/
	list-style-type:disc;
}



.Heading img{
	margin-left:-3px;
	
}


.SubHead{
	color:#000000;
}

.pageTitle{
	color:#D9001B;
	
}