@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-family: 'Palanquin', sans-serif;
	color:#404040;
}
.container {
	width:960px;
	margin:auto;
}

#header-panel {
	background:url(images/backer-green.jpg);
	height:133px;
	overflow:hidden;
}
.logo {
	width:301px;
	height:89px;
	margin-left:12px;
	margin-top:20px;
	float:left;
}
.header-contact {
	width:60%;
	float:right;
	color:#fff;
	text-align:right;
	margin-right:12px;
	margin-top:20px;
}
.navigation {
	width:65%;
	float:right;
	margin-top:12px;
	text-align:right;
	margin-right:12px;
	font-size:14px;
}
.navigation ul {
	list-style:none;
}
.navigation li {
	display:inline;
	margin-left:6px;
}
.navigation a {
	color:#fff;
	text-decoration:none;
}
.navigation a:visited {
	color:#fff;
	text-decoration:none;
}
.navigation a:hover {
	color:#fff;
	text-decoration:underline;
}
#footer-section {
	font-size:12px;
	color:#404040;
	padding-bottom:12px;
	padding-top:8px;
}
#footer-section a {
	color:#404040;
	text-decoration:none;
}
#footer-section a:visited {
	color:#404040;
	text-decoration:none;
}
#footer-section a:hover {
	color:#000;
	text-decoration:none;
}
.copyright {
	float:left;
	width:40%;
}
.footer-nav {
	float:right;
	width:50%;
	text-align:right;
}

.banner-section {
	overflow:hidden;
}
.cta-4 {
	width:25%;
	float:left;
}
.cta-2 {
	width:50%;
	float:left;
}
.cta-text-2 {
	width:50%;
	float:left;
	padding:8px;
}
.cta-text-1 {
	width:90%;
	float:left;
	padding:8px;
	text-align:center;
}
.row {
	clear:both;
}
.col-1 {
	width:100%;
}
.col-2 {
	width:50%;
	float:left
}
.col-3 {
	width:30%;
}
.chemical-block {
	width:90%;
	padding:8px;
	border:1px solid #404040;
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: auto;
}
#contact-panel {
/*	width:400px;*/
	margin:auto;
	/*border:solid 1px #7b7b7b;
	-moz-border-radius: 5px; /* Firefox */
/*	border-radius: 5px; /* universal */
	/*-webkit-border-radius: 5px 5px 5px 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;*/
/*	background: rgba(0,0,0,0.7);*/

	font-size:14px;
	line-height:20px;
}
.forminput {
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; /* universal */
	-webkit-border-radius: 5px 5px 5px 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	/*	background: rgba(0,0,0,0.7);*/
	background:#eaeaea;
	font-size:14px;
	color:#666;
	line-height:22px;
	width:220px;
	padding:6px;
	border:none;
	margin-bottom:14px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.buttonsLarge {
	background:url(images/backer-green.jpg);
	color:#fff;
			-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; /* universal */
	-webkit-border-radius: 5px 5px 5px 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border:none;
	font-size:14px;
	padding:4px;
	width:100%;
}
#human {  
   visibility:hidden;  
   display:none;  
}


/* page styles */
.banner-home {
	background:url(images/banner-home.jpg);
	height:387px;
	widows:100%;
}
.banner-safety {
	background:url(images/banner-safety.jpg);
	height:262px;
	widows:100%;
}
.banner-contact {
	background:url(images/banner-contact.jpg);
	height:262px;
	widows:100%;
}
.banner-suppliers {
	background:url(images/banner-suppliers.jpg);
	height:262px;
	widows:100%;
}
.home-callout {
	background:url(images/backer-yellow.jpg);
	width:25%;
	height:240px;
	margin-top:12px;
	float:left;
	padding:8px;
	color:#000;
}
.cta-scientist {
	background:url(images/cta-scientist.jpg);
	overflow:hidden;
}
.cta-computer {
	background:url(images/cta-computer.jpg);
	overflow:hidden;
	color:#fff;
}
.cta-white {
	background:#fff;
	color:#000;
}
.cta-purple {
	background:url(images/backer-purple.jpg);
	color:#fff;
}
.cta-purple a {
	color:#fff;
	text-decoration:none;
}
.cta-purple a:visited {
	color:#fff;
	text-decoration:none;
}
.cta-purple a:hover {
	color:#fff;
	text-decoration:none;
}
.cta-green {
	background:url(images/backer-green.jpg);
	color:#fff;
}
.cta-green a {
	color:#fff;
	text-decoration:none;
}
.cta-green a:visited {
	color:#fff;
	text-decoration:none;
}
.cta-green a:hover {
	color:#fff;
	text-decoration:none;
}
.cta-dark-green {
	background:url(images/backer-dark-green.jpg);
	color:#fff;
}
.cta-dark-green a {
	color:#fff;
	text-decoration:none;
}
.cta-dark-green a:visited {
	color:#fff;
	text-decoration:none;
}
.cta-dark-green a:hover {
	color:#fff;
	text-decoration:none;
}
.cta-yellow {
	background:url(images/backer-yellow.jpg);
	color:#000;
	height:228px;
}
.cta-yellow a {
	color:#000;
	text-decoration:none;
}
.cta-yellow a:visited {
	color:#000;
	text-decoration:none;
}
.cta-yellow a:hover {
	color:#000;
	text-decoration:none;
}
.cta-height-home {
	height:228px;
}
.cta-height-banner {
	height:194px;
}
.fa-4 {
  font-size: 7em;
}
.cta-underline {
	width:90%;
	height:5px;
	margin-bottom:22px;
	text-align:center;
	background:url(images/cta-underline.jpg);
}
.home-bottom {
	font-size:18px;
	text-transform:uppercase;
}