@charset "UTF-8";
/* CSS Document */


body {
	background-color: #999;
	margin-top: 0px;
        margin: 0;
}

#wrapper {	
	height: auto;
	//outline: dashed red;
	background-color: white;
	-moz-box-shadow:    0px 0px 8px 1px  #333;
  	-webkit-box-shadow: 0px 0px 8px 1px #333;
  	box-shadow:         0px 0px 8px 1px #333;	
		
}
#header {
	//outline: dashed blue;
        background: linear-gradient(white, #E7E8E9);
}

#headerContainer{
        margin: 0 auto;
        width: 1024px;
        height: 110px;
}

#logo {
    display: inline-block;
    margin-left: 30px;
    margin-top: 10px;
    //outline: red dashed;	
    width: 194px;
    height: 77px;
    background-image: url(../Images/logo.png);
}

/****************navbar****************/

#navbar {
	//outline: dashed red;
	display: inline-block;
	margin-top: 0px;
	padding-left: 0px;
}

#homePage_subnav {
    padding: 0;
    width: auto;
    height: auto;
    margin-top: 0;
}

#homePage_subnav li{
    display: inline-block;
    text-align: center;
    //width: 339px;
    width: 250px;
    padding-left: 0;
}

.current{
	background-image: url(../Images/nav.png);
	background-repeat: repeat-x;
}

#navbar .current li  {
	color: #E6E6E6; /*light gray*/
}

#navbar li {
	margin-top: 0px;
	padding-top: 6px;
	padding-bottom: 10px;
	display: inline-block;
	padding-left: 13px;
	padding-right: 13px;
	//outline: dotted yellow;
	font-family: Arial, Helvetica, sans-serif;
	color: #292929; /*black*/
	font-size: 17px;
	font-weight: bold;
}

#navbar a {
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	//outline: red dashed;
}

#navbar a:hover li {
	background-image:url(../Images/nav2.png);
	background-repeat: repeat-x;
}

#navbar  a:hover li {
	color: #006699; /*dark blue*/
}

/***********end of navbar**************/
#top_text{
    border-color: #333333;
    border-top: 1px;
    border-top-style: solid;
    background-color: #E6E6E6;
    clear: both;
}

#bottom_text{
    background-color: #E6E6E6;
}

#text_area{
    width: 1024px;
    margin: 0 auto;
    text-align: center;
}

.text_entry {
    display: inline-block;
    //width: 330px;
    width: 250px;
    vertical-align: top;
}

.text_entry  p {
    font-family: Arial, Helvetica, sans-serif;
    color: #292929; /*black*/
    font-size: 15px;
    line-height: 21px;
    padding-left: 20px;
    padding-right: 20px;	
}

#content {
	height: auto;
	//outline: dashed yellow;
	background-color: #E7E8E9; 
	background-image: url(../Images/blue_background.png); 
	background-repeat: repeat-x;
}

#content_container{
    width: 1025px;
    margin: 0 auto;
    background-image: url(../Images/blue_background.png); 
    background-repeat: repeat-x;
}

/* The blue_background needs to be longer so the content doesn't overflow */
.chemical_processing_home_content_background
{
    background-image: url(../Images/blue_background_extended.png) !important;
}

.chemical_processing_home_top_part
{
	height: 557px !important;
}

/* Previous design used two stylesheets that intermixed and it was a mess
 This is for pages such as private policy */
#contentSinglePages {
	height: auto;
	//outline: dashed yellow;
	background-color: #E7E8E9; 
	background-image: url(../Images/blue_background.png); 
	background-repeat: repeat-x;
	padding-top: 50px;
	padding-bottom: 50px;
}

#content_wrapper {
    margin: auto;
    width: 645px;
    height: auto;
    background-color: white;
    background-image: url(../Images/gradient.png);
    background-repeat: repeat-x;
    -moz-box-shadow:    0px 0px 8px 1px  #333;
    -webkit-box-shadow: 0px 0px 8px 1px #333;
    box-shadow:         0px 0px 8px 1px #333;	
    padding-left: 95px;
    padding-right: 95px;
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: auto;
}

#contact_info {
	float: left;
	width: 315px;
	height: auto;
	//outline: red dashed;
}

#contact {
	float: left;
	//outline: green dashed;
	margin-top: 13px;
	margin-bottom: 10px;
	margin-left: 50px;
	width: 227px;
	height: 230px;
	background-image: url(../Images/contact.png);
	background-repeat: no-repeat;
}

#top_part {
	padding-top: 36px;
	height: 490px;
	width: 1025px;
	//outline: dashed yellow;	
}

#top_left {
	width: 305px;
	height: 490px;
	//outline: dashed red;
	float: left;
	padding-top: 0px;
}
/****************aside****************/

.aside {
	//height: 192px;
	width: 304px;
	//outline: purple dashed;	
}

.aside a{
    text-decoration: none;
}

.aside ul {
	//outline: red dotted;
	margin: 0px 0px;
	padding: 0px 0px;
}

.aside li {
	display: block;
	width: 279px;
	height: 40px;
	padding-top: 24px;
	padding-left: 25px;
	//outline: black dashed;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699; /*dark blue*/
	font-size: 22px;
	background-image: url(../Images/subnav.png);
	font-weight: bold;
}

.aside  a:hover li {
        background-color: #7FB2CC;
        background-image: none;
}

/****************end aside****************/
#story {
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
	height: 278px;
	width: 254px;
	//outline: pink dashed;	
}

#story p {
	font-family: Arial, Helvetica, sans-serif;
	color: #E6E6E6; /*light gray*/
	font-size: 15px;
	line-height: 21px;		
}

#top_right {
	width: 719px;
	height: 490px;
	//outline: dashed green;
	float: left;
}

.otherSliders{
    width: 719px !important;
}

.theme-default {
    text-align: center;
    display: inline-block;
    //width: 339px;
    width: 250px;
    height: 200px;
}

#bottom_part {	
	padding-left: 40px;
	padding-right: 40px;
	height: auto;
	width: 944px;
	//outline: dashed brown;
	overflow:auto;
}

#left_bottom {
	width: 270px;
	height: auto;
	//outline: blue dashed;
	margin-right: 40px;
	float: left;
	magin-top: 0px;
	padding-top: 0px;
	
}

.entry {
	width: auto;
	height: auto;
	//outline: yellow dashed;	
	margin: 0px 0px ;
	padding-bottom: 10px;
}

h1 {
	//outline: black dotted;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699; /*dark blue*/
	font-size: 22px;
}

hr {
	color: #006699;
	margin-top: -15px;
}
.entry {
	width: auto;
	height: auto;
	//outline: yellow dashed;	
	margin: 0px 0px ;
	padding-bottom: 10px;
}

.entry  p {
	font-family: Arial, Helvetica, sans-serif;
	color: #292929; /*black*/
	font-size: 15px;
	line-height: 21px;	
}

.entryList li{
    font-family: Arial, Helvetica, sans-serif;
	color: black; /*light gray*/
	font-size: 15px;
	line-height: 21px;
        margin-bottom: 10px;
}

.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;	
	color: #006699; /*dark blue*/	
	//outline: green dotted;
	display: block;
	margin-top: 25px;
	margin-bottom: -15px;
	font-weight: bold;
}

 .blue {
	color: #006699; /*dark blue*/
}

#right_bottom {
	width: 634px;
	height: 420px;
	float: left;
	//outline: green dashed;
}

#footer {
	margin-top: 0px;
	padding-top: 10px;
	height: 88px;
	background-image: url(../Images/footer_background.png);
	background-repeat: repeat-x;
	//outline: dashed purple;
}

#footerContainer{
    margin: 0 auto;
    width: 1025px;
}

/********footer navbar************/

#footNav {
	//outline: red dashed;
	text-align: center;
}

#footNav li {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
	//outline: dotted yellow;
	font-family: Arial, Helvetica, sans-serif;
	color: #E6E6E6; /*light gray*/
	font-size: 14px;	
}

#footNav a:hover li {
	color: #7fb2cc; /*light blue*/
}

#footNav .seperator {
	color: #FABD42; /*orange*/
}
	
#footer p {
	//outline: blue dashed;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #E6E6E6; /*light gray*/
	font-size: 13px;
	margin-top: -8px;
}
	
#footer p a {
	color: #E6E6E6; /*light gray*/
}

#footer p a:hover {
	color: #7fb2cc; /*light blue*/
}
	
/******end of footer navbar*****/

