/* standard base css rules */
html, body {
  padding:0;
  margin:0;
  border:0;
  text-align:center;
  color:#333;
  background: #8e9194;
}

html, body, td {
  font: normal 12px/1em "Trebuchet MS", Georgia, sans-serif;
}

@media print {
  html, body {
    color: #333; background:#fff;
  }
}

p {
	line-height: 1.33em;
	margin-bottom: 1em;
}

a {
  color: #b56011;
  text-decoration:none;
}

	a.actionable {
		font-weight: bold;
		padding-left: 12px;
		background: url('/img/caret.gif') no-repeat 0 2px;
	}
	
	.content a:hover {
		text-decoration: underline;
	}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

hr {
	height: 1px;
	margin: 1em 0;
	border: none;
	background: url('/img/divider.gif') repeat-x;
}

h1 {
	color: #4d647c;
	font-size: 20px;
	font-weight: bold;
	margin: 1em 0;
	line-height: 1.2em;
}
	body.page #content-right h1 {
		font-size: 14px;
	}

h2 {
	color: #514129;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.33em;
	margin: 0 0 .25em 0;
}
	h2.select_header {
		margin-bottom: 1em;
	}
	body.page #content-left h2.select_header {
		font-size: 12px;
	}
	h2.name {
  		color: #b56011;
	}

h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}
	body.page #content-right h3 {
		margin: 0 0 1em 0;
	}
	body.page #content-left h3 {
		font-size: 14px;
		color: #4d647c;
		margin: 0 0 .5em 0;
	}

img {
  border:0;
  vertical-align:middle;
}

	a img {
		border: 0;
	}

sup {
	font-size: .8em;
} 
	h1 sup,
	h2 sup {
		font-size: .7em;
	}

cite {	
	font-size: 10px;
	color: #666;
	line-height: 1.33em;
	margin-bottom: .5em;
	display: block;
}

form {
  display:inline;
}

	input {
		font: inherit;
		vertical-align: middle;
	}

	input.text, textarea, input.button {
		border: 1px solid #ccc;
		padding: 0 3px;
		color: #333;
	}
	
	input.submit {
		background: transparent url(/img/btn_search.gif) 100% 0 no-repeat;
		padding: 2px 23px 2px 0;
		border: none;
		font-weight: bold;
	}
	
	select {
		color: #333;
		border: 1px solid #ccc;		
	}

	select {
	  min-width:1.5em; /* firefox! */
	  font:normal 11px/1.33em helvetica, Geneva, sans-serif;
	}

	option {
	  font:normal 11px/1.33em helvetica, Geneva, sans-serif;
	}
	
	form .line {
		margin: 1em 0;
		clear: both;
	}
		form .line label {
			width: 125px;
			margin-right: 20px;
			float: left;
		}
		
			form .line label.long {
				width: auto;
			}
			
			form .line input.text,
			form .line textarea {
				width: 250px;
				padding: 1px 3px;
			}

			form .line input.error,
			form .line select.error,
			form .line textarea.error {
				border-color: #c00;
			}

.clear {
  clear:both;
}

.bold {
  font-weight:bold !important;
}

.normal {
  font-weight:normal !important;
}

.error {
  color: #c00 !important;
}

ul.errors {
	border: 1px solid #c00;
	padding: 20px !important;
	margin: 0 0 1em 0 !important;
	background: #ecc;
	color: #c00;
}

optgroup {
/*	margin: 5px 0;*/
}
	optgroup option {
		padding: 0;
	}


/* standard base css rules EOF */

ul, li {
	margin: 0;
	padding: 0;
}

.content ul {
	margin: 0 0 0 .5em;
	padding: 0;
}

.content li {
	margin: 0 0 .25em 0;
	padding: 0 0 0 14px;
	background: url(/img/bullet.gif) 0 5px no-repeat;
	line-height: 1.5em;
}


/* jobs_resumes.php support */
.jobsubhead {
	font-weight: bold;
}
.deptsubhead {
	font-weight: bold;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.joblist {
	padding-top: 0;
	margin-top: 0;
}


/*htdig support */
.search_hilite {
	font-weight: bold;
}

/* print template support */
.noprint {

}
.noshowtitle {
	display: none;
}
.noshow {
	display: none;
}




/*** MAIN LAYOUT ***/

.banner_left_wrapper {
	padding: 5px 0 5px 0;
}

#content_wrapper {
	margin: 0 auto;
	width: 1000px;
	
	text-align: left;
	
	background: #5b5c52;
	
	position: relative;
}



/*** CONTENT WRAPPERS ***/

#nav_super {
	padding: 5px 10px;
	
	color: #fff;
	text-align: right;
	
}

	body#page_index #nav_super {
		border-bottom: 1px solid #fff;
	}

	#nav_super #nav_super_site_select {
		float: left;
	}
	

#masthead {
	position: relative;
	background: #514129;
	height: 114px;
	text-align: right;
}	


#page_masthead {
	height: 68px;
	margin: 0;
	background: #efefef;
	background-repeat: no-repeat;
	position: relative;
}
	#page_masthead.level_2,
	#page_masthead.level_1 {
		height: 121px;
	}
	
	#page_masthead h1 {
		font-size: 26px;
		color: #fff;
		margin: 0;
		position: absolute;
		bottom: 10px;
		left: 17px;
		text-transform: uppercase;
	}
	
	.page_masthead_about { background-image: url(/img/masthead_about.jpg) !important ; }
	.page_masthead_home { background-image: url(/img/masthead_home.jpg) !important ; }
	.page_masthead_news_and_events { background-image: url(/img/masthead_news.jpg) !important ; }
	.page_masthead_procedure_library { background-image: url(/img/masthead_procedure_library.jpg) !important ; }
	.page_masthead_procedures { background-image: url(/img/masthead_procedures.jpg) !important ; }
	.page_masthead_products { background-image: url(/img/masthead_products.jpg) !important ; }
	.page_masthead_science { background-image: url(/img/masthead_science.jpg) !important ; }
	.page_masthead_utility { background-image: url(/img/masthead_utility.jpg) !important ; }	

	body.homepage #masthead_container {
		padding: 8px 0 2px 0;
	}
	


#content-left,
#content-middle,
#content-right {
	float: left;
}

#page_content_wrapper {
	width: 746px;
	float: right;
}
	
	#page_content_wrapper #breadcrumb {
		font-size: 11px;
		padding: 12px 0 22px 20px;
		background: #fff;		
	}
	

#content {
	background: #fff;
/*	overflow: auto;*/
	padding: 4px 0 4px 5px;
/*	width: 100%;*/
}

	body.homepage #content {		
		padding: 12px 10px 10px 10px;
	}


#footer {
	clear: both;
	font-size: 11px;
	padding: 34px 32px 19px 32px;
}
	#footer #nav_footer {
		float: left;
		color: #fff;
	}
		#footer #nav_footer a {
			color: #fff;
		}
	
		body#page_legal #footer #nav_footer a#nav_legal,
		body#page_privacy #footer #nav_legal a#nav_privacy
		{
			color: #c4b479;	
		}
	
	#footer #copy {
		float: right;
		color: #999;
	}

#builtat {
	clear: both;
	margin: 5px auto 50px auto;
	width: 1000px;
	text-align: left;
	font-size: 10px;
}
	#builtat a {		
		color: #333;
	}

.pager {
	font-weight: bold;
	font-size: 12px;
	color: #999;
	margin: 1em 0;
	line-height: 2em;
}


/*** MASTHEAD ***/
#masthead_content {
	padding: 30px 18px 0 0;
	
	font-size: 12px;
	color: #fff;
}
	#masthead_content a {
		color: #fff;
	}
		#masthead_content a.on {
			color: #c4b479;
		}
	
	#masthead_content input#searchFormField.default_text {
		color: #999;
	}
	
	#masthead_content #nav_regional {
		
	}
		#masthead_content #nav_regional .us {
			padding: 6px 0 7px 32px;
			margin: 0 4px 0 0;
			background: url(/img/flag_us.gif) 0 50% no-repeat;
		}
		#masthead_content #nav_regional .international {
			padding: 6px 0 7px 32px;
			margin: 0 0 0 4px;
			background: url(/img/flag_intl.gif) 0 50% no-repeat;
		}
			body.region_us #masthead_content #nav_regional .us,
			body.region_international #masthead_content #nav_regional .international {
				color: #c4b479;
			}
	
	#masthead_content #nav_utility {
		margin: 20px 40px 0 0;
	}
		 body#page_contact_us #masthead_content #nav_utility a.nav_contact_us {
			color: #c4b479;
		}
		 body#page_site_map #masthead_content #nav_utility a.nav_site_map {
			color: #c4b479;
		}



/*** COLUMNS ***/
.column_wrapper {
/*	float: left; */
/*	overflow: auto;*/
	background: transparent url(/img/bkgd_z.gif) repeat-y;
	position: relative;
	width: 100%;	
}

body.page .column_wrapper {

}

	body.page #content #b {
/*		position: absolute;
		bottom: 0;
		left: 0;
*/		height: 6px;
		background: url(/img/bkgd_z_bot.gif) no-repeat;
		width: 100%;
		clear: both;
	}
	

body.sidebars_right .column_wrapper {
	background-image: url(/img/bkgd_z_2col.gif);
}

body.homepage .column_wrapper {		
	background: url(/img/bkgd_z_mid_hp.gif) 280px 0 repeat-y;
}

.column {
	float: left;
}	

/* interior pages */	
body.page #content-left {
	overflow: hidden;
	background: url(/img/bkgd_z_top.gif) no-repeat;
	padding: 10px;
	width: 225px; /* total of 245px */
	color: #514129;
}	
	body.page #content-left .zone_content {
		margin: 0 10px;
	}

body.page #content-left .product_categories {
	width: 90%;
}

body.page #content-middle {
	margin: 0 20px 25px 20px;
	width: 700px;
	_width: 660px; /* IE 6 */
}

body.page.sidebars_right #content-middle {
	width: 465px;
}


body.page #content-right {
	width: 200px;
	margin: 0 15px;
	_margin: 0; /* IE 6 */
}

	body.page #content-left h1 {
		font-size: 14px;
		margin: 0 0 1em 0;
	}

	body.page #content-left select	 {
		font-size: 10px;
		color: #333;
	}
	body.page #content-left input {
		color: #333;
		font-size: 12px;
		padding: 1px 3px;
	}	

	body.page #content-left hr {
		background-image: url(/img/divider_zone.gif);
	}


/* hompage template */
body.homepage .columns {
/*
	position: relative;
	overflow: auto;	
*/
}
body.homepage .column {	
}

body.homepage .columns #t, 
body.homepage .columns #b {
	width: 100%;
	height: 6px;
	z-index: 5;
	padding: 0;
	line-height: 1em;
}
body.homepage .columns #t {	
	background: url(/img/bkgd_z_top_hp.gif) top right no-repeat;
}
body.homepage .columns #b {	
	clear: both;
	background: url(/img/bkgd_z_bot_hp.gif) bottom right no-repeat;
}


body.homepage #content-left {
	width: 264px;
	margin-right: 16px;
}

body.homepage #content-middle,
body.homepage #content-right {
	width: 293px; /* +26px x 2 padding == 345px */
}
body.homepage #content-middle {
	margin: 0 26px;
}

body.homepage #content-right {	
	margin: 0 26px 0 36px;
}

body.homepage #content-right .sidebar {
	float: none;
	width: auto;
}




/*** SPECIAL LEFT CONTENT ***/
.order_contact_info {
	font-size: 12px;
	line-height: 1.25em;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	background: url(/img/divider_zone.gif) 0 100% repeat-x;
}
	.order_contact_info address {
		font-size: 13px;
		line-height: 1.2em;
	}

.downloadable_items {
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	background: url(/img/divider_zone.gif) 0 100% repeat-x;
}
	.downloadable_items .item {		
		overflow: auto;
		margin-bottom: 10px;
	}
	
		.downloadable_items .item .info {
			margin-left: 60px;
			padding-top: 10px;
			line-height: 1.3em;
		}
		.downloadable_items .item img {
			float: left;
		}

	.downloadable_items a.dl_acrobat {
		display: block;
		font-size: 10px;
		font-weight: bold;
		background: url(/img/icon_pdf_z.gif) no-repeat;
		padding: 3px 0 3px 25px;
	}


/*** LEFT NAV ***/
#content-left #page-navigation {
}
	#content-left #page-navigation ul.nav {		
		background: url(/img/divider_zone.gif) 0 0 repeat-x;
		margin: 0 0 3em 0;
		padding: 0;
	}
		#content-left #page-navigation ul.nav li {			
			background: url(/img/divider_zone.gif) 0 100% repeat-x;
			margin: 0;
			padding: 0 0 1px 0;
		}
			#content-left #page-navigation ul.nav li a {
				display: block;
				font-size: 12px;
				padding: 7px 10px 7px 45px;
				background: url(/img/caret_z.gif) 30px 8px no-repeat;
			}





/*** TOP NAV ***/
#page_menu {	
	background: #514129;
}
	
	#page_menu a {
		color: #fff;
	}
		#page_menu .submenu a.on,
		#page_menu .submenu a:hover {
			color: #f6ad55;
		}

	#page_menu ul {
	}
	#page_menu li {
	}

	#page_menu ul#menu {
		width: 100%;
		height: 22px;
	}
		#page_menu ul#menu li {
			float: right;
		}

		#page_menu li a {
			padding: 4px 20px 6px 20px;
			display: block;
			text-transform: uppercase;
			border-right: 1px solid #999;
		}
			#page_menu li.first a {
				border: none;
			}
	
	#page_menu .subnav {		
		overflow: auto;
		width: 100%;
	}
	
	
	#page_menu ul.submenu {
		text-align: center;
		padding: 9px 0 10px 0;
		
	}
		#page_menu ul.submenu li {
			float: none !important; 
			display: inline;
		}
			#page_menu ul.submenu li a {	
				float: none;
				display: inline;
				padding: 0 15px;
				border-left: 1px solid #fff;
				border-right: none;
			}
				#page_menu ul.submenu li.first a {
					border: none;
				}

	/* section-specific colors */
	#page_menu li#menu_science.on,
	#page_menu li#menu_science.lit, /* IE */
	#page_menu li#menu_science:hover,
 	#page_menu .subnav_science,
  	.subnav #submenu_science,
 	#page_menu li#menu_science ul.submenu {
		background: #9b6f42;
	}
	#page_menu li#menu_procedure_library.on,
	#page_menu li#menu_procedure_library.lit, /* IE */
	#page_menu li#menu_procedure_library:hover,
	#page_menu .subnav_procedures,
  	.subnav #submenu_procedure_library,
 	#page_menu li#menu_procedure_library ul.submenu {
		background: #78838c;
	}
	#page_menu li#menu_products.on,
	#page_menu li#menu_products.lit, /* IE */
	#page_menu li#menu_products:hover,
	#page_menu .subnav_products,
  	.subnav #submenu_products,
 	#page_menu li#menu_products ul.submenu {
		background: #bdb398;
	}
	#page_menu li#menu_about.on,
	#page_menu li#menu_about.lit, /* IE */
	#page_menu li#menu_about:hover,
	#page_menu .subnav_about,
  	.subnav #submenu_about,
 	#page_menu li#menu_about ul.submenu {
		background: #a71821;
	}
	#page_menu li#menu_news_and_events.on,
	#page_menu li#menu_news_and_events.lit, /* IE */
	#page_menu li#menu_news_and_events:hover,
	#page_menu .subnav_news,
  	.subnav #submenu_news_and_events,
 	#page_menu li#menu_news_and_events ul.submenu {
		background: #305a7c;
	}


/* homepage subnav special case */
body.homepage #menu ul.submenu {
	position: absolute;
	width: 100%;
	_width: 1000px; /* stupid IE 6 */
	left: 0;
	display: none;
}

body.homepage #menu li:hover ul.submenu,
body.homepage #menu li.lit ul.submenu {
	display: block !important;
}




		
/*** ***/
	#masthead #logo	{
		position: absolute;
		left: 40px;
		top: 20px;
	}
	


/* DETAIL LISTS */
.teaser_detail {
	display: none;
}

.full_detail {
	display: block;
}

.detail_hidden {
	
}
	.detail_hidden .teaser_detail {
		display: block;
	}
	
	.detail_hidden .full_detail {
		display: none;
	}

.detail_toggle {
	float: right;
	font-size: .9em;
	margin-right: 1px; /* silly FF borders on click... */
	font-weight: bold;
}
	.detail_toggle a {
		display: block;
		padding-left: 14px;
		background: url(/img/bullet_view.gif) 0 0 no-repeat;
	}
		.detail_toggle a.open {
			background-image: url(/img/bullet_hide.gif);
		}	
	
	
/*** PRODUCT CATALOG ***/

.product {
	clear: left;
}
	.product .product_image {
		margin: 1em 0;
		display: block;
	}

	.product h2 {
		margin: 1em 0;
	}
	

/* detail page */
.product_detail {
	/* product page-specific css */
}
	
	.product_detail .product_details {
		margin: 1em 0;
		padding-bottom: 1em;
		background: url(/img/divider.gif) bottom left repeat-x;
		clear: left;
	}
	
	.product_detail .product_description {
		line-height: 1.33em;
	}


table.specifications {
	border-collapse: separate;
	border-spacing: 0 1px;
	color: #66625d;
	width: 100%;
	background: url(/img/divider.gif) repeat-x;
	margin: .5em 0 1em 0;
}
	table.specifications tr {
		background: url(/img/divider.gif) bottom left repeat-x;
	}
	
		table.specifications td {
			text-align: left;
			vertical-align: top;
			padding: 10px;
		}
	
		table.specifications tr.odd {
			background-color: #fbf9f4;
		}
		
			table.specifications tr td.label {
				font-weight: bold;
			}
		
	

.related_products_wrapper {
	margin: 0 0 2em 0;
}
	#content-right .related_products_wrapper .list {
		height: 300px;
		overflow: auto;
	}



/* list */
ul.families {
	height: 21px;
	margin: 0;
	z-index: 1;
	display: block;
	overflow: hidden;	
}
	ul.families li {
		float: left;
		margin: 0;
		padding: 0 0 0 6px;
		background: transparent url(/img/tab_l.gif) top left no-repeat; /* default off state */
		height: 21px;
		z-index: 1;
	}	
		ul.families li.lit {
			z-index: 2;
		}
	
		ul.families li a {
			font-size: 12px;
			font-weight: bold;
			color: #fff;			
			background: url(/img/tab_m.gif);
			padding: 4px 17px 5px 17px;
			display: block;
		}
		
		ul.families li span {
			display: block;
			padding: 0 10px 0 0;
			background: transparent url(/img/tab_r.gif) top right no-repeat; /* default off state */
		}

		
		ul.families li.lit.atlantech {
			background-image: url(/img/tab_atlantech_l.gif);
		}
			ul.families li.lit.atlantech a {
				background-image: url(/img/tab_atlantech_m.gif);
			}
			ul.families li.lit.atlantech span {
				background-image: url(/img/tab_atlantech_r.gif);
			}			

		ul.families li.lit.opus {
			background-image: url(/img/tab_opus_l.gif);
		}
			ul.families li.lit.opus a {
				background-image: url(/img/tab_opus_m.gif);
			}
			ul.families li.lit.opus span {
				background-image: url(/img/tab_opus_r.gif);
			}

		ul.families li.lit.arthrowand {
			background-image: url(/img/tab_wands_l.gif);
		}
			ul.families li.lit.arthrowand a {
				background-image: url(/img/tab_wands_m.gif);
			}
			ul.families li.lit.arthrowand span {
				background-image: url(/img/tab_wands_r.gif);
			}


.product_list {

}	

	.product_list hr.product_group_divider {
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 4px solid #ebebeb;
		height: 4px;
	}
	
	.product_list .category_wrapper,
	.product_list .category {
		background: url(/img/divider.gif) repeat-x;
		padding-top: 1px;
	}
		.product_list .no_cat_header {
			background: none;
			padding-top: 0;
		}
	
	
	.product_list .cat_header {
		color: #4d647c;
		background: #f1efe7;
		padding: 10px;
		font-size: 11px;		
	}
		.product_list .cat_header h3 {			
			font-size: 14px;
			display: inline;
		}
		
		.product_list .cat_header .detail_toggle {
			margin: 0 0 0 20px;
			padding: 0 0 0 13px;
			float: right;
			font-size: inherit;
		}
			.product_list .cat_header .detail_toggle a {
				display: inline;
			}
	
		.product_list h4 {			
			color: #666; 
			font-size: 12px;
			background: #e8edf1;
			padding: 6px 10px;
			margin: 1px 0 5px 0;
		}
		
		.product_list h5 {
			font-size: 14px;
			color: #4e6e8d;
			margin: 15px 0 10px 0;
/*			background: url(/img/divider.gif) 0 0 repeat-x;*/
		}
			.product_list h5.first {
/*				background: none;*/
			}
		
		.product_list .cat_header .cat_description {
			display: none;
			margin-top: .5em;
			line-height: 1.33em;
		}
	
		.product_list .product {
			background: url(/img/divider.gif) 0 100% repeat-x;
			padding: 10px;
			margin: 0;
			clear: left;
			overflow: auto;
		}
				
			.product_list .product.last {
				background: none;
			}
	
	
			.product.with_image .description {
				margin-left: 110px;
				padding-left: 15px;
				background: url(/img/caret.gif) 0 3px no-repeat;
			}
			
				.description .name {
					font-weight: bold;
					font-size: 12px;
					margin-bottom: 10px;
					display: block;
					line-height: 1.33em;
				}
			
				.product .product_image {
					float: left;
				}
			
				.product .detail_item {
					line-height: 1.45em;
					color: #66625d;
				}
				
				.product_list .short_description {
					margin-top: 1em;
					padding-top: 1em;
					background: url(/img/divider.gif) repeat-x;
				}
	
	
		.product_list .featured_products {
/*			border-bottom: 4px solid #ebebeb;*/
			padding-bottom: 15px;
			margin-bottom: 15px;
			
			border-top: 2px solid #ebebeb;
			padding-top: 1px;
		}
			.no_cat_header .featured_products {
				border-top: 0;
				padding-top: 0;
			}
	
	
	.featured_products_wrapper .product {
		padding: 10px 0 5px 0;
		background: url(/img/divider.gif) 0 100% repeat-x;
	}

	
	
	#content-right .product {
		color: #5a5753;
		padding: 5px 0;
	}
		
		#content-right .product strong {
			color: #66625d;
		}

		#content-right .product p {
			margin: .3em 0 0 0;
			line-height: 1.2em;
		}
		
		#content-right .product .detail_item {
			font-size: 11px;
			line-height: 1.2em;
			margin: 0 0 1em 0;
		}
		
		#content-right .product .description .name {
			margin: 0;
		}
		
		#content-right .product .product_image {
			margin: 0;
		}

		#content-right .product.with_image .description {
			margin-left: 63px;
			padding: 0 0 8px 0;
			background: url(/img/divider.gif) 0 100% repeat-x;
		}
		
		#content-right .product.last {
			background: none;
		}

/* POPUPS */
.popup {	
	color: #fff;
	cursor: default !important;
	width: 350px;
}
	.popup a {
		color: #fff;
	}
	
/* ROUNDED CORNERS */
.rounded {
	margin-left: 6px;
	z-index:1;	
	text-align: left;
}
	.rounded p {
		margin: 0;
		padding: .5em 0;
	}

	.rounded .rounded_content,
	.rounded .t,
	.rounded .b,
	.rounded .b div {
		background: transparent url(/img/bkgd_blue_800x1000.png) top right no-repeat;
		_background-image: none; /* disable for IE 6, since png alpha isn't supported, and DXImageTransform method is flaky */
/*		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bkgd_blue_800x1000.png', sizingMethod='crop');*/
	}

	.rounded .rounded_content {		
/*		padding: 20px;*/
		_overflow-y:hidden;
		position:relative;
	 	padding: 0px 6px 0px 0px;
	}

	.rounded .t {
		/* top+left vertical slice */
		 position:absolute;
		 left:0px;
		 top:0px;
		 width:6px; /* top slice width */
		 margin-left:-12px;
		 height:100%;
		 /*_height:1600px;*/ /* arbitrary long height, IE 6 */
		 background-position: top left;
	}
	
	.rounded .b {
		 /* bottom */
		 position:relative;
		 width:100%;
	}

	.rounded .b,
	.rounded .b div {
		 height:12px; /* height of bottom cap/shade */
		 font-size:1px;
	}

	.rounded .b {
		background-position: bottom right;
	}

	.rounded .b div {
		 position:relative;
		 width:6px; /* bottom corner width */
		 margin-left:-12px;
		 background-position: bottom left;
	}

	
	
	
	
	
/* TABS */

.tabbed_content {
	margin: 40px 0;
	clear: both;
}
	
	#proc_video_box .tabbed_content {
		margin: 0;
	}
	
	.ui-tabs-hide {
		display: none;
	}

	.ui-tabs-nav {
		height: 22px;
		margin: 0 0 1em 0 !important;
		z-index: 1;
		display: block;
		overflow: auto;
		padding-bottom: 1px;
		background: url(/img/divider.gif) bottom left repeat-x;
	}	

		.ui-tabs-nav li {
			float: left;
			margin: 0;
			padding: 0 0 1px 6px;
			background: transparent url(/img/tab_l.gif) top left no-repeat; /* default off state */			
/*			height: 21px;*/
			z-index: 1;
		}
		
			.ui-tabs-nav li.ui-tabs-selected {				
				z-index: 2;			
				background-image: url(/img/tab_l_on.gif);
			}


			.ui-tabs-nav li a {
				font-size: 12px;
				line-height: 1em;
				font-weight: bold;
				color: #fff;			
				background: url(/img/tab_m.gif);
				padding: 4px 17px 5px 17px;
				display: block;
			}
				.ui-tabs-nav li.ui-tabs-selected a {
					background-image: url(/img/tab_m_on.gif);					
				}

			.ui-tabs-nav li span {
				display: block;
				padding: 0 10px 0 0;
				background: transparent url(/img/tab_r.gif) top right no-repeat; /* default off state */
			}
				.ui-tabs-nav li.ui-tabs-selected span {
					background-image: url(/img/tab_r_on.gif);
				}
								
								
								
								
								
/*** SITE MAP ***/
#sitemap {
	
}
	#sitemap .col {
		width: 35%;
		float: left;
	}
		#sitemap .category {
			margin: 0 0 2em 0;
		}
			#sitemap .category ul {
				margin: 5px 0 0 20px;
			}







/*** downloadable items ***/
.downloadable_items {
	
}
	.downloadable_items ul {
		margin-left: 0;
	}
	.downloadable_items li {
		padding-left: 0;
		background: none;
	}				
		.downloadable_items li a {
			display: block;
		}
			.downloadable_items li a.pdf {
				background: url(/img/icon_pdf.gif) no-repeat;
				padding: 2px 0 2px 25px;
			}
	
	
	

/*** htsearch ***/
ul.searchResults li {
	margin-bottom: 2em;
}

.searchPagination {
	margin: 1em 0;
}
	.searchPagination b,
	.searchPagination a {
		margin: 0 3px 0 0;
	}
	
	
	
