* {
    margin: 0px;
    padding: 0px;
}

html,
body,
div#wrapper-a,
div#wrapper-b {
    min-height: 100%;
    width: 100%;
    height: auto;
}

* html body,
* html div#wrapper-a,
* html div#wrapper-b {
    height: 100%;
}

body {
    font-family: Tahoma;
    font-size: 11px;
    background: #fff url(../images/backgrounds/body.gif) repeat-x top left;
}

br.clr {
    clear: both;
}

div.clr {
	clear: both;
	height: 1em;
}

.fl {
	float: left;
	margin: 0 10px;
}

.fr {
	float: right;
	margin: 0 10px;
}

div#wrapper-a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

div#wrapper-b {
    position: absolute;
    background: #fff url(../images/backgrounds/content_1.gif) repeat-y top left;
	left: 50%;
    width: 802px;
    margin-left: -401px;
}

div#body {
    margin-bottom: 25px;
    height: auto;
}

div#content {
    margin-bottom: 25px;
    height: auto;
}

div#top {
    width: 100%;
    height: 174px;
}

div#flash {
	position: absolute;
	top: -25px;
	left: 1px;
	z-index: 1;
}

div#header {
	position: relative;
    background: #687f9b;
	margin: 25px 0 0 0;
    height: 123px;
    text-align: left;
	z-index: 1;
}

div#topnav {
	position: absolute;
	top: -25px;
	right: 225px;
    width: 139px;
    height: 25px;
	z-index: 2;
}

#topnav a {
    float: left;
    text-align: left;
    text-indent: -999em;
    text-decoration: none;
    height: 25px;
    width: 139px;
}

#topnav a#btn-members {
    background: url(../images/buttons/customer_access.gif) no-repeat;
}

#topnav a#btn-members:hover {
    background: url(../images/buttons/customer_access_hover.gif) no-repeat;
}

div#search-a {
	position: absolute;
	top: -25px;
	right: 15px;
    width: 200px;
    height: 25px;
	z-index: 2;
}

#search-a input.search-box {
    position: absolute;
	top: 3px;
	left: 0;
	padding: 2px 0 0 2px;
	width: 150px;
	color: #909dab;
	height: 16px;
    border: 1px solid #9fb2c9;
    font-size: 10px;
}

#search-a input.btn-go {
    position: absolute;
	top: 3px;
	right: 5px;
	background: url(../images/buttons/search.gif) no-repeat top left;
	width: 40px;
	height: 18px;
	border: none;
    cursor: pointer;
}

#search-a .btn-go:hover {
    background: url(../images/buttons/search_hover.gif) no-repeat 1px 1px;
}

div#site-nav,
div#site-nav-b {
    background: #8099b8 url(../images/backgrounds/nav.gif) repeat-x;
    height: 25px;
    border-top: 1px solid #fff;
	clear: both;
}

div#site-nav-b {
	margin: 0 0 0 144px;
	width: 658px;
}

ul#nav {
	display: block;
	position: relative;
	list-style: none;
	margin-left: 270px;
    height: 25px;
	z-index: 2;
}

ul#nav-b{
	position: relative;
	margin: 0 0 0 80px;
	list-style: none;
    height: 25px;
	z-index: 1;
}


#nav li,
#nav-b li {
	display: block;
    position: relative;
	float: left;
	padding: 5px 2px 0px 2px;
	width: auto;
	height: 20px;
	border-left: 1px solid #778eaa;
	border-right: 1px solid #b7c8dc;
}

#nav li a,
#nav-b li a {
	display: block;
	height: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-decoration: none;
	margin-bottom:20px;
	z-index: 1;
	margin-top: -5px;
	padding-top: 5px;
}



a:hover,
#nav-b a:hover,
#nav li.hover a,
#nav-b li.hover a {
    color: #ff0;
}

#nav li ul {
    position: absolute;
    top: 20px;
    left: -999em;
	display: block;
	background: #8099b8;
	width: 200px;
	height: auto;
	border: 1px solid #4c5d72;
	z-index: 1000;
	margin-bottom: 15px;
}

#nav li ul li {
    display: block;
	background: url(../images/backgrounds/nav.gif) repeat-x;
    margin: 0;
	padding: 0;
	width: 200px;
	height: 20px;
    font-size: 10px;
	border: none;
	border-bottom: 1px solid #4D6480
}

#nav li ul li a {
	float: left;
	margin: 5px 0 0 10px;
	padding: 0;
	width: 100%;
	font-variant: normal;
	letter-spacing: 3px;
	height: 20px;
    color:  #fff;
}

#nav li ul li a:hover {
    text-decoration: underline;
}

#nav li:hover ul,
#nav li.hover ul {
    left: 0;
}

#nav ul li ul li a {
    display: block;
}

div#mid {
    position: relative;

    width: 100%;
}

* html div#mid {
    top: 0;
}

div#left {
    float: left;
	position: relative;
	margin: 20px 0 0 0;
	padding: 0;
    width: 144px;
	height: 100%;
	color: #224f84;
	font-size: 11px;
}

* html div#left
{
	margin: 25px 0 0 0;
}

div#left-content {
    margin: 0 10px;    
}

#left-content p
{
    margin: 5px 0 10px 0;
    line-height: 1em;
}

#left-content h2
{
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	color: #224f84;
}

#left-content a {
    color: #600;
    text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

#left-content a:hover {
    color: #224f84;
}

#left-content .address {
	margin: 0 0 0 10px;
	font-size: 90%;
}

div#right {
	position: relative;
    float: left;
	margin: 0;
    width: 657px;
    height: 100%;
	z-index: 0;
}

#right div#content {
    text-align: left;
	height: 100%;
}

#content div#content-header {
    width: 100%;
    height: 80px;
    padding: 10px 0 0 0;
    clear: both;
    text-align: center;
}

#content div#content-header img {
    margin: 0 5px;
}

#content div#content-text {
    margin: 20px 10px 10px 10px;
    color: #000 ;
}

#content-text h1,
#content-text h2,
#content-text h3,
#content-text h4 {
    margin: 0 0 10px 0;
    font-family: arial;
    color: #6180a6;
}

#content-text h1 {
    font-size: 1.75em;
}

#content-text h1.homeHeader {
    margin: 0;
    font-size: 2em;
}

#content-text h1 span.upperCap {
    font-weight: bold;
    font-size: 1.25em;
}

#content-text h2 {
    font-size: 1.50em;
}

#content-text h3 {
    font-size: 1.25em;
}

#content-text h4 {
    font-size: 1em;
}

#content-text p {
    margin: 0 0 10px 0;
    line-height: 1.25em;
}

#content div#content-text ul {
	margin: 10px 10px 10px 40px;
}

#content div#content-text ul li {
	margin: 10px 0;
	font-weight: bold;
}

#content div#content-text ul.specialBullets {
    margin: 10px 10px 20px 25px;    
    color: #006;
    font-size: 1.25em;
}

#content-text a {
    color: #600;
    text-decoration: underline;
	font-weight: bold;
}

#content-text a:hover {
    color: #224f84;
}

#content-text a.pdf {
	display: block;
	margin: 10px 0;
    height: 60px;
    background: url(../images/pdf.gif) no-repeat 5px 5px;
    text-decoration: none;
    border: 1px solid #fff;
    cursor: pointer;
}

#content-text a.pdf:hover {
	border: 1px solid #d1d8e1;
}

.pdf span {
    float: left;
    clear: both;
    padding-left: 70px;
    width: 400px;
}

.pdf span.title {
    margin-top: 21px;
    font-weight: bold;
    text-decoration: underline;
}

.pdf:hover .title {
    text-decoration: none;
}

.pdf span.info {
    text-decoration: none;
}


#content-text div#image-holder {
    float: right;
    width: 250px;
    margin: 10px;
    text-align: center;
}

div#image-holder img {
    float: right;
    margin: 10px 0;
    padding: 2.5px;
    border: 1px solid #8999ab;
}

div#image-holder-two img {
    float: left;
    margin: 5px;
    padding: 0;
    border: none;
}

#content-text div.address {
	border: 1px solid #ccc;
	width: 45%;
}

#content-text div.address h3 {
	margin: 0;
	padding: 0;
}

#content-text div.address h3 {
	background: #687f9b;
	padding: 5px;
	color: #fff;
	border-bottom: 1px solid #ccc;
}

#content-text div.address p {
	margin: 10px;
}

/*	<><><><><>	form styles	<><><><><>	*/
#content-text form {
	text-align: center;
}

#content-text form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #8999ab;
	text-align: left;
}

#content-text form label,
#content-text form input,
#content-text form select{
	display: block;
	margin-bottom: 5px;
}

#content-text form input,
#content-text form select {
	padding: 2px;
	font-size: .95em;
}

#content-text form span.label-text {
	font-weight: bold;
}

#content-text form div.flr {
	width: 50%;
	float: right;
}

/* internal data tables */
#content-text table#reports {
	margin: 10px 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    border: 1px solid #666;
}

#reports th,
#reports td {
	padding: 15px 10px;
	text-align: center;
	font-size: .90em;
}

#reports th {
    background: #036;
    color: #fff;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    border-left: 1px solid #666;
}

#reports td {
    border-bottom: 1px solid #666;
}

#reports td.left {
	text-align: left;
}

#reports th a,
#reports td a {
	text-decoration: none;
}

#reports th a {
	color: #ff0;
}

#reports th a:hover {
	color: #fff;
}

#reports tr.altbg {
	background: #f2f7fd;
}

#content-text table.internal {
    background: transparent;
    margin: 10px;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

#content-text table.internal th {
    background: #036;
    padding: 5px;
    color: #fff;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    border-left: 1px solid #666;
}

#content-text table.internal td {
    padding: 5px;
    border: 1px solid #666;
}



div#bot {
    position: absolute;
    bottom: 0;
    width: 800px;
    height: 25px;
    font-size: 10px;
    color: #687f9b;
}

div#bot div {
    float: left;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

#bot a {
    margin: 0 5px;
    color: #687f9b;
    text-decoration: none;
}

#bot a:hover {
    color: #959595;
    text-decoration: underline;
}

* html div#bot {
    bottom: -1px;
}

.no-bold
{
	font-weight: normal;
}

.tagline {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 1.50em;
}

.notice {
	font-size: 1.2em;
	color: #f00;
}

.small {
	font-size: 90%;
}

div#logout {
	float: right;
	width: 50px;
	height: 24px;
	border: 1px solid #000;
	text-align: center;
}

#logout a {
	display: block;
	background: #ccc;
	margin: 0 auto;
	padding: 6px 0 0 4px;
	width: 46px;
	height: 18px;
	font-size: 80%;
	text-transform: uppercase;
	text-decoration: none;
}

#logout a:hover {
	background: #999;
	color: #fff;
}























#nav ul#drop {
	position: relative;
	list-style: none;
	margin-left: 200px;
    height: 25px;
	z-index: 2;

}

* html #nav ul#drop
{
	bottom: 0;
}

#drop li { /* all list items */
	float: left;
    position: relative;
	list-style: none;
}


#drop li ul {
    width: 195px;
	list-style: none;
}

#drop li ul.products {
	width: 240px;
}

#drop li ul { /* second-level lists */
	position: absolute;
	display: block;
    top: 25px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #AEAEAE;
	font: normal normal bold 11px Arial, sans-serif;
	z-index: 1000;
}

#drop li ul ul { /* third-and-above-level lists */
	margin-left: 180px;
    top: 0px;
	background: #C4C4C4;
}

#drop li ul.capabilities ul {
	margin-left: 240px;
}

#drop li li {
    text-indent: 10px;
	border-bottom: 1px solid #000;
	width: 100%;
}

#drop li:hover ul ul,
#drop li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul { /* lists nested under hovered list items */
	left: 0px;
}


#drop li ul a {
    float: none;
    display: block;
    text-align: left;
    text-indent: 10px;
	height: 100%;
	width: 100%;
	padding: 8px 0;
	margin-left: 0;
	color: #FFFC00;
}



#drop li ul a.sub-menu {
	background: transparent url(../images/bg/arrow.gif) no-repeat 200px 5px; 
}

#drop li ul a.sub-menu:hover {
	background-color: #b4b4b4;
	background-image: none;
}

#drop a
{
	float: left;
	height: 25px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-repeat: no-repeat;
	line-height: 0.5;
	margin-left: 0px;
}

#drop a:hover,
#drop li.hover a#nav-1,
#drop li.hover a#nav-2,
#drop li.hover a#nav-3,
#drop li.hover a#nav-4,
#drop li.hover a#nav-5,
#drop li.hover a#nav-6,
#drop li.hover a#nav-7,
#drop li.hover a#nav-8
{
	background-position: 0 -25px;
}

#drop a#nav-1 {
	width: 31px;
	background-image: url(../images/nav/main.gif);
}

#drop a#nav-2 {
	width: 107px;
	background-image: url(../images/nav/products.gif);
}

#drop a#nav-3 {
	width: 66px;
	background-image: url(../images/nav/about.gif);
}

#drop a#nav-4 {
	width: 75px;
	background-image: url(../images/nav/certifications.gif);
}

#drop a#nav-5 {
	width: 81px;
	background-image: url(../images/nav/rfq.gif);
}

#drop a#nav-6 {
	width: 55px;
	background-image: url(../images/nav/industries.gif);
}

#drop a#nav-7 {
	width: 93px;
	background-image: url(../images/nav/inventory.gif);
}

#drop a#nav-8 {
	width: 45px;
	background-image: url(../images/nav/contact.gif);
}
