/************************************************

  >>       Created By:   Grand River Interactive
  >>          Website:   http://www.nsf.org/

*************************************************/
/*
	1: Base Rules - include base reset of elements and single element selectors.
	2: Layout Rules - include sections of pages and hold modules together.
	3: Modules - reusable parts of the design, including sidebars, callouts, etc.
	4: State Rules - mostly css rules for javascript and states such as hidden, visible, expanded, etc.
	
*/

	
	
/*==============================================/  
	
	1: Base
	
==============================================*/

/*====> Simple Reset <====/
*/

	
html, 
body { 
  font: 12px/1.4 "Trebuchet MS", verdana, geneva, lucidia, arial, sans-serif; 
  margin: 0; 
  padding: 0; 
  color: #333333; 
}

h1, h2, h3, h4, h5, h6, 
ul, ol, li, 
form, fieldset, input, 
table, tr, td { 
  margin: 0; 
  padding: 0; 
}
ul {
  list-style: none;
}
img, 
fieldset { 
  border: none; 
}
select, 
option { 
  outline: none; 
}
a { 
   text-decoration: none; 
   outline: none; 
   cursor: pointer; 
}

/*====> Base Elements <====/
*/
body {
	background: #004287 url(../images/bg-body.png) repeat-x left top;
}
h1 {
	font-size: 30px;
	color: #003479;
}
h2 {
	font-size: 16px;
	color: #003479;
}
h3 {
	font-size: 12px;
	color: #003479;
}
h4 {
	font-size: 12px;
	color: #003479;
}
h5 {
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	font-weight: 600;
}
p {
	margin: 0 0 15px 0;
}
blockquote {
  font-style: italic;
  border-left: 5px solid #ccc;
  padding-left: 10px;
}
a { 
	color: #238ec4; 
}
a:hover,
a:focus {
	color: #003479; /*color: #238ec4;*/
	text-decoration: underline;
}
input[type=text] {
	color: #666;
	width: 268px;
	border: 1px solid #dcdcdc;
	padding: 5px;
}
select {
	width: 136px;
}
textarea {
	width: 268px;
	border: 1px solid #dcdcdc;
}
noscript p {
	border: 3px solid #f57b07;
	color: #004287;
	text-align: center;
	font-weight: 600;
	padding: 8px 0;
	display: block;
}
*:focus {
    outline: none;
}

/*====> Base Form Styles <====/
*/
form li {
	clear: both;
	/*overflow: hidden;*/
	margin: 0 0 6px 0;
    position: relative;
}
form li:after {
    content: ".";
   	display: block;
   	clear: both;
   	visibility: hidden;
   	line-height: 0;
   	height: 0;
}
form li label {
	float: left;
	width: 125px;
	text-align: right;
	margin: 0 10px 0 0;
}
form li input {
	float: left;
}
form li em,
form label em {
	color: #ed1c24;
	padding: 0 4px 0 0;
}


/*==============================================/  
	
	2: Layout
	
==============================================*/

#container {
	width: 986px;
	background: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 10px auto 0 auto;
}
#header {
	position: relative;
	height: 140px;
	background: url(../images/bg-header.png) no-repeat;
	border-bottom: 2px solid #fff;
}
#footer-container {
	background: url(../images/bg-footer.png) repeat-x left bottom;
	padding: 0 0 15px 0;
	height: 322px;
	z-index: 1;
	position: relative;
}
#footer {
	width: 920px;
	min-height: 290px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	background: #f3f3f3;
	position: relative;
	margin: 0 auto;
	padding: 30px 33px 0 33px;
	font-size: 10px;
}
#main-content {
	overflow: hidden;
}
#main-content.search-systems {
    background: 
      url(../images/bg-grd-btm-168-white.png) left bottom no-repeat, 
      url(../images/bg-grd-168-white.png) left top repeat-y;
    position: relative;
}

.services-subcat #main-content.search-systems,
.services-detail #main-content.search-systems {
      display: table; /* km - this fixes missing background-image [shadow]for header sidebar without adverse effects on breadcrumb menu */
      
}

#header {
    z-index: 20;
}
/* Main Content 2 Column Wide Right Column*/
.mc-cols-2-w-r .l-col-1 {


	float: left;
	width: 144px;
	margin: 0 2px 0 0;
	padding: 25px 12px 0 12px;
}
.mc-cols-2-w-r .l-col-2 {
	float: left;
	width: 766px;
	padding: 22px 25px;
}
/* Main Content - 2 columns, no Secondary Content */
.l-col-1 {
    float: left;
    width: 168px;
    margin: 0 2px 0 0;
}
.l-col-2 {
    float: left;
    width: 766px;
}
.col-2-full .l-col-2 {
    width: 816px;
}
#secondary-content {
	background: 
    url(../images/bg-primary-grd-top.png) left top no-repeat, 
    url(../images/bg-primary-grd-btm.png) left bottom no-repeat, 
    url(../images/bg-primary-grd.png) repeat-y;
	position: relative;
	padding: 25px 27px 27px 27px;
	margin: 2px 0 0 0;
	overflow: hidden;
	clear: both;
}
.home #secondary-content {
	padding: 27px;
}
/* Secondary Content 2 Columns */
#secondary-content.cols-2 {
	background: #fff;
	padding: 0;
}
.cols-2 .l-col-1 {
	float: left;
	width: 168px;
	margin: 0 2px 0 0;
}
.cols-2 .l-col-2 {
	float: left;
	width: 816px;
	/*background: url(../images/bg-grd-btm-single.png) left bottom repeat-x;*/
}
.cols-2 .l-col-2 .l-col-2-col-1 {
	float: left;
	width: 380px;
	background: url(../images/bg-grd-top-single.png) left top repeat-x;
}
.cols-2 .l-col-2 .l-col-2-col-2 {
	float: right;
	width: 400px;
	background: url(../images/bg-grd-top-single.png) left top repeat-x;
}

/* Extra Columns for Training Subcategory - Wide Left Column */

.cols-2 .l-col-2 .l-col-2-col-1-lg {
	float: left;
	width: 410px;
	background: url(../images/bg-grd-top-single.png) left top repeat-x;
}
.cols-2 .l-col-2 .l-col-2-col-2-sm, #training-subcontent .l-col-2-col-2-sm {
	float: right;
	width: 370px;
	background: url(../images/bg-grd-top-single.png) left top repeat-x;
}

.training-subcat #training-subcategory #training-features,
.training-detail #training-subcategory #training-features {
  width: 420px;
}

.training-subcat #training-subcategory .l-col-2-col-2-sm,
.training-detail #training-subcategory .l-col-2-col-2-sm {
  padding: 30px 20px 0 0;
}

#training-subcontent .l-col-2-col-2-sm  {
  background:  none;
  width: 316px;
}

.training-subcat .cols-2 .l-col-2 .l-col-2-col-2-sm,
.training-detail #training-subcategory .l-col-2-col-2-sm {
  width: 316px;
}

/* Secondary Content 3 Columns Base*/
.cols-3 .l-col-1 {
	float: left;
	width: 288px;
	margin: 0 30px 0 0;
}
.cols-3 .l-col-2 {
	float: left;
	width: 256px;
	padding: 17px 20px 17px 5px; /*padding: 17px;*/
	margin: 0 30px 0 0;
}
.cols-3 .l-col-3 {
	float: left;
	width: 244px;
}
.default-template .cols-3 .l-col-2  {
    padding: 0;
}
/* Secondary Content 3 Columns Wide Middle Column*/
.cols-3-w-mid .l-col-1 {
	float: left;
	width: 200px;
	margin: 0 30px 0 0;
}
.cols-3-w-mid .l-col-2 {
	float: left;
	width: 450px;
	margin: 0 30px 0 0;
}
.cols-3-w-mid .l-col-3 {
	float: left;
	width: 200px;
}
/* Secondary Content 2 Columns with 4 Columns in Second Column*/
.cols-4 {
    overflow: hidden;
}
.cols-4 .col {
    float: left;
    width: 175px;
    padding: 10px;
}
.cols-4 .l-col-1 {

}
.cols-4 .l-col-2 {
    background: none;
}
.cols-4 .l-col-3 {

}
.cols-4 .l-col-4 {
    border: none;
}

/*++++> Layout Helper Classes <++++
*/
.fl {
	float: left;
	width: auto;
}
.fr {
	float: right;
	width: auto;
}
.center {
  text-align: center;
}
.brd-r {
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border: 1px solid #ccc;
	position: relative;
	behavior: url(/PIE.php);
}
.brd-r-10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    behavior: url(/PIE.php);
}
.bg-btm {
    background: url(../images/bg-grd-btm-single.png) left bottom repeat-x;
}
.bg-top {
    background: url(../images/bg-grd-top-single.png) left top repeat-x;
}
.bg-986 {
    background: url(../images/bg-grd-986.jpg) left top repeat-y;
}
.clr, .clear {
    clear: both;
}
.float_right_img {
  float: right; 
  margin: 0 1em 1em 1em;
  clear: right;

}
.float_left_img {
  float: left; 
  margin: 0 1em .25em 0; 
  clear: left;
}
.hide {
  display: none;
}
.caption {
    color: #999999;
    font-size: 10px;
    margin: 10px 0 20px;
    text-align: center;
    width: 300px;
}
.no-top-margin, 
.no-tabs .l-col-2 h2.no-top-margin, .bottom_img {
  margin-top: 0;
}
.top_img {
  margin-top: 2em;
}
.detail-page h3 {
  margin-bottom: 10px;
}
.btm-brd {
  border-bottom: 1px solid #d4d4d4;
}
.normal {
  font-weight: normal;
}
.img-border {
  border: 1px solid #ccc;
}
/* Two Colum Bulleted Lists */
.international-approvals .two-column-list {
  overflow: auto;
}
.international-approvals .col-one-list, 
.international-approvals .col-two-list {
  float: left; 
  width: 100px;
}

/*==============================================/  
	
	3: Modules
	
==============================================*/

/*====> Header <====/
*/
#header a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#header li {
	float: left;
	width: auto;
}
#nav-utility {
	margin: 16px 0 0 23px;
	float: left;
	width: 170px;
	line-height: 8px;
	height: 8px;
  z-index: 2000;
  position: relative;
}
#nav-utility li {
	position: relative;
}
#nav-utility li.nav-language {
    padding: 0 11px 0 0;
    float: none;
    position: absolute;
    top: 35px;
    right: -765px;
}
#nav-utility li.nav-language > a {
  background: url(../images/arrow-sml-down.gif) right 3px no-repeat;
  display: block;
  width: 108px;

}
#language-switcher {
    top: 12px;
    width: 100%;
}
#search {
	float: left;
	width: 290px;
	position: relative;
	margin: 10px 0 0 155px;
	display: inline;
}
#search #search-field {
	background: url(../images/search-bg-input.png) no-repeat;
	width: 240px;
	height: 26px;
	line-height: 26px;
	border: none;
	font-size: 10px;
	padding: 0 40px 0 20px;
  overflow: hidden;
}
#search #go {
	position: absolute;
	right: 5px;
	top: 3px;
	background: url('../images/buttons/search-btn-go.png') no-repeat;
	width: 20px;
	height: 20px;
	border: 0;
	display: block;
	cursor: pointer;
}
#search-certified-top {
	position: absolute;
	top: -15px;
	right: 19px;
	display: block;
}
#logo {
	position: absolute;
	top: 36px;
	left: 21px;
	line-height: 27px;
    z-index: 1;
}
#logo img {
	float: left;
	width: 78px;
}
#logo .slogan {
	float: left;
	width: auto;
	color: #666;
	padding: 14px 0 0 20px;
	font-weight: 600;
	font-size: 13px;
}
#nav-global {
	position: absolute;
	bottom: 0;
	left: 159px;
    z-index: 500;
}
#nav-global a {
    color: #0D4C8E;
}
#nav-sub {
	/*line-height: 8px;*/
	height: 20px;
	float: left;
	width: auto;
	margin: 28px 0 0 20px;
    position: relative;
}
#nav-sub li.level-1 > a {
	color: #238EC4;
}
#nav-sub li {
	margin: 0 11px 0 0;
}
#nav-sub li#nav-sub-newsroom,
#nav-sub li#nav-sub-about-nsf {
	margin: 0 11px 0 0;
	padding: 0 0 17px 0;
}
#nav-sub li#nav-sub-newsroom:hover,
#nav-sub li#nav-sub-about-nsf:hover {
    background: url(../images/arrow-nav-sub.png) no-repeat 11px 15px;
}
#nav-sub li#nav-sub-contact-us:hover,
#nav-sub li#nav-sub-home:hover {
    background: none;
}
#nav-sub li.nav-active a {
    color: #003479;
}
#nav-sub li.nav-active a:hover {
    text-decoration: none;
}
#nav-sub li.nav-active #nav-about-nsf a:hover, 
#nav-sub li.nav-active #nav-newsroom a:hover, 
#nav-sub li.nav-active .nav-related-content a:hover {
    text-decoration: underline;
}
/*==> Main Nav Sprite <====/
*/
#nav-main {
	float: left;
	width: 480px;
	height: 61px;
	clear: both;
    z-index: 600;
}
#nav-main li {
    z-index: 7;
}
#nav-main li.level-1 > a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 61px;
	background: url(../images/nav-main-sprite.png) 0 0 no-repeat;
}
#nav-main #nav-main-services a {
	width: 106px;
}
#nav-main #nav-main-services:hover a,
#nav-main #nav-main-services.nav-active a,
#nav-main #nav-main-services a:hover {
	background-position: 0 -61px;
}
#nav-main #nav-main-regulator-resources a {
	width: 120px;
	background-position: -106px 0;
}
#nav-main #nav-main-regulator-resources:hover a,
#nav-main #nav-main-regulator-resources.nav-active a,
#nav-main #nav-main-regulator-resources a:hover {
	background-position: -106px -61px;
}
#nav-main #nav-main-consumer-resources a {
	width: 120px;
	background-position: -226px 0;
}
#nav-main #nav-main-consumer-resources:hover a,
#nav-main #nav-main-consumer-resources.nav-active a,
#nav-main #nav-main-consumer-resources a:hover {
	background-position: -226px -61px;
}
#nav-main #nav-main-training-education a {
	width: 132px;
	background-position: -346px 0;
}
#nav-main #nav-main-training-education:hover a,
#nav-main #nav-main-training-education.nav-active a,
#nav-main #nav-main-training-education a:hover {
	background-position: -346px -61px;
}

/* Main Nav Suckerfish Menu */
#nav-sub li.level-1 > div,
#nav-main li.level-1 > div,
#nav-sub li.level-1 > ul,
#nav-main li.level-1 > ul {
    position: absolute;
    top: -9999px;
    left: 11px;
    background: #cbe8fb;
    border: 10px solid #a8d6f3;
    padding: 20px 30px;
    width: 379px;
    z-index: 100;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-raduis-bottomright: 10px;
    -moz-border-raduis-bottomleft: 10px;
    box-shadow: 0 3px 5px 0 #8294a0;
    -moz-box-shadow: 0 3px 5px 0 #8294a0;
    -webkit-box-shadow: 0 3px 5px 0 #8294a0;
    behavior: url(/PIE.php);
}

/* Adjustment to widen services menu */
#nav-sub li.level-services > div,
#nav-main li.level-services > div,
#nav-sub li.level-services > ul,
#nav-main li.level-services > ul {
     width: 570px;
}

#nav-sub li.level-1 > ul,
#nav-sub li.level-1 > div {
    left: 0px;
    width: 207px;
    padding: 15px 20px 15px;
}
#nav-main li.level-1:hover {
    border-bottom: 2px solid #fff;
}
#nav-main li.level-1:hover > ul,
#nav-main li.level-1:hover > div {
    top: 63px;
}
#nav-sub li.level-1:hover > ul,
#nav-sub li.level-1:hover > div {
    top: 35px;
}
#nav-main li.level-1:hover > ul a,
#nav-main li.level-1:hover > div a {
    background: none;
    width: auto;
    height: auto;
    text-indent: 0;
    color: #003479;
}
#nav-sub li.level-1 > div > *:first-child {
    padding: 43px 0 0 15px; /* padding: 43px 0 0 19px; */
    margin: -39px 0 0 -19px;
    /*background: url(../images/arrow-nav-sub.png) no-repeat center 6px;*/
}
#nav-sub li:first-child > div > *:first-child {
    background-position: 0px -6px;
}
#nav-sub li:nth-child(2) > div > *:first-child {
    background-position: 76px -6px;
}
#nav-sub ul li,
#nav-main ul li {
    float: none;
    line-height: 17px;
}
#nav-main #nav-main-services {
    overflow: hidden;
}
#nav-main #nav-main-by-industry,
#nav-main #nav-main-by-type,
#nav-main #nav-main-by-company {
    position: relative;
    border: none;
    float: left;
    width: 179px;
    padding: 0 10px;
    box-shadow: none;
    behavior: url(/PIE.php);
}
#nav-main #nav-main-by-industry {
    padding-left: 0;
}
#nav-main #nav-main-by-type {
    padding-right: 0;
}
#nav-main #nav-main-by-company {
    padding-right: 0;
}
#nav-sub h2,
#nav-main h2 {
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0 3px 0;
    line-height: 17px;
}
.nav-related-content {
    font-size: 10px;
}
#nav-sub .nav-related-content li,
#nav-main .nav-related-content li {
    float: left;
    width: auto;
    margin: 0 7px 5px 0;
    line-height: 10px;
}
ul.delim-small > li > a {
    border-right: 1px solid #7f8d97;
    padding: 0 11px 0 0;
}
ul.delim-small > li.last a {
    border-right: none;
}
.nav-related-content a {
    color: #003479;
}
#nav-newsroom-dropdown #nav-newsroom-related-newsroom-public-health-alerts-recalls a {
    border-right: none;
}
/*====> Footer <====/
*/
#nav-by-industry {
	width: 180px;
}
#nav-by-type {
	width: 200px;
}
#nav-by-company {
	width: 200px;
}
#nav-by-country {

	width: 347px;
	height: 207px;
	margin: -30px 0 0 0;
	background: url(../images/bg-serving-all-countries.jpg) no-repeat;
}
#nav-by-country ul {
	width: 156px;
	float: left;
	margin: 72px 0 0 28px;
}
#nav-by-country a {
	font-weight: 600;
	font-size: 11px;
}
#nav-footer {
	width: 150px;
	margin: 0 0 0 40px;
}
#nav-footer ul {
	margin: 0 0 20px 0;
}
#nav-footer a {
	color: #003479;
}
#social-media {
	margin: 0 0 0 315px;
	position: absolute;
	bottom: 6px;
	clear: both;
}
#social-media h5 {
	padding: 0 8px 0 0;
}
#social-media li {
	float: left;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: 0 5px 0 0;
}
#search-certified-btm {
	position: absolute;
	bottom: -15px;
	left: 25px;
	height: 52px;
	overflow: hidden;
	display: block;
}
.copyright {
	bottom: -6px;
	right: 30px;
	text-align: right;
	color: #666;
	position: absolute;
}
/*====> Breadcrumbs <====/
*/
#breadcrumbs {
	border-bottom: 2px solid #fff;
	overflow: hidden;
	margin: -15px -30px 10px -30px;
	line-height: 20px;
	font-size: 10px;
	color: #4b4b4b;
	font-weight: 600;
	padding: 0 0 0 32px;
	float: left;
	width: 784px;
}
#breadcrumbs .back-to,
#breadcrumbs a {
	background: url(../images/bg-delim-breadcrumb.png) left no-repeat;
	padding: 0 0 0 10px;
	margin: 0;
}
#breadcrumbs a {
    color: #003479;
}
.post #breadcrumbs span.last a {
    background: none;
    padding: 0;
    margin: 0;
}


/*** BREADCRUMB NAVIGATION DROPDOWN MENU ***/

/* Breadcrumb Nav Suckerfish Menu */
.breadcrumb-dropdown {
    position: absolute;
    top: -9999px;
    left: 11px;
    background: #cbe8fb;
    border: 10px solid #a8d6f3;
    padding: 10px;
    margin-left: 10px;
    width: 575px;
    z-index: 40000;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-raduis-bottomright: 10px;
    -moz-border-raduis-bottomleft: 10px;
    box-shadow: 0 3px 5px 0 #8294a0;
    -moz-box-shadow: 0 3px 5px 0 #8294a0;
    -webkit-box-shadow: 0 3px 5px 0 #8294a0;
    /* behavior: url(/PIE.php); *//* messing up styling of breacrumb dropdown in IE 7 and 8 */
    
}

#breadcrumbs .back-to,
#subcategory-breadcrumb-nav li {
  float: left;
  width: auto;
}

#subcategory-breadcrumb-nav li #breadcrumb-dropdown ul li {
  float: none;
  background: none;
}

#breadcrumbs a {
  padding: 0 0 0 10px;
  margin: 0 2px 0 0;
}

#breadcrumbs li.first,
#breadcrumbs li.middle,
#subcategory-breadcrumb-nav li:first-child {
  margin-left: 5px;
}
#breadcrumbs .breadcrumb-dropdown li:first-child,
#breadcrumbs .breadcrumb-dropdown li.last,
#breadcrumbs .breadcrumb-dropdown li.first:hover + li.last {
  margin-left: 0;
}
#breadcrumbs li.middle,
#breadcrumbs li.last {
  margin-left: 10px;
}
#breadcrumbs li.first:hover + li.last,
#breadcrumbs li.first:hover + li.middle,
#breadcrumbs li.middle:hover + li.last {
  margin-left: 6px;
}
#breadcrumbs li:hover a {
  background: #a5d4f0;
  background-image: none;
  padding: 2px 2px 4px 10px; /*padding: 3px 2px 5px 10px;*/
  margin: 0;
}
#breadcrumbs a + span {
  vertical-align: middle;
  background: url("../images/arrow-sml-down.gif") no-repeat left center;
  width: 8px;
  height: 5px;
  display: inline-block;
}
#breadcrumbs li:hover span {
  /*height: 19px;*/
  background-color: #a5d4f0;
  width: 12px;
}
#breadcrumb-dropdown a.first,
#breadcrumb-dropdown a.last,
#breadcrumbs li:hover #breadcrumb-nav-dropdown li a,
.breadcrumb-dropdown li a,
#subcategory-breadcrumb-nav li:hover .breadcrumb-dropdown li a {
  background: none;
}
#subcategory-breadcrumb-nav li:hover {
  background-color: #a5d4f0; /**/
}
#subcategory-breadcrumb-nav li:hover .breadcrumb-dropdown {
  top: 19px; /* top: 20px;*/
  left: 170px;
  z-index: 30000;
}
#breadcrumbs #subcategory-breadcrumb-nav .breadcrumb-dropdown li {
  float: none;
  background-color: #CBE8FB; /**/
}
#breadcrumbs .breadcrumb-dropdown h2{
    color: #000;
    font-size: 10px;
    font-weight: 600;
    line-height: 17px;
    margin: 10px 0 3px;
    text-transform: uppercase;
    padding: 0 10px 0 10px;
}


#breadcrumbs .no-left-arrow {
  background: none;
  padding: 0px 0px 0px 5px;
  margin-left: 0;
}
#breadcrumbs li:hover .no-left-arrow {
  padding: 2px 2px 4px 5px;
}

#breadcrumbs .service-type {
  float: left;
  width: auto;
  margin: 0 -5px 0 10px;
}

.news-cat-filter #main-content {
  position: relative;
}
.news-cat-filter #secondary-content {
  margin-top: 0;
}

.training-course #main-content,
.news-category #main-content,
.services-subcat #main-content
 {
  position: relative;
  overflow: visible; /* keeps breadrumb from getting cut off */
}




.services-detail #ready-to-begin {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.services-detail #ready-to-begin-container {
  position: relative;
  clear:  both;
  height: 68px;
  margin-top: -2px;
}
.services-detail #main-content {
  overflow: visible;
  z-index: 5;
}


/*====> Home <====/
*/
#introduction {
	float: left;
	width: 273px;
	min-height: 246px;
	padding: 30px 30px 0 30px;
	background: #7cb9f9;
	color: #333;
    line-height: 1.6;
}
#introduction h1 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
    margin: 0 0 24px 0;
    line-height: 1;
}
#introduction p {
	margin: 30px 0 0 0;
}
/*====> Promo Certified <====/
*/
#promo-certified {
    margin: 10px 30px 0 0;
    padding: 17px 15px;
}
#promo-certified .certified-heading {
	width: 257px;
	height: 185px;
}
#promo-certified .certified-heading span {
	width: 257px;
	height: 185px;
	background: url(../images/txt-we-certify-millions.gif) no-repeat;
}
#promo-certified .btn-search-certified {
	background: url(../images/arrow-lrg-search-all.png) right no-repeat;
	display: block;
	float: right;
	padding: 0 28px 0 0;
    margin: 15px 0 0 0;
	font-size: 14px;
	line-height: 34px;
}
/*====> NSF Mark <====/
*/
#nsf-mark {
	position: relative;
	padding: 33px 22px;
    margin: 10px 0 0 0;
    min-height: 269px;
    background: url(../images/bg-nsf-mark.jpg) left bottom no-repeat;
}
#nsf-mark h2 {
    margin: 0 0 20px 0;
}
#nsf-mark p {
    margin: 0;
}
#nsf-mark .nsf-mark-logo {
	float: right;
	margin: -40px 0 0 0;
}

/*====> Latest News <====/
*/
#latest-news .news-heading {
	width: 328px;
	height: 64px;
	margin: 0 0 7px -27px;
}
#latest-news .news-heading span {
	width: 328px;
	height: 64px;
	background: url(../images/txt-latest-news.png) no-repeat;
}
#latest-news .article-list {
	overflow: hidden;
}
#latest-news .article-list h3 a {
    color: #003479;
}
.article-excerpt h3 {
  margin-bottom: 10px;
}
#latest-news .article-excerpt p {
	margin: 0;
}
#latest-news.with-thumbnail .article-excerpt p {
	font-size: 11px;
}
#latest-news .article-thumbnail {
	margin: 0 10px 10px 0;
}
#latest-news .article-details {
	margin: 5px 0 8px 0;
	height: 10px;
}
#latest-news .article-details li {
	float: left;
	width: auto;
	font-size: 10px;
	color: #999;
	line-height: 10px;
}
#latest-news .article-time {
	/*border-right: 1px solid #333; Hide when not using Author for News Items*/ 
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
}
#latest-news .article-cat-heading {
	font-size: 10px;
	font-weight: 300;
	font-style: italic;
	float: left;
	width: auto;
	color: #999;
	padding: 0 3px 0 0;
}
#latest-news .article-cat {
	/*float: left;*/
	/*width: 230px;*/
    display: inline;
}
.newsroom #latest-news .article-cat {
    width: auto;
}
#latest-news .article-cat li {
	font-size: 10px;
	float: left;
	width: auto;
	padding: 0 3px 0 0;
}
.newsroom #related-content {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 25px 0 0 0;
    margin: 35px 0 0 0;
}
.newsroom #related-content li {
    margin: 0 0 30px 0;
}
.newsroom #related-content h3 a {
    color: #003479;
}
.newsroom #related-content h3 {
    margin: 0 0 18px 0;
    font-size: 16px;
    color: #003479;
}
.newsroom #related-content img {
    float: left;
    width: 75px;
}
.newsroom #related-content p {
    float: left;
    width: 200px;
    margin: 0 0 0 10px;
}
#latest-news .newsroom-heading {
	width: 87px;
	height: 9px;
	margin: 10px 0 7px 0;
}
#latest-news .newsroom-heading span {
	width: 87px;
	height: 9px;
	background: url(../images/txt-newsroom.png) no-repeat;
}
#latest-news #newsroom-items {
    overflow: hidden;
    width: 325px;
}
#latest-news #newsroom-items li {
	float: left;
	margin-bottom: 7px;
}
#latest-news #newsroom-items li:nth-child(3) {
	border: 0;
}
#latest-news #newsroom-items li a {
	font-weight: 600;
}
.share-article, 
.training-course-register {
    float: right;
    width: 228px;
    clear: both;
    margin: 10px 0 12px 0;
    overflow: hidden;
}
.share-article li {
    float: left;
    width: 67px;
    margin: 0 0 0 7px;
}
.share-article li.fb {width: 67px;}

.share-article li.tw {width: 69px;}

.home #newsroom-items li {border-right: 2px solid #ccc;}

.home li#newsroom-items-nsf-experts, 
.home li#newsroom-items-newsletter, 
.home li#newsroom-items-public-service-announcements {
  border: 0;
}

/* for this PR: /newsroom/bmc-selects-nsf-as-official-brake-friction-material-registrar */
#LeafMarks img {
    margin-right: 1em;
}
#LeafMarks p, 
#LeafMarks img {
    float: left;
    line-height: 50px;
}
#LeafMarks p {
  float: left; 
  width: 100%;
}
/* NEWSROOM CATEGORY PAGES 
*/
.no-tabs #cat-description h1 {
  font-size:  30px;
}
.no-tabs #cat-description-content {
  width: 100%;
}
.no-tabs .l-col-2 h2 {
  margin-bottom: .5em;
}
.sign-up, 
.consumer-newsletter form#newsletter-signup {
  margin: 15px 0 0 0; 
  float: left;
}
#cat-description h1 span {
  font-size: 20px;
}
/* Override Facebook Share Styles 
*/
.FBConnectButton {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.FBConnectButton_Text {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
/* Override Facebook Consumer Button Styles */
.fb_iframe_widget {
  float: left; 
  width: 50px; 
  margin-top: 5px;
}


/*====> Newsroom Articles <====/
*/
.post #main-content {
    height: 172px;
    z-index: 0;
}
.news-post #main-content {
  height: auto;
}
.news-post #cat-description {
  min-height: 0;
  border-bottom: 2px solid #fff;
}
.news-post #content-area {
  width: 816px;
  overflow: auto;
}
.post .l-col-2 {
    background: url("../images/bg-grd-top-single.png") repeat-x scroll left top transparent;
}
.post #cat-description h1 {
    font-size: 20px;
    margin: 0 0 20px 0;
}
.post .media-player {
    margin: 30px;
    width: 438px;
}
.post .audio-player {
    margin: 20px 0;
    width: 438px;
}
.view-pdf, .view-external-article {
    margin: 0;
}
.post-date-author {
    margin: 10px 0 5px 0;
    overflow: hidden;
}
.post-date-author li {
    float: left;
    color: #999;
    width: auto;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    line-height: 12px;
}
.post-category {
    color: #333;
    font-weight: 600;
    clear: both;
    width: 500px;
}
.post-category a {
    color: #003479;
}
.post .share-article {
    margin: -30px 0 12px 0;
}
.post-content {
    padding: 25px 30px;
}
#article-image, .article-image {
    float: right;
    width: auto;
    max-width: 300px;
    padding: 30px 30px 20px 20px;
}
#article-image img {
    border: 1px solid #ccc;
    margin: 0 auto;
}
#article-image .caption, 
.article-image .caption {
    font-size: 10px;
    color: #999;
    margin: 10px 0 20px 0;
    text-align: center;
    max-width: 300px;
    width: auto;
    
}
/* News Entry CMS Style */
.post .l-col-2 h2 {
    margin: 0 0 20px 0;
}
.post .l-col-2 ul {
    list-style: disc;
    margin: 0 0 15px 15px;
    padding: 0 0 0 15px;
}
.post .l-col-2 ul ul {
    margin: 0 0 0 15px;
}
.post .l-col-2 ul li {
    list-style: disc;
    padding: 2px 0;
}
.post .l-col-2 ul li ul li {
    list-style: circle;

}
.post .l-col-2 ol {
    list-style: decimal;
    margin: 0 0 15px 15px;
    padding: 5px 0 5px 15px;
}
.post .l-col-2 ol li {
    list-style: decimal;
}
.post .l-col-2 ol ol,
.post .l-col-2 ol ol li {
    list-style: lower-alpha;
	padding-top: 0;
	margin-bottom: 0;
}
.post .l-col-2 h3, 
.newsletter .post-content #secondary-content h2, 
.newsletter .post-content #secondary-content h3 {
    margin-bottom: 1em;
}
.post {
  overflow: auto;
}
.news-post #cat-description {
  min-height: 0;
  border-bottom: 2px solid #fff;
}
.news-post #contact-nsf-international {
  margin-top: -2px;
}
.news-post #content-area {
  width: 816px;
  overflow: auto;
}
.clear_right {
  clear: right;
}
hr {
  height:1px;
  border-width:0;
  color:#ccc;
  background-color:#ccc;
}
.footnote, 
.footnote a {
  color: #888; 
  line-height: 1.5;
}

/*====> Category Pages <====/
*/
#cat-image-search {
	float: left;
	width: 168px;
	margin: 0 2px 0 0;
}
.cat-image {
    display: block;
    border-bottom: 2px solid #fff;
}
.cat-search {
    display: block;
    position: relative;
    width: 168px;
}
.cat-search img {
    display: block;
}
.cat-search span {
    position: absolute;
    top: 81px;
    left: 10px;
    color: #004287;
    font-size: 13px;
    width: 151px;
    line-height: 13px;
}

.cat-search:hover span {
  text-decoration: underline;
}

#cat-description {
	float: left;
	width: 756px;
	padding: 15px 30px;
	background: #cbe8fb;
    min-height: 334px;
}

.training-detail #cat-description {
  border-bottom: 2px solid #fff;
}

.search-results #page-title {
  width: 100%; 
  min-height: 0;
}
.regulator-resources #cat-description,
.about-nsf #cat-description {
    min-height: 301px;
}
.services-nonav #cat-description {
    min-height: 251px;
}
.default-template #cat-description {
    min-height: 212px;
}
#cat-description h1 {
	margin: 0 0 20px 0;
    line-height: 1;
}
#cat-description h1 em {
	color: #004287;
	font-size: 10px;
	text-transform: uppercase;
	font-style: normal;
	display: block;
  margin: 0 0 3px 0;
}
#cat-description-content {
	float: left;
	width: 300px;
	margin: 0 15px 0 0;
    line-height: 1.6;
}
#cat-nav-subpages {
	float: left;
	width: 400px;
	padding: 20px 15px 20px 25px;
	background: #fff;
}

#cat-nav-subpages .sub_newcol {
  width: 180px;
  float: left;
  margin-left: 15px;
}

#cat-nav-subpages .firstcol {
  margin: 0 15px 0 0;
}
#cat-nav-subpages li {
  margin: 0 10px 7px 0;
  float: left;
  width: 190px;
}
#cat-nav-subpages a {
	font-size: 14px;
	font-weight: normal; /*font-weight: bold;*/
	color: #003479;
}
.secondary-heading {
	margin: 0 0 0 144px;
	text-transform: uppercase;
	font-size: 14px;
	color: #999;
}

/*====> Upcoming Training and Education <====/
*/
#upcoming-training {
	padding: 23px;
	margin: 13px 30px 0 0;
  font-size: 11px;
}
.cols-2 #upcoming-training {
	margin: 0;
}
#upcoming-training h2 {
	text-indent: -9999px;
	width: 195px;
	height: 16px;
	margin: 0 0 20px 0;
}
#upcoming-training h2 span {
	background: url(../images/txt-upcoming-training.png) bottom no-repeat;
	width: 195px;
	height: 16px;
	display: block;
}
#upcoming-training .see-all {
    margin: 80px 0 0 0;
}
#upcoming-training #promo-certified {
	margin: 0;
	padding: 0;	
}
#upcoming-training #promo-certified p {
	font-size: 12px;
}

/*====> Related Content <====/
*/
#related-content h2, 
#testimonials-video h2 {
	margin: 0 0 5px 0;
}
#related-content h2 a {
    color: #003479;
}
#related-content p {
	margin: 0;
    font-size: 11px;
}
/*====> Services Subcategory Pages<====/
*/
.services-subcat #cat-description {
    height: auto;
}
.services-subcat .l-col-2 {
    width: 440px;
}
.subcat-buttons {
    width: 440px;
    clear: both;
    margin: 0 0 0 13px;
}
.subcat-buttons li {
    float: left;
    width: 200px;
    margin: 20px 13px 20px 0;
}
.subcat-buttons a {
    width: 160px;
    text-align: center;
}
/*====> Related Services / Hot Jobs <====/
*/
#related-services, 
#related-resources, 
#hot-jobs {
    width: 177px;
    margin: 0 0 0 -30px;
}
#related-services h2, 
#related-resources h2, 
#hot-jobs h2 {
    height: 54px;
    width: 177px;
}
#related-services h2 span, 
#related-resources h2 span, 
#hot-jobs h2 span {
    height: 54px;
    width: 177px;
    background: url(../images/txt-related-services.png) no-repeat;
}
#related-resources h2 span {
    height: 54px;
    width: 177px;
    background: url(../images/txt-resources.png) no-repeat;
}
#related-services h3 a, 
#related-resources h2 a, 
#hot-jobs h3 a {
    color: #003479;
}
#related-services ul.article-list, 
#related-resources ul.article-list, 
#hot-jobs ul.jobs-list {
    margin: 10px 0 0 30px;
}
#related-services ul.article-list li, 
#related-resources ul.article-list li, 
#hot-jobs ul.jobs-list li {
    width: 124px;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
}
#related-services .service-excerpt, 
#related-resources .service-excerpt, 
#hot-jobs .jobs-excerpt {
    font-size: 11px;
}
#related-services .service-excerpt p, 
#related-resources .service-excerpt p, 
#hot-jobs .jobs-excerpt p {
    margin: 0;
}
#hot-jobs h2 {
  padding-top: 10px;
}
#hot-jobs h2 span {
  background: url(../images/hot-jobs.png) no-repeat;
}


/*====> Subcategory Tabbed Section <====/
*/
#subcat-tabs {
    width: 473px;
    padding: 0;
    margin: 0 10px 0 0;
    overflow: hidden;
    top: -5px;
    position: relative;
}
#subcat-tabs .tabs {
     width: 473px; /*438px;*/
    height: 43px;
    text-align:center;
    z-index: 100;
}
#subcat-tabs .tabs li {
    display: inline;
    float: left;
    width: auto;
    height: 43px;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    vertical-align: middle;
    outline: none;
    position: relative;
}
#subcat-tabs .tabs li a {
    background: url(../images/bg-grd-btm-single.png) bottom left repeat-x;
    color: #999;
    height: 31px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 12px;
    text-decoration: none;
    display: block;
    text-align: center;
    outline: none;
    padding: 0 4px;
}
#subcat-tabs .tabs li a:hover,
#subcat-tabs .tabs li a:focus,
#subcat-tabs .tabs li.current a {
    color: #238EC4;
    outline: none;
}
#subcat-tabs .tabs li.current {
    border-bottom-color: #fff;
    margin: 0 0 -2px 0;
    background: #fff;
    z-index: 100;
    height: 44px;
}
#subcat-tabs .tabs li.current a {
    background: #fff;
}
#subcat-tabs .tabs li.tab-news a {
    width: 121px;
}
#subcat-tabs .tabs li.tab-training a {
    width: 157px;
}
#subcat-tabs .tabs li.tab-papers a {
    width: 106px;
}
#subcat-tabs .tabs li.tab-qa a {
    width: 51px;
}
#subcat-tabs .tabs li:first-child,
#subcat-tabs .tabs li:nth-child(2),
#subcat-tabs .tabs li:nth-child(3) {
    border-right: 1px solid #d5d5d5;
}
#subcat-tabs .tabs li:first-child,
#subcat-tabs .tabs li.first-tab {
    border-left: 1px solid #d5d5d5;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
}
#subcat-tabs .tabs li.last-tab {
    border-left: 1px solid #d5d5d5;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}
#subcat-tabs .tabs li:nth-child(4) {
    border-right: 1px solid #d5d5d5; /*border-right: none; */
}
.panes,
.pane {
    overflow: hidden;
}
.residential-drinking-water-treatment-standards .panes,
.residential-drinking-water-treatment-standards .pane {
    overflow: visible;
}
#subcat-tabs .panes {
    padding: 25px 15px;
    clear: both;
    border: 1px solid #ccc;
   	position: relative;
    z-index: 1;

    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
   	behavior: url(/PIE.php);
}
#subcat-tabs .whitepaper h3, 
.newsroom .documents h3 {
    background: url(../images/buttons/btn-whitepaper.png) left no-repeat;
    padding: 0 0 0 23px;
}
.related-wp {
    margin: 20px 0 0 0;
}
.pane .see-all {
    float: right;
}

/*====> Service Detail Pages <====/
*/
#cat-description.service-detail {
    /*height: 324px;*/
}
#service-detail-content .tabs {
    float: left;
    width: 163px;
}
#service-detail-content .panes {
    float: left;
    width: 590px;
}
#service-detail-content {
    margin: 0 0 0 -12px;
}
.service-detail h1 {
    cursor: pointer;
}
#service-detail-content .panes h2 {
    margin: 0 0 5px 0;
}
#service-detail-content .panes img,
/* so detail pages with only overview still add border/margin to images */
#service-detail-content #cat-description-content-nonav img.fr {
    border: 1px solid #ccc;
    margin-left: 5px;
    margin-bottom: 5px;
}
#service-detail-content .pane {
    background: #eaf6fd;
    border: 1px solid #fff;
    padding: 20px;
    min-height: 200px;
    behavior: url(/PIE.php);
    line-height: 1.7;
    /*visiblity hidden added below to hide all panes while JS loads */
    visibility: hidden;
}
#service-detail-content .pane  ul, #service-detail-content #cat-description-content-nonav ul {
    list-style: disc;
    margin: 0 0 15px 15px;
    padding: 0 0 0 15px;
}

#service-detail-content #cat-description-content-nonav {
    line-height: 1.7;
}

#service-detail-content .pane  ul ul {
    margin: 0 0 0 15px;
}
#service-detail-content .pane  ul li, #service-detail-content .pane  ol li ul li {
    list-style: disc;
    padding: 0;
}
#service-detail-content .pane table {
  margin: 0 0 1em 2em;
}
#service-detail-content .pane  ul li ul li {
  list-style: circle;
}
#service-detail-content .pane  ol {
    list-style: decimal;
    margin: 0 0 0 15px;
    padding: 5px 0 5px 15px;
}
#service-detail-content .pane  ol li {
    list-style: decimal;
}
#service-detail-content .pane  ol ol,
#service-detail-content .pane  ol ol li {
    list-style: lower-alpha;
}
#service-detail-content .first-pane {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
}
#service-detail-content .first-pane img {
    float: right;
    margin: 10px 0 20px 30px;
    border: 1px solid #ccc;
}
#service-detail-content .tabs li {
    color: #003479;  /*color: #238ec4;*/
    font-weight: normal; /*font-weight: 600;*/
    font-size: 14px;
    margin: 0 -7px 10px 0;
    padding: 10px 15px 10px 12px;
    border: none;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    behavior: url(PIE.htc);
    background-color: #a8d6f3;
}
#service-detail-content .tabs li:hover,
#service-detail-content .tabs .current {
    color: #003479;
    font-weight: 600;
}
#service-detail-content .tabs li:hover {
  background-color: #eaf6fd;
}
#service-detail-content .tabs .current {
    background: #eaf6fd;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 -7px 10px 0;
    position: relative;
    z-index: 2;
}
#ready-to-begin {
    background: url(../images/bg-ready-to-begin.png) no-repeat;
    position: relative;
    width: 986px;
    height: 68px;
    margin: 2px 0 0 0;
    z-index: 4;
}
/* Removed by IME because it seemed to refer to commented out h2
#ready-to-begin h2 {
    color: #79ad0d;
    font-size: 22px;
    padding: 10px 0 0 101px;
}
*/
#ready-to-begin h2 {
  text-indent: -9999px;
  width: 234px;
  height: 92px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

#ready-to-begin #contact-info {
    position: absolute;
    top: 21px;
    right: 95px;
}


/*====> No Tabs - Service Detail Pages <====/
*/

.no-tabs #main-content.search-systems {
	background: 
    url("../images/bg-2-col-btm.jpg") no-repeat scroll left bottom, 
    url("../images/bg-grd-168-white.png") repeat-y scroll left center transparent;
}
.no-tabs #main-content {
  position: relative; z-index: 0;
}
.no-tabs #cat-description h1 {
  margin-bottom: 0;

}
.no-tabs-detail h2 {
  margin: 20px 0 10px 0;
}
.no-tabs .secondary-brd-btm {
  margin-bottom: 0; 
  padding-bottom: 0; 
  left: 0; 
  bottom: 0; 
  position: absolute; 
  z-index: -3;
}
.no-tabs #main-content .l-col-2 {
  float: right; 
  width: 816px;
}
.no-tabs #service-detail-content ul ul {
  list-style: circle;
}
#service-detail-content .newsletter-detail ul ul {
  list-style: none;
}
.back {
  text-transform: uppercase; 
  font-weight: bold; 
  font-size: 10px;
}
.newsletter .btm-brd {
  padding: 1.5em 0;
}
.no-tabs #cat-description-content {
  margin-top: 20px; 
}
#cat-description-content ul, #cat-description-content-nonav ul {
    list-style: disc;
    margin: 0 0 15px 15px;
    padding: 0 0 0 15px;
}
#cat-description-content ul li, #cat-description-content-nonav ul li {
  margin: auto; 
  padding: auto;
}

/*====> Lab Services - ARC <====/
*/
.staff-bio {
	margin: 0 0 2em 0;
	clear:  left;
	overflow: auto;
}
.staff-bio p {
  margin-bottom: 0;
}
.no-tabs-detail .staff-bio:first-child h2 {
  margin-top: 0;
}
.arc-partner-img {
  float: right;
}

.three-column-list {
  columns: 150px 3;
  -moz-columns: 150px 3;
  -webkit-columns: 150px 3;
  column-gap: 50px 150px;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
}

/*====> Training & Education Page <====/
*/
#training-subcontent {
    padding: 30px;
    width: 756px;
    background: url("../images/bg-grd-top-single.png") repeat-x scroll left top #fff;
    overflow: hidden;
}

#training-subcontent p {font-size: 12px;}

#training-subcontent h2 {
    font-size: 20px;
    margin: 0 0 5px 0;
}
#training-subcontent h3, 
#training-subcategory h3, 
.careers .explore-job-types h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
}
#courses-webinars-intro {
    margin: 0 0 30px 0;
}
#courses-webinars-intro h2 a {
    color: #003479;
}
#contact-training-education {
    border-bottom: 2px solid #fff;
    padding: 28px 10px;
    width: 148px;
    position: relative;
}
.training-course #contact-training-education {
  border-bottom: none;
}

#contact-training-education h2 {
    text-indent: -9999px;
    overflow: hidden;
    width: 138px;
    height: 57px;
    background: url(../images/txt-onsite-training.png) no-repeat;
}
#contact-training-education h3 {
    font-size: 12px;
    color: #333;
    margin: 20px 0 0 0;
}
#contact-training-education  h4 {
	font-size: 18px;
}
#contact-training-education  p {
	margin: 15px 0 0 0;
}
#contact-training-education h4 span {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 300;
}
#contact-training-education ul {
	color: #999;
}
.training-online-courses {
    float: left;
    width: 435px;
}
#courses-main-img {
    float: left;
    width: auto;
    border: 1px solid #ccc;
    margin: 20px 0 0 0;
}
#new-courses-available {
    float: left;
    width: 230px;
    margin: 20px 0 0 20px;
}
#new-courses-available h4 {
    font-weight: 300;
    color: #0081c4;
}
#new-courses-available em {
    font-style: normal;
}
#new-courses-available .new-course {
    margin: 20px 0 20px 0;
}
.find-courses, 
.explore-job-types {
    float: left;
    width: 270px;
}
.explore-job-types, 
.job-types {
  width: 450px;
 }
.job-types ul li {
  padding-right: 30px;
}

#training-subcontent .find-courses {
  float: none;
  text-align: center;
  margin: 0 auto;
}

#training-subcategory .find-courses {
    float: right;
    width: 270px;
    padding: 30px;
}

.training-subcat #training-subcategory .find-courses,
.training-detail #training-subcategory .find-courses {
    float: left;
    width: 270px;
    padding: 0;
}

.find-courses-listing {
    margin: 0 0 20px 0;
    overflow: hidden;
}
.find-courses h4 {
    font-size: 12px;
    color: #333;
    font-weight: 300;
    height: 20px;
    line-height: 16px;
    padding: 0 0 0 10px;
}
.find-courses h4 span, 
.job-types h4 span {
    background: url(../images/buttons/btn-up-down.png) 0 0 no-repeat;
    width: 19px;
    height: 20px;
    display: inline-block;
    margin: 0 5px -6px 0;
}
.find-courses h4.open-class span, 
.find-jobs h4.open-class span {
    background: url(../images/buttons/btn-up-down.png) 0 -20px no-repeat;
}
.find-courses .course-listing, 
.find-jobs .job-listing {
    background: url(../images/bg-grd-btm-single.png) left bottom repeat-x;
    padding: 8px 0 1px 0;
    min-height: 30px;
    overflow: hidden;
}
.find-courses .course-listing:hover, 
.find-jobs .job-listing:hover,
.find-courses .course-listing:focus, 
.find-jobs .job-listing:focus {
  cursor: pointer;
}

.course-listing ul {
    margin: 4px 0 10px 40px;
}
.training-promo {
    margin: 30px 0;
    overflow: hidden;
    clear: both;
    background: url(../images/bg-vertical-gray-bars.png) 236px 0 repeat-y;
}
.training-promo li {
    float: left;
    width: 230px;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
}
.training-promo li.last {
    margin: 0;
    padding: 0;
}
.training-promo h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 1;
}
#training-features h3 a, .training-promo h3 a {
    color: #003479;
}
.training-promo img {
    border: 1px solid #ccc;
    float: left;
    width: 75px;
    margin: 0 10px 5px 0;
}
.bg-training-education {
    background: 
      url(../images/bg-grd-btm-single.png) left bottom repeat-x, 
      url(../images/bg-grd-986.jpg) left top repeat-y;
}
.training-education #promotion {
  float: none;
}
.training-education #promotion img {
	margin-top: 2px;
	}

/*====> Training Subcategory Page <====/
*/

.training-subcategory #cat-description-content {
    height: auto;
    clear: none;
}
#featured-online-course {
    width: 190px;
    margin: 0 0 0 70px;
}
#featured-online-course h2 a {
    color: #003479;
}
.online-course-cat {
    color: #919191;
}
.training-subcategory #training-features, #training-subcontent #training-features {
    padding: 30px;
    width: 386px;
}

#training-subcontent #training-features {
  padding: 0;
  float: left;
}

.training-subcategory #training-features h2 {
    text-indent: 0;
    width: auto;
    height: auto;
    margin: 0;
}

.training-subcategory #training-features strong.sub-title {
    display: block;
    margin: 0 0 20px 0;
    color: #919191;
    font-weight: 300;
}
.training-subcategory #training-features .see-all {
    margin: 20px 0 0 0;
}
.training-subcategory #training-features h2 span {
    background: none;
}

.training-subcategory #upcoming-training {
  padding: 0;
  background: none;
}

#training-subcategory #upcoming-training h3 {
  font-size: 12px;
  margin-bottom: 10px;
}

.training-subcategory #secondary-content {
    background: 
      url("../images/bg-2-col-btm.jpg") no-repeat scroll left bottom, 
      url("../images/bg-grd-168-white.png") repeat-y scroll left center transparent;
      position: static;
}

.training-subcat #related-content {
  width: 244px;
}

.training-subcategory #related-content p {
    margin: 0;
    font-size: 12px;
}

.course-category #main-content{
	background: url("../images/bg-grd-btm-single.png") repeat-x scroll left bottom;
}

.training-subcat #main-content {
  background: url("../images/bg-2-col-btm.jpg") no-repeat scroll left bottom,
  url("../images/bg-grd-168-white.png") repeat-y scroll left center transparent;
}

.training-subcat .l-col-1,
.course-category .l-col-1 {
	background: url("../images/bg-grd-top-168-white.png") no-repeat scroll left top,
	url("../images/bg-grd-btm-168-white.png") no-repeat scroll left bottom,
	url("../images/bg-grd-168-white.png") repeat-y scroll left top rgba(0, 0, 0, 0);
}
.training-subcat .cat-search,
.course-category .cat-search {
	background: url("../images/bg-grd-btm-168-white.png") no-repeat scroll left bottom;
	margin-bottom: 2px;
}
.training-subcat .cat-learn,
.course-category .cat-learn {
  min-height: 110px;
}
.training-subcat #cat-description,
.course-category #cat-description {
	min-height: 212px;
	margin-bottom: 2px;
}
.training-subcat #training-features {
  z-index: 1000;
}
.training-subcat .secondary-brd-btm,
.course-category .secondary-brd-btm,
.training-detail-notabs .secondary-brd-btm {
	margin-bottom: 0;
	padding-bottom: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 3;
}

#contact-training-education .secondary-brd-top {
	margin-bottom: 0;
	padding-bottom: 0;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 3;
}


/*====> Training Detail Page <====/
*/

.training-detail .intro {
  margin-top: 20px;
}
.training-detail-notabs #main-content.search-systems {
    background: 
      url("../images/bg-2-col-btm.jpg") no-repeat scroll left bottom, 
      url("../images/bg-grd-168-white.png") repeat-y scroll left center transparent;
}
.training-detail-notabs #cat-description  h1 {
  margin: 0;
}
.training-detail-notabs #cat-description {
    padding-bottom: 0;
}
.training-detail-notabs #cat-description {
    min-height: 0;
}
.training-detail-notabs #cat-description,  .training-detail-notabs #content-area {
    background: none repeat scroll 0 0 #CBE8FB;
    float: left;
    padding: 15px 30px;
    width: 756px;
}
.training-detail-notabs #content-area {
    background: url("../images/bg-grd-top-single.png") repeat-x scroll center top transparent;
    line-height: 1.6;
    margin: 2px 0 0;
    padding: 30px 30px 10px;
    position: relative;
}
.training-detail-notabs .l-col-1 {
    float: left;
    width: 766px;
}
.training-detail-notabs #container {
  margin-bottom: 0; 
  padding-bottom: 0;
}

.training-detail #cat-description {
  min-height: 212px;
}

.training-detail #secondary-content {
  background: url("../images/bg-grd-btm-single.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
  float: right;
  clear: none;
  margin: 0;
}



.training-detail-notabs select {
  border: 0;
}
.training-detail-notabs input[type="submit"] {
  padding: 3px
}

/*====> Courses Category Page <====/
*/
.search-intro {
  margin-top: 20px;
  }
.course-category #cat-description-content {
    min-height: 145px;
    margin: 0 15px 0 0;
    width: 440px;
}
.course-category #cat-image-search {
  background: url("../images/bg-grd-168-white.png") repeat-y scroll left center;
}
.course-category .cat-search {
    padding: 9px 0 43px 0;
    background:
      url("../images/bg-grd-168-white.png") repeat-y scroll left center transparent,
      url("../images/bg-grd-btm-168.png") no-repeat scroll left bottom;
}
.courses-by-category .cat-search {
  background: url("../images/bg-grd-btm-168-white.png") no-repeat scroll left bottom;
  border-bottom: 2px solid #fff;
  padding: 0;
}
.course-category .cat-learn {
    padding: 0;
}
.course-category .cat-search span {
    top: 65px;
    left: 27px;
}
.course-category .cat-learn span {
    top: 68px;
}
h3.courses-include {
    font-size: 12px;
    color: #333;
    clear: both;
}
ul.courses-include-list {
    list-style: disc;
    margin: 5px 0 0 16px;
}
ul.courses-include-list li {
    float: left;
    width: 236px;
    padding: 0 10px 5px 0;
}
#courses-search {
    background: #f5fafb;
    padding: 18px 26px;
    float: left;
    width: 245px;
    border: none;
    margin: 0 0 30px 0;
}
#courses-search h2 {
    float: left;
    width: 100px;
}
#courses-search .view-all-courses {
    text-transform: uppercase;
    float: right;
    width: 68px;
    font-weight: 600;
    font-size: 14px;
    background: url(../images/arrow-sml-more.png) 69px 4px no-repeat;
    padding: 0 8px 0 0;
}
#courses-form {
    position: relative;
    clear: both;
}
#courses-search #search-field-courses {
	width: 195px;
	height: 26px;
	line-height: 26px;
	border: none;
	font-size: 10px;
	padding: 0 30px 0 20px;
  background: url(../images/search-bg-sml-input.png) no-repeat;
}
#courses-search #go-courses {
	position: absolute;
	right: 5px;
	top: 3px;
	background: url('../images/buttons/search-btn-go.png') no-repeat;
	width: 20px;
	height: 20px;
	border: 0;
	display: block;
	cursor: pointer;
}
#featured-online-course {
    width: 190px;
    margin: 0 0 0 70px;
}
.course-category #upcoming-training {
    padding: 30px;
    width: 356px;
}
.course-category #upcoming-training h2 {
    text-indent: 0;
    width: auto;
    height: auto;
    margin: 0;
}
.course-category #upcoming-training strong.sub-title {
    display: block;
    margin: 0 0 20px 0;
    color: #919191;
    font-weight: 300;
}
.course-category #upcoming-training .see-all {
    margin: 20px 0 0 0;
}
.course-category #upcoming-training h2 span {
    background: none;
}
.course-category #secondary-content {
    background: 
      url("../images/bg-2-col-btm.jpg") no-repeat scroll left bottom, 
      url("../images/bg-grd-168-white.png") repeat-y scroll left center transparent;
    position: relative;
}
.training-subcat .training-subcategory #secondary-content,
.course-category #secondary-content {
	width: 816px;
	clear: none;
	background-image: none;
	margin: 0;
}

/*====> Training Course Entry <====/
*/

.training-course .post #cat-description {
      min-height: 140px;
}

.training-course .post #cat-description h1 {
	font-size: 22px;
	margin-bottom: .5em;
}
.training-course  .training-course-register {
	width: 120px;
}
.course-date-location li {
	font-size: 16px;
}
.course-date-time .pipe {
  color:  #003479; 
  padding: 0 5px;
}

/*====> All Courses by Category <====/
*/

.course {
	border-bottom: 1px solid #D4D4D4;
	padding-top: 10px;
	}
	
.courses-by-category .course-list .last {
  border: 0;
}
.cat-learn {
  min-height: 120px;
}

.training-education .cat-learn {
  min-height: 0;
}

/*====> About NSF <====/
*/
#about-promo {
    padding: 30px 0;
    background: url("../images/bg-grd-top-single.png") repeat-x left top;
}
.about-nsf #secondary-content {
    overflow: hidden;
}
.about-nsf #secondary-content.bg-btm {
    background: url("../images/bg-grd-btm-single.png") repeat-x left bottom ;
    min-height: 450px;
}
.about-promo-container {
    background: url(../images/bg-brd-3-col.png) -16px top repeat-y;
    overflow: hidden;
}
.about-promo-container h2 a {
    color: #003479;
}

.alpha_list {
	list-style: lower-alpha;
	margin: 0 0 15px 15px;
	padding: 0 0 0 15px;
	}
  
/*====> About Detail <====/
*/
.about-detail .cat-search {
  height: 88px; 
  margin-top: -2px; 
  border-bottom: 2px solid #ffffff;
}
.about-detail #contact-nsf-international {
  border-bottom: 2px solid #ffffff;
}
.about-detail #main-content {
  z-index: 2; 
  position: relative; 
  overflow: visible;
}
.about-detail #nav-services-dropdown {
  z-index: 30001; 
  position: fixed;
}
.about-detail .l-col-2 h2:first-child {
  margin-top: 0;
}
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
.history-mission-values .no-tabs-detail #timeline p {
  margin-bottom: .5em;
}
.history-mission-values .no-tabs-detail ul {
  margin-bottom: 2em;
}
  
/*=======> Awards <========/
*/  
.fsla-awards-ceremony #article-image, 
.food-safety-leadership-awards #article-image {
  padding-top: 0;
}
  
/*=======> Careers / Jobs <========/
*/
#connect-social-media {
    background: none repeat scroll 0 0 #79AD0D;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    box-shadow: 0 2px 17px #C3C3C3;
    margin: -35px 0 25px;
    padding: 25px 0 25px 30px;
    width: 255px;
    overflow:  auto;
    position:relative;
    behavior: url(/PIE.php);
}
#connect-social-media h2 {
    height: 25px;
    margin: 0 0 10px;
    text-indent: -9999px;
    width: 234px;
}
#connect-social-media h2 span {
    background: url("../images/connect-with-us.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    width: 151px;
}
#connect-social-media #social-media-icons li {
    float: left;
    height: 32px;
    line-height: 32px;
    margin: 0 12px 0 0;
    width: auto;
}
.careers .cols-3 .l-col-2 {
  padding-left: 15px; 
  margin-right: 20px;
}
.careers .media-player {
  margin: 0 52px 15px 0; 
  width: 190px;
}
.careers #testimonial-wide {
  clear: both;
}
.hr-detail .intro {
  margin-top: 20px;
}
.hr-detail #main-content.search-systems {
    background: 
      url("../images/bg-2-col-btm.jpg") no-repeat scroll left bottom, 
      url("../images/bg-grd-168-white.png") repeat-y scroll left center transparent;
}
.hr-detail #cat-description  h1 {
  margin: 0;
}
.hr-detail #cat-description {
    padding-bottom: 0;
}
.hr-detail #cat-description {
    min-height: 0;
}
.hr-detail #cat-description, 
.hr-detail #content-area {
    background: none repeat scroll 0 0 #CBE8FB;
    float: left;
    padding: 15px 30px;
    width: 756px;
}
.hr-detail #content-area {
    background: url("../images/bg-grd-top-single.png") repeat-x scroll center top transparent;
    line-height: 1.6;
    margin: 2px 0 0;
    padding: 30px 30px 10px;
    position: relative;
}
.hr-detail .l-col-1 {
    float: left;
    width: 766px;
}
.hr-content h2 {
    color: #238EC4;
    font-size: 16px;
    margin: 0 0 10px;
}

.hr-content ul {
    list-style: disc outside none;
    margin: 0 0 5px 15px;
    padding: 0 0 0 15px;
}
.hr-content  ul li {
    list-style: disc outside none;
    padding-bottom: 10px;
}
.hr-detail #container {
  margin-bottom: 0; 
  padding-bottom: 0;
}
.hr-content .our-people h3 {
  margin-bottom: 10px;
}
.hr-content .our-people ul {
  margin: 0; 
  padding: 0;
}
.hr-content .our-people ul li {
    list-style: none;
    clear: both;
}
.hr-content .our-people img {
  margin-bottom: 8em;
}
.hr-content .our-people ul li p {
  width: 500px;
}

/*====> Contact NSF / NSF Locations <====/
*/
#contact-nsf-locations {
	background: #79ad0d;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: -25px 0 25px 0;
	width: 255px;
	padding: 15px;
	box-shadow: 0 2px 17px #c3c3c3;
    behavior: url(/PIE.php);
    -pie-track-active:false;
}
#contact-nsf-locations h2 {
	text-indent: -9999px;
	width: 234px;
	height: 92px;
	margin: 0 0 10px 0;
}
#contact-nsf-locations h2 span {
	background: url(../images/txt-have-questions.png) no-repeat;
	width: 234px;
	height: 92px;
	display: block;
}
#contact-info {
	background: #ebebeb;
	border: 1px solid #fff;
	color: #999;
	font-weight: 600;
	font-size: 11px;
	padding: 8px 0 0 12px;
	margin: 0 0 0 2px;
	width: 234px;
	overflow: visible;
  border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
#contact-info #nsf-locations {
	position: relative;
    z-index: 30;
}
.detail-page #contact-info ul.location-select {
    left: -5px;
    top: 27px;
    width: 232px;
}
#contact-info h3 {
    background: url(../images/select-bg.png) no-repeat;
    width: 245px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    margin: -12px 0 0 -12px;
    /* Added z-index to make the contact box work on forward/back in IE7 and IE8 - IME */
    z-index: 1;
}
#contact-info h3 a {
    display: block;
    width: 230px;
    height: 26px;
    padding-left: 12px;
    line-height: 26px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
#location-contact-info, #service-contact-list {
	padding: 10px 0 0px 0;
}
#location-contact-info .close-lnk, #service-contact-list .close-lnk {
    padding-top: 12px;
}
#location-contact-info .read-more, #service-contact-list .read-more {
    display: inline;
}

#contact-info li {
	margin: 0 0 3px 0;
}
#contact-info ul.location-select {
    width: 236px;
    max-height: 14em;
    overflow: auto;
    top: 25px;
    left: -8px;
}

#contact-info fieldset ul {
    width: 236px;
    max-height: 14em;
    overflow: auto;
    top: 25px;
    left: 0px;
    border: 1px solid red;
}


/*====> Newsletter Signup <====/
*/
#newsletter {
	background: url(../images/bg-grd-btm-single.png) bottom repeat-x;
	height: 39px;
  position: relative;
	/*overflow: hidden;*/
}
#newsletter h3 {
	text-transform: uppercase;
	color: #003479;
	font-weight: bold;
	float: left;
	width: auto;
	margin: 11px 16px 0 10px;
}
#newsletter h3 span {
	color: #79ad0d;
	font-weight: 300;
}
#newsletter p {
	float: left;
	width: auto;
	margin: 0;
	color: #666;
	line-height: 39px;
}
#newsletter .view-mailing-archives {
    line-height: 33px;
    font-size: 11px;
    margin: 0 0 0 3px;
}
form#newsletter-signup {
	float: left;
	width: 250px;
	margin: 4px 0 0 15px;
	position: relative;
}
#email-newsletter-input, #ea {
	border: none;
	background: url(../images/newsletter-bg-input.png) no-repeat;
	width: 170px;
	height: 26px;
  line-height: 26px;
	padding: 0 57px 0 20px;
}
form#newsletter-signup label.error {
    display: none;
}
#signup {
	position: absolute;
	right: 5px;
	top: 3px;
}
#newsletter .response {
    position: absolute;
    top: -40px;
    left: 400px;
    font-weight: 600;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 0 10px;
    background: #fff;
    display: none;
}
#newsletter .response .mailing-contact {
    margin: 0 0 0 5px;
}
/*====> Search Results <====/
*/

#content.search-results {
    padding: 20px;
    overflow: hidden;
    min-height: 335px;
}

.search-results-pg #content {
  background: url(../images/bg-2-col-top.png) left top no-repeat;
 }

.search-results-pg #secondary-content {
    /*background: none;*/
    padding: 0;
    margin: 0;
}

.search-results-pg .cols-3-w-mid .l-col-1 {
	width: 168px;
	margin: 0;
}

.search-results-pg .cols-3-w-mid .l-col-2, 
.search-results-pg .cols-3-w-mid .l-col-3  {
	width: 498px;
	padding: 20px 30px 30px 30px;
	margin:  0;
}

.search-results-pg .cols-3-w-mid .l-col-3 {
  width: 200px;
}

.search-results #secondary-content {
  background: none;
  padding: 20px 0;
  margin: 0;
}
#search-results a span {
  color: #238EC4;
}

.sa
#search-results h2 a,
#search-results h2 a span {
  color: #003479;
}

#search-results li p span {
  color: #003479;
  font-weight: 600;
}
.search-results-pg .main-contact-info {
  margin: 0 10px;
}

.search-results-pg .main-contact-info .contact-phone {
    color: #fff;
}


.search-results .main-contact-info .contact-phone {
    color: #fff;
}

/*====> Consumer Resources <====/
*/

.consumer .cat-search {
  border-bottom: 2px solid #fff;
  display: block;
}

.consumer-resources .cat-search {
  border-bottom: none;
}

#consumer-promo {
	background: url(../images/bg-grd-top-single.png) top repeat-x;
    padding: 20px 30px 10px 30px;
    width: 756px;
    margin: 2px 0 0 0;
}
#consumer-promo .consumer-promo-img {
	float: left;
	width: 150px;
}
#consumer-promo .consumer-promo-content {
	float: left;
	width: 605px;
    line-height: 1.6;
}
#consumer-promo h2 {
	color: #238ec4;
	font-size: 16px;
	margin: 0 0 20px 0;
}
.consumer-resources #cat-image-search {
    max-height: 356px;
}
.consumer-resources #contact-consumer-affair {
    min-height: 180px;
    border-top: 2px solid #fff;
    padding: 20px 12px;
}
.consumer-resources #secondary-content {
    overflow: visible;
}
.cols-3 .l-col-3.cr {
    width: 320px;
}
#contact-consumer-affair {
	background: url(../images/bg-gray-grd-top-rt.jpg) no-repeat;
    padding: 23px 12px;
    width: 144px;
    clear: both;
}
#contact-consumer-affair h2 {
	margin: 0 0 17px 0;
    text-indent: -9999px;

    overflow: hidden;
    background: url(../images/txt-havequestions.png) no-repeat;
}
#contact-consumer-affair h3 {
	color: #333;
}
#contact-consumer-affair h4 {
	font-size: 18px;
}
#contact-consumer-affair h4 span {
    font-size: 12px;
    display: block;
    font-weight: 300;
    color: #333;
}
#contact-consumer-affair p {
	margin: 15px 0 0 0;
}
#contact-consumer-affair p.no-margin {
	margin: 0;
}
#contact-consumer-affair ul {
	color: #999;
}
.mark-center {
    margin: 20px 0 20px 20px;
    width: 200px;
}
.consumer-content h2 {
    margin: 0 0 20px 0;
}
.consumer-content h3 {
    font-size: 13px;
    margin-bottom: 10px;
}
.consumer-content ul, 
.no-tabs-detail ul {
    list-style: disc;
    margin: 0 0 5px 15px;
    padding: 0 0 0 15px;
}
.consumer-content ul ul {
    margin: 15px 0 0 15px;
    list-style: circle;
}
.consumer-content ul li ul li {
  list-style: circle;
}

.consumer-content ul li {
    list-style: disc;
    padding-bottom: 10px;
}
.consumer-content ol {
    list-style: decimal;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
}
.consumer-content ol li {
    list-style: decimal;
}
.consumer-content ol ol,
.consumer-content ol ol li {
    list-style: lower-alpha;
}
.consumer-content ol ul li {
  list-style: disc;
  padding-bottom: 0;
}
#consumer-content, 
.no-tabs #service-detail-content .no-tabs-detail, 
.newsletter-detail {
    background: url(../images/bg-grd-top-single.png) top repeat-x;
    padding: 30px 30px 30px 30px;
    width: 600px;
    margin: 2px 0 0 0;
    line-height: 1.6;
    position: relative;
}
.consumer #main-content.search-systems {
    background:
      url("../images/bg-2-col-btm.jpg") no-repeat scroll left bottom,
      url("../images/bg-grd-168-white.png") repeat-y scroll left center rgba(0, 0, 0, 0);
}
#service-detail-content {
  margin: 0;
}   
#consumer-content h2 {
    color: #238EC4;
    font-size: 16px;
    margin: 0 0 10px 0;
}
#consumer-content .consumer-content, 
.no-tabs #service-detail-content .no-tabs-detail, 
.newsletter-detail {
    float: left;
    line-height: 1.6;
    width: 605px;
}
.no-tabs #service-detail-content .no-tabs-detail, 
.newsletter-detail {
  width: 756px; 
  min-height: 200px;
}
.consumer #cat-description, 
.no-tabs #cat-description, 
.news-cat-filter #cat-description {
  min-height: 0;
}
#contact-consumer-affair {
    background: url("../images/bg-gray-grd-top-rt-km.png") no-repeat scroll 0 0 transparent;
    clear: both;
    padding: 23px 12px;
    width: 144px;
}
.consumer-resources #cat-image-search {
    max-height: none;
}
.landing #main-content.search-systems {
    background: url("../images/bg-grd-168-white.png") repeat-y scroll left center transparent;
}
.landing #cat-description {
    min-height: 212px;
}
.consumer-detail #cat-description {
  padding-bottom: 0;
}
.consumer-detail #cat-description h1 {
  width: 520px; 
  margin-right: .25em;
}
.consumer-detail #cat-description h1 {
  float:  left;
}
.consumer-detail .share-article {
    clear: none;
    float: left;
    margin: 10px 0 12px;
    overflow: hidden;
    width: 228px;
}
#infographic-content {
  margin: 0; 
  padding: 0; 
  width: 590px;
}
.infographics .infographic-text {
  width: 425px;
}
.infographics .consumer-content ul li {
  list-style: none;
}


/*Related Topics*/

.consumer #related-image {
  text-align: center;
}
#related-topics {
    background: url("../images/bg-grd-top-single.png") repeat-x scroll center top transparent;
    width: 177px;
    margin: 0 0 0 -30px;
    padding-top: 2em;
    border-top: 2px solid #fff;
    float: right;
}
#related-topics h2 {
    height: 45px;
    width: 177px;
    text-align: center;
    vertical-align: bottom;
    padding-top: 10px;
}
#related-topics h2 span {
    height: 54px;
    width: 177px;
    background: url(/images/nsf/txt-related-topics.png) no-repeat;
}
#related-topics h3 a {
    color: #003479;
}
#related-topics ul.article-list {
    margin: 10px 0 0 30px;
}
#related-topics ul.article-list li {
    width: 124px;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
}
#related-topics ul.article-list li:last-child {
  border-bottom: none;
}
#related-topics .service-excerpt {
    font-size: 11px;
}
#related-topics .service-excerpt p {
    margin: 0;
}


/* Consumer Embedded Video */

.cr-video {
    float: right;
    width: auto;
    max-width: 300px;
    padding: 0 30px 0 20px;
}
.cr-video .caption {
    font-size: 10px;
    color: #999;
    margin: 10px 0 10px 0;
    text-align: center;
}
.consumer .youtube-video {
	float: right;
	margin: 1em;
}
.consumer .media-player {
	clear: left;
	margin: 0 15px 15px 15px;
}

/* Consumer Q&A */

.cols-3 .cr-qa {
    padding: 17px 20px 17px 17px;
    width: 255px;
}
.cr-qa .read-more {
    margin: 0;
}
.cr-qa .see-all {
  float: right;
}
.cons-qa .arrow {
  clear: left;
  margin: 0 10px 0 0;
  background: url("../images/arrow-sml-more.png") no-repeat scroll right 8px;
}
.cons-qa .arrow.s-minus {
  background: url("../images/arrow-sml-down.gif") no-repeat scroll right center;
}
.no-tabs-detail {
  line-height: 0;
}
.question h2 {
  line-height: 1.6
}

/*====> Regulator Resources <====/
*/
#contact-regulator {
    background: #f3f3f3;
    border: 2px solid #fff;
    padding: 16px;
    margin: 11px 0 20px 0;
    width: 260px;
}
#contact-regulator h2 {
    background: url(../images/txt-investigation.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    width: 220px;
    height: 41px;
}
#contact-regulator h3 {
    font-size: 12px;
    color: #333;
    margin: 20px 0 0 0;
}
#contact-regulator p {
    margin: 15px 0 0;
}

#contact-regulator h4 {
    font-size: 18px;
}
#contact-regulator h4 span {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 300;
}
#join-newsletter {
    margin: 20px 0;
}
#join-newsletter p,
#regulatory-experts p {
    margin: 0;
}
.regulatory #related-content {
    margin: 20px 0;
}
.expert-listing li.expert-group {
    margin: 0 0 20px 0;
}
.expert-listing {
    margin: 10px 0 0 0;
}
.expert-listing p {
    margin: 0;
}
#contact-experts {
    background: url(../images/arrow-sml-down.gif) right no-repeat;
    width: 122px;
}
#contact-experts.contact-active {
    background: url(../images/arrow-sml-up.gif) 29px center no-repeat;
    width: 42px;
}
.reg-btm img {
    margin: 0 10px 35px 0;
}
.regulator-resources #related-services h2 span {
    background: url(../images/txt-resources.png) no-repeat;
}

/*====> International Offices <====/
*/
#contact-office {
    background: #f3f3f3;
    border: 2px solid #fff;
    padding: 16px;
    margin: 11px 0 20px 0;
    width: 260px;
}

.bycompany-location #contact-office {
  width: 240px;
}

#contact-office h2 {
    background: url(../images/txt-international.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    width: 220px;
    height: 41px;
}
#contact-office h3 {
    font-size: 12px;
    color: #333;
    margin: 20px 0 0 0;
}
#contact-office p {
    margin: 15px 0 0;
}

#contact-office h4 {
    font-size: 18px;
}
#contact-office h4 span {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 300;
}

#contact-office p.view-office-locations {
    margin: 25px 0 0 0;
}

/*====> Q&A <====/
*/

.s-plus {
	background: url(../images/buttons/btn-plus-minus.png) 0 0 no-repeat;
	width: 19px;
	height: 20px;
	display: block;
	float: left;
	margin: 0 10px 15px 0;  /*margin: 0 10px 0 0;*/
	text-indent: -9999px;
	overflow: hidden;
}
.s-minus {
	background: url(../images/buttons/btn-plus-minus.png) 0 -20px no-repeat;
}

.cr-qa .s-plus {
	margin: 0 10px 30px 0;	
}

#qa-title {
	margin: 0 0 20px 0;
}
#qa a, .cons-qa a {
	font-weight: 600;
}
#qa li, .cons-qa li {
  list-style: none;
	margin: 0 0 20px 0;
	clear: both;
}
#qa li p, .cons-qa li p {
	margin: 5px 30px;
}

#qa li div ul, #qa li div ol, .cons-qa li div ul, .cons-qa li div ol {
	margin: 0 0 0 3em;
	padding: .5em 2em;
	
}
#qa li div ul li, 
#qa li div ol li, 
.cons-qa li div ul li, 
.cons-qa li div ol li {
  list-style: disc; 
  margin: 0; padding-bottom: .25em;
}
#qa li div ul {
  vertical-align: top;
}
#qa li div ul li {
  padding-bottom: 0;
}
#qa li div p, .cons-qa li div p {
  margin: 15px 30px;
}
.consumer-qa-all h2:first-child, 
.qa-all-services h2:first-child {
  margin-top: 0;
}
.qa-all-services #cat-image-search img {
	vertical-align: bottom;
}

/*====> Twitter Feed <====/
*/
#twitter-feed {
    margin: 0 0 0 30px;
}
#twitter-feed h2 {
	background: url(../images/icons/icon-twitter-bird.png) left no-repeat;
	line-height: 66px;
	padding: 0 0 0 65px;
  margin: 0 0 -5px 0;
  float: left;
  width: 110px;
}
#custom-twitter {
    float: right;
    width: 59px;
    margin: 0; /*margin: 24px 0 0 0;*/
}
#tweets #custom-twitter {
  width: 234px;
}
#twitter-feed .twitter-timeline,
#twitter-feed .twitter-follow-btn {
	width: 59px;
	line-height: 66px;
}
.h-entry .footer .expand {
  display: none;
}
#tweets {
	  padding: 20px;
    width: 244px;
    clear: both;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   	border: 1px solid #ccc;
    float: left;
    margin-bottom: 1em;
}
#tweets .twtr-hd,
#tweets .twtr-ft {
    display: none;
}
.twtr-widget .twtr-tweet {
    border: none !important;
    padding: 0 0 10px 0;
}
#follow-button {
    background: none !important;
    text-indent: -9999px;
    overflow: hidden;
}

/*====> Facebook Like <====/
*/
#facebook-like {
	overflow: auto;
	margin: 20px 0 20px 32px;
}
.consumer-resources #facebook-like {
  clear: both;
}
#facebook-like h2 {
	background: url(../images/icons/icon-facebook-lrg.png) left no-repeat;
	line-height: 32px;
	padding: 0 0 0 40px;
	float: left;
	width: 180px;
}
.connect_widget_button_count_count {
    display: none;
}
.fb_edge_widget_with_comment {
    float: right;
    width: 100px;
    margin: -24px -16px 0 0;
}
iframe .connect_widget_button_count_nub,
iframe .connect_widget_button_count_count {
    display: none !important;
}

/*====> Testimonials <==== FOR TRAINING AND EDUCATION SIDEBAR (NOT SLIDING DOOR CSS) /*/ 

#testimonials {
	background: url(../images/bg-testimonial.png) no-repeat;
	color: #003479;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	padding: 14px 10px 40px 10px;
	margin: 15px 0 0 0;
  min-height: 125px;
  position: relative;
}
#testimonials strong {
	display: block;
	color: #666;
	margin: 10px 0 0 0;
	font-size: 11px;
}
#testimonial-wide {
    width: 316px;
}
#testimonial-wide #testimonials {
    background: url(../images/bg-testimonial-wide.png) no-repeat;
    height: 225px;
    margin: 0 0 0 -12px;
    padding: 40px 50px 0 50px;
}
#testimonials .slidetabs {
    overflow: hidden;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
}
#testimonials .slidetabs li {
    width: 7px;
    height: 7px;
    margin: 0 5px 0 0;
    float: left;
    background: url(../images/buttons/btn-testimonials.png) 0 -7px no-repeat;
}
#testimonials .slidetabs li.current {
    background-position: 0 0;
}
.testimonial-list {
    clear: both;
}

/* NEW EXPANDABLE TESTIMONIALS BOX - SLIDING DOOR FOR SERVICE SUBCATEGORY AND DETAIL PAGES and NEW Training pages /*/

#testimonials-sd {
	color: #003479;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	margin: 0;
  min-height: 125px;
  position: relative;
}

#testimonials-sd .testimonial-list-sd {
  padding: 0 40px 40px;
}
.post .l-col-2 #testimonials-sd ul li {
  padding: 0;
  list-style: none;
}
.training-course #training-testimonials-sd {
  float: right;
  width: 318px;
  margin-left: 2em;
}

#testimonials-sd strong {
	display: block;
	color: #666;
	margin: 10px 0 0 0;
	font-size: 11px;
}
#testimonial-wide-sd {
    width: 316px;
}

#testimonial-wide-sd #testimonials-sd {
    margin: 0;
    padding: 40px 0 0;
}

.training-subcategory #testimonial-wide-sd{
  margin-bottom: 1em;
}

#testimonials-sd .testimonials-bottom .slidetabs-sd {
    overflow: hidden;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
}
#testimonials-sd .testimonials-bottom .slidetabs-sd li {
    width: 7px;
    height: 7px;
    margin: 0;
    background: url(../images/buttons/btn-testimonials.png) 0 -7px no-repeat;
    display:inline-block;
}
#testimonials-sd .testimonials-bottom .slidetabs-sd li.current {
    background-position: 0 0;
}
.testimonial-list-sd {
  clear: both;
	padding: 0 40px 40px;
}
.testimonials-top {
	background: url('../images/testimonial-top.png') top left no-repeat;
}
.testimonials-middle {
	background: url('../images/testimonial-middle.png') center left repeat-y;
	margin: 0 0 0 -12px;
}

#training-subcontent .testimonials-middle {
  margin: 0;
}

.testimonials-bottom {
	min-height: 200px;	
	background: url('../images/testimonial-bottom.png') bottom left no-repeat;
	vertical-align: middle;
}
.testimonial-list-sd {
    clear: both;
}

/*====> Testimonials <====/

#testimonials {
	background: url(../images/bg-testimonial.png) no-repeat;
	color: #003479;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	padding: 14px 10px 40px 10px;
	margin: 15px 0 0 0;
    min-height: 125px;
    position: relative;
}
#testimonials strong {
	display: block;
	color: #666;
	margin: 10px 0 0 0;
	font-size: 11px;
}
#testimonial-wide {
    width: 316px;
}
#testimonial-wide #testimonials {
	background: url(../images/bg-testimonial-wide.png) no-repeat;
    height: 250px;
    margin: 0 0 0 -12px;
    padding: 40px 50px 0 50px;
}
#testimonials .slidetabs {
    overflow: hidden;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
}
#testimonials .slidetabs li {
    width: 7px;
    height: 7px;
    margin: 0 5px 0 0;
    float: left;
    background: url(../images/buttons/btn-testimonials.png) 0 -7px no-repeat;
}
#testimonials .slidetabs li.current {
    background-position: 0 0;
}
.testimonial-list {
    clear: both;
}

*/

/*====> Courses and Webinars Posting <====/
*/
#courses-webinars {
	margin: 0 -10px 30px 20px;
	padding: 20px 0 0 0;
}
#courses-webinars h2 {
	width: 389px;
	height: 63px;
	text-indent: -9999px;
	overflow: hidden;
}
#courses-webinars h2 span {
	background: url(../images/txt-new-courses.png) left no-repeat;
	width: 389px;
	height: 63px;
}
#courses-webinars h3 {
    color: #929292;
    margin: 10px 0 0 50px;
    font-weight: normal;
}
#courses-webinars ul {
	color: #929292;
	margin: 10px 0 0 50px;
	padding: 0 0 20px 0;
	width: 295px;
}
#courses-webinars li {
	margin: 0 0 10px 0;
}
/*====> Promotions <====/
*/
#promotion,
#promotion a {
	display: block;
	line-height: 1;
	float: right;
	width: 816px;
}
/*====> Contact Us <====/
*/
.contact-us #secondary-content.bg-left-col-full {
    background: 
      url(../images/bg-2-col-btm.jpg) left bottom no-repeat, 
      url(../images/bg-grd-168-white.png) left repeat-y;
}
.contact-us #cat-image-search,
.contact-us #cat-description {
    height: 141px;
    min-height: 141px;
}
.contact-us #cat-description-content {
    width: 760px;
}
#estimate-form select {
	width: 269px;
}
#nav-contact {
	background: url(../images/bg-contact-nav.png) no-repeat;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
}
#nav-contact h3 {
	color: #79ad0d;
	text-transform: uppercase;
	float: left;
	width: 270px;
	font-size: 16px;
	font-weight: 300;
	padding: 0 40px 0 30px;
}
#nav-contact ul,
#nav-contact li {
	float: left;
	width: auto;
}
#nav-contact li {
	padding: 0 60px 0 0;
  color: #238EC4;
  cursor: pointer;
}
#nav-contact li.last {
	padding: 0;
}
#nav-contact li.current {
	background: url(../images/arrow-contact-location.png) 0 bottom no-repeat;
  color: #003479;
}
#nav-contact li#media-contact.current {
    background-position: -5px 45px;
}
#nav-contact li#consumer-contact.current {
    background-position: 7px 45px;
}
#nav-contact li#regulatory-contact.current {
    background-position: 8px 45px;
}
.main-contact-info {
	width: 156px;
	float: right;
	margin: 2px 20px 0 0;
	padding: 15px 30px;
}
.contact-form-description {
  width: 510px;
	float: left;
	margin: 30px 0 0 30px;
}
.contact-form-description strong {
	display: block;
    font-size: 16px;
}
.main-contact-info h2 {
	text-indent: -9999px;
	overflow: hidden;
	width: 144px;
	height: 15px;
	margin: 0 0 10px 0;
}
.main-contact-info h2 span {
	background: url(../images/txt-nsf-international.png) no-repeat;
	width: 144px;
	height: 15px;
}
.main-contact-info h2.consumer-office,
.main-contact-info h2.consumer-office span {
    width: 146px;
    height: 39px;
}
.main-contact-info h2.consumer-office span {
    background: url(../images/txt-consumer-affairs.png) no-repeat;
}
.main-contact-info h2.regulatory-office,
.main-contact-info h2.regulatory-office span {
    width: 154px;
    height: 39px;
}
.main-contact-info h2.regulatory-office span {
    background: url(../images/txt-regulatory-affairs.png) no-repeat;
}
.main-contact-info h2.international-office span {
    background: url(../images/txt-consumer-affairs.png) no-repeat;
}
.main-contact-info h2.media-affairs,
.main-contact-info h2.media-affairs span {
    width: 154px;
    height: 16px;
}
.main-contact-info h2.media-affairs span {
    background: url(../images/txt-media-affairs.png) no-repeat;
}
.main-contact-info li {
	color: #fff;
}
.main-contact-info li span {
	color: #ccc;
}
#contact-nsf-international {
    padding: 28px 10px;
    border-bottom: 2px solid #fff;
}
.no-tabs #contact-nsf-international {
  border-bottom: none;
}
#contact-nsf-international h2 {
  text-indent: -9999px;
  width: 142px;
  height: 37px;
  margin: 0 0 20px 0;
  background: url(../images/txt-world-headquarters.png) no-repeat;
}
#contact-nsf-international h2 a {
    display: block;
}
#contact-nsf-international h4 {
    font-size: 18px;
}
#contact-nsf-international h4 span {
    font-size: 12px;
    display: block;
    font-weight: 300;
    color: #333;
}
#contact-nsf-international p {
    margin: 15px 0 0 0;
}
#contact-nsf-international .adr {
    font-size: 10px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.multiple-loc ul {
    margin: 10px 0 0 0;
}
.multiple-loc ul:last-child {
    margin: 10px 0;
}
#nsf-location-contact-select {
    background: #d7e6b6;
    padding: 28px 10px;
    border-bottom: 2px solid #fff;
    z-index: 10001;
}
.about-nsf #nsf-location-contact-select, 
.about-detail #nsf-location-contact-select {
    border: 0;
    z-index: 100001;
    position: relative;
}
.about-nsf #nsf-location-contact-select {
  display: block;
}
.location-select-sidebar h3.img-replace {
    text-indent: -9999px;
    width: 131px;
    height: 29px;
    margin: 0 0 20px 0;
    background: url(../images/txt-contact-option-title.gif) no-repeat;
}
#nsf-location-contact-select h3.contact-us {
    width: 81px;
    height: 28px;
    background: url(../images/txt-contact-option-title.png) no-repeat;
}
#nsf-location-contact-select h4 {
    background: url("../images/bg-select-small.png") no-repeat scroll 0 0 transparent;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    width: 142px;
    font-size: 10px;
}
#nsf-location-contact-select h4 a {
    color: #666;
    display: block;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    padding-left: 12px;
    text-decoration: none;
    width: 127px;
}
#nsf-location-contact-select .view-all-locations {
    background-position: 138px 16px;
    margin: 20px 0 0 0;
}
#nsf-location-contact-select .location-select {
    width: 135px;
    margin-left: 3px;
    max-height: 14em;
    overflow: auto;
    position: relative;
}
.receive-estimate {
    padding: 10px 10px 20px 10px;
}
.receive-estimate h2 {
    text-indent: -9999px;
    width: 132px;
    height: 13px;
    margin: 0 0 10px 0;
    background: url(../images/txt-recieve-estimate.png) no-repeat;
}
.receive-estimate h2 a {
    display: block;
}
#regulatory-forms-nav, #business-forms-nav {
    clear: both;
    font-weight: 600;
    margin: 30px;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #ccc;
}
#regulatory-forms-nav li, #business-forms-nav li {
    display: inline;
    padding: 8px;
    border: 1px solid #ccc;
    border-bottom: none;
    color: #238EC4;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#regulatory-forms-nav li.current, #business-forms-nav li.current {
    color: #333;
    cursor: default;
    background: #fff;
    position: relative;
    padding: 10px 8px 8px 6px;
    bottom: -2px;
}
#complaint-type, #mailing-list-groups {
    position: relative;
}
#complaint-type:after {
    content: ".";
   	display: block;
   	clear: both;
   	visibility: hidden;
   	line-height: 0;
   	height: 0;
}
#complaint-type label.type {
    float: left;
    width: 125px;
    text-align: right;
    margin: 0 10px 0 0;
}
#complaint-type li,
#complaint-type ul {
    float: left;
    width: auto;
    clear: none;
}
#complaint-type ul {
    padding: 3px 0 0 0;
}
#complaint-type label.error {
    position: absolute;
    right: -2px;
}

#mailing-list-groups label.error {
    position: absolute;
    top: -35px;
    left: 0;
}

#product-type-options select {
    width: auto;
}
.radio-group {
    line-height: 12px;
    padding: 2px 0 0 0;
}
.radio-group li {
    overflow: visible;
    padding: 0 !important;
}
.radio-group label {
    width: auto;
    padding: 0 20px 0 5px;
}
.description-field label {
    width: 400px;
}
.description-field strong {
    font-weight: 300;
    font-size: 10px;
    padding: 0 0 0 10px;
    display: block;
}
.description-field textarea {
    display: block;
    clear: both;
    /*margin: 0 0 0 135px;*/
}
.file-types {
    font-size: 10px;
    display: block;
    clear: both;
    padding: 5px 0 0 0;
}
.media-other-txt {
    margin: 0 0 0 10px;
}

/* Form Styles */
.contact-form fieldset {
	clear: both;
	/*margin: 0 0 30px 135px;
    width: 683px;
    position: relative;*/
}
.contact-form h3 {
    margin: 25px 0 10px 0;
}
.areas-of-interest,
.newsletter-selection {
	padding: 0 0 0 160px;
  width: 400px;
  position: relative;
}
.areas-of-interest label,
.newsletter-selection label {
	text-align: right;
	width: auto;
	margin: 0 0 0 10px;
}
.newsletter-note {
	padding: 0 0 0 150px;
	clear: both;
}

#newsletter-form .newsletter-note {
	padding: 20px 0 0 135px;
}
.y-mailing-list {
	padding: 0 0 0 10px;
	float: left;
	width: auto;
}
.other-referral {
	background: #ddf0fc;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width: 231px;
	padding: 15px 20px;
	margin: 33px 0 10px 133px;
  clear: both;
  behavior: url(/PIE.php);
}
.other-referral p {
	margin: 0;
}
.other-referral input {
	width: 228px;
	float: none;
}
#referral-options {
    margin: 0 0 10px 0;
}
.send-form {
	margin: 20px 0 0 135px;
}
textarea.required,
select.required {
  color: #333;
  float: left;
}
label.error, #search .error {
  color: #ED1C24;
}
label.error {
  color: #ED1C24;
  margin: -20px 0 0 0;
  width: auto;
  text-align: left;
}





/*====> Newsroom <====/
*/
.newsroom #cat-image-search {
    height: 172px;
}
.news-landing #cat-image-search {
	height: auto;
	margin: 0;
	padding: 0;
	float:  left;
	width: 168px;
}
.news-landing #cat-image-search img, 
.qa-cat-img {
	display: block;
	border-bottom: 2px solid #FFFFFF;
}
.news-landing #main-content #cat-description  {
	height: auto;
	border-left: 2px solid #FFFFFF;
	margin-bottom: 0;
}
.news-landing .l-col-1 {
	padding: 0;
	margin: 0;
	width: 168px;
}
.news-landing .cols-2 .l-col-2 .l-col-2-col-1, 
.news-landing .cols-2 .l-col-2 .l-col-2-col-2 {
	background: none;
}
.news-landing .cols-2 .l-col-2 {
	margin: 0;
	padding: 0;
}
.news-landing #main-content {
	background: 
    url("../images/bg-2-col-btm.jpg") no-repeat scroll left bottom, 
    url("../images/bg-grd-168-white.png") repeat-y scroll left center transparent;
}
.news-landing #footer-container {
  margin-top: 0;
}
.newsroom #cat-description {
    min-height: 142px;
    margin-bottom: 2px; /**/
}
.newsroom #cat-nav-subpages {
    margin: -44px 0 0 0;
}
#news-filter {
    padding: 25px 17px;
    font-size: 11px;
    border-bottom: 2px solid #fff;
    color: #919191;
}
#news-filter h3 {
    width: 123px;
    height: 15px;
}
#news-filter h3 span {
    width: 123px;
    height: 15px;
    background: url(../images/txt-filter-news-type.png) no-repeat;
}
#news-filter h3 .cat-filter {
	width: 112px;
	height: 16px;
	background: url(../images/txt-filter-category.png) no-repeat;
}
#news-filter li,
#news-archives li {
    line-height: 1.7;
}
#news-filter li.current,
#news-archives li.current {
    background: url(../images/small-check.png) no-repeat;
    padding: 0 0 0 13px;
    margin: 0 0 0 -13px;
    font-weight: 600;
}
#news-archives {
    padding: 25px 17px;
    font-size: 11px;
    color: #919191;
}
#news-archives h3 {
    width: 124px;
    height: 12px;
}
#news-archives h3 span {
    width: 124px;
    height: 12px;
    background: url(../images/txt-newsroom-archive.png) no-repeat;
}
#news-archives a.year {
    padding-right: 8px;
    margin: 10px 0 0 0;
    display: inline-block;
    background: url(../images/arrow-sml-down.gif) right 6px no-repeat;
}
#news-archives a.current {
    padding-right: 8px;
    background: url(../images/arrow-sml-up.gif) right 6px no-repeat;
}
#news-archives ul.pane {
    display: none;
    overflow: visible;
}
.newsroom #latest-news {
    padding: 20px 6px 20px 30px;
}
.newsroom #latest-news h2 {
    margin: 0 0 10px 0;
}
.newsroom #latest-news .article-excerpt {
    border-bottom: 1px solid #d4d4d4;
    width: 440px;
}
.newsroom .resource-center {
    border-bottom: 1px solid #d4d4d4;
    width: 292px;
    overflow: hidden;
    margin: 0 0 25px 0;
}
/*.post-content ol li {
  padding: 10px 0;
}*/
.newsroom .resource-center h2, 
#service-newsletter-archive h2 {
    margin: 0 0 20px 0;
}
.newsroom .resource-center li {
    float: left;
    width: 145px;
    margin: 0 0 18px 0;
}
#service-newsletter-archive ul {
    list-style: disc;
    color: #0081c4;
    margin: 0 0 0 30px;
}
#service-newsletter-archive .newsletter-archive {
    margin: 25px 0 0 0;
}
.post #contact-nsf-international h2, .events #contact-nsf-international h2  {
    text-indent: -9999px;
    width: 138px;
    height: 18px;
    margin: 0 0 20px 0;
    background: url(../images/txt-havequestions.png) no-repeat;
}
.post #contact-nsf-international ul {
    margin-bottom: 15px;
}
.newsroom .resource-center .btn {
    float: right;
    margin: 0 0 30px 0;
}
.post #secondary-content,
.news-category #secondary-content, 
.search-results-pg #secondary-content,
.newsroom #secondary-content,
.news-post #main-content,
.training-course #content {
    background: 
      url("../images/bg-2-col-btm.jpg") no-repeat scroll left bottom,
      url("../images/bg-grd-168-white.png") repeat-y scroll left center transparent;
    position: relative;
    z-index: 0;
}
.news-landing #secondary-content {
	float: left;
  clear: none;
	width: 816px;
	border-left: 2px solid #FFFFFF;
	background: url("../images/bg-grd-top-single.png") repeat-x scroll left top transparent;
}
.post #secondary-content .l-col-1 {
    margin: 0 0 -3px 0;
}
.newsroom .l-col-2 .l-col-2-col-1 {
    width: 440px;
}
.newsroom .l-col-2 .l-col-2-col-2 {
    padding: 20px 30px 20px 16px;
    width: 294px;
}
.newsroom #latest-news .article-thumbnail {
    margin: 0 10px 15px 0;
}
.newsroom #latest-news .article-excerpt .read-more  {
    margin: 0 0 10px 0;
}
.newsletter-selection label.error {
    display: none !important;
}
.newsletter-selection li.mailing-li {
    padding: 0 !important;
}
.newsletter-selection label.blockDisplay {
    display: block !important;
}
.news-category #latest-news {
  width: 440px; 
  background: none;
}
.news-category .l-col-2 {
    background: url("../images/bg-grd-top-single.png") repeat-x scroll left top transparent;
}
.expert {
  padding-bottom: 2em;
}
.expert .experience, .expert .education {
  margin-top: 15px;  
}
#experts .last {border-bottom: none;}


/* NEWSLETTERS */

.newsletter #navigation {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	overflow: auto;
}
.newsletter #navigation h2 {
  font-size: 15px; 
  margin-top: 0;
}
.newsletter #navigation a {
  text-decoration: underline;
}
.newsletter #navigation a:hover, 
.newsletter #navigation a:focus {
  text-decoration: none; 
  color: #003479;
}
.newsletter #industry_nav, 
.newsletter #consumer_nav {
	overflow: auto;
	padding-bottom: 1em;
}
.newsletter ul {
  color: #238EC4;
}
.newsletter .float_list li:first-child {
  border: 0;
}
.newsletter .post-content .float_heading_left {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: .25em;
}
.newsletter #consumer, 
.newsletter #consumer_nav {
	clear: left;
	margin-bottom: 1em;
}
#consumer_newsletters {
  padding-top: 0;
}
#water-newsletter {
  padding-top:  1.5em;
}
.newsletter .post-content h3 {
  text-transform: uppercase;
}
.newsletters .post-content ul li, 
.newsletter .post-content h4 {
  color:  #333;
}
.newsletter .post-content .read-more {
  margin-bottom: 3em;
}
.newsletter-sign-up fieldset {
  margin-left: 0;
}
#mailing-list-wrapper h2 {
  padding-left: 160px;
}

/*====> Certified Products and Systems <====/
*/
.search-description {
    font-weight: 600;
    float: left;
    width: 465px;
}
#search-brand-company {
    position: relative;
    float: left;
    width: 246px;
    margin: -5px 0 0 20px;
}
#search-brand-company .bg-replace {
    background: url(../images/bg-input-field.png) no-repeat;
    width: 226px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border: none;
}
#search-brand-company .go-search {
    position: absolute;
    top: 3px;
    right: 4px;
}
#certified-listing {
    padding: 30px;
    overflow: hidden;
}
#certified-listing h2 {
    float: left;
    width: 320px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
}
#certified-listing h2.relevant-standards {
    width: 436px;
}
#certified-cat-list {
    clear: both;
    overflow: hidden;
    margin: 0 0 25px 0;
}
#certified-cat-list .cat-group {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
#certified-cat-list .cat-group li {
    margin: 0 0 15px 0;
    overflow: hidden;
}
#certified-cat-list h3 {
    color: #333;
    margin: 10px 0 20px 0;
}
#certified-cat-list h4 {
    float: left;
    width: 320px;
    font-weight: 300;
}
#certified-cat-list p {
    float: left;
    width: 436px;
    color: #666;
    margin: 0;
}
#certified-content {
    font-size: 11px;
}
#contact-certified {
    border-bottom: 2px solid #fff;
    padding: 28px 10px;
}
#contact-certified p {
    margin: 15px 0 0;
}
#contact-certified h2 {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/txt-havequestions.png) no-repeat;
}
#contact-certified h3 {
    color: #333;
    margin: 17px 0 0 0;
}
#contact-certified h4 {
    font-size: 18px;
}
#contact-certified h4 span {
    font-size: 12px;
    display: block;
    font-weight: 300;
    color: #333;
}

/*====>  Listings Category Search Page <====/
*/
#cat-description.certified {
    position: relative;
    height: 100px;
    min-height: 100px;
    border-bottom: 2px solid #fff;
}
.listing-category-search-page #cat-description.certified {
    height: 112px;
}
#cat-description.certified .view-all {
    position: absolute;
    bottom: 20px;
    right: 30px;
}
#cat-description.certified #breadcrumbs .last a {
    background: none;
    margin: 0;
    padding: 0;
}
#product-search {
    padding: 30px 60px 60px 30px;
    overflow: hidden;
    min-height: 400px;
}
#product-search h2 {
    margin: 0 0 30px 0;
    float: left;
    width: auto;
}
#product-search label {
    font-weight: bold;
}
#product-search .label-with-tip {
    margin: 0 0 20px 0;
}
#product-search .label-with-tip input {
    display: block;
    width: 500px;
    margin: 0 0 0 134px;
    float: none;
    clear: both;
}
#product-search .entry-tip {
    margin: 0;
    float: left;
    width: auto;

}
#product-search .entry-tip a {
    text-transform: uppercase;
    font-weight: 600;
}
#facility-location {
    z-index: 0;
}
#facility-location .radio-label {
    color: #238ec4;
    font-weight: 300;
    margin: 0;
}
#facility-location em {
    color: #333;
    font-weight: 600;
    font-style: normal;
    padding: 0 45px;
}
#facility-location label,
#facility-location input {
    float: none;
    display: inline;
}
#facility-location label {
    margin: 0 9px 0 29px;
}
#facility_location_select {
    margin: 0 0 10px 0;
    padding: 0 0 0 149px;
    clear: both;
    z-index: 0;
    position: relative;
}
#facility_location_select select {
    position: relative;
    z-index: 0;
}
#facility-location select#country_location {
    margin: 5px 91px 0 0;
}
#facility-location select#states_location {
    margin: 5px 0 0 0;
}
#facility-location select#region_location {
    margin: 5px 72px 0 0;
    position: relative;
    z-index: 0;
}
#standards-elements {
    padding: 0 0 0 70px;
}
#standards-elements label,
#standards-elements input {
    display: inline;
    float: none;
}
#standards-elements label {
    padding: 0 0 5px 0;
}
.standards-label {
    text-transform: uppercase;
    color: #238ec4;
    font-weight: 600;
}
#standards-selection {
    margin: 4px 0 0 63px;
}
#more-tips {
    background: #f2f2f2;
    border: 2px solid #fff;
    box-shadow: 0 5px 9px #cfcfcf;
    padding: 30px 20px 10px 40px;
    width: 225px;
    position: absolute;
    top: 30px;
    right: -30px;
    z-index: 200;
    behavior: url(/PIE.php);
}
#more-tips ol {
    list-style: decimal;
}
#more-tips li {
    padding: 0 0 20px 0;
    overflow: visible;
}
#more-tips .more-tip-arrow {
    position: absolute;
    top: -15px;
    left: 19px;
}
.tip-popup {
    position: relative;
    overflow: visible;
    min-height: 30px;
}
.submit-prod-search {
    float: right;
    width: 129px;
}
#specific-standards-list {
    font-weight: 300;
    font-size: 11px;
    color: #238ec4;
    margin: 5px 0 0 16px;
}
/*====>  Listing Search Results Page <====/
*/
.listing-results #cat-description {
    min-height: 170px;
}
.listing-results #page-title {
    position: relative;
}
#page-title .redefine-search {
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    top: 11px;
    right: 0;
}
#search-results h2 a,
#search-results h2 a span {
    color: #003479;
}
#search-results-heading h2 {
    float: left;
    width: 150px;
    margin: 0;
}
#search-results-heading #search-results-listing {
    float: left;
    width: 575px;
}
#search-results-heading #search-results-listing li {
    float: left;
    width: auto;
    font-weight: bold;
    font-size: 16px;
    margin: 0 25px 0 0;
}
#search-results-heading em {
    clear: both;
    display: block;
}
#search-results-heading #search-results-listing .overlay img {
    margin: 0 0 -5px 0;
}
.listing-results #product-results-table {
    margin: 30px 0;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.listing-results .pagination {
    float: right;
    margin: 20px 0;
}
.listing-results .pagination ul,
.listing-results .pagination li,
.listing-results .pagination p {
    display: inline;
}
#product-results-table thead th {
    padding: 0 0 10px 0;
}
#product-results-table tbody td {
    border: 1px solid #ccc;
    padding: 10px;
}
#product-results-table tbody td a {
    color: #333;
}
#product-results-table tbody td a:hover {
    text-decoration: none;
}
#product-results-table .iterator {
    width: 20px;
}
#product-results-table .sortable {
    background: url(../images/arrow-sml-down.gif) right 6px no-repeat;
    color: #238EC4;
    cursor: pointer;
}
#product-results-table .sortable.headerSortDown {
    background: url(../images/arrow-sml-up.gif) right 6px no-repeat;
}

/*====>  Individual Listing Page <====/
*/
.listing-page .l-col-1 img {
    display: block;
}
.listing-page #cat-description {
    padding: 15px 30px 0 30px;
    min-height: 110px;
}
.listing-page #cat-description h1 {
    float: left;
    width: 300px;
    font-size: 20px;
    margin: 5px 5px 0 0;
}
.company-contact,
.company-adr {
    float: left;
    width: 150px;
    margin: 5px 5px 0 0;
    font-size: 11px;
}
.company-logo {
    float: left;
    width: auto;
    margin: -10px 0 0 0;
}
#results-heading {
    overflow: hidden;
    margin: 10px 0 30px 0;
}
#results-heading h2 {
    font-size: 20px;
    float: left;
    width: auto;
}
#results-heading p {
    float: left;
    width: auto;
}
#results-heading .protocol {
    border-left: 1px solid #d9d9d9;
    font-weight: 600;
    margin: 10px 0 0 10px;
    padding: 0 0 0 10px;
    line-height: 12px;
}
#results-heading .need-help {
    float: right;
    font-size: 11px;
    font-weight: 600;
    margin: 10px 0 0 0;
}
#results-heading .question {
    margin: 5px 0 0 5px;
}
#results-heading .notes {
    float: none;
    color: #999;
    font-size: 11px;
    clear: both;
}
.facility-result h2 {
    font-size: 11px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding: 0 0 4px;
    margin: 0 0 30px 0;
}
.facility-result h3 {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.facility-result h3 em {
    font-style: normal;
    font-size: 12px;
}
.facility-result h3 strong {
    color: #333;
    line-height: 12px;
    font-size: 12px;
    border-left: 1px solid #ccc;
    padding: 0 0 0 5px;
    font-weight: 300;
}
.facility-result table {
    width: 100%;
    text-align: left;
}
.facility-result th {
    font-size: 11px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    text-align: left;
}
.facility-result td {
    font-size: 10px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    padding: 10px 10px 10px 0;
}
.facility-result table img {
    border: 1px solid #ccc;
}
.facility-result table em {
    font-style: normal;
}
.facility-result .key {
    font-size: 10px;
    color: #999;
    padding: 10px 0 30px 78px;
}
.entry-tip {
    font-size: 11px;
}
.bg-left-col-full {
    background: 
      url(../images/bg-2-col-btm.jpg) left bottom no-repeat, 
      url(../images/bg-grd-168-white.png) left repeat-y;
}

/*====> System Messages <====/
*/
body.system-messages #content {
    padding: 20px;
    overflow: hidden;
}
body.system-messages #content ul {
    list-style: disc outside;
    padding: 1em 0 1em 2.5em;
}

/*++++> Modules Helper Classes <++++
*/
.nav-delim {
	border-right: 1px solid #8c8c8c;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
}
ul.delim > li,
li.delim {
	/*border-right: 1px solid #666; */
	line-height: 12px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}
ul.delim li.last {
	border-right: 0;
}
.article-excerpt {
	margin: 0 0 20px 0;
	overflow: hidden;
	clear: both;
}
.article-thumbnail {
	float: left;
	border: 1px solid #ccc;
	margin: 0 10px 5px 0;
	width: 75px;
	/* height: 75px; Hide so thumbnails render proportionally */
}
.training-article-thumbnail {
	float: left;
	border: 1px solid #ccc;
	margin: 0 10px 5px 0;
	width: 116px;
	/* height: 122px; Hide so thumbnails render proportionally */
}
.read-more-dk-bl,
.read-more {
	display: inline-block;
  display: -moz-inline-stack;
	padding: 0 7px 0 0;
	font-size: 10px;
	font-weight: bold;
  position: relative;
}
.service-excerpt .read-more-dk-bl,
.service-excerpt .read-more {
    display: block;
    width: 62px;
    background-position: right 3px;
}
.read-more {
	background: url(../images/arrow-sml-more.png) right 2px no-repeat;
	text-transform: uppercase;
}
/* align arrow with CEA link in Media Resource Center */
.twoln-read-more {
	background: url(../images/arrow-sml-more.png) no-repeat;
	width: 115px;
	background-position: right 15px;
}
.consumer-resources .read-more {
  background: url(../images/arrow-sml-more.png) right 4px no-repeat; 
  width: auto;
}
.read-more-dk-bl {
    color: #238EC4;
    background: url(../images/arrow-sml-more.png) right center no-repeat;
    text-transform: uppercase;
}
.img-replace {
	position: relative;
	overflow: hidden;
}
.img-replace span {
	position: absolute;
	top: 0;
	left: 0;
}
.img-caption {
	color: #333; /*color: #003479;*/
	font-size: 11px;
	font-style: italic;
	text-align: left;  /* text-align: center; */
  width: 116px;
}
.contact-phone {
	color: #66a122;
}
.no-margin {
	margin: 0;
}
.margin-top {
	margin: 10px 0 0 0 !important;
}
.required {
	color: #ed1c24;
}
.form-group {
	margin: 0 0 30px 0;
}
.btn {
	background: #238ec4;
	border: none;
	color: #fff;
	font-size: 10px;
	padding: 6px 12px;
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
 /* behavior: url(/PIE.php); -- was causing the blue background in IE7/8 on the contact form to disappear */
  position: relative;
}
.btn:hover,
.btn:focus {
    color: #fff !important;
	background: #666;
	cursor: pointer;
}
.btn-custom {
	background: #a8d6f3;
	border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	box-shadow: 0 0 5px 3px #dcdcdc;
    -moz-box-shadow: 0 0 5px 3px #dcdcdc;
    -webkit-box-shadow: 0 0 5px 3px #dcdcdc;
	text-align: center;
	margin: 20px auto;
  position: relative;
  behavior: url(/PIE.php);
}

.btn-custom:hover,
.btn-custom:focus {
  background: #cbe8fb;  
}

.training-education #training-subcontent .btn-custom {margin-top: 0;}


.careers .btn-custom {
  width: 250px;
}
.btn-custom a {
	display: block;
	color: #003479;
	padding: 15px 22px;
	font-weight: 600;
}
.btn-custom a span {
	background: url(../images/arrow-sml-drkblue.png) right 4px no-repeat;
	padding: 0 8px 0 0;
  margin: 0 0 0 -8px;
}
.btn-custom a.lnk-external span {
    background: url("../images/icons/icon-external-link.png") no-repeat scroll right 0 transparent;
    padding: 0 17px 0 0;
}
.btn-custom a:hover {
	text-decoration: none;
}
.contact-callout {
	background: #79ad0d;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 15px;
	box-shadow: 0 2px 17px #c3c3c3;
    -moz-box-shadow: 0 2px 17px #c3c3c3;
    -webkit-box-shadow: 0 2px 17px #c3c3c3;
  position: relative;
  behavior: url(/PIE.php);
    
}
.contact-callout p {
    margin: 0 0 5px 0;
}
.contact-callout a {
    color: #fff;
}
.grd-gray {
    background: 
      url(../images/bg-grd-top-168.png) left top no-repeat, 
      url(../images/bg-grd-btm-168.png) left bottom no-repeat, 
      url(../images/bg-grd-168.png) left repeat-y;
}
.grd-white {
    background: 
      url(../images/bg-grd-top-168-white.png) left top no-repeat, 
      url(../images/bg-grd-btm-168-white.png) left bottom no-repeat, 
      url(../images/bg-grd-168-white.png) left repeat-y;
}
.drop-shadow {
    box-shadow: 0 5px 9px #cfcfcf;
    -moz-box-shadow: 0 5px 9px #cfcfcf;
    -webkit-box-shadow: 0 5px 9px #cfcfcf;
    position: relative;
    behavior: url(/PIE.php);
}
.brd-btm-white {
    border-bottom: 2px solid #fff;
}
.no-brd-bg {
    border: none !important;
    background: none !important;
}
.close-menu {
    background: url(../images/btn-x.png) no-repeat;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    display: block;
}
.clear {
    clear: both;
}
#related-services ul.article-list .remove-last-border,
#related-resources ul.article-list .remove-last-border,
#hot-jobs ul.jobs-list .remove-last-border {
	border-bottom: none;
}
.pagination {
	text-align: right;
	border-top: 1px solid #d4d4d4;
	padding-top: 10px;
}
.last {
  margin-bottom: 0;
}

/*==============================================/  
	
	4: States
	
==============================================*/
.flowplayer {
    border: #ccc solid 1px;
    z-index: 0;
}
.flowplayer object {
    position: relative;
    z-index: 0;
}
.media-player {
    margin: 15px 0;
    position: relative;
    clear: both;
    z-index: 0;
}

/*====> External Links <====/
*/
#search-results h2 a.lnk-external, #latest-news h3 a.lnk-external, 
.flash a.lnk-external, 
.newsletter #industry_nav a.lnk-external, 
.training-course .l-col-2 a.lnk-external, 
.consumer-content .cons-lnk-external, 
#subcat-tabs h3 span, 
.extlnk-icon, .post-content .lnk-external,
.consumer-promo-content .lnk-external {
    background: url(../images/icons/icon-external-link.png) right 1px no-repeat;
    padding-right: 17px;
}
/* add external link icon to Related Content (Feature Items) that open in a new window */
#related-content .article-excerpt p a.lnk-external, 
#related-topics .service-excerpt p a.lnk-external {
	background: url(../images/icons/icon-external-link.png) right 0 no-repeat;
	padding: 0 17px 0 0;
	}  
#white-papers h3 {
  overflow: hidden;
}
#latest-news .documents h3 a.lnk-external {
  background-image: none;
  /* give IE7 a bad URL for anchor image, otherwise it hides background image on h3 container as well or shows both icons */
	*background: url(../images/x);
} 
#white-papers h3 span {
  width: 13px; 
  height: 13px;
}


.post-content .cr_pdf {line-height: 17px;}



/*====> Slideshow <====/
*/
#slideshow,
.slide-show {
     float: left;
     width: 652px;
     height: 276px;
     margin: 0 1px 0 0;
     position: relative;
     z-index: 0;
}
.slide-show > div {
    display: none;
    position: absolute;
    top:0;
    left:0;
    margin:0;
    padding:0;
    width: 652px;
    height: 276px;
}

#slideshow div img {
    z-index: -1;
}
.controls {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.slidetabs a {
	width: 20px;
   	height: 19px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/slideshow/navigator_NSFcorp_km.png) 0 0 no-repeat;
	display:block;
}
.slidetabs a.num1 { background-position:0 0; }
.slidetabs a.num2 { background-position:-30px 0; }
.slidetabs a.num3 { background-position:-60px 0; }
.slidetabs a.num4 { background-position:-90px 0; }
.slidetabs a.num5 { background-position:-120px 0; }
.slidetabs a.num6 { background-position:-150px 0; }

.slidetabs a:hover.num1 { background-position:0 -25px; }
.slidetabs a:hover.num2 { background-position:-30px -25px; }
.slidetabs a:hover.num3 { background-position:-60px -25px; }
.slidetabs a:hover.num4 { background-position:-90px -25px; }
.slidetabs a:hover.num5 { background-position:-120px -25px; }
.slidetabs a:hover.num6 { background-position:-150px -25px; }


.slidetabs a.current.num1 { background-position:0 -50px; }
.slidetabs a.current.num2 { background-position:-30px -50px; }
.slidetabs a.current.num3 { background-position:-60px -50px; }
.slidetabs a.current.num4 { background-position:-90px -50px; }
.slidetabs a.current.num5 { background-position:-120px -50px; }
.slidetabs a.current.num6 { background-position:-150px -50px; }


.playpause {
	position: absolute;
	right: -20px;
	width: 20px;
	height: 20px;
}

.playpause a {
	width: 20px;
  height: 20px;
  margin: 0;
  padding: 0px;
	float: left;
	background:url(../images/slideshow/navigator_NSFcorp_km.png) 0 0 no-repeat;
	display:block;
}
.playpause a.btnPlay { background-position:-180px 0; display: none;}
.playpause a.btnPause { background-position:-210px 0; }

/* mouseover state */
.playpause a:hover.btnPlay { background-position:-180px -25px; }
.playpause a:hover.btnPause { background-position:-210px -25px; }

.playpause a:active.btnPlay { background-position:-180px -50px; }
.playpause a:active.btnPause { background-position:-210px -50px; }

.disabled {
	visibility:hidden !important;
}

/*====> UL Select Menus <====/
*/

.select-menu {
    display:none;
    position: absolute;
    z-index: 10000;
    background: #fff;
    box-shadow: 0 2px 17px #c3c3c3;
    -moz-box-shadow: 0 2px 17px #c3c3c3;
    -webkit-box-shadow: 0 2px 17px #c3c3c3;
    behavior: url(/PIE.php);
    -pie-track-active:false;
}
#header .select-menu li {
    display: block;
    margin: 0;
    line-height: 1.75;
    float: none;
}
.select-menu li a {
    display: block;
    float: none !important;
    line-height: 1.75;
    padding: 0 8px;
}
.select-menu li a:hover,
.select-menu li a:focus {
    background: #238EC4;
    color: #fff;
    text-decoration: none;
}

/*++++> Modules Helper Classes <++++
*/
.s-hidden {
	display: none;
}
.s-visible {
	display: block;
}
.s-clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
tr.highlight td {
    cursor: pointer;
    background: #CBE8FB;
}

/*====> Contact Form Messaging <====/
*/
.error-main-msg {
    display: none;
    padding: 20px;
    background: #ddf0fc;
    color: #666;
    margin: 0 0 0 20px;
    width: 350px;
    float: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#complaintant-info {
    width: 410px;
}

.complaint-msg {
    width: 625px;
    margin: 0 30px 0 40px;
    padding: 0;
	
}

.msg {
    width: 415px;
    overflow: hidden;
    color: #666;
    padding: 20px 30px 20px 75px;
    margin: 30px 0 0 30px;
    background: #ddf0fc url(../images/bg-checkmark.png) no-repeat 15px 18px;
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.error-main-msg h2,
.msg h2 {
    font-size: 20px;
    margin: 0 0 5px 0;
}
.error-main-msg p,
.msg p {
    margin: 0;
}
.msg.error {
    background: #ddf0fc url(../images/bg-xmark.png) no-repeat 18px 18px;
}
.msg.error h2 {
    font-size: 16px;
}
.msg.error span {
    display: block;
}
#complaint .msg,
#general-inquiry .msg, 
#service-detail-content .msg, 
#business-inquiry .msg, 
#quote-form .msg, 
#media-inquiry .msg  {
    margin: 0 0 20px 30px;
}


.mailing-list-error-wrap label.error {
    width: 240px;
}
.wide-field {
    width: 625px;
}
.wide-field .error-main-msg {
    width: 270px;
}
/* Search results highlighting */
span.highlight {
    color: #003479;
    font-weight: bold;
}


/*====> STAND-ALONE FORM STYLES <====/
*/



.gated-form-container {
  background: #ebebeb;
  margin: 35px 30px 35px 0;
  width: 250px;
  padding: 10px;
  border: 2px solid #fff;
  box-shadow: 0 2px 17px #c3c3c3;
  overflow: visible;
  float: right;
  
}

.cols-2 .gated-content-intro {
  float: left;
  width: 450px;
}

.gated-form-container h3 {
  margin: 20px;
  font-size: 1.1em;
}

#gated-content-request ul {
  margin: 0;
  width: 250px;
}

#gated-content-request ul li {
  list-style: none;
}

#gated-content-request ul li label {
  width:  200px;
}

#service-contact {
  display: none;
  color: #666;
}

#service-contact fieldset ul {
  border:  0;
  max-height: none;
  overflow: visible;
}

#service-contact .service-contact-list {
  margin-top: 10px; 
}

#service-contact li label,
#gated-content-request li label,
.form-styles-contact-us li label {
  text-align: left;
  margin: 10px 0 5px 0;
}

#service-contact .read-more {
  padding: 0 7px;
}

#service-contact .close-lnk {
  text-align: right;
  padding: 10px 20px 10px 0;
}

#service-contact li label em {
  font-weight: normal;
}

#service-contact input,
#service-contact textarea,
#gated-content-request input,
#gated-content-request textarea,
.form-styles-contact-us input,
.form-styles-contact-us textarea {
  width: 210px;
  color:  #333;
  padding: 5px;
}



#gated-content-request input,
#gated-content-request textarea {
  width: 205px;
}

#service-contact textarea,
#gated-content-request textarea {
  font-family: inherit;
  font-size: 1.25em;
}

#service-contact select,
#gated-content-request select,
.form-styles-contact-us select {
  padding: 5px 0;
  width: 220px;
}

#service-contact .submit-wrap {
  width: 220px;
  display: block;
}
#gated-content-request .submit-wrap {
  width: 250px;
}
#service-contact .btn,
#gated-content-request .btn,
.form-styles-contact-us .btn {
  width: 90px;
  color: #fff;
  font-size: 9px;
  margin: 10px;
  float: right;
}

#gated-content-request .btn {
  width: 100px;
  margin-right: 35px;
}


#service-contact label.error {
  margin: 5px 0;
}


#service-contact .msg-short {
  width: 110px;
  background: url("../images/bg-checkmark.png") no-repeat scroll 15px 18px #fff;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding-top: 10px;
}

#service-contact .msg-short h2 {
    font-size: 15px;
    height: 52px;
    line-height: 18px;
    margin: 0 0 10px;
    text-indent: 0;
    width: 130px;
}



#gated-content-request .disclaimer {
  font-size: .9em;
  width: 205px;
}




/*** Updated Contact Us form styles ***/

.form-styles-contact-us fieldset {
  margin-left: 30px;
  border-top: 1px solid #ddd;
  width: 760px;
  padding-top: 2em;
}
.form-styles-contact-us input,
.form-styles-contact-us textarea {
  width: 300px;
}
.form-styles-contact-us label {
  display: block;
  float: none;
  width: auto;
  font-size: 14px;
}
.form-styles-contact-us input[type="checkbox"] {
  width: auto;
}
.form-styles-contact-us li input[type="text"] {
  border: 1px solid #ccc;
}
.form-styles-contact-us .error-main-msg {
  margin: 0 0 2em 0;
  width: 375px;
  float: none;
}
.form-styles-contact-us .btn {
  float: none;
  padding: 6px 12px;
  width: auto;
}
.form-styles-contact-us .newsletter-note,
.form-styles-contact-us .newsletter-selection {
  padding: 0;
}
.form-styles-contact-us .newsletter-selection {
  margin-bottom: 2em;
}
.form-styles-contact-us .areas-of-interest {
  padding-left: 10px;
}
.form-styles-contact-us .areas-of-interest label,
.form-styles-contact-us .newsletter-selection label {
  font-size: 12px;
  margin: 0 0 0 25px;
}
.form-styles-contact-us label.other {
  float: left;
  margin-left: 12px;
}
.form-styles-contact-us .other-referral {
  margin-left: 0;
}
.form-styles-contact-us .other-referral input {
  width: 220px;
}
.form-styles-contact-us .radio-group label {
    float: left;
    margin-top: 0;
}
.form-styles-contact-us .radio-group input {
  width: auto;
}
.form-styles-contact-us h3 {
  font-size: 14px;
}

.form-styles-contact-us #regulatory-forms-nav {
  margin-bottom: 0;
}

#regulatory-form fieldset,
#complaint-form fieldset {
  border: 0;
}


.form-styles-contact-us .complaint-msg {
  margin: 2em 0;
  width: auto;
}





/*====> Overlay Styles <====/
*/
#overlay-wrapper {
    display: none;
}
#overlay {
  display: none;
  background: #f2f2f2;
  width: 545px;
  padding: 20px 30px;

  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 3px solid #fff;
  position: relative;

  box-shadow:0 0 90px 5px #000;
  -moz-box-shadow:0 0 90px 5px #000;
  -webkit-box-shadow: 0 0 90px #000;

  behavior: url(/PIE.php);
}
#overlay #content-wrap {
    max-height: 415px;
    overflow: auto;
}
#overlay #overlay-title {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    overflow: hidden;
    line-height: 14px;
}
#overlay #overlay-title h2,
#overlay #overlay-title p {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
}
#overlay #overlay-title h2 {
    font-size: 14px;
}
#overlay #overlay-content {
    margin: 13px 0;
    font-size: 11px;
    clear: both;
    max-height: 340px;
    overflow: auto;
}
#overlay .close {
    background: url(../images/buttons/btn-close-overlay.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -10px;
    right: -15px;
}
#overlay #close {
    border-top: 1px solid #ccc;
    padding: 8px 0 0 0;
}
#overlay #btm-close.close{
    background: url(../images/buttons/btn-btm-close-overlay.png) center left no-repeat;
    text-transform: uppercase;
    position: relative;
    font-size: 11px;
    font-weight: 600;
    padding: 0 0 0 15px;
    top: auto;
    right: auto;
}

/*====> Table Styles <====/
*/
table h3 {
  margin-bottom: 0;
}
table caption {
  margin-bottom: 1em;
}
#consumer-content .consumer-content .data-table {
	line-height: 1.2;
	margin-bottom: 2em;
	color: #333;
}
.data-table {
  table-layout: fixed; 
  margin-bottom: 40px; /* necessary for IE8&9 to use column widths */
}
.data-table th, .data-table td, 
.bulleted-list-table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 10px;
	vertical-align: top;
}
.data-table th, 
.data-table td {
	border-right: 1px solid #ccc;
}
.data-table th {
	background: #999;
	color:  #fff;
	text-align: center;
	border: 0;
	vertical-align: middle;
}
.data-table .nested-table td {
  border: 0;
}
.data-table .nested-table .row-two {
  border-top: 1px solid #ccc;
}
/* Styles for jquery table striping */
.treven {
  background-color: #ccc;
}
.trodd {
  background-color: #fff;
}
#service-detail-content .panes .data-table img {
  border: none;
}
.two-column-table .col-one, 
.two-column-table .col-two {
  width: 50%;
}
.data-table td, 
.data-table th {
	width: 33%;
	border-right: 1px solid #fff;
}
.data-table td:last-child, 
.data-table th:last-child {
  border-right: 1px solid #ccc;
}
.data-table .col-three {
  border: none;
}
.data-table .note, .note {
  font-size: 10px;
}
.odd td {
  background: #ccc;
}
.bulleted-list-table .col-three {
  border: 1px solid #ccc;
}
.no-cell-border th, 
.no-cell-border td {
  border: none;
}




/*aside table for this page: /consumer-resources/health-and-safety-tips/water-quality-treatment/nsf-certified-vs-tested-to-nsf-standards */
#certified-vs-tested-table {
	border: 1px solid #ccc;
	padding: 15px 15px 0 15px;
	width: 450px;
	margin: 2em auto;
	text-align: center;
}
#certified-vs-tested-table table {
  margin: 0 auto;
}
#certified-vs-tested-table h3 {
  margin-bottom: 0;
}
#certified-vs-tested-table .subtitle {
  font-size: 14px; 
  margin-top: 0;
}

/*====> 404 Page <====/
*/
.not-found h1, 
.not-found h2 {
  margin-bottom: 1em;
}
.not-found #content {
  padding: 30px; 
  min-height: 300px;
}
.not-found #content ul li {
    list-style: disc;
    margin: 0 0 0 30px;
    padding: 5px 0;
}
.not-found #content {
	background: 
    url("../images/bg-primary-grd-btm.png") no-repeat scroll left bottom, 
    url("../images/bg-primary-grd.png") repeat-y scroll 0 0 transparent;
}
.not-found #header {
  border-bottom: 0;
}


/*====> Expired T&E Course Page (404) <====/
*/
.expired #main-content {
  height: auto;
}
.expired .post #cat-description {
    min-height: auto;
    border-bottom: 2px solid #fff;
}
.expired .post #cat-description h1 {
  margin-bottom: 0;
}


/*====> Resource Library <====/
*/


/** General Page Adjustments **/
.resource-library #breadcrumbs {
  margin-left: 0;
}
.resource-library #main-content {
  position: relative;
}
.resource-library #cat-description h1,
.resource-library #cat-description-content-cat {
  padding-left: 30px;
}
.resource-library #cat-description {
  padding: 15px 0 0 0;
  width: 816px;
}


/** Stying for the actual filter menu **/

#resource-filter {
  float: left;
  width: calc(85% - 2px);
  border-right: 2px solid #fff;
}
#resource-filter h3,
.resource-library #date-title h3 {
  	padding: 10px;
	background-color: #82bfe7;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 18px;
	color: #333;
}
#resource-filter ul,
.resource-library #date-title ul {
  	background-color: #238ec4;
	float: left;
	width: 100%;
}
#resource-filter ul li {
  width: auto;
}
.resource-library #date-title ul li {
  width: 50%;
}
#resource-filter ul li,
.resource-library #date-title ul li {
  float: left;
  text-align: center;
}
#resource-filter ul li a,
.resource-library #date-title ul li a {
  display: block;
  padding: 10px;
  background-color: #238ec4;
  color: #fff;
  font-size: 14px;
  border-right: 2px solid #fff;
  transition: background-color 0.5s ease;
}
#resource-filter ul li:last-child a,
.resource-library #date-title ul li:last-child a {
  border: none;
}
#resource-filter ul li:last-child {
  float: none;
  overflow: hidden;
  text-align: left;
}
#resource-filter ul li a:hover,
#resource-filter ul li a:focus,
.resource-library #date-title ul li a:hover,
.resource-library #date-title ul li a:focus{
  text-decoration: none;
  background-color: #82bfe7;
}
.resource-library #date-title {
  float: right;
  width: 15%;
}
.resource-library li.checked {
    font-weight: 600;
    margin: 0 0 0 -13px;
    padding: 0 0 0 13px;
}
.resource-library #resource-filter ul li.current a,
.resource-library #date-title ul li.current a
{	
  	background-color: #82bfe7;
	color: #333;
	font-weight: 600;
}

/** styling the contact sidebar for the resource library **/
.resource-library #nsf-location-contact-select {
  padding: 28px 2px;
}
.resource-library #nsf-location-contact-select h2 {
    text-align: center;
}
.resource-library #contact-info {
	width: 148px;
	margin: 0 auto;
	padding-left: 5px;
}
.resource-library #contact-info #nsf-locations {
  top: 1px;
  left: -1px;
}
.resources-questions-sidebar h2 {
  color: #79ad0d;
  font-size: 20px;
  line-height: 0.8;
  margin: 0 auto 1em auto;
  background: url("../images/txt-resources-contact.gif") no-repeat scroll 0 0;
  height: 36px;
  text-indent: -9999px;
  width: 151px;
}
.resources-questions-sidebar h2 span {
  font-size: 12px;
  color: #666;
}
.resource-library #contact-info h3 {
	background: #fff url("../images/buttons/blue-circle-down-arrow.png") 128px no-repeat;
	width: 150px;
	margin-left: -5px;
	margin-right: auto;
	box-shadow: 0 0 5px #ccc inset;
	border: 2px solid #fff;
	border-radius: 15px;
	behavior: url(/PIE.php);
}
.resource-library #service-contact .service-contact-list, 
.resource-library #service-contact .submit-wrap {
  width: 148px;
}
.resource-library #service-contact .read-more {
  background: none;
}
.resource-library #service-contact .contact-name::after {
  content: "  \25B6";
  font-size: 8px;
  margin-left: 2px;
}

.resource-library #service-contact select,
.resource-library #service-contact input,
.resource-library #service-contact textarea {
  width: 132px;
}
.resource-library #service-contact select {
  width: 142px;
}

.resource-library #secondary-content {
	float: right;	
}


/**** styling for list of resources ****/
.resource-library #latest-news h2 {
  margin-bottom: 1.5em;
  
}
.resource-library .documents h3 {
  background: none;
  margin-bottom: 0;
  padding: 0;
}
.resource-library #latest-news .remove-last-border {
  border-bottom: none;
}



/* Fade in effect */

.resource-library .article-list {
    -webkit-animation: fadein 0.4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.4s; /* Firefox < 16 */
        -ms-animation: fadein 0.4s; /* Internet Explorer */
         -o-animation: fadein 0.4s; /* Opera < 12.1 */
            animation: fadein 0.4s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}






