@charset "UTF-8";

/*******************************************************************************

GLOBAL

 *******************************************************************************/

body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image:url(../Images/sitebg.jpg);
	background-repeat:repeat-x;
	color: #000000;
	font-weight: inherit;
	font-style: normal;
	font-variant: normal;
}

p{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 100%;
	color: #000000;
}

h2{
	font-size:21px;
	letter-spacing: 0.05em;
	color: #253679;
	text-transform:capitalize;
}

subheader, h3{
	font-size:14px;
	letter-spacing: 0.05em;
	color: #000;
	padding:0 0 0 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

subheader2, h4{
	font-size:13px;
	letter-spacing: 0.05em;
	color: #000000;
	padding:0 0 0 0;
	margin:0 0 0 0;
}


.header {
	font-size:22px;
	letter-spacing: 0.05em;
	color: #253679;
}

.photocaption 
{
	font-size: 0.8em;
	font-style: italic;
	color: #666;
	margin:3px 0 6px 0;
	padding:3px 0 10px 0;
}



.subheader {
	font-size:18px;
	letter-spacing: 0.05em;
	color: #253679;
}

a {
	text-decoration:underline;
	color: #02297d;
   }



table ul {
	color: #000000;
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
	margin: 0px;
	padding: 5px 0 0 0px;
	font-style:normal;	font-weight:normal;

}
table ul li {
	padding-top: 0.4em;
	line-height: 120%;
	font-size: 90%;
	letter-spacing: 0.03em;
	padding: 0px 0 0 0px;
	margin:0;
	font-style:normal;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
}
table {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.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;
}
span.bullet {font-size: 12px; font-family: sans-serif; color:#F00; background-color:#F00; baseline-shift:top;}


/*******************************************************************************

Page Header: 

 *******************************************************************************/ 

.SearchArea {
	display:inline;
	margin-right: 20px;
}

.searchwin {
	background-image:url(../Images/searchleft.jpg);
	background-repeat: repeat-x;
	float: right;
	padding:8px 0 0 12px;
	height: 22px;
	width: 100px;
	margin-top: 30px;
	color: #999;
	font-size: 90%;
	display:inline;
}

.searchwinbutton {
	float: right;
	padding: 0px 30px 0 0;
	height: 29px;
	width: 63px;
	margin-top: 30px;
	display:inline;
}

#header {
	background-image:url(../Images/logobar.jpg);
	background-repeat: repeat-x;
	width:980px;
	padding: 0 0 10px 0px;
	margin: 0px;
	height: auto;
	background-color: #FFF;
} 

#NavHG {
	margin: 0px;
	padding: 0 0 0 10px;
	width: 970px;
	background-image: url(../Images/navnorm.jpg);
	height:auto;
	float:left;
}


.logobox {
	width:390px;
	float:left;
	height:132px;
	display:inline;
}


/*******************************************************************************

 Home page main image area: 

 *******************************************************************************/

.twoColFixLtHdr #mainpage {
	margin:0px;
	background-color:#FFF;
	background-image: url(../Images/MainA.jpg);
	background-repeat: repeat-x;
	width: 980px;
	padding: 0;
	height: 390px;
	float: left;
	background-position: top;
} 

.mainpagemain {
	width: 440px;
	margin: 0px;
	padding: 40px 0px 20px 500px;
}

.mainpagemain p {
	color: #4baae0;
	margin: 5px 0 0 50px;
}
.mainpagemain h3 {
	color: #4baae0;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-left:50px;
}
.mainpagemain h4 {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin: 4px 0 4px 0;
}



/*******************************************************************************

 Home page bottom section: 

 *******************************************************************************/
 
.news {
	background-image: url(../Images/editbg2.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
	width: 300px;
	height:140px;
	display:inline;
	margin: 10px 10px 0 0;
}

.news h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:8px;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	border-bottom:1px;
	border-bottom-color:#fff;
	border-bottom-style:solid;
	line-height:1.5em;
}

.news h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:2px 10px 2px 10px;
}

.news p {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:10px;
}
.news_more {
	text-align:right;
	padding-right:10px;
}


.factory {
	padding: 0px;
	float: left;
	width: 320px;
	margin: 10px 0px 0 10px;
	background-image: url(../siteimages/Plant.jpg);
	height:156px;
}

.newsflash {
	padding: 0px;
	float: left;
	width: 320px;
	margin: 10px 0px 0 0px;
	height:156px;
}
 
.feature {
	padding: 0px;
	margin: 10px 0 8px 10px;
	float: left;
	width: 320px;
	display:inline;
}


/*******************************************************************************

 Mainpage: 

 *******************************************************************************/
 
 #container		
		{
	width: 980px;
	text-align: left;
	background-color:#FFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0 10px 10px 10px;}


#mainContent {
	margin:0px 0px 0px 332px;
	padding: 0;
	height: auto;
	width:618px;
}


.pagebg {
	margin:0px 0px 0px 0px;
    background-image: url(../Images/slidebg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	height:auto;
}

/* Page with no sidebar: */

#mainContentnosidebar {
	height:auto;
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 20px;
} 

#mainContentnosidebar h1 {
	margin-top:0px;
	margin-bottom:0px;
}

#mainContentnosidebar h2 {
	margin-top:0px;
	margin-bottom:0px;
}

#mainContentnosidebar p {
	margin-top:3px;
	margin-bottom:1px;
}


/*******************************************************************************

 Sidebar: 

 *******************************************************************************/
 
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 295px;
	height: 462px;
	padding: 0px 0 15px 25px;
	margin-top: 0px;
}

#sidebar1 ul {
	font-style: italic;
	color: #FFF;
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: outside;
	margin: 0px;
	padding: 5px 0 0 13px;
}
 #sidebar1 ul li {
	padding-top: 0.4em;
	line-height: 120%;
	font-size: 90%;
	letter-spacing: .03em;
}

#sidebar1 p{
	color: #fff;
	line-height: 1.4em;
	margin:.3em 20px 10px 0px;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#sidebar1 h3{
	color: #FFF;
	line-height: 1.5em;
	font-size: 23px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px 10px 3px 0;
	font-weight: lighter;
	letter-spacing: .1em;
}

 #sidebar1 h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20%;
	margin: 0px;
	padding: 10px 0 0 0px;
	font-weight: lighter;
	color: #FFF;
	letter-spacing: .1em;
}

/*******************************************************************************

Extranet Sidebar: 

 *******************************************************************************/
 
 #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	height: auto;
	padding: 0px 0 15px 0px;
	margin: 0;
}

 #sidebar2 h2 {
	font-size:1.5em;
	color:#fff;
	width:200px;
	margin: 0 0 1px 0;
	padding: 9px 5px 7px 20px;
	background-image:url(../Images/exbg.jpg);
	background-repeat:none;
}



/*******************************************************************************

Extranet Maincontent: 

 *******************************************************************************/

#mainContent2 {
	padding: 0px;
	width:685px;
	/*border-left:solid 1px #ccc;*/
 	min-height:550px;
	height:auto !important;
	height:550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 245px;
} 

#mainContent2 p{
	margin: 0px;
	paddingp: 0px;
	color: #000;	
	
} 

#mainContent2 h1{
	margin: 0px;
	padding: 0px;
	
} 

/*******************************************************************************

FOOTER INFORMATION:

 *******************************************************************************/

.twoColFixLtHdr #footer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BDBDBD;
	border-right-color: #BDBDBD;
	border-bottom-color: #BDBDBD;
	border-left-color: #BDBDBD;
	margin: 0 0 10px 0;
	padding: 10px 0 8px 0;
} 
	
#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: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.leftfoot {
	float: left;
	color: #022b7e;
	text-decoration: none;
	font-size:11px;
	width: 40%;
}
#leftfoot ul {
	list-style: none;
	width: auto;
	color: #Ebebeb;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
#leftfoot li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bdbdbd;
	}

#leftfoot li a {
	display: block;
	padding: 6px 15px 6px 15px;
	color: #022b7e;
	text-decoration: none;
	font-size:11px;
}

#leftfoot li a:hover, #footer li a:active, #footer li a:focus {
	color:#406eca;
}
		
.rightfoot {
	float: right;
	color: #022b7e;
	text-decoration: none;
	font-size:11px;
	width: 50%;
}

#rightfoot ul {
	list-style: none;
	color: #333;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
	
#rightfoot ul li {
	float: right;
	display: block;
	color: #999;
	text-decoration: none;
	font-size:11px;
	padding: 6px 0 4px 15px;
}
	
#rightfoot ul li a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding: 6px 22px 6px 6px;
	color: #999;
	text-decoration: none;
	font-size:11px;
}

#rightfoot ul li a:hover, #footer li a:active, #footer li a:focus {
	color:#406eca;
}	

.moreinfo #a {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #00F;
	font-size: 11px;
}

.edithead {
	letter-spacing: 128%;
	margin-bottom: 10px;
	margin-top: 8px;
}



/*******************************************************************************

 BROWSER HACKS: 

 *******************************************************************************/
 

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}
}


/* VARIOUS HACKS FOR IE: 
}
*/
 
.mainpagemain {
	*width: 440px;
}

.twoColFixLtHdr #footer {
	*height:30px	

} 


/* form styles */

input {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: .4em; */
	font-size: 12px;
	font-weight:  Normal;
	padding:0;
}

.inputField {
	border: 0px solid #ffffff;
	padding:0;
	margin:0;
}

.searchwin input {
	padding:0px 0 0 3px;
	height: 18px;
	width: 100px;
	color: #999;
	font-size: 90%;
	display:inline;
	margin:0;
}