/* BEGIN GENERIC STYLES */

* {
	-moz-outline: 0; /* brought over from Mura */
}

body {
	background-image: url('../images/sky_bg.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}


/* END GENERIC STYLES */


/* IDs */

#container {
	position: relative;
	width: 930px;
	margin: 0 auto;
	padding: 0;
}


#header {
	position: relative;
	top: 6px;
	left: 0px;
	height: 118px; /* helps browser consistency */
	width: 930px;
	margin: 0;
	padding: 0;
}

#tagline {
	position: absolute;
	color: #cfe6cf;
	top: 30px;
	left: 180px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.25;
	margin-top: 1em;
}

#hplinks {
	position: absolute;
	top: 114px;
	right: 154px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#hplinks li {
	display: inline;
	list-style: none;
	margin-right: 15px;
	padding: 5px;
}

#hplinks li a {
	text-decoration: none;
}


#content {
	position: relative;
	top: 42px;
	left: 213px;

	width: 677px;
	min-height: 420px;

	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;

	background-color: #FFFFFF;
	color: #000000;

	font-family: Verdana, Helvetica, Arial, sans-serif;

	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
}


#footer {
	position: relative;
	display: block;
	clear: both;
	width: 677px;
	top: 60px;
	left: 213px;
	margin: 0;
	padding: 20px;
}

.home #footer {
	top: 120px;
	left: 0px;
	width: 930px;
	padding: 0;
	padding-top: 4px;
	border-top: 2px solid #CCCCCC;
}

#footer p {
	color: #999999;
	margin-top: 0em;
	margin-bottom: 0em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
}

#subscribe {
float: right;
padding-left: 30px;
}

.home #rss-buttons {
	float: right;
	position: relative;
/*	width: 930px; */
	height: 25px;
	right: 0;
	top: 110px;
	text-align: right;
}

.home #social-buttons {
	float: left;
	position: relative;
/*	width: 100px; */
	height: 25px;
	left: 0;
	top: 110px;
	text-align: left;
}


#disclaimer {
	background-color: #f7f7f4;
	position: relative;
	top: 330px;
	width: 193px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	padding: 10px;
	margin: 0;
}

#disclaimer a {
	color: #339933;
	text-decoration: none;
}

#disclaimer a:hover {
	color: #339933;
	text-decoration: underline;
}

#social_sidebar {
	background-color: #f7f7f4;
	position: relative;
	top: 330px;
	width: 193px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	padding: 10px;
	margin: 0;
	border-top: 1px solid #CCCCCC;
}

#social_sidebar a {
	color: #339933;
	text-decoration: none;
}

#social_sidebar a:hover {
	color: #339933;
	text-decoration: underline;
}


/* CLASSES */

input.search {
	position: absolute;
	background: url('../images/searchbox.png') no-repeat left top;
	height: 22px;
	width: 110px;
	top: 114px;
	right: 0px;
	padding-left: 12px;
	padding-right: 22px;
	margin: 0;
	border: 0;
}

input.newSearch {
	width: 135px;
}

input.submit {
	position: absolute;
	top: 114px;
	right: 0px;
}


#content .moreResults ul, #content .moreResults li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .moreResults ul {
	border: 1px solid #339933;
	background-color: #e6f2e6;
	padding-left: 10px;
	padding-left: 10px;
}

#content .navNext {
	display: inline;
	text-align: right;
}
#content .navPrev {
	display: inline;
	padding-right: 10em;
	text-align: left;
}



#content td.video_table_accent {
	margin: 0px;
	background-color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#content td.video_table {
	margin: 0px;
	background-color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}



img.inline2 { /* used in header arrows */
	position: relative;
	top: -4px;
}


.clearfix:after {
	content: " "; /* Avoid extra space - brought over from Mura */
}

.releaseDate {
	display: none;
}

.readMore {
	display: none;
}

/*
SPECIAL CLASSES - LAYOUT
========================
*/

.twoColSR #primary {
	float: left;
	width: 517px;
	padding-right: 20px;
}

.twoColSR #right {
	float: right;
	position: relative;
	width: 120px;
	top: 36px;
	border-left: 2px dotted #cc0000;
	padding-left: 10px;
}

/* Insights */
.insights #primary {
	float: left;
	width: 538px;
	padding-right: 20px;
}

.insights #right {
	float: right;
	position: relative;
	width: 120px;
	top: 36px;
	border-left: 2px dotted #333366;
	padding-left: 10px;
}



/* HOME PAGE */

/* body.home {
	background-image: url('../images/hpbg1.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
*/

.home #mainwindow {
	position: relative;
	top: 72px;
	left: 0px;
	margin: 0px;
	width: 930px;
	height: 314px;
	padding: 0;
}

.home #illustration {
	position: absolute;
	background-image: url('../images/hp_sunflower3.png');
	background-repeat: no-repeat;
	width: 450px;
	height: 314px;
	margin: 0;
	padding: 0;
}


.home #news_textbox {
	position: absolute;
	left: 450px;
	top: 0px;
	background-image: url('../images/hometext_bg2.png');
	background-repeat: no-repeat;
	width: 450px;
	height: 284px; /* was 314px */
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	overflow: hidden;
}

.home #news_textbox dl {
	margin-bottom: 0;
}

.home #news_textbox dt {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top: 1.0em;
	display: inline;
}

.home #news_textbox dt a {
	color: #000;
	font-weight: bold;
}

.home #news_textbox dd {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	display: inline;
}


.home #news_textbox a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.home #news_textbox a:hover {
	color: #cc0000;
	text-decoration: underline;
/*	font-weight: bold; */
}


.home #news_textbox b a {
	color: #000000;
	text-decoration: none;
/*	font-weight: bold; */
}

.home #news_textbox b a:hover {
	color: #CC0000;
	text-decoration: underline;
/*	font-weight: bold; */
}

.home h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	letter-spacing: 0.01em;
	font-size: 1.5em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0.75em;
}

.home h5 {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	letter-spacing: 0.01em;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
}

.home h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	letter-spacing: 0.01em;
	font-size: 0.875em;
	padding: 0;
	margin-top: 4px; /* gives a nice offset in right side menus */
	margin-bottom: 1.25em;
}


.home #news_textbox .hpspecial {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1.5em;
}

.home #news_textbox .hpnone {
	display: none;
}

.home #news_textbox .hpspecial a { /* special class for link items inside news block */
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}

.home #news_textbox .hpspecial a:hover { /* special class for link items inside news block */
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}

/* navHome */

#navBlock {
	position: relative;
	top: 70px;
	margin-left: auto; /* get it centered */
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 930px;
	padding: 0;
}


#navOnHome {
	position: relative;
	top: 20px;
	left: 0px;
/*	list-style: none; */
	margin: 0;
	padding: 0;
}

#navOnHome li {
	margin: 0;
	padding-left: 15px; /* arbitrary amount to affect overall width of nav on page */
	padding-right: 0px; /* " */
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8125em;
	font-weight: bold;
	line-height: 1.5;
/*	border-left: 2px dotted #cc0000; */
/*	border-image: url('../images/bug.png') 25% repeat; */
	list-style-image: url('../images/bug.png');
	list-style-position: inside;

}

#navOnHome li li {
/*	display: block; */
	border: none;
	float: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	padding-left: 0px;
	list-style-image: url('../images/bug.png');
	list-style-position: inside;
}

#navOnHome li ul {
	display: block;
/*	list-style: none; */
	float: none;
	margin: 0;
	padding: 0;
}

#navOnHome li.first {
	border: none;
}

#navOnHome li a {
	color: #000000;
	text-decoration: none;
}

#navOnHome li a:hover {
	color: #CC0000;
	text-decoration: underline;
}


/*
Navigation - Primary
====================
*/

#navPrimary {
	position: absolute;
	width: 189px;
	left: 0px;
	top: 154px;
	overflow: hidden;
	margin: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 24px;

	list-style: none;
	background-color: #d7d7c9;
	color: #001e33;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.5;
	z-index: 10;
}

#navPrimary li {
	list-style-image: url('../images/bug-nav.png');
	list-style-position: outside;
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}

#navPrimary li li {
	list-style: square;
	list-style-image: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


#navPrimary li ul {
	margin: 0;
	margin-top: 0.5em;
	margin-left: -24px;
	padding-left: 36px;
	padding-top: 0.15em;
	padding-bottom: 0.2em;
	background-image: url('../images/nav-bg.png');
	background-repeat: no-repeat;
	background-color: #caa96e;
}

#navPrimary li.current {
	list-style-image: url('../images/bug-nav-down.png');
}

#navPrimary li li.current {
	list-style-image: none;
}

#navPrimary li li.current a {
	background: #c8b187;
	background-color: RGBA(215, 215, 201, .5);
	border-radius: 6px;
	-moz-border-radius: 6px;
	font-style: normal;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: -6px;
}

#navPrimary>li.current ul {
	margin-left: -24px;
	padding-left: 36px;
	font-weight: normal;
}

#navPrimary a {
	color: #001e33;
	text-decoration: none;
}

#navPrimary a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/*
Secondary Navigation (right side)
*/

#right .navSecondary {
	margin: 0;
	padding: 0;
}

#right .navSecondary li {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	margin-bottom: 0.75em;
	list-style: none;
}

#right .navSecondary li.last {
	margin-bottom: 4px;
}

/*
CONTENT (Main Content Area) styles
*/

#content h1 {
	color: #330033;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.375em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

#content h2 {
	color: #330033;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9375em;
	font-weight: bold;
	letter-spacing: normal;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}

#content h3 {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.050em;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
	text-transform: uppercase;
}

#content h4 {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 0.0em;
}

#content h5 {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-size: 0.875em;
	margin-bottom: 0.75em;
	padding: 0;
}

#content h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 0.8125em;
	padding: 0;
	margin-top: 7px; /* gives a nice offset in right side menus */
	margin-bottom: 1.25em;
}

#content p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.6875em;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 1.5em;
}

#content .standard_text {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.6875em;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 1.5em;
}

#content dt {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.6875em;
	line-height: 1.5;
	margin-top: 1.0em;
}

#content dd {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 0;
}


#content dl.definitions dt {
	clear: left;
	float: left;
	width: 150px;
	margin: 0;
/*	margin-bottom: 1.5em; */
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.6875em;
	font-weight: bold;
	border-top: 1px solid #DDD;
/*	margin-top: 1.0em; */
}

#content dl.definitions dd {
	float: left;
	width: 470px;
	font-size: 0.6875em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
/*	margin-bottom: 1.5em; */
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0;
	border-top: 1px solid #DDD;
}


#content a {
	color: #339933;
	text-decoration: none;
}

#content a:hover {
	color: #339933;
	text-decoration: underline;
}

#content ul {
	font-size: 100%;
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
}

#content ol {
	font-size: 0.6875em;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
	padding-left: 0.5em;
}

#content ol li {
	font-size: 100%;

}

#content ul.indent, #content ol.indent  {
	font-size: 100%;
	margin: 0;
	margin-left: 1.5em;
	margin-bottom: 1.0em;
	padding: 0;
}

#content li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.6875em;
	line-height: 1.5;
/*	line-height: normal; */
	margin-bottom: 1.375em;
	margin-left: 1.25em;
}

#content li ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

#content li ul li {
	font-size: 100%;
	list-style-type: square;
	list-style-image: url('../images/sub_bullet.gif');
}


#content .indent li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.6875em;
	line-height: 1.5;
	margin-bottom: 0em;
	margin-left: 1.5em;
}

#content li ol , #content li ol li {
	font-size: 100%;
}

#content .indent li ul li, #content li .indent li {
	font-size: 100%;
	list-style-type: square;
}

#content ol li ol li {
	list-style-type: lower-alpha;
}

#content ol li ol li ol li {
	list-style-type: lower-roman;
}


#content .indent li ol li {
	font-size: 100%;
}

#content li p {
	font-size: 100%;
}


#content hr.dark {
	border: 0;
	color: #666666;
	background-color: #666666;
	height: 1px;
}

#content hr.med {
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 1px;

}

#content hr.light {
	border: 0;
	color: #DDDDDD;
	background-color: #DDDDDD;
	height: 1px;
}

#content hr.pest_solutions {
	border: 0;
	color: #bd2525;
	background-color: #bd2525;
	height: 2px;
}


#content table {
	border-collapse: collapse;
}

#content td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.6875em;
	line-height: 1.5;
	padding: 0.25em;
/*	border: 1px solid #CCCCCC; */
	border: 0;
}


#content .imgtable {
	margin-left: 15px;
	margin-bottom: 10px;
}

#content .imgtableleft {
	margin-left: 0px;
	margin-right: 10px;
}


#content .imgtable tbody, #content .imgtable tr, #content .imgtable td {
	background-color: #e6e6da;
	border: 0;
	margin: 0;
	padding: 0;
}

#content .imgtableleft tbody, #content .imgtableleft tr, #content .imgtableleft td {
	background-color: #e6e6da;
	border: 0;
	margin: 0;
	padding: 0;
}


#content td p {
	font-size: 1.0em;
}

#content th {
	background-color: #EEEEEE;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.6875em;
	font-weight: bold;
	line-height: 1.5;
	padding: 0.25em;
	border: 1px solid #CCCCCC;
}

#content .caption {
	font-style: italic;
	background-color: #e6e6da;
	font-size: 0.875em;
	line-height: normal;
	padding: 0.5em;
	margin: 0;
}


/*
INSIGHTS CONTENT (INSIGHTS ONLY - Main Content Area)
*/

.insights #content h1 {
	font-family: Times, "Times New Roman", serif;
	color: #990000;
	letter-spacing: 0.01em;
	font-size: 1.5em;
}

.insights #content h2 {
	font-family: Times, "Times New Roman", serif;
	color: #990000;
	letter-spacing: 0.01em;
	font-size: 1.25em;
}

.insights #content h3 {
	font-family: Times, "Times New Roman", serif;
	color: #990000;
	letter-spacing: 0.01em;
	font-size: 1.125em;
}

.insights #content h4 {
	font-family: Times, "Times New Roman", serif;
	color: #990000;
	letter-spacing: 0.01em;
	font-size: 1.0em;
}

.insights #content h5 {
	font-family: Times, "Times New Roman", serif;
	color: #990000;
	letter-spacing: 0.01em;
	font-size: 1.0em;
	padding: 0;
}

.insights #content h6 {
	font-family: Times, "Times New Roman", serif;
	color: #990000;
	letter-spacing: 0.01em;
	font-size: 0.875em;
	padding: 0;
	margin-top: 4px; /* gives a nice offset in right side menus */
	margin-bottom: 1.25em;
}

.insights #content p {
	font-family: Times, "Times New Roman", serif;
	font-size: 0.875em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.insights #content a {
	color: #333366;
	text-decoration: none;
}

.insights #content a:hover {
	color: #333399;
	text-decoration: underline;
}

.insights #content dt {
	font-size: 0.766em;
}

.insights #content dt {
	font-weight: bold;
	display: inline;
}

.insights #content .releaseDate {
	font-weight: normal;
	display: block;
}

.insights #content .summary {
	margin: 0;
	padding: 0;
	display: inline;
}



.insights #content ul {
	margin: 0;
	padding: 0;
}

.insights #content li {
	font-family: Times, "Times New Roman", serif;
	font-size: 0.875em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	margin-left: 1.25em;
}

.insights #content .caption {
	font-style: italic;
	background-color: #e6e6da;
	padding: 1.0em;
	margin-bottom: 0;
	margin-top: 0;
}

.insights #content table {
	border-collapse: collapse;
	margin-left: 10px;
}

.insights #content td {
	font-family: Times, "Times New Roman", serif;
	font-size: 0.875em;
	line-height: normal;
	padding: 0;
	border: 0;
}

.insights #content th {
	font-family: Times, "Times New Roman", serif;
	font-size: 0.875em;
	line-height: 1.5;
	font-weight: bold;
	padding: 0.25em;
}

.insights .releaseDate {
	display: block; /* turn on display */
	color: #666666;
	font-size: 0.875em;
}



.insights hr {
	border: 0;
	color: #333366;
	background-color: #333366;
	height: 1px;
	text-align: left;
	margin-left: 0;
}




/* insightsList only -- revised tags for insights_listing template */


.insightsList #content dl {
	line-height: 0.75;
}

.insightsList #content dt {
	font-size: 0.6875em;
}

.insightsList #content dt {
	font-weight: bold;
	display: inline;
}

.insightsList #content .releaseDate { /* must appear after #content dt */
	display: block; /* turn on display */
	color: #666666;
	font-weight: normal;
}


.insightsList #content .summary {
	margin: 0;
	padding: 0;
	display: inline;
}




/*
CRUMBLIST - needs to be listed after #content items to work properly
*/


#crumbList, .insights #crumbList {
	margin: 0;
	padding: 0;
}

#crumbList li, .insights #crumbList li {
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	display: inline;
	margin: 0;
	padding: 0;
}

.insights #crumbList li {
	font-size: 0.6875em;
}

#crumbList li a, .insights #crumbList li a {
	color: #666666;
	text-decoration: none;
}

#crumbList li a:hover, .insights #crumbList li a:hover {
	color: #669966;
	text-decoration: underline;
}


/*
NEWS FEEDS - Current News, Success Stories, etc.
*/

#content .svFeed {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.6875em;
	line-height: 1.5;
}

#content .svFeed p {
	font-size: 100%; /* restore font size for nested p tag */
	line-height: normal;
}

#content .svFeed h3 {
	font-size: 100%; /* restore font size for nested h3 tag */
	line-height: normal;
}

#content .svFeed a {
	font-weight: bold;
}


/* Special Cases */

#searchresources {
	width: 677px;
}

#searchresources td {
	border: none;
}

#searchresources td.rA {
	background-color: #E7E7D9;
	border: 1px solid #FFFFFF;
}

#searchresources td.rB {
	background-color: #F7F7E9;
	border: 1px solid #FFFFFF;
}


/* Insights */

.insights #content .svFeed {
	font-family: Times, "Times New Roman", serif;
	font-size: 0.875em;
	line-height: 1.5;
}

.insights #right .svFeed {
	font-family: Times, "Times New Roman", serif;
	font-size: 0.875em;
	line-height: 1.214;
}


.insights #content .svFeed p {
	font-size: 100%; /* restore font size for nested p tag */
	line-height: normal;
}

.insights #right .svFeed p {
	font-size: 100%;
	line-height: 1.214;
}
