@charset "UTF-8";

/* -------------------- universal -------------------- */

body,p,div,td,th,tr {
	line-height: 120%;
}
a, a:link, a:visited {
	color: #039;
	font-weight:bold;
}
h1,h2,h3,h4 {
	color: #039;
	line-height: 120%;
}
h5 a {
	text-decoration: none;
}
div.h5 {
	display: table;
	margin: 12px auto;
	background-color: transparent;
	background: url(/imgD/text_highlight_gray_L_2.gif) top left no-repeat;
	padding-left:13px;
	height: 26px;
	width: 210px;
}
div.h5 h5 {
	display: table-cell;
	background: url(/imgD/text_highlight_gray_R_2.gif) top right no-repeat;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	height: 26px;
	padding-right: 13px;
	font-weight:normal;
	width: 200px;
	text-align: center;
}
div.h5 h5 a {
	font-weight:normal;
	text-decoration: none;
	color: #fff;
}
div.h6 {
	display: table;
	background-color: transparent;
	background: url(/imgD/text_highlight_orange_L_2.gif) top left no-repeat;
	padding: 0 0 0 14px;
	height: 31px;
	margin: 0;
}
div.h6 h6 {
	display: table-cell;
	background: url(/imgD/text_highlight_orange_R_2.gif) top right no-repeat;
	color: #000;
	font-size: 12px;
	line-height: 24px;
	height: 31px;
	padding-right: 14px;
	font-weight:normal;
}
.caption {
	font-size:10px;
	color: #666;
}

h5 sub {
	font-size: 80%;
}


/* super / sub script adjustments for line height */
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
/*	vertical-align: bottom; */
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}


/* -------------------- body -------------------- */

body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff url(/imgD/top_bkg.jpg) top center no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container { 
	width: 940px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* -------------------- header -------------------- */

.thrColFixHdr #header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header #header_nav { 
	float: right;
	margin: 15px 70px 15px 20px;
	width: auto;
}
.thrColFixHdr #header #header_slogan { 
	float: right;
	margin: 25px 160px 20px 10px;
}
.thrColFixHdr #header #header_search { 
	float: right;
	margin: 60px 30px 10px 10px;
	background: url(/imgD/search_box.gif) top left no-repeat;
}
.thrColFixHdr #header #header-social { /* NEW */
	float: right;
	margin: 30px 30px 10px 10px;
}
.social-link {
	padding: 0 2px;
}
#header-search { 
	display: block;
	margin: 15px 0 0 0;
	height: 18px;
	background: url(/imgD/search_box.gif) top left no-repeat;
}
.searchbox {
	background:none;
	border: 0px;
	padding: 3px 12px;
	font-size: 10px;
	font-weight: bold;
	margin:0;
	width: 82px;
	height: 12px;
	float: left;
}
.searchbutton {
	float: left;
}
.thrColFixHdr #header #header_logo { 
	float: left;
	margin: 15px 15px 20px 80px;
	text-align: right;
	width: 430px;
}

/* -------------------- sidebars -------------------- */

.thrColFixHdr #sidebar_L {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar_R {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar_home_L {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0 0 60px; /* padding keeps the content of the div away from the edges */
	margin-left: 20px;
}
.thrColFixHdr #sidebar_home_R {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 50px 0 0; /* padding keeps the content of the div away from the edges */
	margin-right: 20px;
}

/* -------------------- main content variations -------------------- */

.thrColFixHdr #mainContent { 
	position: relative;
	margin: 0 50px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #mainContent_L { 
	margin: 0 200px 0 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #mainContent_R { 
	margin: 0 10px 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #imageGroup { 
	float: left;
	margin: 0;
	padding: 10px;
}

/* -------------------- product template -------------------- */

#productTabs div table {
	margin: 5px;
	padding: 1px;
	border: none;
}
#productTabs div table tr td, #productTabs div table tr th {
/*	border: none; */
/*	padding: 2px; */
	margin: 0;
	text-align: left;
}
#productTabs div table.grid {
	border: 1px solid #ccc;
}
#productTabs div table.grid tr td, #productTabs div table.grid tr th {
	border-bottom: 1px solid #ccc;
}
#productTabs div table div, #productTabs div table p {
	padding: 0;
	margin: 0;
/*	display: inline; */
}
#productTabs div li {
	margin-bottom: 5px;
}


/* -------------------- list boxes -------------------- */

.item-label {
	display: inline-block;
	float: right;
	padding: 0 5px;
	font-size: 10px;
}

.sample_research_box {
	padding: 5px;
	margin: 5px 8px 15px 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	background: #fff url(/imgD/box_bkg.jpg) bottom left repeat-x;
}
.manual_box {
	padding: 5px;
	margin: 5px 8px 15px 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	background: #fff url(/imgD/box_bkg.jpg) bottom left repeat-x;
}
.howto_box {
	padding: 5px;
	margin: 5px 8px 15px 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	background: #fff url(/imgD/box_bkg.jpg) bottom left repeat-x;
}
.news_box {
	padding: 5px;
	margin: 5px 8px 15px 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	background: #fff url(/imgD/box_bkg.jpg) bottom left repeat-x;
}
.event_box {
	padding: 5px;
	margin: 5px 8px 15px 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	background: #fff url(/imgD/box_bkg.jpg) bottom left repeat-x;
}
.newsletter_box {
	padding: 5px;
	margin: 5px 8px 15px 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	background: #fff url(/imgD/box_bkg.jpg) bottom left repeat-x;
}
.faq_box {
	padding: 5px;
	margin: 5px 8px 15px 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	background: #fff url(/imgD/box_bkg.jpg) bottom left repeat-x;
}
.faq_box .faq_Q {
	display: block;
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 18px;
	margin: 5px 15px 5px 0;
	padding: 2px;
	color: #039;
}
.faq_box .faq_A {
	display: block;
	font-weight: lighter;
	margin: 0 10px;
	padding: 2px;
}
.download_box {
	padding: 5px;
	margin: 5px 8px 15px 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	background: #fff url(/imgD/box_bkg.jpg) bottom left repeat-x;
}

.product_box {
	padding: 5px;
	margin: 5px 8px 15px 0;
	border-bottom:1px solid #ddd;
	min-height:160px;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
}

/* -------------------- footer -------------------- */

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: right;
	font-size:10px;
	color: #999;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer a, .thrColFixHdr #footer a:link, .thrColFixHdr #footer a:visited { 
	color: #888;
}

/* -------------------- miscellaneous -------------------- */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.home_intro {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 140%;
	padding: 5px 15px 5px 30px;
	color: #666;
}

/* -------------------- news scroller -------------------- */

a.newsnav, a.newsnav:link, a.newsnav:visited {
	color:#000;
	font-size:10px;
	display: block;	
	padding: 0 5px;
	text-decoration: none;
}
a.newsnav:hover {
	color:#fe820e;
}
#sidebar_news_scrollbar {
	float: left;
	width: 13px;
	margin: 0 0 0 15px;
	height: 200px;
	background: #c8c8c8;
}
#sidebar_news_content {
	height: 220px;
	margin-left: 10px;
	margin-top: 15px;
}
a.btn_bottom {
	float: left;
	margin-top:168px;
}


/* -------------------- feature scroller -------------------- */

#feature-slideshow {
}
.feature-slideshow-slide {
	height: 295px;
}
#feature-slideshow-nav-all {
	margin: 0 5px 5px 150px;
	text-align: right;
	overflow: hidden;
	float: right;
	height: 12px;
}
#feature-slideshow-prev, #feature-slideshow-next {
	float: right;
	position: relative;
	display: inline;
	margin: 0 5px; 
	padding: 0;
	width: 8px;
	height: 8px;
	font-size: 0px;
	line-height: 8px;
	text-indent: -9999px;
	text-decoration: none;
	color: #aaa;
	cursor: pointer;
}
#feature-slideshow-prev {
	background: url('/imgD/slideshow-nav-left.gif') top left no-repeat;
}
#feature-slideshow-next {
	background: url('/imgD/slideshow-nav-right.gif') top left no-repeat;
}
#feature-slideshow-nav {
	float: right;
	position: relative;
	display: inline;
}
#feature-slideshow-nav a { 
	display: inline-block;
	position: relative;
	margin: 0 5px; 
	width: 8px;
	height: 8px;
	font-size: 0px;
	line-height: 8px;
	text-indent: -9999px;
	color: #aaa;
	background: #AAA; 
	text-decoration: none; 
}
#feature-slideshow-nav a.activeSlide { background: #9AC8EA;
	color: #9AC8EA; }
#feature-slideshow-nav a:focus { outline: none; }

.feature-slideshow-slide {
	display: none;
	font-size: 11px;
}
.feature-slideshow-slide a {
	text-decoration: none;
}

/* -------------------- reason scroller -------------------- */

.home-reasons-readmore {
	float: right;
	text-align: right;
	color: #fe820e;
	font-size: 10px;
	padding: 0 10px;
	margin: 0;
	display: inline-block;
}
.home-reasons-readmore a {
	color: #fe820e;
}

.reasons-single {
	padding: 0 10px 5px 10px;
	display: inline-block;
}
.reasons-list {
	list-style: none;
	list-style-type: none;
	margin-top: 10px;
}
.reasons-list li {
	list-style: none;
	margin: 0 20px 20px 10px;
	border-bottom: 1px dotted #999;
	padding: 0 0 20px 0;
}
.reasons-list li h3 {
	color: #111;
}

#slideshow {
    position:relative;
    height: 30px;
    list-style: none;
    padding: 6px;
    margin: 10px 0 0 0;
}

#slideshow li {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    list-style: none;
    background: #fff;
    padding: 5px 20px;
    width: 300px;
    height: 40px;
    margin: 0 22px;
    padding: 0;
}

#slideshow li.active {
    z-index:10;
}

#slideshow li.last-active {
    z-index:9;
}

/* -------------------- News Styles -------------------- */

a.thickbox {
	margin: 10px;
}

.tabs-container ul {
	margin: 5px 0 5px 5px;
}
.tabs-container li {
	margin: 3px 0 5px 15px;
}

/* -------------------- Newsletter Styles -------------------- */


#newsletter-content {
	padding-top: 50px;
	margin-left: -20px;
	width: 600px;
}
#newsletter-content .story {
	margin: 10px 0;
	padding: 0;
	background: #D5E7F6 url('/imgD/content-col-bkg_bottom.png') bottom center no-repeat;
}
#newsletter-content .story h2.first-title {
	margin: 0;
	text-align: center;
	padding: 15px 10px;
	color: #2F3E8F;
	background: url('/imgD/content-col-bkg_top.png') top center no-repeat;
	background-color: #F9872E;
}
#newsletter-content .content {
	margin: 12px;
	padding-bottom: 12px;
}

#newsletter-sidebar {
	float: right;
	width: 249px;
	margin-right: -30px;
}
#toc {
	padding-bottom: 80px;
	background: url(/imgD/toc_bkg_bottom_3.gif) bottom center no-repeat;
}
#toc div.toc {
	padding-top: 30px;
	background: url(/imgD/toc_bkg_top_3.jpg) top center no-repeat;
	width: 201px;
	padding-left: 24px;
	padding-right: 24px;
	min-height: 140px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}
#toc strong {
	display:block;
	font-size:14px;
	line-height:16px;
}
#toc div.toc a {
	display: block;
	color: #fff;
	padding: 10px 0;
	margin: 1px 0;
	font-weight: normal;
}

#newsletter-sidebar .side-story-A, #newsletter-sidebar .side-story-B {
	width: 249px;
	margin: 10px 0;
	padding: 0;
	background: url('/imgD/sidebar-col-bkg_bottom.png') bottom center no-repeat;
}
#newsletter-sidebar h3.first-title {
	margin: 0;
	text-align: center;
	padding: 15px 10px;
	color: #fff;
	background: url('/imgD/sidebar-col-bkg_top.png') top center no-repeat;
	background-color: #3D75C7;
}
#newsletter-sidebar .content {
	margin: 12px;
	padding-bottom: 12px;
}
#newsletter-sidebar .side-story-A {
	background-color: #8DBFE9;
}
#newsletter-sidebar .side-story-B {
	background-color: #faab6c;
}


/* -------------------- table styles (for use with TinyMCE) -------------------- */

.table-header-only, table-rows-header, table-rows-only {
	margin-bottom: 15px;
}
.table-cell-basic {
	padding: 2px;
	margin: 0;
	border: 0;
}
.table-cell-even {
	background: #EEE;
}
.table-cell-odd {
	background: #fff;
}
.table-cell-header {
	background: #3875D7;
	padding: 12px 5px;
	font-weight: bold;
	color: #fff;
}


/* -------------------- collapsible panels (jQuery) -------------------- */

.group_head {
	cursor: pointer;
	background: url(/imgD/arrow-square.gif) no-repeat right 2px;
	color: #fe820e;
	height: 24px;
}
.group_head_active {	
	background-position: right -54px;
}
.group_body {
}


/* ----- Snazzy Boxes: http://www.cssplay.co.uk/boxes/snazzy.html ----- */

/* SNZ1 is orange outline with white background */
.SNZ1 {background: transparent; margin: 5px 0 15px 0;}
.SNZ1 .xtop, .SNZ1 .xbottom {display:block; background:transparent; font-size:1px;}
.SNZ1 .xb1, .SNZ1 .xb2, .SNZ1 .xb3, .SNZ1 .xb4 {display:block; overflow:hidden;}
.SNZ1 .xb1, .SNZ1 .xb2, .SNZ1 .xb3 {height:1px;}
.SNZ1 .xb2, .SNZ1 .xb3, .SNZ1 .xb4 {background:#fff; border-left:1px solid #fe820e; border-right:1px solid #fe820e;}
.SNZ1 .xb1 {margin:0 5px; background:#fe820e;}
.SNZ1 .xb2 {margin:0 3px; border-width:0 2px;}
.SNZ1 .xb3 {margin:0 2px;}
.SNZ1 .xb4 {height:2px; margin:0 1px;}
.SNZ1 .xboxcontent {display:block; background:#fff; border:0 solid #fe820e; border-width:0 1px; padding: 4px 9px;}
.SNZ1 h1, .SNZ1 h2, .SNZ1 h3, .SNZ1 h4, .SNZ1 h5 { line-height: 120%; margin: 2px; }

/* SNZ2 is gray outline with white background */
.SNZ2 {background: transparent; margin: 5px 0 15px 0;}
.SNZ2 .xtop, .SNZ2 .xbottom {display:block; background:transparent; font-size:1px;}
.SNZ2 .xb1, .SNZ2 .xb2, .SNZ2 .xb3, .SNZ2 .xb4 {display:block; overflow:hidden;}
.SNZ2 .xb1, .SNZ2 .xb2, .SNZ2 .xb3 {height:1px;}
.SNZ2 .xb2, .SNZ2 .xb3, .SNZ2 .xb4 {background:#fff; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.SNZ2 .xb1 {margin:0 5px; background:#ddd;}
.SNZ2 .xb2 {margin:0 3px; border-width:0 2px;}
.SNZ2 .xb3 {margin:0 2px;}
.SNZ2 .xb4 {height:2px; margin:0 1px;}
.SNZ2 .xboxcontent {display:block; background:#fff; border:0 solid #ddd; border-width:0 1px; padding: 4px 9px;}
.SNZ2 h1, .SNZ2 h2, .SNZ2 h3, .SNZ2 h4, .SNZ2 h5 { line-height: 120%; margin: 2px; }

/* SNZ3 is gray outline with gray background */
.SNZ3 {background: transparent; margin: 5px 0 15px 0; color:#fff;}
.SNZ3 a { color: #fe820e; }
.SNZ3 .xtop, .SNZ3 .xbottom {display:block; background:transparent; font-size:1px;}
.SNZ3 .xb1, .SNZ3 .xb2, .SNZ3 .xb3, .SNZ3 .xb4 {display:block; overflow:hidden;}
.SNZ3 .xb1, .SNZ3 .xb2, .SNZ3 .xb3 {height:1px;}
.SNZ3 .xb2, .SNZ3 .xb3, .SNZ3 .xb4 {background:#696766; border-left:1px solid #696766; border-right:1px solid #696766;}
.SNZ3 .xb1 {margin:0 5px; background:#696766;}
.SNZ3 .xb2 {margin:0 3px; border-width:0 2px;}
.SNZ3 .xb3 {margin:0 2px;}
.SNZ3 .xb4 {height:2px; margin:0 1px;}
.SNZ3 .xboxcontent {display:block; background:#696766; border:0 solid #696766; border-width:0 1px; padding: 4px 9px;}
.SNZ3 h1, .SNZ3 h2, .SNZ3 h3, .SNZ3 h4, .SNZ3 h5 { line-height: 120%; margin: 2px; }