/* ---------------------------------- */
/* GENERAL STYLES                     */
/* ---------------------------------- */

.mceContentBody,
.mceEditorIframe {
	/* TinyMCE Editor */
	background-color:#FFFFFF;
	list-style-position: outside;
	list-style-type: square;
}
.mceContentbody a,
.mceEditorIframe a {
	color: #00C;
	text-decoration: underline;
}
.mceContentBody div.umbMacroHolder {
	width: 96%;
	position: relative;
	margin: 0;
	left: 0;
}
span.tracecontent table {
	background-color: #fff;
}

.clear	{
	clear: both;
	height: 1px;
}

.floatRight	{
	float: right;
}

sup	{
	font-size: 80%;
	vertical-align: top;
}

.greyBorder	{
	border: 1px solid rgb(128,128,128);
}

.cn p, .cn h2 {
	font-size: 100%;
	line-height: 100%;
}

.pt p, .pt h2 {
	font-size: 11px;
	line-height: 10px;
}

#home-slice {
	height: 132px;
	overflow: hidden;
}

.mpzero {
	margin: 0;
	padding: 0;
}

/* ---------------------------------- */
/* BUILDING BLOCK LAYOUT              */
/* ---------------------------------- */
body {
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	color: #666;
	line-height: 15px;
	background-color: #009abc;
	border: 0;
	margin: 0;
}

h1 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 120%;
	color: #002596;
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0 0 10px 0;
}
h2,
h3,
h4 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 120%;
	color: #002596;
	margin: 0;
	padding: 0;
}
h2	{
	font-size: 100%;
	padding-bottom: 1em;
}
h3	{
	font-size: 100%;
	padding-bottom: 0.3em;
	line-height: 15px;
}
h5,
.SubTitle {
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.3em;
}
p {
	font-size: 12px;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 16px;
}
ul {
	font-size: 12px;
	list-style: none; 
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
hr {
	clear: both;
	display: block;
	height: 1px;
	background-color: #CCC;
	border: 0;
	margin: 0 0 12px 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #002596;
	text-decoration: none;
}
a:hover,
a:active {
	color: #002596;
	text-decoration: none;
}

.noBorders	{
	border: none !important
}

.depPurple	{
	color: #6F1E7C !important;
}

ul.bulletdisc {
	margin-bottom: 12px !important;
}

ul.bulletdisc li {
	font-size:12px;
	line-height:15px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:20px;
	padding: 0 !important;
}

/* ---------------------------------- */
/* ---------------------------------- */

.Wrapper {
	width: 898px;
	djr-min-height: 575px;
	djr-height: auto !important;
	djr-height: 575px;	/* KLUDGE for IE6's lack of support for min-height */
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
}

/* ---------------------------------- */
/* ---------------------------------- */

.Header {
	height: 100px;
}

.Header .LanguageSelector {
	height: 20px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
	line-height: 12px;
}
.Header .Organization {
	float: left;
	display: inline;
	padding: 15px 0 0 6px;
}
.Header .Search {
	float: right;
	display: inline;
	padding-top: 36px;
	padding-right: 10px;
}
.Header .Search input.SearchBox {
	float: left;
	display: inline;
	width: 168px;
	height: 18px;
	color: #ccc;
}
.Header .Search input.Submit {
	background: transparent url(/custom/images/icon-search-02.gif) no-repeat 0 50%;
	border: 0;
	height: 22px;
	line-height: 22px;
	margin-left: 5px;
	padding: 0;
	text-indent: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

/* ---------------------------------- */
/* ---------------------------------- */

.NavMain {
	clear: both;
	background: transparent url(/custom/images/bg-nav-main.gif) left bottom repeat-x;
	height: 48px;
}
.NavMain ul {
	position: relative;
	float: left;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 33px;
}
.NavMain li {
	position: relative;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-color: #9a9b9d;
	height: 33px;
}
.NavMain li a {
	float: left;
	display: block;
	margin: 0 0 0 0;
	padding: 0 6px; /* set to 12px when forum link is removed */
	text-decoration: none;
	background: #9a9b9d;
	line-height: 26px;
	border-color: #fff;
	border-width: 7px 0 0 0;
	border-style: solid;
}
.NavMain li a:link,
.NavMain li a:visited,
.NavMain li a:hover,
.NavMain li a:active {
	color: #fff;
}
.NavMain li a:hover,
.NavMain li a.current {
	color: #fff;
	background-color: #f3af32;
	border-color: #f3af32;
}
/* --- drop-down nav items --- */
.NavMain ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 33px;
}
.NavMain li li {
	background-color: #ccc;
	clear: both;
	color: #333;
	font-size: 9px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.NavMain li li a {
	background-color: #ccc;
	border-style: none;
	color: #333;
	display: block;
	padding: 0 5px 0 15px;
	width: 100%;
}

.NavMain li:hover ul,
.NavMain li.over ul ,
.NavMain .currentsection{ /* lists nested under hovered list items */
	display: block;
}


/* ---------------------------------- */
/* ---------------------------------- */

.BottomBar {
	clear: both;
	background-color: #002596;
}
.BottomBar p {
	color: #c9dd0a;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
	padding: 0 20px;
}	

/* ---------------------------------- */
/* ---------------------------------- */

.Footer {
	text-align: center;
	padding: 14px 0 12px 0;
}
.Footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.Footer li {
	display: inline;
	padding: 5px 5px;
	text-align: center;
	font-size: 9px;
}
.Footer a {
	text-decoration: underline;
}

/* ---------------------------------- */
/* ---------------------------------- */

.Main {
	clear: both;
	float: left;
	display: inline;
	padding: 0 20px 8px 20px;
	width: 858px;
	djr-min-height: 575px;
	djr-height: auto !important;
	djr-height: 575px;	/* KLUDGE for IE6's lack of support for min-height */

}

.Main .Home .Column1 {
	width: 204px;
	float: left;
	display: inline;
	padding: 0 14px 0 0;
}
.Main .Home .Column2 {
	width: 422px;
	float: left;
	display: inline;
	padding: 0;
}
.Main .Home .Column2A {
	/* inside column2, not instead of it */
	width: 204px;
	float: left;
	display: inline;
}
.Main .Home .Column2B {
	/* inside column2, not instead of it */
	width: 204px;
	float: right;
	display: inline;
}
.Main .Home .Column3 {
	width: 204px;
	float: left;
	display: inline;
	padding: 0 0 0 14px;
}
.Main .Home .Column2-3 {
	width: 640px;
	float: left;
	display: inline;
	padding: 0;
}

/* ---------------------------------- */
/* BOX DETAILS                        */
/* ---------------------------------- */
.Main .Box {
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 14px;
}
.Main .SectionBanner {
	margin-bottom: 10px;
}

/* ---------------------------------- */
/* ---------------------------------- */


/* ---------------------------------- */
/* HOMEPAGE                           */
/* ---------------------------------- */
.Home .Column1 .Seals {
	/* invalid specification: xbackground: url(/media/1864/banner-seals.jpg) no-repeat 2px 2px; */
	/* invalid specification: xpadding: 80px 6px 9px 9px; */
	padding: 0 6px 9px 9px;
}
.Home .Column1 .Seals img  {
	padding: 2px 0 8px 0;
	margin-left: -7px;
}
.Home .Column1 .Seals h1 {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 0;
}
.Home .Column1 .Seals p {
	font-size: 13px;
	line-height: 18px;
	color: #767778;
}

.Home .Column1 .EStore {
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	padding-bottom: 6px;
}
.Home .Column1 .EStore img {
	margin-bottom: 2px;
}
.Home .Column1 .EStore a {
	text-decoration: underline;
}

.Home .Column2A .Shortcuts {
	background: url(/media/1869/shortcutart.jpg) no-repeat 2px 2px;
	padding: 80px 6px 5px 9px;
	min-height: 155px;
	height: auto !important;
	height: 155px; /* KLUDGE for IE6's lack of min-height support */
}
.Home .Column2A .Shortcuts h1 {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 0;
}
.Home .Column2A .Shortcuts li {
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	padding: 0;
}

.Home .Column2B .ProductSpotlight {
	background: url(/media/1859/spotlightart.jpg) no-repeat 2px 2px;
	padding: 80px 6px 5px 9px;
	min-height: 155px;
	height: auto !important;
	height: 155px; /* KLUDGE for IE6's lack of min-height support */
}
.Home .Column2B .ProductSpotlight h1 {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 0;
	/* invalid specification: djr-display: none; */
}
.Home .Column2B .ProductSpotlight li {
	clear: both;
	float: left;
	display: inline;
	position: relative;
	height: 62px;
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	padding: 0;
}
.Home .Column2B .ProductSpotlight img.icon {
	width: 36px;
	display: inline;
}
.Home .Column2B .ProductSpotlight a {
	width: 64px;
	display: inline;
	text-decoration: underline;
}
.Home .Column2B .ProductSpotlight img.photo {
	/* invalid specification: djr-width: 82px; */
	display: inline;
}
.Home .Column2B .ProductSpotlight li.left img.icon {
	float: left;
}
.Home .Column2B .ProductSpotlight li.left a {
	float: left;
	text-align: right;
}
.Home .Column2B .ProductSpotlight li.left img.photo {
	padding-left: 5px;
	float: left;
}
.Home .Column2B .ProductSpotlight li.right img.photo {
	float: left;
	padding-right: 5px;
}
.Home .Column2B .ProductSpotlight li.right a {
	position: absolute;
	bottom: 0px;
	left: 89px;
}
.Home .Column2B .ProductSpotlight li.right img.icon {
	position: absolute;
	left: 151px;
	top: 26px;
}

.Home .Column2 .RecentNews {
	clear: both;
}
.Home .Column2 .RecentNews h1 {
	font-size: 16px;
	line-height: 16px;
	padding-left: 3px;
}
.Home .Column2 .RecentNews h1 span {
	font-size: 11px;
	color: #767778;
	line-height: 16px;
}
.Home .Column2 .RecentNews li {
	clear: both;
	float: left;
	display: inline;
	width: 414px;
	padding: 3px 5px 5px 3px;
}
.Home .Column2 .RecentNews li.Alt {
	background-color: #f1f1f1;
}
.Home .Column2 .RecentNews li .Title {
	font-size: 12px;
	line-height: 14px;
	color: #002596;
}
.Home .Column2 .RecentNews li .Info {
	font-size: 11px;
	line-height: 14px;
	color: #767778;
}
.Home .Column2 .RecentNews li a.More {
	float: right;
	display: inline;
	font-size: 10px;
	line-height: 10px;
	text-decoration: underline;
}
.Home .Column2 .RecentNews .ReadAll {
	font-size: 10px;
	line-height: 14px;
	text-decoration: underline;
}

.Home .Column3 .FAQ {
	background: url(/media/1854/faq2.jpg) no-repeat 2px 2px;
	padding: 80px 6px 5px 0;
	min-height: 155px;
	height: auto !important;
	height: 155px; /* KLUDGE for IE6's lack of min-height support */
}
.Home .Column3 .FAQ h1 {
	display: none;
}
.Home .Column3 .FAQ .Question {
	font-size: 12px;
	line-height: 15px;
	color: #002596;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 2px;
}
.Home .Column3 .FAQ .Question span {
	font-size: 19px;
	font-weight: bold;
	color: #767778;
	margin-left: -25px;
	float: left;
	display: inline;
	padding: 0;
}
.Home .Column3 .FAQ .Answer {
	font-size: 12px;
	line-height: 13px;
	color: #767778;
	padding-left: 50px;
}
.Home .Column3 .FAQ .Answer span {
	font-size: 16px;
	font-weight: bold;
	color: #767778;
	margin-left: -20px;
	float: left;
	display: inline;
}
.Home .Column3 .FAQ p.More {
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	padding-right: 5px;
}

.Main .Home li .Title {
	font-weight: bold;
	padding-top: 8px;
}

.Main .Home #FAQClick {
	position: absolute;
	display: inline; 
	margin-top: -78px; 
	height: 70px; 
	width: 198px; 
	cursor: pointer;
}

/* ---------------------------------- */
/* STANDARD PAGE FRAMEWORK            */
/* ---------------------------------- */

.Main .Page .Column1 {
	width: 204px;
	float: left;
	display: inline;
	padding: 0 12px 0 0;
}
.Main .Page .Column2 {
	width: 640px;
	float: left;
	display: inline;
	padding: 0 0 10px 0; /* IE needs padding here, not as column2a margin */
}
.Main .Page .Column2A {
	/* inside column2, not instead of it */
	width: 445px;
	padding: 0 12px 0 12px;
	margin: 10px 0 0 0;
	float: left;
	display: inline;
	color: #000;
	overflow: hidden;
	border-right: 1px solid #009abc; /* Assumes always taller than Column2B */
}
.Main .Page .Column2B {
	/* inside column2, not instead of it */
	width: 150px;
	padding: 0 10px;
	margin: 10px 0;
	float: right;
	display: inline;
}

.Main .Page .Column1 .Contact {
	padding: 7px 8px;
}
.Contact ul.Ruled {
	font-size: 11px;
	line-height: 12px;
}
.Contact ul.Ruled li {
	padding: 3px 0;
	border-bottom: 1px solid #a6dce8;
}
.Contact ul.Ruled li.NoRule {
	border-bottom: none;
}
.Contact ul.Ruled li a {
	text-decoration: underline;
}

.Main .Page .Column1 .NavSub {
	padding: 12px 7px;
}
.NavSub ul {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}
.NavSub li {
	padding: 4px 0;
}
.NavSub li a {
	text-decoration: underline;
}
.NavSub li a.current {
	color: #009abc;	
}
.NavSub ul ul li {
	padding: 4px 0 4px 12px;
}

.Main .Page .Column2A h1.Heading,
.Main .Page #Wide.Column2 h1.Heading, {
	color: #009abc;
}
.Main .Page .Column2A h2,
.Main .Page #Wide.Column2 h2 {
	color: #900;
}
.Main .Page .Column2A p,
.Main .Page #Wide.Column2 p {
	font-size: 12px;
	line-height:14px;
}

.Main .Page .Column2A strong,
.Main .Page .Column2A b,
.Main .Page #Wide.Column2 strong,
.Main .Page #Wide.Column2 b {
	color: #009abc;
	font-weight: bold;
}
.Main .Page .Column2A ul,
.Main .Page #Wide.Column2 ul {
	font-size: 11px;
	margin: auto;
	/* invalid specification: padding: auto; */
}
.Main .Page .Column2A li,
.Main .Page #Wide.Column2 li {
	padding: 4px 0;
}

.Main .Page .Column2B p {
	font-size: 12px;
	line-height: 13px;
}
.Main .Page .Column2B img {
	padding: 0 0 10px 0;
}

/* ---------------------------------- */
/* WIDE PAGE FRAMEWORK                */
/* ---------------------------------- */

.Main #Wide.Column2 {
	width: 616px;
	padding: 10px 12px;
	margin: 0;
	float: left;
	display: inline;
	color: #000;
}

/* ---------------------------------- */
/* SUPPORT BIOGRAPHIES                */
/* ---------------------------------- */
.Main .Page ul.SupportBios {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.Main .Page ul.SupportBios .Photo {
	float: left;
	display: inline;
	padding: 0 8px 0 0;
	border: 0;
}
.Main .Page ul.SupportBios .Alternate .Photo {
	float: right;
	padding: 0 0 0 8px;
}
.Main .Page ul.SupportBios h3 span {
	color: #666;
	font-style: italic;
	font-weight: normal;
}
.Main .Page ul.SupportBios .Interests {
	padding-top: 8px;
}
.Main .Page ul.SupportBios hr {
	clear: both;
	margin: 0;
	padding: 0;
}

/* ---------------------------------- */
/* JOB POSTING/CAREERS PAGE           */
/* ---------------------------------- */
.Main .Page .Column2A ul.JobPosting p {
	padding-left: 20px;
}
.Main .Page .Column2A ul.JobPosting a,
.Main .Page .Column2A ul.JobPosting a:link,
.Main .Page .Column2A ul.JobPosting a:visited,
.Main .Page .Column2A ul.JobPosting a:hover,
.Main .Page .Column2A ul.JobPosting a:active {
	text-decoration: underline;
}


/* ---------------------------------- */
/* FAQ LISTINGS PAGE                  */
/* ---------------------------------- */

.Main .Page #Wide li.FaqSection h2 {
	background-color: #C8CBCD; /* to match menubar: #999B9D  */
	padding: 0;
}

.Main .Page #Wide ul.FaqItems a p {
	color: #002596;
	margin-bottom: 0;
}

.Main .Page .Column2B li.FaqSection h2 a {
	color: #002497;
}

.Main .FAQ .Column2A h2.Subhead	{
	padding: 3px 0;
	background-color: #B1BCE0;
	color: #002497;
	margin-bottom: 12px;
}

.Main .FAQ .Column2B li.FaqSection h2 {
	padding: 4px 0;
	margin-bottom: 6px;
	background-color: #C8CBCD;
}

.Main .Page .Column2B li.FaqSection .current {
	color: #002497;
	background-color: #B1BCE0;
}

.Main .Page #Wide li.FaqSection a {
	padding: 6px;
	display: block;
	color: #002497;
	cursor: pointer; /* invalid specification: cursor: hand; */
}
.Main .Page #Wide .FaqSection .FaqItems a {
	padding: 0 0 0 18px;
}
.Main .Page #Wide .FaqAnswer {
	padding-top: 8px;
}

.Main .FAQ .Column2 .Column2A .FaqAnswer {
	margin-left: 18px;
}

.Main .FAQ .Column2 .Column2A .FaqAnswer h3 {
	color: #D01F3B;
}

.Main .FAQ .Column2 .Column2A .FaqAnswer #AnswerChar {
	float: left;
}

.Main .FAQ .Column2 .Column2A .FaqAnswer p {
	margin-left: 18px;
}

/* ---------------------------------- */
/* INDUSTRY / Glossary PAGE           */
/* ---------------------------------- */

.Main .Page #Wide #glossary h2 {
	color: #002596;
	padding-bottom: 0;
}

.Main .Page #Wide #glossary p strong {
	color: inherit;
}

/* ---------------------------------- */
/* INDUSTRY / RELATED LINKS PAGE      */
/* ---------------------------------- */
.Main .Page .Column2A .industry a img {
	float: right;
	/* WARNING: this may break some other pages, check for conflicts */
}

/* ---------------------------------- */
/* INDUSTRY / EVENTS PAGE             */
/* ---------------------------------- */
.Main .Page .Column2A .EventList {
	clear: both;
}
.Main .Page .Column2A .EventList .Alt {
	background-color: #F1F1F1;
}
.Main .Page .Column2A .EventList h1 {
	padding-top: 24px;
}
.Main .Page .Column2A .EventLink {
	clear: both;
	float: left;
	display: inline;
	width: 100%;
	padding: 12px 5px 12px 3px
}
.Main .Page .Column2A .EventLink .Date {
	float: left;
	display: inline;
	width: 220px; /* original value: 170px */
	margin: 0;
}
.Main .Page .Column2A .EventLink .Title {
	margin: 0 0 0 220px;
}
.Main .Page .Column2B .EventList .Date {
	font-style: italic;
	padding-bottom: 6px;
}


/* ---------------------------------- */
/* NEWSLETTER LISTING PAGE            */
/* ---------------------------------- */
.Main .Page .Column2A ul.newsletterYearList a {
	background-color: #bbdd13;
	padding: 6px;
	display: block;
	color: #5B0069;
	cursor: pointer; /* invalid specification: cursor: hand; */
	font-size: 12px;
}
.Main .Page .Column2A ul.newsletterYearList ul li {
	background-color: #fff;
	padding: 8px 0 0 18px;
}
.Main .Page .Column2A ul.newsletterYearList ul li a {
	background-color: #fff;
	display: inline;
	color: #000;
}


/* ---------------------------------- */
/* SEALS SIDEBAR DETAIL               */
/* ---------------------------------- */
.Main .Page .Column2B .SealsSidebar li {
	float: left;
	display: inline;
	width: 75px;
}

.Main .Page .Column2B .SealsSidebar li.row {
	clear: both;
}

/* ---------------------------------- */
/* CAREER PAGES                       */
/* ---------------------------------- */
.Main .Career #Wide.Column2 ul {
	list-style-type: square;
}
.Main .Career #Wide.Column2 li {
	margin-left: 20px;
}

/* ---------------------------------- */
/* PARTNER PAGES                      */
/* ---------------------------------- */

.Main .Page .PartnerList td {
	padding-top: 6px;
	border-bottom: 1px solid grey;
}

.Main .Page .PartnerList img {
	/* float: left; */
	display: inline;
	padding-right: 12px;
	margin-bottom: 6px;
}
.Main .Page .PartnerList hr {
	clear: both;
}

.Main .Column2B ul.navSidebar ul li {
	padding-left: 12px;
	padding-bottom: 4px;
}
.Main .Column2B ul.navSubSidebar {
	padding-bottom: 12px;
}
.Main .Column2B ul.navSubSidebar ul {
	padding-bottom: 6px;
	font-size: 10px;
	line-height: 12px;
}
.Main .Column2B ul.navSidebar a:hover,
.Main .Column2B ul.navSidebar a:active {
	text-decoration: underline;
}

/* ---------------------------------- */
/* NEWS and RECENT NEWS LIST          */
/* ---------------------------------- */
.Main .Page .NewsList {
	clear: both;
}
.Main .Page .NewsList h1 {
	font-size: 16px;
	line-height: 16px;
	padding-left: 3px;
}
.Main .Page .NewsList h1 span {
	font-size: 11px;
	color: #767778;
	line-height: 16px;
}
.Main .Page .NewsList li {
	clear: both;
	float: left;
	display: inline;
	width: 98%;
	padding: 3px 5px 5px 3px;
}
.Main .Page .NewsList li.Alt {
	background-color: #f1f1f1;
}
.Main .Page .NewsList li .Title {
	font-size: 12px;
	line-height: 14px;
	color: #002596;
	font-weight: bold;
}
.Main .Page .NewsList li .Info {
	font-size: 11px;
	line-height: 14px;
	color: #767778;
}
.Main .Page .NewsList li a.More {
	float: right;
	display: inline;
	font-size: 10px;
	line-height: 10px;
	text-decoration: underline;
}
.Main .Page .NewsList .ReadAll {
	font-size: 10px;
	line-height: 14px;
	text-decoration: underline;
}

.Main .Page .NewsYears {
	float: left;
	display: inline;
	padding-bottom: 12px;
}
.Main .Page .NewsYears li {
	float: left;
	display: inline;
	padding-right: 8px;
}
.Main .Page .NewsYears li.current {
	color: #e7844a;
	color: #693;
}
.Main .Page .NewsYears li span {
	color: #666;
	padding: 0 4px;
}


.Main .Page ul.NewsYearList {
	font-size: inherit;
	clear: both;
}
.Main .Page .NewsYearList .Title {
	font-size: 12px;
	font-weight: bold;
}
.Main .Page .NewsYearList .Info {
	font-size: 10px;
	color: #000;
}
.Main .Page .NewsYears a,
.Main .Page .NewsYearList a {
	text-decoration: underline;
}
.Main .News .Info {
	font-size: 11px;
	padding-bottom: 12px;
}


/* ---------------------------------- */
/* PRODUCTS PAGES                     */
/* ---------------------------------- */

.ProductSection .Column2 h1.Heading,
.ProductSection .Column2 h1.Heading a,
.ProductSection .Column2 h1.Heading a:hover {
	font-size: 19px;
	font-weight: normal;
	line-height: 16px;
	color: #693;	/* originally: color: #009abc; */
	text-decoration: none;
}
.ProductSection .Column2A h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #6d207c;
	padding-bottom: 5px;
}
.ProductSection .Column2A .Content h2 {
	padding-top: 3em;
}
.ProductSection .Column2A h3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 1em;
}

.ProductSection .Column2 h2.Heading,
.ProductSection .Column2 h2.Heading a,
.ProductSection .Column2 h2.Heading a:hover {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #002596;	/* originally: color: #6d207c; */
	text-decoration: none;
	padding-bottom: 5px;
	/* invalid specification: padding-top: auto; */
}
.ProductSection .Column2 .Description {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	color: #000;
	padding-bottom: 14px;
}
.ProductSection .Column2 h3.Heading,
.ProductSection .Column2 h3.Heading a,
.ProductSection .Column2 h3.Heading a:hover {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	padding-bottom: 5px;
}

.ProductSection .Column2 ul.ProductSections,
.ProductSection .Column2 ul.ProductSections a,
.ProductSection .Column2 ul.ProductSections a:hover,
.ProductSection .Column2 ul.ProductSubSections,
.ProductSection .Column2 ul.ProductSubSections a,
.ProductSection .Column2 ul.ProductSubSections a:hover {
	font-size: 11px;
	line-height: 11px;
	padding: 0 0 2px 0;
	color: #002596;
	text-decoration: underline;
}

.ProductSection .Column2 ul.ProductSections,
.ProductSection .Column2 ul.ProductSubSections {
	list-style: none;
	margin: 0;
	padding: 0 0 8px;
}	
.ProductSection .Column2 ul.ProductSubSections li {
	padding-left: 30px;
}

/* PRODUCT TABLES */
.Main .ProductTable .Column2 {
	width: 616px;
	padding: 10px 12px;
	float: left;
	display: inline;
	color: #000;
	position: relative;
}
.Main .ProductTable .Column2 .ProductIcon {
	position: absolute;
	right: 10px;
	top: 10px;
}
.Main .ProductTable h3 {
	padding-left: 30px;
}
.Main .ProductTable .Description {
	padding-top: 10px;
	margin-left: 30px;
	position: relative;
}
.Main .ProductTable .Description .Seal {
	position: absolute;
	display: inline;
	left: 0;
	top: 5px;
	margin-left: -30px;
}
.Main .ProductTable .TableTitle {
	padding-left: 30px;
}

.Main .ProductTable .TableTitle,
.Main .ProductTable .TableTitle a,
.Main .ProductTable .TableTitle a:hover {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	padding-bottom: 5px;
}

.Main .ProductTable table {
	width: 586px;
	border-collapse: collapse;
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
}
.Main .ProductTable table sup {
	djr-line-height: 0; /* KLUDGE to keep superscripts from changing the line spacing */
	vertical-align: 0;
	position: relative;
	bottom: 0.8ex;
}
.Main .ProductTable table th.Center,
.Main .ProductTable table td.Center,
.Main .ProductTable table th.numeric,
.Main .ProductTable table td.numeric {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.Main .ProductTable table tr.alt {
	background-color: #EEE;
}
.Main .ProductTable table td img {
	border: 1px solid #ddd;
	padding: 4px;
	background-color: #fff;
}
.Main .ProductTable thead tr th {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid #9a9b9d;
}
.Main .ProductTable tbody tr td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #9a9b9d; /* originally: #b40771; */
}
.Main .ProductTable tbody tr.NoteFollowing td,
.Main .ProductTable tbody tr.ContainsNote td {
	border: 0;
}
.Main .ProductTable tfoot tr td {
	font-size: 11px;
	border: 0;
}
.Main .ProductTable tfoot tr td p {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 3px;
}

.Main .ProductTable td {
	padding: 2px 5px 2px 0;
}
.Main .ProductTable tbody tr.NoteFollowing td,
.Main .ProductTable tbody tr.ContainsNote td {
	padding-bottom: 0;
}
.Main .ProductTable tbody tr.Note td {
	padding-top: 0;
	color: #777;
}
.Main .ProductTable td.PN {
	/* original value: color: #b40771; */
	white-space: nowrap;
	font-weight: bold;
}
.Main .ProductTable td.TableImageInCell {
	vertical-align: middle;
}

.Main .ProductTable .Certifications {
	padding: 15px 0 0 30px;
}
.Main .ProductTable .Certifications img {
	padding-right: 2px;
}
.Main .ProductTable .TableImage {
	padding: 15px 0 0 30px;
}
.Main .ProductTable .TableImageInline {
	text-align: center;
}
.Main .ProductTable .Discussion {
	padding: 15px 0 0 30px;
}
.Main .ProductTable .Discussion p {
	font-size: 11px;
	line-height: 14px;
}

/* RELATED ITEMS */
.Main .ProductTable .RelatedItems {
	padding-left: 30px;
	padding-top: 12px;
}
.Main .ProductTable .RelatedItems h3 {
	padding-left: 0;
	padding-top: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	padding-bottom: 5px;
}
.Main .ProductTable .RelatedItems ul {
	font-size: 10px;
	line-height: 12px;
}
.Main .ProductTable .RelatedItems li {
	padding: 2px 0;
}


/* ---------------------------------- */
/* SITEMAP PAGE                       */
/* ---------------------------------- */

.Sitemap ul.Level2,
.Sitemap ul.Level3 {
	padding-left: 20px;
}
.Sitemap .Level1 li {
	font-weight: bold;
}
.Sitemap .Level2 li,
.Sitemap .Level3 li {
	font-weight: normal;
}

/* ---------------------------------- */
/* CONTACT FORM                       */
/* ---------------------------------- */

.Doc2Form fieldset {
	clear: both;
	border: 0;
	margin: 0;
	padding: 0 0 10px 0;
}
.Doc2Form ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.Doc2Form li {
	clear: both;
}
.Doc2Form li label {
	clear: both;
	float: left;
	display: inline;
	width: 130px;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
}
.Doc2Form li input,
.Doc2Form li textarea {
	float: left;
	display: inline;
	width: 400px;
	border: 1px solid #bbb;
	padding: 2px;
}
.Doc2Form li table { /* checkbox lists */
	clear: both;
	float: left;
	display: inline;
	width: 400px;
	margin-left: 120px;
	line-height: 16px;
}
.Doc2Form li table input {
	clear: both;
	float: left;
	display: inline;
	width: auto;
	margin: 0;
}
.Doc2Form li table label {
	display: none;
}
.Doc2Form li table label.override {
	clear: none;
	float: left;
	display: inline;
	width: 370px;
	padding: 0 0 0 5px;
	text-align: left;
}
.Doc2Form input.button {
	margin-left: 100px;
}
.Doc2Form .vsummary {
	clear: both;
	float: left;
	display: inline;
	padding: 10px;
	margin: 0 0 10px 0;
	width: 423px;
	border: 1px dotted #c99;
	background-color: #ffe9e9;
	color: #900 !important;
	font-weight: bold;
}
.Doc2Form .vsummary li {
	padding: 0;
	line-height: 13px;
}



/* ---------------------------------- */
/* FORUM                              */
/* ---------------------------------- */

#YAF {
	width: 615px;
	padding: 8px 12px;
}

#YAF #aspnetForm .header1 {
	height: 37px;
}
#YAF .postsep {
	height: 11px !important;
}

#aspnetForm table.iconlegend,
#aspnetForm #divTimeNow,
#aspnetForm #divTimeLastVisit
{
	display: none;
}
#aspnetForm li {
	list-style: none;
}
#aspnetForm table.content {
	border-color: #bbb;
}
#aspnetForm table tbody tr td.smallfont {
	display: none;
}
#aspnetForm table tbody tr.post td.smallfont,
#aspnetForm table tbody tr.post_alt td.smallfont {
	display: block;
}
#aspnetForm tr.postheader td.postheader b {
	display: none;
}

/* ---------------------------------- */
/* DrakaPak                           */
/* ---------------------------------- */

.DrakaPak ul	{
	color: rgb(51, 51, 51);
	line-height: 13px;
	list-style-position: outside;
	list-style-type: square;
}

.DrakaPak li	{
	margin-left: 20px;
}

/* ---------------------------------- */
/* Technical Documentation page       */
/* ---------------------------------- */
div#cat1, div#cat2, div#cat2-1, div#cat2-2, div#cat2-3, div#cat2-4, div#cat2-5, div#cat2-6, div#cat3, div#cat4, div#cat5, div#cat6 {
	display: none;
	padding-left: 20px;
}


/* ---------------------------------- */
/* Compliances page                   */
/* ---------------------------------- */

#compliance h3	{ 
	color: #000
}

#compliance p	{
	margin-bottom: 12px;
}

/* ---------------------------------- */
/* Company directory page             */
/* ---------------------------------- */

ul.codirectory h2	{
	margin-top: 12px;
	margin-bottom: 12px;
	color: rgb(51, 51, 51);
	font-size: 13px;
}

#Column2B ul.codirectory h2	{
	padding: 0;
	margin: 0;
}

#Column2B ul.codirectory h2 a:hover	{
	color: rgb(102, 153, 51);
}

ul.codirectory h2 a	{
	width: 100% !important;
	color: rgb(51, 51, 51);
}

ul.codirectory h2 a:hover	{
	color: rgb(51, 51, 51);
}

ul.codirectory li	{
	padding: 0;
	overflow: auto;
}

.altRow	{ /*ul#codirectory li.altRow*/
	background-color: rgb(240, 240, 240);
}

ul.codirectory li a	{
	display: block;
	float: left;
	width: 150px;
}

ul.codirectory li span {
	display: block;
	margin-left: 150px;
}
/* ---------------------------------- */
/* Terms & Conditions page            */
/* ---------------------------------- */

#termsconditions h1	{
	margin: 12px 0 6px 0;
	border-top: 1px solid #000;
}

#termsconditions h2	{
	font-size: 14px;
	padding-bottom: 0;
}

#termsconditions p	{
	padding: 6px 0 6px 12px;
	margin-bottom: 0;
}

/* ---------------------------------- */
/* Product Literature page            */
/* ---------------------------------- */

.Column2A #prodLit .flashInPage	{
	margin: 6px 0 12px 0;
}

.Column2A #prodLit .flashWrapper {
	height: 130px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* ===================================================== */
/* ===================================================== */
/* ===   OVER-RIDES FOR 'OLD' SITE LOOK ADDED BELOW  === */
/* ===================================================== */
/* ===================================================== */

body {background-color: #D7DBE0;}
h1 {color: #002596;}
h2, h3, h4 {color: #002596;}
a:link, a:visited {color: #002596;}
a:hover, a:active {color: #693;}

.NavMain li a:hover, 
.NavMain li a.current {
	background-color: #693;
	border-color: #693;
}

.Main .Page .Column2A {border-color: #CCC;}

.Home .Column2 .RecentNews li .Title {color: #110070;}

.Home .Column3 .FAQ .Question {color: #110070;}

.NavSub li a.current {color: #693;}

.Main .Page .Column2A h1.Heading,
.Main .Page #Wide.Column2 h1.Heading, #YAF h1.Heading {color: #693;}
.Main .Page .Column2A h2, .Main .Page #Wide.Column2 h2 {color: #666;}

.Main .Page .NewsList h1 span {color: #110070;}

.ProductSection .Column2A h2 {
	color: #6d207c;
}

.ProductSection .Column2 ul.ProductSections,
.ProductSection .Column2 ul.ProductSections a,
.ProductSection .Column2 ul.ProductSections a:hover,
.ProductSection .Column2 ul.ProductSubSections,
.ProductSection .Column2 ul.ProductSubSections a,
.ProductSection .Column2 ul.ProductSubSections a:hover {color: #110070;}

.Main .Page .Column2A .FaqSection .FaqItems a {
	color: #110070;
}

.Main .Page .Column2A ul.newsletterYearList a {
	background-color: #798787;
	color: #fff;
}

/* ---------------------------------- */
/* GENERAL STYLES                     */
/* ---------------------------------- */

p.col2, h3.col2 { margin: 8px 0 8px 200px; }

img.centerLeft {
	float:left;
	margin:6px 0 6px 60px;
}

img.sealImg {
	margin-right: -12px;
	margin-top: -10px;
}

body#green { background-color: #A6C661; }

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

p {

}

.ImageLeft {
	float: left !important;
	margin: 0 1em 0.5em 0;
}

.ImageLeftMidParagraph {
	float: left;
	margin: 1em 1em 0.5em 0;
}

.ImageRight {
	float: right;
	margin: 0 0 0.5em 1em;
}

.ImageRightMidParagraph {
	float: right;
	margin: 1em 0 0.5em 1em;
}

.PartnerLogo {
	float: right;
	margin: -24px 0 0.5em 1em;
}

.categoryIcon {
	float: right;
	margin: -55px 0 0.5em 1em;
}

#united-ad p.c1 {
	font-size: 18px;
	font-weight: bold;
}

#united-ad p.c2 {
	margin-top: 12px;
	font-size: 24px;
	font-weight: bold;
	color: #002497;
}

#united-ad p.c3 {
	font-size: 12px;
	margin-top: 18px;
}

#united-ad ul.biggreenbullet {
	font-size: 22px;
	font-weight: bold;
	text-indent: -24px;
	line-height: 26px;
	padding-left: 24px;
	list-style-type: disc;
	list-style-position: inside;
	color: #649930; 
}

#united-ad ul.biggreenbullet li span.c4 {
	font-size: 12px;
	font-weight: bold;
}

#united-ad ul.biggreenbullet li span.c5 {
	color: #002497;
}

#united-ad p.c6 {
	font-size: 15px;
	line-height: 17px;
}

#united-ad ul.biggreenbullet li span.c7 {
	color: #000;
}

/* for the safety announcement on the home page */

.Box div#safety-promo {
	padding: 10px; 
	width: 180px; 
	height: 178px; 
	background-image: url(/media/632231/safetybackground.png);
}	

.Box div#safety-promo h2.header {
    color: rgb(0, 0, 0); 
    text-align: center; 
    font-size: 20px; 
    line-height: 21px; 
    padding-bottom: 6px;
}

.Box p.readtips {
	position: absolute; 
	margin-top: 160px; 
	text-align: center;
}

.Box div#safety-promo div#safety-tips {
	width: 170px;
	margin-left: 5px;
}

.Box div#safety-promo div#safety-tips h3 {
	text-align: center; 
	font-size: 16px; 
	width: 100%
}


.Box div#safety-promo div#safety-tips p {
	text-align: center; 
	color: rgb(0, 0, 0); 
	font-size: 12px; 
	line-height: 14px; 
	width: 100%;
}

/* end: for the safety announcement on the home page */
