@charset "UTF-8";
/* CSS Document */

/* CSS Reset v1.0 | 20080212 */

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;
}
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;
}

/* End reset */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/main-bg.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#page {
	width: 955px;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 953px;
	height: 635px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#header {
	margin: 10px 0 0 0;
}

/* Navigation */

#nav-container {
	width: 953px;
	height: 70px;
	margin-top: 25px;
}

#nav-container-app-gallery {   /* For Application Gallery page only */
	width: 953px;
	height: 25px;
	margin-top: 25px;
}

ul#main-nav {
	list-style-type: none;
	padding-left: 80px;
	width: 873px;
	height: 20px;
	padding-bottom: 5px;
}

ul#main-nav li {
	display: inline;	
}

ul#main-nav li a {
	padding-right: 15px;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/menu-separator.gif);
	background-repeat: no-repeat;
	background-position: right 2.75px;
}

ul#sub-nav {
	list-style-type: none;
	padding-left: 80px;
	width: 878px;
	height: 20px;
}

ul#sub-nav li {
	display: inline;
}

ul#sub-nav li a {
	padding-right: 10px;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/submenu-separator.gif);
	background-repeat: no-repeat;
	background-position: right 4.5px;
}

ul#main-nav li a:hover, #home li.home a, #industries li.industries a, #capabilities li.capabilities a, #about-us li.about-us a, #products li.products a, #intellectual-property li.intellectual-property a, #resources li.resources a, #media li.media a, #faqs li.faqs a, #contact li.contact a, ul#sub-nav li a:hover, ul#sub-nav li.selected a {
	color: #669900;
	text-decoration: underline;
}

/* Navigation */

#clear {
	width: 953px;
	height: 10px;
	float: left;
	padding-bottom: 5px;
}

#left-content {
	float: left;
	padding-left: 75px;
	margin: 0;
	width: 435px;
	height: 405px;
}

#left-content-people {
	float: left;
	padding: 0;
	margin: 0;
	width: 510px;
	height: 405px;
}

#right-content-intro {
	float: right;
	width: 398px;
	height: 405px;
	padding: 0 25px 0 20px;
}


#right-content-intro h1 {
	font-size: 23px;
	line-height: 28px;
	font-weight: normal;
	color: #669933;
}

#right-content {
	float: right;
	width: 393px;
	height: 405px;
	padding: 0 30px 0 20px;
}

#right-content p, #history-left p {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding: 0 0 15px 0;
}

#right-content p.question {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding: 0 0 5px 0;
}

#right-content h1, #history-left h1 {
	color: #669933;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

#history-left {
	width: 393px;
	height: 404px;
	padding: 0 0 0 5px;
}

#history-right {
	width: 393px;
	height: 405px;
	padding: 30px 0 0 0;
}

/* Scrollbar */

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 400px;
	height: 395px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0 10px 0 0;
	margin: 0;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 5px;
	background-color: #CCCCCC;
}

.vscrollerbar {
	width: 5px;
	background-color: #999999;
}

#mycustomscroll-left {
	/* Typical fixed height and fixed width example */
	width: 410px;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0 10px 0 0;
	margin: 0;
}


/*End Scrollbar */


ul.listing {
	margin: 0 0 8px 10px;
	padding-left: 0;
	list-style: none;
}

ul.listing li {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding-left: 25px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 3.25px;
	padding-bottom: 5px;
}

.lead-in {
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #669933;
}

a.right-content {
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #669933;
	text-decoration: underline;
}

a:hover.right-content {
	color: #666666;
}

a.gray {
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #669933;
	text-decoration: underline;
}

a:visited, a:hover.gray {
	color: #666666;
}

p.welcome-copy {
	font-size: 15px;
	line-height: 28px;
	color: #666666;
	padding-top: 20px;
}

.welcome-copy-bold {
	color: #669933;
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;	
}

.page-title {
	color: #669933;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

a.welcome-copy-bold {
	color: #669933;
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: underline;	
}

a:hover.welcome-copy-bold {
	color: #666666;	
}

#download-container {
	width: 435px;
	height: 362px;
	background-color: #EFEFEF;
}

#download-container p{
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding: 15px;
	height: 30px;
	width: 405px;
	background-color: #E0EBD6;
}

.document-pdf {
	float: left;
	margin: 15px;
	width: 74px;
}

a.document-pdf {
	margin: 5px 0 0;
	font-size: 11px;
	line-height: 16px;
	color: #669933;
}

a:hover.document-pdf {
	color: #666666;
}

#patent {
	width: 435px;
	height: 404px;
	background-color: #EFEFEF;
}

p.patent-header {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding: 5px 15px;
	height: 30px;
	width: 405px;
	background-color: #E0EBD6;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
}

ul.patents {
	margin: 0;
	list-style: none;
	padding: 5px 0 5px 15px;
}

p.patents {
	font-size: 11px;
	line-height: 16px;
	color: #666666;;
}

ul.patents li {
	display: block;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

ul.patents li a {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #669933;
	padding: 0 10px 5px 0;
}

ul.patents li a:hover {
	color: #666666;
}

hr {
	width: 435px;
	margin: 5px 0 0;
	color: #669933;
}

#app-gallery-container {
	width: 923px;
	height: 410px;
	background-color: #EFEFEF;
	padding: 10px 0 30px 30px;
}


#app-gallery-container .title {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #669933;
	padding: 0 0 0 0;
}

#mycustomscroll-app-gallery {
	/* Typical fixed height and fixed width example */
	width: 908px;
	height: 325px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0;
	margin: 30px 0 0;
}

p.app-gallery{
	font-size: 11px;
	line-height: 18px;
	color: #669933;
	padding: 0 0 0 0;
}

.app-gallery-thumbs {
	float: left;
	width: 108px;
	height: 138px;
	margin: 10px 20px 10px 0;
}

.clearboth { 
	clear: both; 
}

a.app-gallery-thumbs {
	width: 108px;
	height: 20px;
	font-size: 9px;
	line-height: 11.5px;
	color: #669933;
	text-align: center;
	text-decoration: underline;
	margin: 0;
	padding: 5px 0 0;
}

a:hover.app-gallery-thumbs {
	color: #666666;
}

/* For lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* End Lightbox */

#footer {
	clear: both;
	width: 875px;
	height: 20px;
	padding: 20px 0 0 80px;
	margin: 0 auto;
}

#footer p {
	color: #999999;
	font-size: 8px;
	
}

/* news slider.css declarations */

#tickercontainer { /* the outer div with the black border */
	background-image:url(../images/Ticker-bg.jpg); 
	background-color: #fff;
	background-repeat: no-repeat;
	border: 1px solid #999999;
	width: 396px;
	height: 35px;
	margin-top: 30px; 
	padding: 0;
	overflow: hidden;
}

/*.link {
	cursor:pointer;
	color:#CC0000;
}

.link:hover {color:#000; }

.slider {position:relative; overflow:hidden; height:225px; background: #660000; margin: 0; }

.slidercontent {position:absolute; }*/

/*.slidercontent .upper {
	background-color: #265485;
}*/

.section {padding:0; }

.newsslider {position:relative; overflow:hidden; height:35px; width:283px; background:#fff; margin: 0 0 0 113px; }

.newsslidercontent {position:absolute; }

.newsslidercontent .upper {
	background-color: #3366cc;
}

.newsslidercontent .upper1 {
	background-color: #FFFFFF;
}

.newssection {padding:0 5px; width: 275px; height:35px; font-size: 11px; line-height: 13px; font-weight: normal; }

a.news-ticker {
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover.news-ticker {
	color: #999999;
}

a.news-ticker1 {
	font-size: 11px;
	line-height: 16px;
	color: #3366cc;
	text-decoration: underline;
}

a:hover.news-ticker1 {
	color: #999999;
}



