/* BEGIN GENERIC STYLES */

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

body {
	background-image: url('../images/page-bg.jpg');
	background-repeat: repeat-x;
	background-color: #6B8299;
	color: #000;
	font-size: 100%;
}

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

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

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

/* END GENERIC STYLES */

/* IDs */

#stopbmsb-logo {
	position: relative;
	left: 10px;
	top: 8px;
	z-index: 11;
}

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

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

#tagline {
	position: absolute;
	color: #D2D9E0;
	top: 42px;
	left: 136px;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.25em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.25;
	margin-top: 1em;
}

#content {
	position: relative;
	top: 0px;
	left: 180px;

	width: 820px;
	min-height: 600px;

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

	padding: 0;

	background-color: #FFF;
	color: #000;

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

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

/*
	border-top: 1px solid #000;
	border-right: 1px solid #000;
*/

	line-height: 1.0;
}

.sysBmsbDamageGallery #content {
/* Special case for gallery */
	min-height: 2200px;
}

.sysBmsbDamageGallery #content #svGallery ul li dl dt {
	color: #333;
	margin: 0;
	padding: 2px;
	display: block;
	font-size: 100%;
}

#footer {
	position: relative;
	display: block;
	clear: both;
	width: 780px;
	top: 0px;
	left: 180px;
	margin: 0;
	padding: 20px;
	background-color: #171C26;
}

.home #footer {
	top: 0px;
	left: 0px;
	width: 960px;
}

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

#footer a {
	color: #D2D9E0;
}

#footer a:hover {
	color: #FFF;
}

/* CLASSES */

input.search {
	position: absolute;
	background: url('../images/searchbox.gif') no-repeat left top;
	height: 22px;
	width: 135px;
	top: 62px;
	right: 0px;
	padding-left: 10px;
	padding-right: 24px;
	margin: 0;
	border: 0;
}

input.newSearch {
	width: 135px;
}

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

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

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

#content .svIndex .moreResults li {
	padding-right: 1em;
}

#content .navNext {
	display: inline;
	text-align: right;
}

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

.tags {
	/* hide any display of Tags */
	display: 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;
}

#content .hangingIndent {
	padding-left: 2em;
	text-indent: -2em;
	margin-bottom: 0.75em;
}

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

.oneCol #primary {
/*	float: left; */
	width: 780px;
	background-color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
}

.twoColSR #primary {
	float: left;
	width: 619px;
	background-color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 181px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
}

.twoColSR #right {
/*	float: right;*/
	position: absolute;
	left: 649px;
/*	top: 36px; */
	top: 36px;
	vertical-align: top;
	width: 120px;
	border-left: 1px solid #465F80;
	padding-left: 10px;
	padding-right: 20px;
	background-color: #FFF;
	z-index: 1;
}

/* HOME PAGE */

body.home {
	background-image: url('../images/page-bg.jpg');
	background-repeat: repeat-x;
	background-color: #6B8299;
	color: #000;
}

.home #navAboutUs a {
	display: block;
	position: relative;
	background-image: url('../images/nav-about-us.gif');
	background-repeat: no-repeat;
	background-color: #CCC;
	color: #000;
	width: 166px;
	height: 70px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.home #navStinkBugBasics a {
	display: block;
	position: relative;
	left: 166px;
	top: -70px;
	background-image: url('../images/nav-stink-bug-basics.gif');
	background-repeat: no-repeat;
	background-color: #CCC;
	color: #000;
	width: 167px;
	height: 70px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.home #navWhereIsBmsb a {
	display: block;
	position: relative;
	left: 333px;
	top: -140px;
	background-image: url('../images/nav-where-is-bmsb.gif');
	background-repeat: no-repeat;
	background-color: #CCC;
	color: #000;
	width: 167px;
	height: 70px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.home #navManagingBmsb a {
	display: block;
	position: relative;
	left: 500px;
	top: -210px;
	background-image: url('../images/nav-management.gif');
	background-repeat: no-repeat;
	background-color: #CCC;
	color: #000;
	width: 167px;
	height: 70px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.home #navBiologicalControl a {
	display: block;
	position: relative;
	left: 667px;
	top: -280px;
	background-image: url('../images/nav-biological-control.gif');
	background-repeat: no-repeat;
	background-color: #CCC;
	color: #000;
	width: 167px;
	height: 70px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.home #navMoreResources a {
	display: block;
	position: relative;
	left: 834px;
	top: -350px;
	background-image: url('../images/nav-more-resources.gif');
	background-repeat: no-repeat;
	background-color: #CCC;
	color: #000;
	width: 166px;
	height: 70px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.home #navAboutUs a:hover {
	background-image: url('../images/nav-about-us-n.gif');
	background-repeat: no-repeat;
	background-color: #CCC;
}

.home #navStinkBugBasics a:hover {
	background-image: url('../images/nav-stink-bug-basics-n.gif');
	background-repeat: no-repeat;
	background-color: #CCC;
}

.home #navWhereIsBmsb a:hover {
	background-image: url('../images/nav-where-is-bmsb-n.gif');
	background-repeat: no-repeat;
	background-color: #CCC;
}

.home #navManagingBmsb a:hover {
	background-image: url('../images/nav-management-n.gif');
	background-repeat: no-repeat;
	background-color: #CCC;
}

.home #navBiologicalControl a:hover {
	background-image: url('../images/nav-biological-control-n.gif');
	background-repeat: no-repeat;
	background-color: #CCC;
}

.home #navMoreResources a:hover {
	background-image: url('../images/nav-more-resources-n.gif');
	background-repeat: no-repeat;
	background-color: #CCC;
}

.home h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	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: #333;
	letter-spacing: 0.01em;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
}

.home h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	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;
}

/*****************************************************************************/
/* matthewjamestaylor's STUFF */

/* column container */
.MJT-colmask {
	position: relative; /* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 1000px; /* width of whole page */
	overflow: hidden; /* chops off any overhanging divs */
}

.colright, .MJT-colmid, .MJT-colleft {
	float: left;
	width: 1000px; /* width of page */
	position: relative;
}

.MJT-col1, .MJT-col2, .MJT-col3 {
	float: left;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 20px;
	overflow: hidden;
}

.MJT-threecol {
	background-color: #D9D9D9; /* RIGHT column background color */
	background-image: url('../images/hp-light-bg.gif');
	background-repeat: repeat-x;
}

.MJT-threecol .MJT-colmid {
	right: 245px;              /* width of the RIGHT column */
	background-color: #FFF; /* CENTER column background color */
	background-image: url('../images/hp-midcol-bg.gif');
	background-position: -20px 0px;
	background-repeat: repeat-x;
}

.MJT-threecol .MJT-colleft {
	right: 510px;              /* width of the CENTER column */
	background-color: #D9D9D9; /* LEFT column background color */
	background-image: url('../images/hp-light-bg.gif');
	background-repeat: repeat-x;
}

.MJT-threecol .MJT-col1 {
	width: 470px;              /* width of CENTER column CONTENT */
	left: 1000px;              /* 100% */
}

.MJT-threecol .MJT-col2 {
	width: 205px;              /* width of LEFT column CONTENT */
	left: 245px;               /* width of RIGHT column */
}

.MJT-threecol .MJT-col3 {
	width: 205px;              /* width of RIGHT column CONTENT */
	left: 755px;               /* 100% - width of LEFT column */
}

/* END matthewjamestaylor's STUFF */
/*****************************************************************************/

/*
#hp-belowfold {
	position: relative;
	background-image: url('../images/hp-light-bg.gif');
	background-repeat: repeat-x;
	background-color: #D9D9D9;
	min-height: 400px;
}

*/

/* HOME PAGE: COLUMN 1 */

/*
#hp-column1 {
	position: relative;
	background-image: url('../images/hp-light-bg.gif');
	background-repeat: repeat-x;
	background-color: #D9D9D9;

	width: 190px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

*/

#hp-column-left h3 {
	font-family: Times, "Times New Roman", serif;
	font-size: 1.0em;
	font-style: italic;
	color: #666;
}

#hp-column-left p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.6875em;
	line-height: 1.5;
	color: #000;
}

/* HOME PAGE: COLUMN 2 */

/*
#hp-column-mid {
	position: relative;
	background-image: url('../images/hp-light-bg.gif');
	background-repeat: repeat-x;
	background-color: #D9D9D9;
	width: 385px;
	float: left;
	margin: 0;
	padding: 0;
}

#hp-column2-content {
	position: relative;
	background-color: #FFF;
	width: 345px;
	margin: 0;
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	float: left;
}

*/

#hp-column-mid h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #000;
}

#hp-column-mid p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.6875em;
	line-height: 1.5;
	color: #000;
}

/* HOME PAGE: COLUMN 3 */

/*
#hp-column3 {
	position: relative;
	background-image: url('../images/hp-light-bg.gif');
	background-repeat: repeat-x;
	background-color: #D9D9D9;

	width: 345px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
}

*/

#hp-column-right h3 {
	font-family: Times, "Times New Roman", serif;
	font-size: 1.0em;
	font-style: italic;
	color: #666;
}

#hp-image {
	display: block;
	width: 1000px;
	height: 220px;
	margin: 0;
	padding: 0;
}

/* navHome */

#navBlock {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
/*	height: 70px; */
	padding: 0;
	margin: 0;
}

#navOnHome {
	position: relative;
	top: 0px;
	left: 0px;
	list-style: none;
	width: 1000px;
	height: 70px;
	padding: 0;
	margin: 0;
}

#navOnHome li {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}

/*

#navOnHome li {
	margin: 0;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.5;
	border-left: 2px dotted #CC0000;
}

#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;
}

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

#navOnHome li.first {
	border: none;
}

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

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

*/

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

#navPrimary {
	position: absolute;
	width: 174px;
	left: 0px;
	top: 95px;
	overflow: hidden;
	margin: 0;
	padding-right: 0;
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 6px;

	list-style: none;

	background-color: #171C26;
	color: #D2D9E0;

/*	background-color: #003300; */
/*	color: #CFE6CF; */

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

#navPrimary li {
	background: transparent;
	list-style-image: none;
	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 {
	background: transparent;
	margin: 0;
	margin-top: 0.5em;
	margin-left: -18px;
	padding-left: 36px;
	padding-top: 0.15em;
	padding-bottom: 0.2em;
	background-image: url('../images/nav-bg.jpg');
	background-repeat: no-repeat;
/*	background-color: #004400; */
}

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

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

#navPrimary li li.current a {
	background: #4D7CBF;
	background-color: RGBA(77, 124, 191, .75);
	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: -18px;
	padding-left: 36px;
/*	font-weight: normal; */
}

#navPrimary>li.notcurrent ul {
	display: none;
}

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

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

/* Collapsible menus */

img.expanded {
	vertical-align: middle;
	text-decoration: none;
	border: none;
	background-image: url('../images/collapse.gif');
	padding: 0;
	margin: 0;
	margin-right: 7px;
}

img.collapsed {
	vertical-align: middle;
	text-decoration: none;
	border: none;
	background-image: url('../images/expand.gif');
	padding: 0;
	margin: 0;
	margin-right: 7px;
}

#navOnHome img.expanded, #navOnHome img.collapsed {
	display: 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: #171C26;
	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: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9375em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: normal;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}

#content h3 {
	color: #333;
	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 h3 a:after {
	content: url(/stopBMSB/assets/Image/h3-arrow.gif);
	width: 10px;
	height: 10px;
}

#content h4 {
	color: #333;
	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: #333;
	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: #000;
	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.7;
	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 dd.credits {
/* temporary */
	padding: 2px;
	margin: 0;
	color: #999;
}

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

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

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

#content ul.indent {
	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 .indent li ul li {
	font-size: 100%;
	list-style-type: square;
}

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

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

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

#content .footnotes {
	font-size: 0.75em;
	line-height: 1.0;
}

#content .footnotes p {
	margin: 0;
	margin-bottom: 0.5em;
}

#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 #CCC;
}

#content .imgtable {
	float: right;
	margin-left: 10px;
}

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

#content .imgtable tbody, #content .imgtable tr {
	border: 0;
	margin: 0;
	padding: 0;
}

#content .imgtable td {
	border: 0;
	margin: 0;
	padding: 0;
	border-left: 1px solid #333;
	padding-left: 10px;
}

#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: #EEE;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.6875em;
	font-weight: bold;
	line-height: 1.5;
	padding: 0.25em;
	border: 1px solid #CCC;
}

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

/* PICTURE RIGHT */

#content .picture-right {
	float: right;
	border-collapse: collapse;
	font-style: italic;
	font-size: 0.875em;
	line-height: normal;

	padding: 0;

	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 0;
	max-width: 360px;
}

#content .picture-right td {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 0;

	margin: 0;

	border: none;
	border-left: solid 1px #666;
	max-width: 350px;
}

#content .picture-right i, #content .picture-right em {
	font-style: normal;
}

/* PICTURE LEFT */

#content .picture-left {
	float: left;
	border-collapse: collapse;
	font-style: italic;
	font-size: 0.875em;
	line-height: normal;

	padding: 0;

	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 10px;
	max-width: 360px;
}

#content .picture-left td {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 10px;

	margin: 0;

	border: none;
	border-right: solid 1px #666;
	max-width: 350px;
}

#content .picture-left i, #content .picture-left em {
	font-style: normal;
}

/* PICTURE CENTER */

#content .picture-center {
	border-collapse: collapse;
	font-style: italic;
	font-size: 0.875em;
	line-height: normal;

	padding: 0;

	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

#content .picture-center td {
	padding: 0;
	margin: 0;

	border: none;
}

#content .picture-center i, #content .picture-center em {
	font-style: normal;
}

/* PICTURE - Special case for last in series, no border */

#content .last td {
	border: none;
}

#content .contacts-box {
	background-color: #EEE;
/*
	background-image: url("../images/hp-light-bg.gif");
	background-repeat: repeat-x;
*/

/*
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
*/
	border-radius: 10px 10px 10px 10px;

	float: right;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: 10px;
}

#content .contacts-box p + ul.indent {
	margin-top: -1.0em;
}

/*
CALENDAR
*/

#svCalendar th {
	background-color: #456CA5;
	color: #FFF;
}

#svCalendar th a {
	color: #FFF;
}

#svCalendar th a:hover {
	color: #DDD;
	text-decoration: none;
}

#svCalendar .dayofweek {
	background-color: #DDD;
	color: #333;
	font-weight: bold;
}

#svCalendar td {
	vertical-align: top;
	min-width: 80px;
}

#svCalendar ul {
	border: none;
	margin: 0;
	padding: 0;
}

#svCalendar ul li {
	margin: 0;
	padding: 4px;
	border-top: 1px solid #DDD;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 100%;
}

#svCalendar ul li.first {
	border: none;
}

/* Gallery */
#content #svGallery {
	display: block;
	clear: both;
}

#content #svGallery ul li {
	float: left;
	list-style-type: none;
}

#content #svGallery ul li dl dt {
	display: none;
}

#content #svGallery ul li img {
	border: 1px solid #456CA5;
}

/*
GALLERY

#svGallery ul {
	background-color: #FFF;
	color: #000;
	display: block;
}

#svGallery li {
	background-color: #FFF;
	color: #000;
	display: block;
	float: left;
}

#svGallery li img {
	border: 1px solid #456CA5;
}

*/

/*

#svGallery th a {
	color: #FFF;
}

#svGallery th a:hover {
	color: #DDD;
	text-decoration: none;
}

#svGallery .dayofweek {
	background-color: #DDD;
	color: #333;
	font-weight: bold;
}

#svGallery td {
	vertical-align: top;
	min-width: 80px;
}

#svGallery ul {
	border: none;
	margin: 0;
	padding: 0;
}

#svGallery ul li {
	margin: 0;
	padding: 4px;
	border-top: 1px solid #DDD;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 100%;
}

#svGallery ul li.first {
	border: none;
}

*/

/*
HOST PLANTS DOCUMENT
*/

#host_plants_table .high_density {
	font-weight: bold;
}

#host_plants_table .genus {
	font-style: italic;
}

#host_plants_table .species {
	font-style: italic;
}

#host_plants_table .odd {
	background-color: #F0F2F5;
}

#host_plants_table .even {
	background-color: #FFF;
}

.imgcnt {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #DDD;
	padding: 15px;
	margin-top: 15px;
}

.imgcnt .inner480 {
	width: 482px;
	margin: 0 auto;
}

.imgcnt .inner360 {
	width: 362px;
	margin: 0 auto;
}

.imgcnt img {
	border: 1px solid #000;
	margin: 0;
}

.imgcnt .caption480 {
	background-color: #FFF;
	padding: 10px;
	width: 460px;
	border: 1px solid #BBB;
	margin: 0;
}

.imgcnt .caption360 {
	background-color: #FFF;
	padding: 10px;
	width: 340px;
	border: 1px solid #BBB;
	margin: 0;
}

.imgcnt p.backtoplantlist480 {
	text-align: right;
	padding: 0;
	width: 480px;
	margin-bottom: 0px !important;
}

.imgcnt p.backtoplantlist360 {
	text-align: right;
	padding: 0;
	width: 360px;
	margin-bottom: 0px !important;
}

.authors {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #EEE;
	padding: 10px;
	margin-top: 10px;
}

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

#crumbList {
	margin: 0;
	padding: 0;
}

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

#crumbList li a {
	color: #666;
	text-decoration: none;
}

#crumbList li a:hover {
	color: #696;
	text-decoration: underline;
}

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

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

#content .svFeed {
	display: inline; /* fixes issue, causes to wrap around other elements */
	line-height: normal;
	line-height: 1;
}

.home .svFeed {
	position: relative;
	top: 10px;
}

#content .svFeed p, .home .svFeed p, #sysUpdates p, #sysStinkBugBulletinHomePage p, #TempsysStinkBugBulletinHomePage p {
	font-size: 100%; /* restore font size for nested p tag */
/*	line-height: normal; */
	line-height: normal;
	line-height: 1;
}

#content .svFeed a, .home .svFeed a, #content .svIndex a {
	font-weight: bold;
	color: #456CA5;
}

.sysResourceLinks #content .svIndex dt, .sysResourceLinks #content .svIndex dd {
	display: inline;
	margin: 0;
	line-height: 1.0;
}

.sysResourceLinks #content .svIndex dd p {
	line-height: 1.0;
}

.sysResourceLinks #content .svIndex dt.releaseDate {
	display: none;
}

/* Special Cases */
#searchresources td {
	border: none;
}

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

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