/*--------------------------------*/
/*------------ GLOBAL ------------*/
/*--------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial,sans-serif;
	font-weight: normal;
	text-decoration: none;
}
div {_height: 0.01%}

* html a:hover,
* html a:active{ /* IE6 hack */
	visibility: visible;
}
strong{
	font-weight: bold;
}
body {
	font-size:13px;
	*font-size: 13px; /* IE6/7 hack */
	line-height:1.125em; /* 16x1.125=18px */
}
/* Had to add the border: none for images for the homepage */
img {border: none}
h1, h2, h3 {
	font-weight:normal;	
	letter-spacing: 0.065em; 
	*letter-spacing: 0.02em; 
}
h1 {
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.636em;/* 16x1.636=36px */
}
h2 {
	margin:1em 0; /* 18x1=18px */
	font-size: 1.125em; /* 16x1.125=18px */
}
p {
	margin: .85em 0; /* 1.286em => 14x1.286=18px Comms Request */
	_margin: 0.9em 0; /* IE6 hack */
	font-size: 0.875em; /* 16x0.875=14px */
}
p a {
	color: #2e6db8;
	text-decoration: underline;
}
p a:hover {
	color: #c85806;
	text-decoration: underline;
}
#pageWrapper {
	position: static;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1;
}

/*--------------------------------*/
/*------------ BANNER ------------*/
/*--------------------------------*/

#headerWrapper { 
	min-width: 1013px;
	z-index: 100; 
	position: relative; /* JN added 3/18/2010 */
}
* html div#headerWrapper {  /* IE hack. JN implemented IE6 bug fix 3/18/2010*/
	width: expression( document.body.clientWidth < 1015 ? "1014px" : "auto" );
	/*http://www.cameronmoll.com/archives/000892.html*/
}
#headerBanner {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 95px;
	background: #fff url(banner_background.gif) no-repeat;
}
#headerBanner img {
	width: 137px;
	height: 100%;
}

/*--------------------------------*/
/*---------- NAVIGATION ----------*/
/*--------------------------------*/

#headerNav {
	margin: 0; 
	padding: 0;
	position: absolute;
	top: 95px;
	height: 45px;
	width: 100%;
	outline: none;
	background: #fff url(nav_background.gif) repeat-x 0 0;
	*background-color: none;
	z-index: 200;
}
html>body #headerNav { 
    *background-position: 0 0; 
}
ul#topnav {
	margin: 0; 
	padding: 0;
	float:left;
	left: 0px;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	left: 0;
	margin: 0; 
	padding: 0;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 37px;
}
ul#topnav li:hover a, 
ul#topnav li a:hover { 
	height: 45px;
	background-position: left top;
}
ul#topnav a.menu_home {
	background: url(nav_home.gif) no-repeat 0 -45px;
	width: 137px; 
}
ul#topnav a.menu_catalog {
	background: url(nav_catalog.gif) no-repeat 0 -45px;
	width: 97px; 
}
ul#topnav a.menu_ecollection {
	background: url(nav_ecollection.gif) no-repeat 0 -45px;
	width: 122px; 
}
ul#topnav a.menu_research {
	background: url(nav_research.gif) no-repeat 0 -45px;
	width: 166px; 
}
ul#topnav a.menu_using {
	background: url(nav_using.gif) no-repeat 0 -45px;
	width: 163px; 
}
ul#topnav li .sub {
	position: absolute;	
	top: 32px; 
	background: #fff;
	padding: 5px 0 5px 6px;
	-moz-border-radius-bottomright: 9px;
	-khtml-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-khtml-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border: 5px solid #fbb039;
	border-top: none;
	display: none;
	color: #fff;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	z-index: 2000;
}
ul#topnav li .sub.catalog {
	float: left;
	/*left: -1px;*/
	left: 136px; 
}
ul#topnav li .sub, 
x:-moz-any-link, 
x:only-child { 
	border-width: 5px; 
}
*ul#topnav li .sub { 
	border-width: 5px; 
}
ul#topnav li .sub { /* IE8 hack */
	border-width /*\**/: 5px\9;
}
ul#topnav li .row {
	clear: both; 
	float: left; 
	width: 100%; 
	margin-bottom: 10px; 
	z-index: 2010;
	display: inline;
}
ul#topnav li div.row + div.row {
	border-top: 4px solid #fbb039;
	padding-top: 3px;
}
ul#topnav li .column { 
	float: left; 
	width: 83px; 
	z-index: 2020;
	display: inline;
}
ul#topnav li .sub ul{
	list-style: none;
	padding: 0; 
	margin: 0; 
	width: 100%;
}
ul#topnav .column ul li {
	width: 94%;
	color: #fff;
	padding: 0; 
	margin: 3px 0;
}
ul#topnav .sub ul li h2,
ul#topnav .sub ul li h2 a {
	padding: 4px 5px;  
	margin: 0;
	background: #f26722;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
ul#topnav .sub ul li h2 a {
	padding: 0;
}
ul#topnav .column ul li a {
	display: block;
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: 1em;
	padding: 3px 5px;  	
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	color: #f26722;
	list-style-type: none;
	z-index: 3000;
}
ul#topnav .column ul li a:hover {
	background: #f26722;
	color: #fff;
	height: 1em;
}
* html ul#topnav .column ul li a {
	padding: 1px 5px;
}


/*--------------------------------*/
/*------------ SEARCH ------------*/
/*--------------------------------*/

#searchBox {
	position: absolute;
	top: -1px;
	right: 0;
	left: auto;
	width: 330px;
	height: 140px;
	background: url(search_background.gif) no-repeat;
	z-index: 3000;
}
p#metalinks {
	position: relative;
	top: 25px;
	left: 28px;
	margin-right: 0;
	width: 302px;
	color: #2e6db8;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p#metalinks a {
	color: #80a1c1;
	text-decoration: none;
}
p#metalinks a:hover,
p#metalinks a:active {
	color: #c85806;
	text-decoration: underline;
}
#searchBox form {
	position: relative;
	top: 15px;
	left: 23px;
	width: 307px;
	margin-right: 0;
}
#searchBox input#strSearchInput {
	position: relative;
	top: -13px;
	*top: -8px; /* IE hack */
	left: 0;
	padding: 7px 3px 0;
	width: 250px;
	height: 23px;
	background: #fff;
	color: #888;
	font-size: 14px;
	font-weight: bold;
}
#searchBox input.search {
	top: 0;
	right: 9px;
	width: 31px;
	height: 36px;
}
#searchBox input#radio1 {
	position: absolute;
	top: 47px;
	*top: 42px; /* IE hack */
	right: 180px;
}
#searchBox input#radio2 {
	position: absolute;
	top: 47px;
	*top: 42px; /* IE hack */
	right: 82px;
}

/*--------------------------------*/
/*------------ CONTENT -----------*/
/*--------------------------------*/

#contentWrapper {
	top: 45px;
	left: 0px;
	margin: 0px 5px 30px;
	width: 100%;
}

/*--------------------------------*/
/*------------ FOOTER ------------*/
/*--------------------------------*/

#footerWrapper {
	padding-top: 45px;
	padding-bottom: 20px;
	_padding-bottom: 60px; /* IE6 hack */
    width:100%;
	font-size:90%;
	*font-size: 12px; /* IE6/7 hack */
}
#footerRow1,
#footerRow2 {
	padding: 1em 1em 0.83em 1em;
	text-align: center;
}
#footerRow1 {
    background: #fcb039;
}
#footerRow1 a {
	margin-right: 0.7em;
	color: #fff;
	text-decoration: none;
	font-size:100%;
}
#footerRow1 a:hover {
	color: #f26722;
	text-decoration: underline;
}
#footerRow2 span {
	margin-right: 1.25em;
	color: #aaa;
	font-size:100%;
}

/*--------------------------------*/
/*---- GOOGLE SEARCH APPLIANCE ---*/
/*--------------------------------*/

p#gsametalinks {
	position: absolute;
	top: 60px;
	right: -13px;
	margin-right: 0;
	width: 302px;
	color: #80A1C1;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
* html p#gsametalinks {
	right: 7px;
}
p#gsametalinks a {
	color: #2e6db8;
	text-decoration: none;
}
p#gsametalinks a:hover, p#gsametalinks a:active {
	color: #c85806;
	text-decoration: underline;
}
ul#topnav li .sub.gsacatalog {
	float: left;
	left: 136px;   
}
#gsabody {
	margin-right: 1em;
	margin-left: 1em;
}
#gsabody a {
	color: #2e6db8;
}
#gsabody a:hover, #gsabody a:active {
	color: #c85806;
}
#gsabody form {
	padding-top: 5px;
	padding-bottom: 5px;
}
#gsatopbar {
	font-size: 16px;
	color: #666;
	margin-left: 1em;
}
#gsatopbar #gsatopbar_title, h3#gsanarrow {
	color: #c85806;
	font-weight: bold;
}
img#gsagooglelogo {
	text-align: center;
	margin-bottom: 15px;
}
div#clustering li {
	margin-left: 2em;
	text-indent: -2em;
}
* html div#clustering li {
	margin-left: 0;
	text-indent: 0;
}
#gsahighlights {
	margin-top: 15px;
	margin-left: 1em;
	width: 60%;
	border: solid 1pt #000;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding-left: 1.3em;
	padding-right: 1.3em;
	background-color: #fcea89;
}
#gsahighlights h3 {
	font-size: 16px;
	color: #000;
}
#gsahighlights p {
	margin-bottom: 0;
}

