/*
 * Generic reset
 *
 *
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
img {
    vertical-align: middle;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * Alfalight
 *
 *
 */

* {
    font-family: sans-serif;
}

body {
    background-color: #e7e7ff;
    color: black;
}

div#main_body  {
    width: 832px;
    background-color: #fff;
    margin: 0 auto 0 auto;
}

blockquote {
	padding-left: 3em;
	padding-right: 3em;
	line-height: 1.15;
}

div, p {
    font-size: 10pt;
}

p {
	line-height: 1.3;	
}

h2, h3 {
    text-transform: uppercase;
}

a {
    text-decoration: underline;
    color: rgb( 0, 61, 112);
    cursor: pointer;
}

dt {
	font-weight: bold;
	float: left;
}

dd {
	margin-left: 4em;
	margin-bottom: 0.5em;
}

img.float_img {
	margin: 20px;
	display: block;
}

address {
	line-height: normal;
}

hr {
	width:90%;
	color: white;
	height: 1px;
	border: none;
	border-bottom:3px dotted #ccc;
}
	
ul#nav {
	height: 23px;
	background-color: #bbb;
}

ul#nav li {
	height: 23px;
	line-height: 23px;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
}

ul#nav li a {
	padding-right: 2em;
    text-decoration: none;
    text-transform: uppercase;
}

ul#nav li .down_arrow {
	background-image: url(/img/down.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:12px;
}

ul#nav ul {
	display:none;
	background-color: #bbb;
	position:absolute;
	z-index: 999;

	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

ul#nav ul li {
	/* sub-menus */
	float:none;
}

ul#nav ul li:last-child {
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

ul#nav ul li a {
	display:block;
	width: 200px;
}

div#header {
    line-height: 0;
    overflow: hidden;
}

div#footer div#tagline {
    /* image is actually this color, not alfalight blue */
    background-color: rgb( 19, 63, 111);
    margin-bottom: 20px;
}

div#footer {
    clear: both;
    text-align: center;
    color: #666;
    padding-bottom: 20px;
}

div.block_footer {
    display: block; 
    text-align: center; 
    padding: 26px;
}

div.sidebar {
    width:208px;
    float:right;
    background-color: rgb( 19, 63, 111);
    color: white;
    position: relative;
}

div.sidebar div#sidebartitle {
    padding: 48px 15px 15px 15px;
}

div.sidebar div.infolink {
    background-color: #999;
    color: black;

    height:24px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;

    position: absolute;
    top: 242px;/*should be changed if a different picture gets put in above*/
    left: 20px;
}

div.sidebar div.infolink a {
    color: black;
    text-decoration: none;
    display:block;
    height: inherit;
}
/*text alignment in 'More Info'*/
div.sidebar div.infolink img {
    vertical-align: middle;
}

div.figure {
	clear:right;
	float:right;
	padding: 2em;
	width: 450px;
	text-align: center;
}

div.caption {
	font-style: italic;
	line-height: 1.5;
}

span.equation {
	font-style: italic;
}

div#slideshow {
	width: 600px;
	height: 400px;
}

div#slideshow img {
	width: 600px;
	height: 400px;
}

ul.newslinks li {
    margin-top: 2em;
    line-height: 1.3;
    
    text-align: justify;
}

ul.newslinks li div.title {
	color: rgb(0, 61, 112);
	font-weight: bold;
	font-size: 12pt;
}

ul.newslinks li div.date {
	font-size: 9pt;
	color: #999;
}

ul.newslinks li p {
	margin-left: 0;
	font-style:italic;
	font-size: 9pt;
}

img.badge {
    position: absolute; 
    left: -30px; 
    top: 10px;
}

a.viewall_link {
  font-size: 14pt; 
  font-weight: bold;
}

div#nlod_content {
    background-color: black; 
    color: white; 
    height: 378px;
}

img#nlod_flare {
    display: block; 
    float: left;
}

div#nlod_links {
    width: 192px;
    float: left;
    padding-top: 20px;
    text-align: right; 
    text-transform: uppercase;
}

div#nlod_links div {
    padding: 10px;
    margin: 10px 10px 10px 30px;
    
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

div#nlod_links p {
    font-size: 8pt;
    margin: 10px 0px 0px 0px;
    font-weight: bold;
}

div#nlod_links a {
    color: white;
    text-decoration: none;
}

div.doc_format { 
	margin-left: 160px;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.doc_format h2  {
	font-size: 12pt;
	margin: 30px 20px 20px 0;
	padding-left: 25px;
	background-image:url(../img/header_lead.png);
	background-position:left;
	background-repeat:no-repeat;
}

div.doc_format h3  {
	margin: 30px 20px 10px 0;
	color: rgb( 0, 61, 112);
}

div.doc_format h4 {
	margin: 20px 20px 10px 0;
}

div.doc_format p {
	margin: 10px 20px 20px 0;
}

div.doc_format ul, .simplemodal-data ul {
	margin: 10px 20px 20px 20px;
	list-style-position:outside;
	list-style-image: url(../img/bullet.png);
	line-height: 1.5;
}

div.doc_format ul.ellipsis {
	list-style-type: none;
	list-style-image: none;
}

div.doc_format ul.ellipsis li {
	text-indent: -2em;
}

div.doc_format ul.ellipsis li:before {
	/* ellipsis (...) */
	content: "\2026 ";
}

div.doc_format ol {
    list-style-type:decimal;
}

div.doc_format ol li {
	margin: 10px 20px 20px 20px;
    line-height: 1.5;
}

table {
  text-align:center;
  margin: 20px;
}

table#products col { 
	width: 88px;
}

table td {
  border: solid #999 1px;
  vertical-align: middle;
  padding: 0.5em;
}

table th {
  background-color: rgb( 0, 61, 112); 
  color:#fff;
  padding: 0.5em;
}

span.na {
	color: #999;
}

p#component_show {
	display: none;
}

ul#subnav {
	float:left;
	margin: 30px 0 30px 0;
	position: fixed;
	//margin: 30px 0 30px -160px; /*Most browsers view this line as a comment, IE6,7,8 read as CSS */
}

ul#subnav li a {
	text-decoration:none;
	display: block;
	width: 110px;
	background-color: rgb(0, 61, 112);
	color: White;
	text-align:right;
	line-height: 20px;
	padding: 10px;
	margin-top: 2px;
}

ul#subnav li:first-child a {
	font-weight:bold;
}
/* make nlodsubnav the same as other one, but no bold first child */
ul#nlodsubnav {
	float:left;
	margin: 30px 0 30px 0;
	position: fixed;
}
ul#nlodsubnav li a{
	text-decoration:none;
	display: block;
	width: 110px;
	background-color: rgb(0, 61, 112);
	color: White;
	text-align:right;
	line-height: 20px;
	padding: 10px;
	margin-top: 2px;
}

div.intl_distributor {
	width: 320px;
	
	/* poor man's display:inline-block */
	height: 300px;
	overflow: auto;
	float: left;
}

/* 
 * modal properties
 */
.simplemodal-container { }
.simplemodal-wrap { }

.simplemodal-overlay { 
	background-color: #888;
}

.simplemodal-data { 
	background-color: white;
	padding: 2em;
	border: solid rgb(0, 61, 112) 2px;
}

div.modal_button {
	text-align: center;
}
.simplemodal-data h4 {
	background-color: rgb(0, 61, 112);
	color: White;
	padding: 0.5em;
}
