body 
{
	font: 100% Tahoma, Geneva, sans-serif;
	background-color:#474747;
	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:#474747;
	background-image:url(../images/sce/siteMainBG.jpg);
	background-repeat:repeat-x;
}

#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: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header 
{ 
	background-image:url(../images/sce/topHeader.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:57px;
	background: #DDDDDD; 
	padding:0;  /* 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. */
}

#top_nav
{
height:30px;
} 

#top_navSubpage
{
height:115px;
} 

#flashHolder 
{ 
	width:960px;
	background: #fff;
	height:513px;
	min-height:513px;
	display:block;
} 

#subpageBannerHolder
{
	width: 960px;
  	position: absolute;
  	top: 173px;
  	left: 50%;
  	margin-left: -480px;
height:141px;
	
	} 



/*#######################
#########################
HOMEPAGE TEMPLATE
MAINCONTENT
#########################
########################*/

#mainContent 
{ 
	width:960px;
	margin:10px 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
	height:auto;
	min-height:740px;

} 



#mainContent h1 
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#1e6fa7;
	background-image:url(../images/sce/h1BgImg.jpg);
	background-repeat:no-repeat;
	height:66px;
	/*display:block;*/
	vertical-align:middle;
	line-height:66px;
	visibility:visible;
	/*margin:10px 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0 0 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent h2 
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#999;
	/*display:block;
	vertical-align:middle;
	line-height:20px;
	visibility:visible;
	margin:0 0 10px 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0 0 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent p
{ 
	margin:0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 50px 20px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	line-height:18px;
	text-align:justify;
}

#mainContent ul
{ 
	margin:0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0 20px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:18px;
	text-align:justify;
}

#mainContent ul li
{ 
	padding: 0 0 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/*#######################
#########################
SUBPAGE TEMPLATE
MAINCONTENT
#########################
########################*/

#mainSubpageContent
{ 
	width:960px;
	margin:0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
	height:auto;
	min-height:900px;
} 

#mainSubpageContentSearch
{ 
	width:960px;
	margin:0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
	height:auto;
	min-height:300px;
} 

#subpageMainText
{ 
	width:720px;
	margin:0 50px 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
	height:auto;
	min-height:900px;
	float:right;
	margin-top:106px;
} 

#subpageMainTextSearch
{ 
	width:720px;
	margin:0 50px 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
	height:auto;
	min-height:300px;
	float:right;
	margin-top:106px;
} 

#MainText
{ 
	width:620px;
	margin:0 0 0 150px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
	height:auto;
	min-height:900px;
	float:left;
} 

#MainTextSearch
{ 
	width:620px;
	margin:0 0 0 150px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#fff;
	height:auto;
	min-height:300px;
	float:left;
} 

#mainSubpageContent h1 
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#1e6fa7;
	/*background-image:url(../images/sce/h1BgImg.jpg);
	background-repeat:no-repeat;*/
	height:66px;
	display:block;
	vertical-align:middle;
	line-height:66px;
	visibility:visible;
	margin:10px 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainSubpageContentSearch h1 
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#1e6fa7;
	/*background-image:url(../images/sce/h1BgImg.jpg);
	background-repeat:no-repeat;*/
	height:66px;
	display:block;
	vertical-align:middle;
	line-height:66px;
	visibility:visible;
	margin:10px 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainSubpageContent h2 
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#999;
	display:block;
	vertical-align:middle;
	line-height:20px;
	visibility:visible;
	margin:0 0 10px 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainSubpageContent p
{ 
	margin:0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:18px;
	text-align:justify;
}

#mainSubpageContentSearch p
{ 
	margin:0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:18px;
	text-align:justify;
}


#mainSubpageContent ul
{ 
	margin:0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:18px;
	text-align:justify;
}

#mainSubpageContent ul li
{ 
	padding: 0 0 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#subpage_leftNav
{
	float:left;
	width:190px;
	height:573px;
	margin-top:145px;
}
	
.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;
}

#footer
{ 		
	color: #4a4a4a;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	
	
} 

#footer a 
{
	color: #4770b4;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;	
}

.imgBorderRight
{
	margin:0 0 10px 20px;
	float:right;
}

.imgBorderLeft
{
	margin:0 20px 10px 0;
	float:left;
}

.PipeBoltTube_Menus_Titles
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#1e6fa7;
	line-height:20px;
	padding-left:10px;
}

.PipeBoltTube_Menus 
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#474747;
	list-style-image:url(../images/sce/bulletSubMenus.png);
	padding:0;
	margin:10px 0 0 30px;
	display:block;
	text-align:left;

}

.PipeBoltTube_Menus >li
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#474747;
	line-height:10px;
	list-style-image:url(../images/sce/bulletSubMenus.png);
}

em { font-style: italic;}
