/* =======================================
Josam CSS
Author: Charlie Hoey (choey@panopticdesign.com)
==========================================*/

/* =========================================
	=Global
==========================================*/

body
{
	background-color: #EEE;
	background-image:url(../art/bk_dropshadow.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	font-family: arial;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
	width: 788px;
}

/* styles to keep the footer floating at the bottom */

html, body, #holder
	{
		min-height: 100%;
		height: 100%;
	}
	
	html>body, html>body #holder { height: auto; }
	
	#holder
	{
		width: 780px;
		margin-left: 4px;
		%margin-left: 5px;
		position: absolute;
		top: 0;
		background-color: #fff;
	background-image:url(../art/bk_home.jpg);
	background-repeat: no-repeat;
/*	background-position: 0 100px; */
	}


/* universal style classes */

.clear {
	clear: none;
	width: 100%;
}
		
.loginbox {
	border: 1px solid #999;
	background-color: #eee;
}

.loginbox .itext {
	background-color: #fff;
}

.orange { 
	color: #ff3300;
}

.outline { 
	border: 1px solid #999;
	padding: 5px;
	padding-left: 10px;
}

.trgrey { background-color: #fff; }

/* custom default element styles */

hr {
	margin: 0;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #999;
}

input.itext, select, textarea {
	border: 1px solid #999;
	background-color: #EEE;
}

input.buttonRight, input.ibutton {
	border: 1px solid #333;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	background-color: #EEE;
}

input.buttonRight {
	float: right;
}

p { 
	line-height: 1.2em;
}

table { 
	margin: 1em 0 0 0; 
}

td { 
	padding: 4px; 
}

ul.bulleted {
	list-style-type: disc;
	padding: 1em;
}




/* Custom links with icons */

a.icon {
	display: block;
	background-repeat: no-repeat;
	background-position: left middle;
	padding-left: 18px;
	float: left;
}

a.pdf { 
	background-image: url(../art/i_pdf-link.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 4px;
	}
				
		
a.literature { 
	background-image: url(../art/i_pencil.gif); 
}

/* =========================================
	=Navigation
==========================================*/

#breadcrumbs {
		clear: both;
		left: 11px;
		position: relative;
		top: -16px;
		font-size: .9em;
	}
	
	#breadcrumbs b {
		padding-left: 4px;
		padding-right: 4px;
		font-weight: normal;
	}

#masthead {
		background-repeat: no-repeat;
		height: 142px;
		width: 780px;
	}
	
	/* Class-hack to overcome IE6 ID & Class bug.  Styles below define
		   the background image for the header in the content framework to
		   reflect tab on-states. */
	
	.utility { background-image: url("../art/bk_masthead-off_1.jpg"); }
	
	.home
	{
		background-image: url("../art/bk_masthead-home_1.jpg");
		background-repeat: no-repeat;
	}
	
	.about { background-image: url("../art/bk_masthead-about_1.jpg"); }
	.catalog { background-image: url("../art/bk_masthead-catalog.jpg"); }
	.news { background-image: url("../art/bk_masthead-news_1.jpg"); }
	.literature { background-image: url("../art/bk_masthead-literature_1.jpg"); }
	

	.careers {
	background-image:url("../art/bk_masthead-careers.jpg");
	}

	/* Resume masthead styles */
	
	#masthead a#homeLink {
		display: block;
		float: left;
		width: 190px;
		height: 50px;
		position: relative;
		top: -68px;
		left: 10px;
	}
	
	#masthead a#homeLink {
display:block;
float:left;
height:50px;
left:10px;
position:relative;
top:-68px;
width:190px;
}

#masthead ul#nav {
font-weight:700;
left:67px;
overflow:hidden;
position:relative;
%top:88px;
top: 64px;
width:700px;
}

#masthead ul#nav li {
display:block;
float:left;
text-align:center;
width:115px;
}

#masthead ul#nav li a {
color:#DDD;
display:block;
font-style:italic;
line-height:20px;
text-align:center;
text-decoration:none;
width:110px;
}

#masthead ul#nav li a:hover {
color:#FF0;
}

#masthead ul#nav li#current a {
color:#222;
}

		
	#masthead ul#nav2
		{
			background-color: #eee;
			background-image: url(../art/bk_nav2-rules.gif);
			background-repeat: repeat-x;
			border-left: 1px solid #999;
			border-top: 1px solid #999;
			float: left;
			height: 22px;
			left: 26px;
			list-style-type: none;
			margin: 0px;
			position: relative;
			top: 55px;
			%top: 54px;
			width: 738px;
		}
		
		#masthead ul#nav2 li
		{
			float: left;
			border-left: 1px solid white;
		}
		
		#masthead #nav2 li a
		{
			display: block;
			width: 120px;
			text-align: center;
			line-height: 22px;
			color: black;
			font-size: .9em;
			padding-left: 1px;
			padding-right: 0px;
			text-decoration: none;
			border-right: 1px solid #999;
			border-bottom: 1px solid #999;
		}
		
		#masthead #nav2 li a:hover { border-bottom: 2px solid #063; }
		
		#masthead #nav2 li#current a
		{
			background: none;
			background-color: #fff;
			color: #222;
			border-bottom: 1px solid #fff;
		}
	
	#masthead ul#util
		{
			float: right;
			font-size: .9em;
			%font-size: .85em;
			list-style-type: none;
			position: relative;
			top: 0px;
		}
		
		#masthead ul#util li { 
			border-bottom: 1px solid #CCC; 
			float: left;
			background-color: #f0f5f8;
		}
		
		#masthead ul#util li a {
			display: block;
			line-height: 2em;
			padding: 0 10px 0 10px;
			color: black;
			text-decoration: none;
			border-left: 1px solid #ccc;
			text-align: center;
			letter-spacing: 1px;
		}
		
		#masthead ul#util li a:hover { 
			background-color: #fff;
			text-decoration: none;
		}
		
		#masthead ul#util li#current a {
			background-image: url(../art/bk_utility-on.gif);
			background-repeat: no-repeat;
		}

/* =========================================
	=Structure
==========================================*/

#flash { 
	width: 570px;
	height: 150px;
}

#content
{
	width: 780px;
	padding-bottom: 100px;
	overflow: hidden;
}

#content h1, #content h2, #content h3, #content h4, #content h5 { font-weight: bold; }

#content span#contentSpan
{
	display: block;
	width: 780px;
	padding-top: 25px;
}

#content #body
{
	width: 560px;
	float: left;
}

#content #body.fullwidth { width: 780px; }

#content #body #bodySpan
{
	display: block;
	padding: 10px;
	padding-left: 43px;
	min-height: 400px;
}

#content #body #catalog
{
	width: 200px;
	color: #333;
	float: left;
}

#content #body .newsListing
{
	border-top: 1px solid #999;
	overflow: hidden;
	padding: 1em 0 1em 0;
	width: 100%;
}

#content #body .newsListing .newsCopy
{
	width: 420px;
	float: right;
	overflow: hidden;
}

#content #body #searchBox
{
	width: 500px;
	float: right;
}

#content #body #searchBox table td
{
	border: 1px dashed #666;
	background-color: #EEE;
	padding: 5px;
	margin-bottom: 5px;
}


#content #body #searchBox table table td { border: none; }
.homeContent { margin-top: 15px; }

#content #catalogNav {
	float: left;
	margin-left: 20px;
}

#content #catalogNav ul {
	border-top: 1px solid #999;
	margin: 10px 0 0 0;
	width: 170px;
	margin-bottom: 1.5em;
}

#content #catalogNav ul li {
	border-bottom: 1px solid #999;
}

#content #catalogNav ul a {
	display: block;
	line-height: 1.6em;
	
	padding: .1em 0 0 1.5em;
}

#content #catalogNav ul li.current a {
	background-image:url(../art/i_catalognav-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: black;
}

.homeContent #copy
{	
	width: 500px;
	_width: 480px;
	float: left;
	margin-left: 0px;
}

#copy p {
	color: #333;
	margin-left: 100px;
	margin-top: 1em;
}

#copy h1 {
	font-size: 1.5em;
	padding-left: 55px;
	margin-top: 40px;
	color: #035138;
}

#copy h2 {
	width: 100%;
	margin: 1em 0 2em 100px;
	padding: 0;
}


.homeContent #feature
{
	float: left;
	margin-left: 30px;
}

.homeContent #sidebar {
	font-size: .95em;
	color: #333;
}

.homeContent #sidebar p {
	margin: 3px 0 0 0 !important;
	padding: 0 !important;
}

.homeContent #sidebar h3
{
	margin: 0;
	
	color: #000;

}

#content #sidebar img {
	float: left;
	padding-right: 3px;
}

#content table#offices td {
	padding: 10px 30px 10px 30px;
}
	

#content table#pickCart {
	width: 100%;
	border: 1px solid #999;
}

#content table#pickCart th {
	background: #555;
	padding: 4px;
	color: #fff;
	font-weight: bold;
}

#content table#pickCart td {
	padding: 5px;
}

#content div.searchBox
{
	width: 498px;
	border-top: 1px solid #999;
	background-color: #fff;
	background-image: url(../art/bk_searchBox.jpg);
	background-repeat: repeat-y;
	background-position: right;
	overflow: hidden;
	margin-bottom: 15px;
}

#content div.searchBox span.searchBox
{
	display: block;
	padding: .5em;
	padding-bottom: 15px;
	overflow: hidden;
}

#content #body .searchBox .checkboxes
{
	float: left;
	overflow: hidden;
}

#content #body .searchBox form
{
	display: block;
	float: right;
	clear: both;
	padding-top: 1em;
	padding-bottom: 0em;
	width: 100%;
	text-align: right;
	_padding-bottom: 20px;
	_padding-right: .5em;
}

#content #body .searchBox .ibutton
{
	background-color: #EEE;
	position: relative;
	top: 5px;
}

#content #body .searchBox .icheck
{
	float: left;
	clear: left;
	height: 1em;
}

#content #body .searchBox .itext
{
	background-color: white;
	width: 200px;
	position: relative;
	top: 5px;
	margin-right: 4px;
}

#content #body .searchBox select
{
	background-color: white;
	width: 200px;
	margin-right: 4px;
	position: relative;
	top: 5px;
}

#content #body .searchBox label
{
	display: block;
	line-height: 1.5em;
}

#content #sidebar
{
	width: 180px;
	border: 1px solid #999;
	float: right;
	margin-right: 10px;
	_margin-right: 5px;
	padding-bottom: 10px;
}

#content #sidebar2
{
	width: 180px;
	border: 1px solid #999;
	float: right;
	margin-right: 10px;
	_margin-right: 5px;
	padding-bottom: 10px;
}

#content #sidebar div.catalogLogo
{
	border: 1px solid #999;
	margin-bottom: 8px;
}

#content #sidebar div.catalogLogo img.logo
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#content #sidebar div.catalogLogo img.catalogImg { margin: 10px 0px 10px 30px; }

#content #sidebar div.catalogLogo h2
{
	overflow: hidden;
	margin: 0;
	padding: 5px;
}

#content #sidebar div.catalogLogo a
{
	font-weight: normal;
	
}

#content #sidebar div.catalogLogo a:hover { text-decoration: underline; }

#content #sidebar.norule
{
	border: 0;
	width: 180px;
}

#content #sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content #sidebar ul li {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* =========================================
	= Catalog & Product Detail Pages
==========================================*/
#content a {
	text-decoration: underline;
}

#footer a {
	text-decoration: underline;
}

#content table.stripe
{
	width: 100%;
	border-collapse: collapse;
	margin-top: 4px;
	background-color: #eee;
}

#content table.stripe th.company {
	width: 100px;
	text-align: center;
}

#content table.stripe td.image {
	text-align: left;
}

#content table.stripe td.image a {
	
	display: block;
	width: 100%;
	text-align: center;
}

#content table.stripe td.image a img.preview {
	display: none;
	position: absolute;
	left: 739px;
}

#content table.stripe td.image a:hover img.preview {
	display: inline;
	border: 1px solid #999;
}

#content table#blucherTable {
	background-color: #eef;
	border: 1px solid #eef;
}

#content table#blucherTable th {
	background-color: #041E75;
	border: 1px solid #041E75;
	border-bottom: 0;
}

#content table#blucherTable td {
	border: 0;
}

#content table#josamTable {
	background-color: #efe;
	border: 1px solid #efe;
}

#content table#josamTable th {
	background-color: #25604A;
	border: 0;
}

#content table#josamTable td {
	border: 0;
}

#content table#meaTable {
	background-color: #cc3300;
	border: 1px solid #cc3300;
}

#content table#meaTable th {
	background-color: #cc3300;
	border: 0;
}

#content table#meaTable td {

	border: 0;
}

#content table.stripe ul.hoverbox
{
	margin: 0;
	padding: 0;
	display: block;

}

#content table.stripe ul.hoverbox li
{
	margin: 0;
	padding: 0;
}

#content table.stripe ul.hoverbox img
{
	margin: 0;
	padding: 0;
}

#content table.stripe input
{
	margin: 0;
	padding: 0;
}

#content table.stripe tr { padding-left: 3px; }

#content table.stripe td
{
	padding: 5px;
	border: 1px solid #CCC;
}

#content table.stripe th
{
	background-color: #555;
	color: #fff;
	padding: 4px;
	text-align: left;
	font-weight: bold;
}

#content table.stripe td.rule { background-color: #999; }

.error {

		border: 2px solid #cc0000;
		padding: .5em 1em .5em 1em;
		margin: 1em 0 1em 0;
	}
	
	.error p {
		line-height: 2em;
	}

#footer
{
	width: 780px;
	font-size: .9em;
	position: absolute;
	bottom: 0;
}

#footer p { text-align: center; }

.ok {

		border: 2px solid #009933;
		padding: .5em 1em .5em 1em;
		margin: 1em 0 1em 0;
	}
	
	.ok p {
		line-height: 2em;
	}


/* =========================================
	=Typography
==========================================*/

#content a:hover { text-decoration: underline; }

#content #body h1
{
	color: #333;
	font-size: 1.6em;
	margin-bottom: .5em;
}

#content #body h2 { font-size: 1.2em; }
#content #body p { margin-bottom: 1em; }
#content #body ul  { margin: 1em; }
#content ol {
	margin: 1em;
	margin-left: 2em;
	padding: 0;
	list-style-type: decimal;
}

#content #body #locations
{
	margin-top: 15px;
	border-bottom: 1px dashed #CCC;
}

#content #body #locations p
{
	margin: 0;
	padding: 0;
	border-top: 1px dashed #CCC;
	padding-top: .3em;
	padding-bottom: .5em;
}

#content #body #locations strong { color: #006633; }

#content #body .newsListing h1
{
	color: #000;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
}

#content #body .newsListing h2
{
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
}

#content #body .newsListing img
{
	float: left;
	clear: both;
	margin-right: 15px;
	border: 1px solid black;
}

#content #body .searchBox h1
{
	font-size: 1em;
	display: inline;
	color: #000;
	margin-right: 8px;
}

#content #body .searchBox h2
{
	font-weight: normal;
	font-size: 1em;
	display: inline;
}

#content #body table.serviceForm
{
	background-color: #eee;
	border-collapse: collapse;
	border: 1px solid #999;
}

#content #body table.serviceForm td
{
	padding: 4px;
	border-bottom: 1px solid #999;
	vertical-align: top;
}

#content #sidebar h1
{
	background-color: #eee;
	color: #333;
	padding: 4px;
}

#content #sidebar h1.ruleTop
{
	border: 1px solid #999;
	border-bottom: none;
	margin: 0;
}

#content #sidebar h2
{
	margin-bottom: .5em;
	padding-top: 3px;
	padding-left: 3px;
	
}

#content #sidebar h2 img { margin-top: 5px; }

#content #sidebar p
{
	padding: 3px;
	line-height: 1.2em;
}


#content #sidebar ul {
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

#content #sidebar ul li {
	border-bottom: 1px solid #ddd;
	padding: 6px 0 6px 0;
}

#content #sidebar ul.sideLinks
{
	margin-bottom: 8px;
	margin-left: 6px;
}

#content #sidebar ul.sideLinks a { text-decoration: underline; }

#content #sidebar ul.sideLinks li
{
	line-height: 1.2em;
	padding-left: 1.3em;
	margin-top: 8px;
	background-image: url(../art/i_page.gif);
	background-repeat: no-repeat;
	background-position: left middle;
}

#content #sidebar .event h1, #content #sidebar .event h2
{
	font-size: 1em;
	color: #000;
	font-weight: bold;
	background: 0;
	border: 0;
	margin: 0;
	padding: 0;
	padding-left: 3px;
}

#content #sidebar .event h1 { padding-top: 3px; }
#footer a:hover { text-decoration: underline; }

#footer a
{
	padding-left: 15px;
	padding-right: 15px;
}

#footer p.copyright { padding-bottom: 1em; }

#footer p.copyright a
{
	padding: 0px;
	padding-left: 10px;
}
