@charset "utf-8";
body {
	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: #000000;
	background-color: #f3f3f3;
	list-style-image: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
br {
	line-height: 0em;

}

ul {
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-image: none;
	list-style-type: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 907px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-right: 5px;
	background-image: url(newImages/rshadow.jpg);
	background-repeat: repeat-y;
	background-position: right;
}


#shadowContainer {
	width: 902px;
	background-image: url(newImages/lshadow.jpg);
	background-repeat: repeat-y;
	padding-left: 5px;
}
#globalContainer {
	width: 900px;
	border: 1px solid #666;
	background-color: #FFF;
}

#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 91px;
	width: 900px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	overflow: hidden;
}
#header #login {
	line-height: 91px;
	float: right;
	height: 91px;
	padding-right: 10px;
}

h1.logo {
	height: 91px;
	width: 350px;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	line-height: 91px;
	overflow: hidden;
	float: left;
	background-image: url(newImages/logo.jpg);
	text-indent: -9999px;
}





#menu {
	background-color: #CCC;
	height: 26px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	line-height: 25px;
}
#menu a:link {
	text-decoration: none;
	color: #333;
}
#menu a:visited {
	color: #333;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
	color: #666;
}


#menu li {
	height: 25px;
	width: 149px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	list-style-type: none;
	list-style-image: none;
	background-image: url(newImages/menuBkgrnd.jpg);
	background-repeat: repeat-x;
}

#menu li.right{
	width: 150px;
	border-right-width: 0px;
}
#mainContent {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;

	*clear: both;
	*float: left;
}
#aboutBox {
	width: 300px;
	color: #FFF;
	background-color: #666;
	height: 181px;
	position: static;
	float: left;
}
#aboutBox p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#aboutBoxTop {
	height: 56px;
	width: 300px;
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}
#aboutBoxTop h2 {
	margin: 0px;
	padding: 0px;
}


h2.aboutBox {
	height: 56px;
	width: 300px;
	background-image: url(newImages/aboutBoxTop.jpg);
	text-indent: -9999px;
}


#industry {
	width: 600px;
	height: 181px;
	background-color: #969;
	float: left;
	background-image: url(newImages/industry.jpg);
	background-repeat: no-repeat;
}
#spacerBar {
	background-color: #F4F5FA;
	height: 25px;
	width: 900px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	float: left;
}
#content1 {
	width: 900px;
	background-image: url(newImages/content1bkg.jpg);
	background-position: 2px top;
	background-repeat: no-repeat;
	float: left;
}
#container #content1 h3 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#content1 a {
	cursor: hand;
}

#content1 h3.img1 {
	background-image: url(newImages/customerService.jpg);
	height: 168px;
	width: 204px;
}
#content1 h3.img2 {
	background-image: url(newImages/preMix.jpg);
	height: 169px;
	width: 204px;
}
#content1 h3.img3 {
	background-image: url(newImages/potEncap.jpg);
	height: 181px;
	width: 204px;
}




#content1 li {
	width: 206px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#content1 li p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content1 ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content1 ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content1 .news {
	float: left;
	overflow: hidden;
	width: 202px;
	position: relative;
	margin-top: 33px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#content1 #newsItems {
	margin: 0px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#content1 #newsItems img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#content1 #newsItems p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#content1 #newsItems li {
	margin: 0px;
	height: 99px;
	width: 202px;
	display: table;
	*display: block;
	*position: relative;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	overflow: visible;
}
#content1 #newsItems #vertCentered {
	margin: 0px;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;

	*display: block;
	*position: absolute;
	*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight /2);
	*width: 101px;
	overflow: visible;
}

#footer {
	padding: 0 10px;
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	font-size: .9em;
	line-height: 1.2em;
}
.disclaimer {
	color: #999;
}

.date {
	display: block;
	padding-top: 1px;
	color: #999;
	font-size: 0.9em;
}
