
/*------------------------------------------------------------------------------------------------------------
---------------------------------------- Chlorpyrifos Protects -----------------------------------------
------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------- CSS Reset ---------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------------------------------------------------------------------------------------
--------------------------------------- Begin Global Styles ----------------------------------------
------------------------------------------------------------------------------------------------------------*/

body {
	background: #ebe5df;
	background-image: url(/image/background-weave.jpg);
	font-family:  Arial, sans-serif;
	font-size: 11px;
}

p {
	color: #3c3227;
	font-weight: normal;
	line-height: 18px;
}

a {
	color: #d07527;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	font-size: 80%;
	position: relative;
	top: -3px;
	vertical-align: top;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.clearfloats {
	clear: both;
}

.container {
	width: 960px;
	margin: auto;
}

.breadcrumb {
	display: none;
}

.column-wrapper {
	background-color: #f3eee3;
	background-image: url(/image/interior-header.jpg);
	background-repeat: no-repeat;
	box-shadow: 0px 0px 5px #1b1208;
	overflow: hidden;
	padding-top: 0px;
	position: relative;
}

.content-area {
	background: #f3eee3;
	border-top: 10px solid #3563a0;
	box-shadow: 0px 0px 8px #1b1208;
	float: right;
	margin-top: 95px;
	min-height: 460px;
	padding: 30px;
	position: relative;
	width: 710px;
}

.title a {
	color: #35639f;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 800;
} 

.title a:hover {
	text-decoration: none;
}

/*------------------------------------------------ Z-index ---------------------------------------------------*/
.bubble-container {
	z-index: 100;
}

.main-nav {
	z-index: 50;
}

.column-wrapper {
	z-index: 40;
}

.main-nav .dropdown ul {
	z-index: 30;
}

.content-area {
	z-index: 20;
}

.news-filter {
	z-index: 15;
}

.nav-area {
	z-index: 10;
}

/*------------------------------------------------ Header ---------------------------------------------------*/

.header {
	background: #fff;
	box-shadow: 0 0 5px #1b1208;
	height: 90px;
}

.header a {
	float: left;
	margin: 10px 20px;
}

.header div {
	float: right;
}

.share {
	
	height: 14px;
	margin-top: 4px;
	padding: 3px 0px 0 11px;
}

.share span {
	/*color: #969696;
	font-size: 11px;
	margin: 0;
	padding: 0;
	*/
	background: url(/image/share-sprite.png);
	display: inline-block;
	height: 15px;
	text-indent: -9000px;
	width: 15px;
	margin-left: 5px;
	cursor: pointer;
}

.share span.fb:hover {
	background-position: 0px 15px;
}

.share span.fb {
	background-position: 0px 0px;
}

.share span.twitter:hover {
	background-position: 15px 15px;
}

.share span.twitter {
	background-position: 15px 0px;
}

.share span.googleplus:hover {
	background-position: 31px 15px;
}

.share span.googleplus {
	background-position: 31px 0px;
}

.search-box form div {
	height: 20px;
	margin: 5px 20px 0 5px;
	overflow: hidden;
	position: relative;
}

.search-box .searchField {
	background: #fff;
	border: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: inset 1px 2px 10px #ccc;
	color: #969696;
	float: left;
	font-size: 11px;
	height: 20px;
	margin: 0 2px 0 0;
	padding: 0 0 0px 7px;
	width: 175px;
}

/*---------------------------------------------- Main Nav ------------------------------------------------*/

.main-nav {
	background: #fefefd;

	box-shadow: 0 5px 5px #1b1208;
	height: 40px;
	position: relative;
}

.main-nav ul {
	background: transparent;
	padding: 0 10px 5px 20px;
}

.main-nav ul li {
	border-radius: 5px;
	float: left;
	display: block;
	margin: 0 4px;
	position: relative;
}

.corner {
	border-radius: 5px;
}

.main-nav ul li a {
	background: #ebe5df;
	border-radius: 5px;
	color: #3c3227;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	padding: 10px 15px 8px 15px;
	text-decoration: none;
}

.main-nav ul li:hover a {
	color: #d07572;
}

.main-nav ul li:hover .dropdown {
	display: block;
}

.main-nav .dropdown {
	background: transparent;
	cursor: pointer;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}

.main-nav .dropdown:hover {
	display: block;
}

.main-nav ul li:hover .dropdown ul li a {
	color: #3c3227;
}

.main-nav ul li:hover .dropdown ul li:hover a {
	color: #3563a0;
}

.main-nav .dropdown a {
	background: #ebe5df;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #1b1208;
	color: #d07572;
	display: inline-block;
	height: 30px;
	padding: 10px 15px 8px 15px;
	position: relative;
	z-index: 5;
}

.main-nav .dropdown ul {
	background: #ebe5df;
	border-radius: 5px;
	box-shadow: 2px 6px 5px #1b1208;
	margin-top: -5px;
	padding: 10px 0;
	position: relative;
}

.main-nav .dropdown ul:hover {
	display: block;
}

.main-nav .dropdown li {
	background: transparent;
	border-radius: 0;
	display: block;
	float: none;
	margin: 0;
	padding: 5px 0 5px 15px;
	width:	200px;
}

.main-nav .dropdown li:hover a {
	color: #3563a0;
}

.main-nav .dropdown li a {
	box-shadow: none;
	color: #3c3227;
	font-size: 12px;
	height: 15px;
	padding: 0 0 0 0;
	width: 100%;
}

.main-nav .dropdown li a:hover {
	color: #3563a0;
}

/*------------------------------------------------- Footer ---------------------------------------------------*/

.footer {
	border-top: 1px solid #000;
	color: #292119;
	margin: 20px 0;
}

.footer a.logo {
	display: block;
	height: 31px;
	margin: 20px;
	width: 219px;
}

.footer p {
	margin-left: 18px;
	font-weight: bold;
}

.footer ul {
	float: right;
	font-weight: bold;
	margin: 27px 20px 0 0;
}

.footer ul li {
	border-left: 1px solid #000;
	display: inline-block;
	padding: 0 10px;
}

.footer ul li:first-child {
	border-left: 0;
}

.footer ul li a {
	color: #292119;
	font-size: 12px;
	margin: 0;
	text-decoration: none;
}

.footer ul li a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------------------------------------------------------
---------------------------------------------- Homepage ------------------------------------------------
------------------------------------------------------------------------------------------------------------*/

.column-wrapper-homepage {
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	overflow: initial;
	padding: 0;
}

.content-area-homepage {
	background: transparent;
	border-top: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.title-homepage {
	display: none;
}

.nav-area-homepage {
	display: none;
}

.main-image {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1e8dd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1e8dd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1e8dd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1e8dd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1e8dd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1e8dd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1e8dd',GradientType=0 ); /* IE6-9 */
	
	box-shadow: 0 0 10px #1b1208;
	margin: 10px 0;
	padding: 20px;
}

/*------------------------------------------------ Image Slider ---------------------------------------------------*/

.main-image {
	box-shadow: 0 0 10px #1b1208;
	margin: 10px auto;
	padding: 20px;
	width: 920px;
	height: 380px;
	overflow: hidden;
	position: relative;
}

.slide {
	position: absolute;
}

.slide div.left {
	position: absolute;
	top: 40px;
	left: 60px;
	color: #000;
	width: 425px;
}

.slide div.right {
	position: absolute;
	top: 74px;
	right: 60px;
	color: #000;
	width: 400px;
}

.slide div h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 40px;
	margin-top: 0;
}
.slide div h2 span {
	font-size: 40px;
}

.slide div p {
	font-size: 16px;
	margin-top: 15px;
	line-height: 20px;
}

.bubble-container {
	position: absolute;
	bottom: 21px;
	left: 50%;
	margin-left: -100px;
	height: 36px;
}

.bubble-left {
	height: 36px;
	background: url(/image/bubble-bkg-left.png);
	width: 10px;
	float: left;
}

.bubble-middle {
	background: url(/image/bubble-bkg-middle.png);
	height: 36px;
	float: left;
}

.bubble-right {
	height: 36px;
	background: url(/image/bubble-bkg-right.png);
	width: 10px;
	float: left;
}

.bubble-middle span {
	display: block;
	height: 18px;
	width: 18px;
	background-image: url(/image/bubble-sprite.png);
	margin: 10px 5px;
	float: left;
	cursor: pointer;
}

.left-arrow {
	background-position: 0px 0px;
}

.right-arrow {
	background-position: 18px 0px;
}

.slide-bubble {
	background-position: 53px 0px;
}

.slide-bubble.current {
	background-position: 36px 0px;
}

/*------------------------------------------------ Bottom Pods ---------------------------------------------------*/

.bottom-pods {
	background: #f1e8dd;
	box-shadow: 0 0 10px #1b1208;
	margin: 0;
	overflow: hidden;
	padding: 20px;
}

.bottom-pods div {
	float: left;
}

.bottom-pods p.heading {
	border-bottom: 1px solid #d7ccbf;
	color: #77634d;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.bottom-pods p {
	line-height: 18px;
}

.bottom-pods p.heading span {
	color: #3c3227;
	display: block;
	font-size: 28px;
	font-weight: 700;
}

.bottom-pods .left, .bottom-pods .right {
	width: 260px;
}

.bottom-pods .middle {
	border-left: 1px dotted #d7ccbf;
	border-right: 1px dotted #d7ccbf;
	margin: 0 20px;
	padding: 0 20px;
	width: 315px;
}

.bottom-pods .left p {
	color: #5c4a37;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
}

.bottom-pods .left p.heading {
	color: #77634d;	
	font-size: 14px;
	font-weight: 700;
	margin-top: -6px;
}

.bottom-pods .middle div {
	border-bottom: 1px dotted #d7ccbf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.bottom-pods .middle div p {
	color: #5c4a37;
	float: right;
	font-size: 11px;
	width: 265px;
}

.bottom-pods .middle div p.heading {
	border-bottom: 0;
	font-size: 24px;
	line-height: 24px;
	margin: 5px 0;
	padding: 0;
}

.bottom-pods .middle div p.heading a { 
	text-decoration: none;
}

.bottom-pods .middle .human-health-home .heading a {
	color: #3a663a;
}

.bottom-pods .middle .endangered-species-home .heading a {
	color: #b4923e;
}

.bottom-pods .middle .regulatory-home .heading a {
	color: #6d232e;
}

.bottom-pods .middle img {
	float: left;
}

.bottom-pods .right p {
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.bottom-pods .right p.news {
	border-bottom: 1px dotted #d7ccbf;
	font-weight: normal;
}

.bottom-pods .right p.news a {
	color: #3a663a;
	text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------------------
------------------------------------------ Internal Pages ---------------------------------------------
------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------- Side Nav -----------------------------------------------*/
.nav-area {
	bottom: 0;
	float: left;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 190px;
}

.primary-nav {
	background: #e5d8c9;
	border-top: 10px solid #d07527;
	height: 100%;
	margin-top: 140px;
}

.primary-nav ul {

}

.primary-nav ul li {
	border-bottom: 1px solid #c3b4a4;
	margin: auto;
	width: 175px;
}

.primary-nav ul li a {
	color: #5c4a37;
	margin: 10px auto 0 auto;
	padding: 0px 0 10px 20px;
	display: block;
	background: url(/image/sidenav-bullet.png) no-repeat 10px 1px;
}

.primary-nav ul li a:hover {
	color: #35639f;
	text-decoration: none;
	background: url(/image/sidenav-bullet-over.png) no-repeat 10px 1px;
}

.primary-nav ul li.first {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.primary-nav ul li.first a,
.primary-nav ul li.first a.current-page {
	color: #5c4a37;
	background-image: none;
	padding-left: 9px;
}

.primary-nav ul li.has-submenu ul {
	
}

.primary-nav ul li.has-submenu ul li, 
.primary-nav ul li.has-submenu ul li.first {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 0;
	border-top: 1px solid #c3b4a4;
}

.primary-nav ul li.has-submenu ul li a,
.primary-nav ul li.has-submenu ul li.first a {
	background: url(/image/sidenav-bullet.png) no-repeat 0px 1px;
	color: #5c4a37;
	margin-left: 20px;
	padding-left: 10px;
}

.primary-nav ul li.has-submenu ul li a:hover {
	color: #35639f;
	background: url(/image/sidenav-bullet-over.png) no-repeat 0px 1px;
}

.primary-nav ul li a.current-page {
	color: #d07527;
	background: url(/image/sidenav-bullet-current.png) no-repeat 10px 1px;
}

.primary-nav ul li.has-submenu ul li a.current-page {
	color: #d07527;
	background: url(/image/sidenav-bullet-current.png) no-repeat 0px 1px;
}

.navigation-collapsed {
	display: none;
}

/*--------------------------------------------- Content -----------------------------------------------*/

.content-area h2 {
	color: #3a663a;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 5px 0;
}

.content-area h3 {
	color: #929292;
	font-size: 12px;
	font-weight: bold;
}

.content-area p {
	margin-bottom: 15px;
}


.content-area ul {
	color: #77634d;
	list-style: disc;
	margin-left: 16px;
}

.content-area ul li {
	margin: 10px 0;
	line-height: 16px;
}

.content-area .footnote {
	border-top: 1px dotted #d7ccbf;
	font-size: 10px;
	margin-top: 20px;
	padding-top: 10px;
}

blockquote {
	line-height: 20px;
	font-family: "Oswald", sans-serif;
	color: #a5927e;
	width: 645px;
	margin: 20px auto 10px auto;
}

blockquote:before {
	content: open-quote;
	font-size: 70px;
	font-weight: bold;
	color: #dbd0c5;
	float: left;
	font-family: "Oswald", sans-serif;
	margin-left: -35px;
	margin-top: 18px;
}

blockquote:after {
	content: close-quote;
	font-size: 70px;
	font-weight: bold;
	color: #dbd0c5;
	float: right;
	font-family: "Oswald", sans-serif;
	margin-right: -26px;
	margin-top: 25px;
}

blockquote .caption {
	font-size: 100%;
	font-weight: bold;
}

.image-left {
	background: #fff;
	box-shadow: 1px 1px 5px #aaa;
	float: left;
	margin: 0px 20px 20px 0;
	padding: 10px;
}

.image-right {
	background: #fff;
	box-shadow: 1px 1px 5px #aaa;
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 10px;
}

.right-box, .left-box {
	border: 10px solid #fff;
	box-shadow: 1px 1px 5px #aaa;
	width: 180px;
}

.right-box {
	float: right;
	margin: 0 0 20px 20px;
}

.left-box {
	float: left;
	margin: 0 20px 20px 0;
}

.right-box h3 {
	background: #ebe1d8;
	color: #77634d;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 18px;
	padding: 15px 10px;
	text-align: center;
}

.right-box em {
	font-size: 10px;
	font-style: italic;
}

.right-box p {
	margin: 0;
	padding: 10px;
}

.right-box p.center {
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.right-box p.underline {
	border-bottom: 1px solid #d7ccbf;
	margin-bottom: 10px;
}

.right-box span {
	display: inline-block;
	float: right;
}

.right-box ul {
	list-style-image: url(/image/list-bullet.png);
	margin: 20px;
}

.right-box ul li {
	margin: 10px 0 0 10px;
}



.caption {
	color: #a5927e;
	font-size: 10px;
}

p.caption {
	color: #a5927e;
	font-size: 9px;
	line-height: 11px;
	padding: 10px;
}

.tout {
	border-bottom: 1px dotted #d7ccbf;
	border-top: 1px dotted #d7ccbf;
	margin: 20px 0;
	padding	:10px 0;
}

.tout p {
	margin: 0;
}

.flash-left {
	margin: auto;
	width: 420px;
}

.contentTable {
	margin-bottom: 10px;
}

.contentTable tr th, .headingRow {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #d8d3b5;
	background: #1c305d url(/image/bg_th.gif) repeat-x 0 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 10px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
}

.contentTable tr td {
	border: 1px solid #d8d3b5;
	font-size: 1.0em;
	line-height: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 5px;
	text-align: center;
	vertical-align: top;
}

.contentTable .columnEmphasis {
	font-weight: bold;
	text-align: left;
}

.contentTable .contentColumn {
	text-align: left;
}

.contentTable .columnEmphasis .note {
	font-size: .9em;
	font-weight: normal;
	text-align: left;
}

#recaptcha_invalid p {
	color: red;
	font-weight: bold;
}

.contactcell {
	padding: 5px 0;
}

.contactcell input {
	margin: 0;
}

ul.sitemap {
	list-style: none;
	margin-left: 0;
}

.sitemap ul li {
	list-style: none;
}

.sitemap ul li ul li {
	list-style: disc;
	margin: 5px 0;
}

.section {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
}

.subsection {
	font-size: 12px;
	font-weight: bold;
}

/*--------------------------------------------- News -----------------------------------------------*/

.content-A-news {
	border-bottom: 1px solid #c4b4a5;
	border-top: 1px solid #c4b4a5;
}

.content-A-news h2 {
	color: #d07527;
	line-height: 18px;
	margin: 10px 0 5px 0;
}

.news-filter {
	position: absolute;
	top: 150px;
	width: 190px;
}

.news-filter div div {
	border-bottom: 1px solid #c4b4a5;
	cursor: pointer;
	margin: 0 15px;
	overflow: hidden;
	padding: 10px 0;
}

.news-filter div p {
	color: #5f5e59;
	float: left;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 0 0;
	width: 115px;
}

.news-filter div img {
	float: right;
	margin-top: -2px;
}

.news-filter h2 {
	border-bottom: 1px solid #c4b4a5;
	margin: 35px 15px 0 15px;
	padding-bottom: 5px;
}

.news-filter h2, .news-filter h3 {
	color: #78634e;
	font-family: "Oswald", sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.human-health:hover, .human-health#selected {
	background: #c1c0ab;
}

.human-health h3 {
	color: #3a663a;
}

.environment:hover, .environment#selected {
	background: #d2bc91;
}

.environment h3 {
	color: #b4923e;
}

.regulatory:hover, .regulatory#selected {
	background: #b5908a;
}

.regulatory h3 {
	color: #6d232e;
}

.news-filter div.archive p {
	/*color: #8b898a;*/
}

.archive:hover, .archive#selected {
	background: #c0b8b0;
}

.archive h3 {
	color: #929292;
}

.hide {
	display: none;
}

.news {
	margin-bottom: 20px;
	overflow: hidden;
}

.news h2 {
	margin-top: 0;
}

.news-share {
	float: left;
	margin: 0 20px 10px 0;
	width: 85px;
}

.news-share img {
	border: 5px solid #fff;
	margin-bottom: 5px;
}

.news-share span {
	background: url(/image/share-sprite.png);
	display: inline-block;
	height: 15px;
	text-indent: -900px;
	width: 15px;
	margin-left: 5px;
	cursor: pointer;
}

.news-share a.source {
	background-image: none;
	margin-bottom: 3px;
	text-indent: 0;
	width: 85px;
	color: #91887f;
}

.news-share span.fb:hover {
	background-position: 0px 15px;
}

.news-share span.fb {
	background-position: 0px 0px;
}

.news-share span.twitter:hover {
	background-position: 15px 15px;
}

.news-share span.twitter {
	background-position: 15px 0px;
}

.news-share span.googleplus:hover {
	background-position: 31px 15px;
}

.news-share span.googleplus {
	background-position: 31px 0px;
}

.date {
	color: #35639f;
}

.news-related {
	color: #75634f;
	float: right;
	width: 605px;
}

/*--------------------------------------------- Search -----------------------------------------------*/

.right-column {
	background: #fefefd;
	box-shadow: 0 0px 5px #1b1208;
	position: relative;
	margin-top: 20px;
}

#as_q {
	background: #fff;
	border: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: inset 1px 2px 10px #ccc;
	color: #969696;
	float: left;
	font-size: 11px;
	height: 20px;
	margin: 0 2px 0 0;
	padding: 0 0 0px 7px;
	width: 175px;
}