@charset "UTF-8";

/*******************************************/
/**** Header                            ****/
/**** Primary navigation is in menu.css ****/
/*******************************************/

#logo
{
	width: 345px;
	display: block;
	position: absolute;
	left: 33px;
	top: 42px;
}
ul#toolsNav
{
	width: 262px;
	height: 19px;
	position: absolute;
	right: 38px;
	top: 28px;
}
ul#toolsNavHome
{
	width: 216px;
	height: 19px;
	position: absolute;
	right: 38px;
	top: 28px;
}
ul#toolsNav li, ul#toolsNavHome li
{
	float: left;
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	background: url(../images/list-bullet-green.gif) no-repeat 0 9px;
}
ul#toolsNav li:first-child, ul#toolsNavHome li:first-child
{
	margin-left: 0;
	padding-left: 0;
	background: none;
}
ul#toolsNav li a, ul#toolsNavHome li a
{
	display: inline-block;
	width: auto;
	height: 15px;
	padding-top: 4px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
	color: #9B1A4E;
}
ul#toolsNav li a:hover, ul#toolsNavHome li a:hover
{
	color: #28779E;
}
ul#toolsNav li a.feedLink, ul#toolsNavHome li a.feedLink
{
	width: 76px;
	color: #BB5C00;
	background: url(../images/rss-icon.gif) no-repeat top right;
}
ul#toolsNav li a.feedLink:hover, ul#toolsNavHome li a.feedLink:hover
{
	color: #BB5C00;
}

/*********************/
/**** Left column ****/
/*********************/

ul#secondaryNav
{
	width: 176px;
}
ul#secondaryNav li
{
	width: 170px;
	padding: 3px;
	border-bottom: 1px dotted #B2B2B2;
}
ul#secondaryNav li a
{
	width: 158px;
	height: auto;
	display: block;
	padding: 5px 0 4px 12px;
	background: url(../images/snav-arrow-bg.gif) no-repeat 4px 8px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #565656;
	text-decoration: none;
}
ul#secondaryNav li a:hover, ul#secondaryNav li a.highlight
{
	color: #FFF;
	background: #9B1A4E url(../images/snav-arrow-bg-over.gif) no-repeat 4px 8px;
}
ul#secondaryNav li ul
{
	width: 170px;
	padding: 0;
	border-bottom: none;
}
ul#secondaryNav li ul li
{
	width: 170px;
	padding: 0;
	border-top: 1px solid #FFF;
	border-bottom: none;
}
ul#secondaryNav li ul li a
{
	width: 145px;
	height: auto;
	display: block;
	padding: 5px 0 4px 22px;
	background: url(../images/list-bullet-blue.gif) no-repeat 12px 9px;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #565656;
	text-decoration: none;
}
ul#secondaryNav li ul li a:hover
{
	color: #9B1A4E;
	background: transparent url(../images/list-bullet-blue.gif) no-repeat 12px 9px;
}

/***********************/
/**** Center column ****/
/***********************/

.centerColumnWithShadow .topRightShadow
{
	width: 12px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.centerColumn h1, .centerColumnWithShadow h1, .centerColumnFullWidth h1
{
	font-size: 21px;
	font-weight: normal;
	line-height: 23px;
	color: #28779E;
	margin-bottom: 5px;
}
.centerColumn h2, .centerColumnWithShadow h2, .centerColumnFullWidth h2
{
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	color: #688735;
	margin-bottom: 2px;
}
.centerColumn h3, .centerColumnWithShadow h3, .centerColumnFullWidth h3
{
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	color: #28779E;
	margin-bottom: 2px;
}
.centerColumn p, .centerColumnWithShadow p, .centerColumnFullWidth p
{
	font-size: 12px;
	line-height: 20px;
	color: #2A2A2A;
	margin-bottom: 15px;
}
.centerColumnFullWidth p
{
	line-height: 14px;
	margin-bottom: 12px;
}
.centerColumn p.intro, .centerColumnWithShadow p.intro, .centerColumnFullWidth p.intro
{
	font-size: 16px;
	line-height: 22px;
	color: #28779E;
	margin-bottom: 15px;
}
.centerColumn ul, .centerColumnWithShadow ul, .centerColumnFullWidth ul
{
	margin-bottom: 15px;
}
.centerColumn li, .centerColumnWithShadow li, .centerColumnFullWidth li
{
	font-size: 12px;
	line-height: 20px;
	color: #2A2A2A;
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(../images/list-bullet-cranberry.gif) no-repeat 0 8px;
}
.centerColumnFullWidth h1, .centerColumnFullWidth h2, .centerColumnFullWidth h3, .centerColumnFullWidth p, .centerColumnFullWidth ul
{
	width: 520px;
}
.centerColumn p.horizontalDivider, .centerColumnWithShadow p.horizontalDivider, .centerColumnFullWidth p.horizontalDivider
{
	height:2px;
	float: left;
	display: inline;
	margin-bottom: 15px;
	border-bottom: 1px dotted #28779E;
}
.centerColumn p.horizontalDivider, .centerColumnWithShadow p.horizontalDivider
{
	width: 520px;
}
.centerColumnFullWidth p.horizontalDivider
{
	width: 720px;
}
.centerColumnWithShadow#pressKit p
{
	margin-bottom: 6px;
}
.centerColumnWithShadow#pressKit p.horizontalDivider
{
	margin-bottom: 8px;
}
.centerColumn a, .centerColumnWithShadow a, .centerColumnFullWidth a
{
	color: #28779E;
	text-decoration: underline;
}
.centerColumn a:hover, .centerColumnWithShadow a:hover, .centerColumnFullWidth a:hover
{
	color: #9B1A4E;
}
.centerColumnWithShadow#pressKit a
{
	color: #2A2A2A;
	text-decoration: none;
}
.centerColumnWithShadow#pressKit a:hover
{
	color: #9B1A4E;
}
img.bioPhoto
{
	float: right;
	display: inline;
	margin-right: 45px;
}

/*************************/
/**** Q Microbe table ****/
/*************************/

#qMicrobeTableContainer
{
	width: 718px;
	padding: 1px 0;
	border: 1px dotted #73ABC7;
}
#qMicrobeTable th, #qMicrobeTable td
{
	width: 109px;
	vertical-align: top;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#qMicrobeTable td
{
	background: #EEE url(../images/table-hdiv-bg.gif) repeat-x left top;
}
#qMicrobeTable td.rowOne
{
	padding: 5px 5px 0 5px;
}
#qMicrobeTable td.rowTwo
{
	padding: 8px 5px 2px 5px;
}
#qMicrobeTable th
{
	padding: 14px 5px 8px 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
	vertical-align: bottom;
	color: #FFF;
}
#qMicrobeTable ul
{
	width: auto;
	margin-bottom: 0;
}
#qMicrobeTable li
{
	width: 100px;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 8px;
	padding-left: 10px;
	background: url(../images/list-bullet-cranberry.gif) no-repeat 0 5px;
}
#qMicrobeTable td.rowOne li
{
	color: #606060;
}
#qMicrobeTable td.rowTwo li
{
	color: #FFF;
}

/********************/
/**** News table ****/
/********************/

.newsTable
{
	border-top: 1px dotted #28779E;
}
.newsTable td
{
	border-bottom: 1px dotted #28779E;
}

.newsTable td.dateColumn
{
	width: 60px;
	padding: 12px 0 8px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #2F85B0;
	vertical-align: top;
}
.newsTable td.prColumn, .newsTable td.newsColumn
{
	padding: 12px 0 8px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #444;
	vertical-align: top;
}
.newsTable td.prColumn
{
	width: 455px;
}
.newsTable td.newsColumn
{
	width: 235px;
	padding-right: 40px;
}
.newsTable td.publogoColumn
{
	width: 180px;
	padding: 12px 0 8px 0;
	vertical-align: top;
}
.newsTable td.prColumn a, .newsTable td.newsColumn a
{
	color: #444;
	text-decoration: none;
}
.newsTable td.prColumn a:hover, .newsTable td.newsColumn a:hover
{
	color: #9B1A4E;
}
.newsTable td.prColumn a span, .newsTable td.newsColumn a span
{
	font-size: 14px;
	color: #82A441;
}

/********************/
/**** Form table ****/
/********************/

.formTable th
{
	width: 95px;
	padding: 6px 5px 3px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #2A2A2A;
	text-align: right;
	vertical-align: top;
}
.formTable td
{
	width: 300px;
	padding: 3px 0;
	font-size: 12px;
	line-height: 14px;
	color: #2A2A2A;
	vertical-align: top;
}
.formTable input, .formTable textarea
{
	font-size: 12px;
	width: 250px;
	border: 1px solid #ADBC91;
	padding: 2px;
}
.formTable textarea
{
	height: 100px;
}
.formTable input.checkbox, .formTable input.submit
{
	width: auto;
}
.formTable input.checkbox
{
	border: none;
	padding: 0;
}
.formTable input.submit
{
	color: #FFF;
	background: #81A341 none;
}
.formTable input.submit:hover
{
	background: #688735 none;
}
.error
{
	display: block;
	margin-top: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #C30;
}

/******************/
/**** Site map ****/
/******************/

.centerColumn#siteMap li
{
	margin: 0 0 5px 15px;
}


/**********************/
/**** Right column ****/
/**********************/

.rightColumn#newsSidebar h1
{
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #9B1A4E;
	text-transform: uppercase;
	margin: 0 0 5px 6px;
}
.rightColumn#newsSidebar h1.searchHeader
{
	color: #688735;
}
.rightColumn p
{
	font-size: 12px;
	line-height: 16px;
	color: #8F8F8F;
	margin: 0 5px 6px 14px;
}
.rightColumn#newsSidebar p
{
	margin: 0 0 6px 6px;
}
.rightColumn#newsSidebar img
{
	display: block;
	margin: 10px 0 6px 6px;
}
.rightColumn img
{
	display: block;
	margin: 0 0 5px 6px;
}
.rightColumn a
{
	color: #28779E;
	text-decoration: underline;
}
.rightColumn a:hover
{
	color: #9B1A4E;
}
#searchTable
{
	margin-left: 6px;
}
#searchTable td
{
	vertical-align: bottom;
}
input#search_criteria
{
	width: 144px;
	height: 12px;
	margin: 0;
	padding: 2px 0 2px 0;
	border: 1px solid #CCC;
	font-size: 11px;
	color: #2A2A2A;
}

/****************/
/**** Footer ****/
/****************/

#footerContainer p
{
	margin-left: 25px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #FFF;
	text-transform: uppercase;
}
#footerContainer a
{
	color: #FFF;
	text-decoration: none;
}
#footerContainer a:hover
{
	text-decoration: underline;
}

/**************************************/
/**** Widely scoped utility styles ****/
/**************************************/

.clearAll
{
	clear: both;
	height: 1px;
	line-height: 1px;
}
.clearRight
{
	clear: right;
}
.floatRight
{
	float: right;
	margin: 0 20px 0 5px;
}
.clearFix
{
	overflow: auto;
}
.block
{
	display: block;
}
sup, sub
{
	font-size: .85em;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup
{
	bottom: .5ex;
}
sub
{
	top: .5ex;
}
p.footnote
{
	font-size: 10px;
	line-height: 13px;
	color: #8F8F8F;
}
p.caption
{
	margin: 0 auto 15px auto;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
	color: #8F8F8F;
}
a.readMore
{
	text-decoration: none;
	white-space: nowrap;
}
.blueHighlight
{
	color: #28779E;
}
.greenHighlight
{
	color: #688735;
}
.cranberryHighlight
{
	color: #9B1A4E;
}
.blockUnderlineBlue
{
	padding-bottom: 15px;
	border-bottom: 1px dotted #28779E;
}
