/*** global styles ***/
div {
  position: relative;
  margin: 0;
  padding: 0;
}

img {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}

/*iframe { Broke video playback with modal videos
	margin-top: 3em;
	width: 100%;
	max-height: 100%;
	height: 1000px;
	border: none;
}*/
/*
p, span, ul, li, tr, td, h1, h2, h3, h4, sup, legend {
  font: normal 11px helvetica, arial, sans-serif;
  color: #333333;
}
*/

/*p, span, ul, li, tr, td, h1, h2, h3, h4, sup, legend, .audioLinks {
	color: #333333;
	font-size: 11px;
	font-family: sans-serif;
}*/

p, ul, li, td, sup, legend, .audioLinks, #header span {
	font-size: 11px;
	font-family: sans-serif;
}

a {
  color: #006db8;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #666666;
}

.blue {
  color: #006db8;
}
.bold{
  font-weight: bold;
}
.bold_blue {
  font-weight: bold;
  color: #006db8;
}
.bold_link {font-weight:bold;}

sup { bottom: .33em; color: inherit; font-size: 8px; position: relative; vertical-align: baseline; }

hr {
  padding: 0;
  line-height: 0;
  border: none;
  border-top: solid 1px #006db8;
}
li.h2 {
  padding-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #979690;
}
li.h2 h2 {
	text-transform: uppercase;
	padding-bottom: 0px;
}
li.h3 {
  padding-top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #006db8;
}
li.h3 h3 {
  padding-bottom: 0px;
}
li.h2 p, li.h2 li,
li.h3 p, li.h3 li {
  color: #000000;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

/* Add in scrollbars for iPhone and iPad */
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	::-webkit-scrollbar {
		width: 6px;
		height: 6px;
	}
	
	::-webkit-scrollbar-button:start:decrement,
	::-webkit-scrollbar-button:end:increment {
		display: block;
		height: 10px;
	}
	
	::-webkit-scrollbar-button:vertical:increment {
		background-color: #fff;
	}
	
	::-webkit-scrollbar-track-piece {
		background-color: #eee;
		-webkit-border-radius: 3px;
	}
	
	::-webkit-scrollbar-thumb:vertical {
		height: 50px;
		background-color: #ccc;
		-webkit-border-radius: 3px;
	}
	
	::-webkit-scrollbar-thumb:horizontal {
		width: 50px;
		background-color: #ccc;
		-webkit-border-radius: 3px;
	}	
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {	
	::-webkit-scrollbar {
		width: 6px;
		height: 6px;
	}
	
	::-webkit-scrollbar-button:start:decrement,
	::-webkit-scrollbar-button:end:increment {
		display: block;
		height: 10px;
	}
	
	::-webkit-scrollbar-button:vertical:increment {
		background-color: #fff;
	}
	
	::-webkit-scrollbar-track-piece {
		background-color: #eee;
		-webkit-border-radius: 3px;
	}
	
	::-webkit-scrollbar-thumb:vertical {
		height: 50px;
		background-color: #ccc;
		-webkit-border-radius: 3px;
	}
	
	::-webkit-scrollbar-thumb:horizontal {
		width: 50px;
		background-color: #ccc;
		-webkit-border-radius: 3px;
	}
}


.pdfTitle {
  padding-top: 5px;
}
.pdfList {
  padding-left: 15px;
}

.dotted_hr,
.dotted_hr_bottom,
.dotted_hr_pad5,
.dotted_hr_pad10 {
  line-height: 0;
  height: 1px;
  background: url('../images/dotted_hr.gif') repeat-x;
}
.dotted_hr_pad5 {
  margin: 5px 0;
}
.dotted_hr_pad10 {
  margin: 10px 0;
}
.dotted_hr_bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.fact_pic_left {
  float: left;
  margin: 0 10px 0 0;
  vertical-align: top;
}
.fact_pic_right {
  float: right;
  margin: 0 0 0 10px;
  vertical-align: top;
}
p.factoid {
  padding: 0;
  margin: 0;
  color: #636052;

  height: 72px;
}

.clear {
	clear: both;
	line-height: 0;
}

.download_link {
	margin: 0px 20px 20px 0px;
}

.simple-shadow {
  -webkit-box-shadow: 3px 3px 4px 0px rgba(50,50,50,0.5);
  -moz-box-shadow: 3px 3px 4px 0px rgba(50,50,50,0.5);
  box-shadow: 3px 3px 4px 0px rgba(50,50,50,0.5);
}

.legalDoc h2 {
	text-transform: uppercase;
	/*padding: 1em 0 0;*/
}

.upRom {
	list-style: upper-roman;
}

.lowRom {
	list-style: lower-roman;
}

.lowAlpha {
	list-style: lower-alpha;
}

/* More accurate to the original document. Consider for later.
.lowRom, lowRom li {
	padding: 0.5em;
}

.lowRom {
	counter-reset: counter;
	margin: 0;
	padding: 0;
	list-style: none;
}

lowRom li {
	text-indent: 2em;
}

.lowRom li:before {
	content: " (" counters(counter, ".", lower-roman) ") ";
	counter-increment: counter;
	display: inline-block;
	width: 2em;
	margin: .9em;
	margin-right: 1.5em;
	text-align: right;
}

.lowRom p {
	display: inline-block;
	vertical-align: top;
	width: 80%;
}
*/

/* header styles */
#logo {
  position: absolute;
  top: 62px;
  left: 24px;
}
#logo p {
  margin: 0;
  padding: 0;
  font: bold 22px sans-serif;
  color: #ffffff;
}

#home {
  position: absolute;
  top: 8px;
  right: 10px;
  text-align: right;
}
#home a {
  margin: 0;
  padding: 0;
  padding-left: 8px;
  line-height: 11px;
  color: #42a9e1;
  background: url('/images/arrow_home.gif') no-repeat 0px 4px;
}

	.svg #home a {
		background-image: url('/images/arrow_home.svg');
	}

#home a:hover {
  color: #c9eafc;
  background: url('/images/arrow_home_on.gif') no-repeat 0px 4px;
}

	.svg #home a:hover {
		background-image: url('/images/arrow_home_on.svg');
	}

#locator {
  position: absolute;
  top: 72px;
  right: 10px;
  text-align: right;
}
#locator a {
  margin: 0;
  padding: 0;
  padding-left: 13px;
  font-weight: bold;
  line-height: 11px;
  color: #c3e8ff;
}
#locator a:hover {
  color: #ffffff;
}

#stock {
  position: absolute;
  bottom: 0;
  right: 0;
}
#stock p {
  text-align: right;
  margin: 0;
  padding: 8px 10px;
  line-height: 11px;
  color: #5ab7ee;
}
.stock_arrow {
  margin-left: 5px;
}



/* left nav */
#left_col .header {
  margin: 0;
  padding: 26px 0 4px 4px;
  font-weight: bold;
  color: #006db8;
  text-transform: uppercase;
}
#left_nav {
  margin-bottom: 20px;
}
#left_nav .level0,
#left_nav .level0_on {
  display: block;
  margin: 0;
  padding: 4px 5px 4px 15px;
  color: #636052;
  background: url('../images/arrow_lnav.gif') no-repeat 5px 8px;
}
#left_nav .level0:hover {
  color: #2280c1;
  background: url('../images/arrow_lnav_on.gif') no-repeat 5px 8px;
}
#left_nav .level0_on,
#left_nav .level0_on:hover {
  color: #2280c1;
  background: #e3e3ff url('../images/arrow_lnav_on.gif') no-repeat 5px 8px;
}

#left_nav .level1,
#left_nav .level1_on {
  display: block;
  margin: 0;
  padding: 4px 5px 4px 24px;
  color: #636052;
  background: url('../images/dash_lnav.gif') no-repeat 15px 10px;
}
#left_nav .level1_on,
#left_nav .level1_on:hover,
#left_nav .level1:hover {
  color: #2280c1;
  background: url('../images/dash_lnav_on.gif') no-repeat 15px 10px;
}

#left_nav .level2,
#left_nav .level2_on {
  display: block;
  margin: 0;
  padding: 4px 5px 4px 36px;
  color: #636052;
  background: #f3f3ff url('../images/dash_lnav.gif') no-repeat 25px 10px;
}
#left_nav .level2_on,
#left_nav .level2_on:hover,
#left_nav .level2:hover {
  color: #2280c1;
  background: url('../images/dash_lnav_on.gif') no-repeat 15px 10px;
}

#left_nav .level3,
#left_nav .level3_on {
  display: block;
  margin: 0;
  padding: 4px 5px 4px 40px;
  color: #636052;
  background: #f3f3ff;
}
#left_nav .level3_on,
#left_nav .level3_on:hover,
#left_nav .level3:hover {
  color: #2280c1;
  background: #f3f3ff;
}

/* left nav new */
#sub_nav {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em;
}

#sub_nav li {
	margin: 0;
	padding: 0 0 0 .5em;
}

#sub_nav li a:link, #sub_nav li a {
	color: #636052;
	margin: 0;
	padding: .4em 0 .4em .9em;
	display: block;
	background-image: url('/images/arrow_lnav.gif');
	background-repeat: no-repeat;
	background-position: 0 .8em;
	line-height: 13px;
}

	.svg #sub_nav li a:link, .svg #sub_nav li a {
		background-image: url('/images/arrow_lnav.svg');
	}

#sub_nav li a:hover, #sub_nav li a:active {
	color: #2280c1;
	background: transparent url('/images/arrow_lnav_on.gif') no-repeat 0 .8em;
}

	.svg #sub_nav li a:hover, .svg #sub_nav li a:active {
		background-image: url('/images/arrow_lnav_on.svg');
	}

#sub_nav li.current {
	color: #2280c1;
	background-color: #ebf4f9;
}

#sub_nav li.current a:link, #sub_nav li.current a:visited {
	color: #2280c1;
	background: url('/images/arrow_lnav_on.gif') no-repeat 0 .8em;
}

	.svg #sub_nav li.current a:link, .svg #sub_nav li.current a:visited {
		background-image: url('/images/arrow_lnav_on.svg');
	}

#sub_nav li ul {
	background-color: #fff;
	list-style-type: none;
	margin: 0 0 0 -.5em;
	padding: 0 0 0 1em;
}

#sub_nav li li.current {
	background-color: transparent;
}

#sub_nav li li a:link,  
#sub_nav li li a:visited,
#sub_nav li.current li a:link,
#sub_nav li.current li a:visited
{
	color: #636052;
	background: transparent url('../images/dash_lnav.gif') no-repeat 0 1em;
}

#sub_nav li.current li a:hover, 
#sub_nav li.current li a:active {
	color: #2280c1;
	background: transparent url('../images/dash_lnav_on.gif') no-repeat 0 1em;
}

#sub_nav li.current li.current a:link, #sub_nav li.current li.current a {
	color: #2280c1;
	background: transparent url('../images/dash_lnav_on.gif') no-repeat 0 1em;
}

/* content */
h1 {
  font-size: 18px;
  line-height: 21px;
  color: #006db8;
}
h2 {
  font-size: 14px;
  line-height: 18px;
  color: #979690;
}
h3 {
  font-size: 12px;
  line-height: 16px;
  color: #006db8;
}
h4 {
  font-size: 11px;
  line-height: 15px;
  color: #006db8;
}

p {
	line-height: 15px;
}

.copy_block p {
	/*font-size: 12px;*/
}

#header_block h1,
#header_block h2,
#header_block h3,
#header_block p {
  margin: 0;
  padding: 0 0 8px 0;
}
#header_block h1 {
  padding-bottom: 15px;
}
#header_block p, .amscopy_block p {
	color: #979690;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.flash_links {
  float: left;
  height: 150px;
  padding: 5px 20px 10px 0;
}
.flash_links .link_wrap {
  float: left;
  width: 163px;
  margin: 0;
  padding: 10px 7px 0 0;
}
.flash_links .block_link {
  margin: 0;
  padding: 0;
}
.flash_links .link_wrap p {
  margin: 0;
  padding: 3px 0;
  line-height: 11px;
  font-weight: bold;
  color: #006db8;
}

/*#history-vid {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 15px 10px;
  text-align: center;
  background: url('../images/header_block_bg.gif') repeat-y;
  border: solid 1px #006db8;
  display: none;
  z-index: 100;
}*/

.flash_popup {
  position: absolute;
  top: 0;
  padding: 20px 40px;
  text-align: center;
  background: url('../images/header_block_bg.gif') repeat-y;
  border: solid 1px #006db8;
  display: none;
}
.flash_popup object {
  position: relative;
}

.close_flash {
  position: absolute;
  top: 3px;
  right: 20px;
}

.video-js {
	margin: 0 auto;
}

.odd {
  background: #f3f2ee;
}

.light {background-color:rgb(255,255,255);}
.dark {background-color:rgb(240,240,240);}

.webcast_block h3 {
  margin: 4px 0 0;
  padding; 5px;
}

.audioLinks {
	position: absolute;
	top: 8px;
	right: 5px;
}

.audioLinks a img {
	vertical-align: bottom;
	margin-right: 3px;
}

h4.date {
	margin: .3em 0;
}


#divisions_block {
  padding: 0;
  margin: 10px 0;
}

#divisions_block table {
  padding: 0;
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  border: none;
}

#divisions_block table .header_dots_top td {
  padding: 10px 0 0 0;
}
#divisions_block table .header_dots_bottom td {
  padding: 0 0 5px 0;
}

#divisions_block table td {
  padding: 10px;
  vertical-align: top;
}
#divisions_block table td.contact {
  white-space: nowrap;
}

#divisions_block table .title_row td {
  font-weight: bold;
  color: #ffffff;
  background: #0b73ac;
}

#divisions_block table .header_row td,
#divisions_block table td.division {
  font-weight: bold;
  color: #006db8;
}
#divisions_block table td.division a {
  font-weight: bold;
}
#divisions_block table td.product {
  width: 50%;
}
#divisions_block table td.product img {
  margin: 2px 10px 5px 0;
}
#divisions_block table td.product span.header {
  display: block;
  padding: 0;
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #006db8;
}

#prod-hover {
	position: absolute;
	margin-top: -30px;
	padding: 0 10px 10px;
	background: #fff;
	width: 400px;
	border: solid 1px #006db8;
	z-index: 100;
}

	#prod-hover .close-box {
		position: absolute;
		top: 15px;
		right: 10px;
		color: #006db8;
		text-transform: lowercase;
	}
	
	#prod-hover h2 {
		padding-right: 40px;
	}
	
	#prod-hover img {
		padding: 0px 10px 10px 0px;
		width: 120px;
	}
	
	#prod-hover p:first-child {
		margin-top: 0;
	}

  #prod-hover .prod_desc {
    overflow: hidden;
  }


/*** top nav styles ***/
#topnav {
  position: absolute;
  bottom: 28px;
  left: 200px;
  height: 37px;
}

#topnav .main_section {
  float: left;
  height: 37px;
}

#topnav .main_button {
  position: relative;
  display: block;
  padding: 13px 18px;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  color: #c3e8ff;
}
#topnav .main_button img.left {
  position: absolute;
  top: 0;
  left: 0;
  _left: -18px;
}
#topnav .main_button img.right {
  position: absolute;
  top: 0;
  right: 0;
}
#topnav .top_on,
#topnav .top_hover,
#topnav .current{
  color: #ffffff;
  background: url('/images/topnav/main_button_bg.gif') repeat-x;
}

#topnav .menu {
  position: absolute;
  top: 37px;
  left: 0;
  background: #42a9e1;
  display: none;
}

#topnav .link,
#topnav .sub_link,
#topnav .sub_sub_link {
	position: relative;
	display: block;
	padding: 5px 28px 5px 17px;
	white-space: nowrap;
	color: #c9eafc;
	background: url('/images/topnav/link_bg.gif') no-repeat top right;
}

#topnav .link:hover,
#topnav .sub_link:hover,
#topnav .sub_sub_link:hover {
	color: #ffffff;
	background: #6fc1ed;
}

#topnav .sub_section,
#topnav .sub_sub_section {
}

#topnav .sub_button,
#topnav .sub_sub_button {
	background: url('/images/topnav/button_bg.gif') no-repeat top right;
}
#topnav .sub_button:hover,
#topnav .sub_sub_button:hover {
	background: #6fc1ed url('/images/topnav/button_bg_hover.gif') no-repeat top right;
}

#topnav .sub_menu,
#topnav .sub_sub_menu {
  position: absolute;
  top: 0;
  border-left: solid 1px #6fc1ed;
  left: 100%;
  background: #42a9e1;
  display: none;
}


/* New new main nav */
#topnav {
	position: absolute;
	bottom: 28px;
	left: 200px;
	height: 37px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 10000;
}

#topnav li {
	margin: 0;
	padding: 0;
	position: relative;
}

#topnav .link,
#topnav .sub_link,
#topnav .sub_sub_link {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 28px 5px 17px;
	white-space: nowrap;
	color: #c9eafc;
	background: url('/images/topnav/link_bg.gif') no-repeat top right;
}

#topnav .main_button {
	position: relative;
	display: block;
	padding: 13px 18px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #c3e8ff;
	text-transform: uppercase;
	
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-radius: 2px 2px 0px 0px;
}

#topnav .top_on,
#topnav .top_hover,
#topnav .current{
	color: #ffffff;
	background: url('/images/topnav/main_button_bg.gif') repeat-x;
}

#topnav .menu {
	position: absolute;
	top: 37px;
	left: 0;
	background: #42a9e1;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topnav .sub_menu,
#topnav .sub_sub_menu {
	position: absolute;
	top: 0;
	border-left: solid 1px #6fc1ed;
	left: 100%;
	background: #42a9e1;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topnav .sub_button,
#topnav .sub_sub_button {
	background: url('/images/topnav/button_bg.gif') no-repeat top right;
}
#topnav .sub_button:hover,
#topnav .sub_sub_button:hover {
	background: #6fc1ed url('/images/topnav/button_bg_hover.gif') no-repeat top right;
}



/* footer */
#footer p, #footer a {
  margin: 0;
  padding: 5px;
  line-height: 11px;
  color: #68665f;
}
#footer a:hover {
  color: #ffffff;
}
#footer .divider {
  vertical-align: middle;
}


/*** layout styles ***/
html, body {
  padding: 0;
  margin: 0;
  /*text-align: center;*/
  background: #ffffff;
  color: #333;
  font-family: sans-serif;
  z-index: 1;
}
* html body.inactive {
  overflow: hidden;
}

#page {
  width: 870px;
  margin: 0 auto;
  text-align: left;
  z-index: 10;
}

#header {
  height: 123px;
  background: #013a5c url('../images/header_bg.gif') repeat-x top;
  z-index: 50;
}

#content {
  margin: 10px 0 10px 0;
  z-index: 20;
}



#left_col {
  float: left;
  width: 159px;
}

#right_col {
  float: right;
  width: 703px;
}

#right_col #header_block {
  padding: 26px 37px;
  margin-bottom: 10px;
  background: url('../images/header_block_bg.gif') 0 0 repeat-y;
}
#right_col .copy_block {
  padding: 26px 37px;
  background: none;
}

#right_col .article_block {
  padding: 26px 37px;
  background: none;
}

#right_col .webcast_block {
  padding: 5px;
}

#right_col #locator_block {
	padding: 30px 16px 30px 16px;
	margin-bottom: 10px;
	background: url('../images/header_block_bg.gif') 0 0 repeat-y;
}


#footer {
  clear: both;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
  background: #e0dfd9;
  z-index: 10;
}


/*** popup styles ***/
#gray_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 100;
  display: none;
}
body.print_popup #gray_bg,
body.needstool_popup #gray_bg,
body.contact_popup #gray_bg {
  display: block;
}

* html #gray_bg {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50% 60%;
}

#printerWrap {
  padding-top: 26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
body.print_popup #printerWrap {
  display: block;
  z-index: 200;
}



#printer {
  position: relative;
  width: 760px;
  padding: 10px;
  margin: 50px auto;
  text-align: left;
  background: #ffffff;
  border: solid 1px #333;
}

	#printer .results_table tr {
		border-bottom: 1px dotted #999;
	}

#needsToolWrap,
#contactWrap {
  padding-top: 26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
body.needstool_popup #needsToolWrap,
body.contact_popup #contactWrap {
  display: block;
  z-index: 200;
}

#needsTool,
#contactForm {
  position: relative;
  width: 500px;
  padding: 0px 20px 20px 20px;
  margin: 50px auto;
  text-align: left;
  background: #ffffff;
  border: solid 1px #333;
}


/*.l {
	font-size: 18px;
}*/

/* Search Box Styles */

#gsearch {
	/*width: 200px;*/
	position: absolute;
	bottom: 2px;
	left: 10px;
}

#gsearch .q {
	/*background-color: #ebf4f9;*/
	background-color: #efefef;
	margin-right: 5px;
	border: 1px solid #ebf4f9;
}

#header_suggestion_form {
	/*padding: 2px 10px;*/
}

/* Classes for suggestion box */
.ss-embed-mode {
  margin-top: 27px !important;
  right: -20px;
  width: 365px;
}

.ss-gac-m {
  background: white;
  border: 1px solid #006db8;
  cursor: default;
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  width: 265px;
  position: absolute;
  z-index: 99;
}

.ss-gac-b {
  background: #006db8;
  color: white;
}

.ss-gac-c {
  overflow: hidden;
  padding-left: 3px;
  text-align: left;
  white-space: nowrap;
}

.ss-gac-d {
  color: green;
  font-size: 10px;
  overflow: hidden;
  padding: 0 3px;
  text-align: right;
  white-space: nowrap;
}

.ss-gac-b td {
  color: white;
}

.ss-gac-e td {
  font-size: 10px;
  line-height: 15px;
  padding: 0 3px 2px;
  text-align: right;
}

.ss-gac-e span {
  color: #006db8;
  cursor:pointer;
  text-decoration: underline;
}

/*** Print Styles ***/
@media print {
	#page {
		width: 100%;
	}
	  
	#left_col, #subMenusContainer, #topnav, #home, #locator, #stock, #gsearch {
		display: none;
	}
	  
	#right_col {
		float: none;
		width: 100%;
	}
	  
	#printer {
		padding: 0;
	}

  a:after, a:link:after { 
    content: " (" attr(href) ") "; 
  }

  #divisions_block a:after, #divisions_block a:link:after {
    content: "";
  }
	  
	/*p {
		font-size: 1.4em;
		line-height: 1.4em;
	}
  
	h3 {
		font-size: 1.6em;
	}
	
	h4 {
		font-size: 1.4em;
	}*/

  p.factoid {
    height: auto;
  }
}

