@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background-color: #EEEEEE;
	background-image: url('/images/global/background.jpg');
	font-family:  Calibri, Lucida Grande, Arial Narrow, Arial;
	margin: 0 ! important;
	}

ul {margin: 0 0 1em 1em;}

ol {margin: 0 0 1em 1.5em;}

h1 {
	font-size: 12.3pt;
	font-weight: normal;
	color: #000;
	padding: 4px 0 12px 0;
	text-align:center;
	}

h1 strong {
	letter-spacing:normal;
}

h2 {	/* page summary */
	font-size: 16pt;
	color: #000000;
	font-weight: lighter;
	padding-bottom:.75em;
	line-height: 18pt;
	}

h3 {
	font-size: 11pt;
	color: #000000;
	}

h4 {
	color: #848589;
	font-size: 10pt;
	font-weight:800;
	padding-top: 0.2em;
	}

a {
	color: #3366cc;
	text-decoration: none;
	}

	a:visited {
	color: #3366cc;
	}
	
	a:hover {
	text-decoration: underline;
	}
	
p, li{
	color: #444444;
	font-size: 11pt;
	}
	
form, input, textarea, select{
	color: #555555;
	/*font-size: 10pt;*/
	}

input, textarea, select {
	border: 1px #CCCCCC solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

#floatLeft {float: left;}

#floatRight {float: right;}
	
#pageWrapper {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0 auto;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	}
	
#headerWrapper {
	border-top: none ! important;
	border-bottom: none ! important;
	margin: 8px 0 ! important;
	float: left;
	padding-left: 0px;
	width: 675px;
	border-left: 1px solid #FFFFFF;
	}

#logoColumn {
	float: left;
	width: 200px;
	text-align:center;
	}
	
/* begin global header */
	
#headerNavigation {
    margin-top: 24px;
    padding-left: 10px;
    padding-top: 0;
    width: 675px;
    height: 33px;
    background: no-repeat url('/images/global/globalnav_bgall.gif') top left;
}

.headerNavigationimage	{
	border: #cecece 1px solid; padding: 4px;
}
	
	.search	{
		padding: 6px 4px;
		font-size: 10px;
		font-weight: normal;
		float: right;
		width: 170px;
	}
	
	.search	input {
		padding: 1px;
		vertical-align:bottom;
	}
	
	.headerSearchImage	{
		border: none;
	}
	
	#headerNavigation a:hover	{
		text-decoration: none;
	}
	
#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	ul#menu li {
	float: left;
	display: inline;
	position: relative;
	z-index: 500;
	padding: 0;
	margin: 0;
	}
	
	ul#menu h2, ul#menu h3 {
	font-weight: normal;
	display: inline;	
	}
	
	ul#menu h2 a {
		display: block;
		padding: 5px 7px 0 7px;
		font-size: 12px;
		font-weight: normal;
		float: left;
		color: #000;
		height: 35px;
	}
		
	ul#menu h2 a.hover {
		color: #EEE;
		display: block;
		background: no-repeat url('/images/global/globalnav_bgall.gif') -50px -43px;
		text-decoration: none;
		height: 33px;
	}
	
	ul#menu div {
	display: none;
	}
	
	ul#menu li.mega div {
	border: 2px solid #999;
	border-top: 6px solid #999;
	position: absolute;
	top: 32px;	left: 0;
	padding: 10px;
	z-index: 500;
	background:repeat-x url('/images/global/megamenu_bg.jpg') #FFF;
	width: 220px;
	}
	
	ul#menu .mega li	
	{
		padding: 0 0 4px 0;
	}
	
	ul#menu div a, ul#menu .mega p	{ font-size: 13px; }
	
	ul#menu div a:hover	{ text-decoration: underline;}
	
	ul#menu li.double div {	width: 390px;}	
	ul#menu li.triple div { width: 500px;}
	
	ul#menu li.hovering div { display: block;}
	
	ul#menu div h3 {
	font-weight: bold;
	font-size: 11pt;
	color: #000;
	}
	
	ul#menu div h4 {
	font-weight: bold;
	font-size: 9pt;
	color: #000;
	}

	.wideCol {float: left; width: 210px; margin-right: 10px;}
	.wideCol li { float:none; width: 210px;}
	.narrowCol {float: left; width: 140px; margin-right: 10px;}
	.narrowCol li {float: none; width: 150px;}
	.narrowerCol {float: left; width: 120px;}
	.widerCol	{float: left; width: 250px;}
	.headeratoz li a { margin: 2px; width: 20px; height: 20px; text-align: center; display: block; padding: 4px 2px 2px 2px;}
	.headeratoz li a:hover { margin: 2px; width: 20px; height: 20px; text-align: center; display: block; padding: 4px 2px 2px 2px; background-color: #CCC; text-decoration: none;}
	
/* end global header */

#contentWrapper {
	padding-left:13px;
	overflow: auto;
	}
	#contentWrapper p {
		line-height: 1.3em;
		padding-bottom: 0.75em;
		}
		
#industriesWrapper {
	line-height: 100%;
	float:left;
	}			

	#industriesWrapper ul{
		list-style:none;
		margin: 10px 0 0 0;
		}
		#industriesWrapper li {
			text-decoration: none;
			font-size: 12px;
			margin: 0;
			width:184px;			
			display: block;
			padding: 2px 0 1px 4px;
			border-bottom: 1px solid #EEE;
			}
			
		#industriesWrapper a {
			text-decoration: none;
			padding-left: 4px;
			}		
		
		#industriesWrapper h3 a {
			color: #000;
			}
			
		#industriesWrapper h3 a.selected {
			text-decoration: none;
			background-color: #FFF;
			}

#atozWrapper {
	border: none ! important;
	margin-top: 12px;
	overflow: hidden;
}

#atozWrapper a.selected {
	background-color:#eaebef;
	display: block;
}

#bannerWrapper {
	display: block ! important;
	width: 675px;
	float: left;
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	}
	
.pressdate	{border: 1px solid #CCC; padding: 1px 3px;}
	
/* rounded corner divs - based on Snazzy Borders by Stu Nichols and Nifty Corners by Alessandro Fulciniti */

#xbox {background: transparent; margin: 10px auto 0 auto;} /* outside corner color */

	.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
	
	/* page boundary */
	.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {display:block; overflow:hidden;}
	.xb1, .xb2, .xb3, .xb4, .xb5 {height:1px;}
	.xb2, .xb3, .xb4, .xb5, .xb6 {background:#FFF; border-left:1px solid #CECECE; border-right:1px solid #CECECE;} /* top/bottom inside color; left and right rounded corner stroke colors */
	.xb1 {margin:0 7px; background:#CECECE;} /* top/bottom stroke color */
	.xb2 {margin:0 5px; border-width:0 2px;}
	.xb3 {margin:0 4px;}
	.xb4 {margin:0 3px;}
	.xb5 {margin:0 2px;}
	.xb6 {height:2px; margin:0 1px;}
	.xboxcontent {display:block; background:#FFF; border:0 solid #CECECE; border-width:0 1px; padding: 1px;} /* body color/image; left/right stroke color */

	/* Spotlight  */
	.xb1Spotlight, .xb2Spotlight, .xb3Spotlight, .xb4Spotlight, .xb5Spotlight, .xb6Spotlight, .xb2bSpotlight, .xb3bSpotlight, .xb4bSpotlight, .xb5bSpotlight, .xb6bSpotlight {display:block; overflow:hidden;}
	.xb1Spotlight, .xb2Spotlight, .xb3Spotlight, .xb4Spotlight, .xb5Spotlight, .xb2bSpotlight, .xb3bSpotlight, .xb4bSpotlight, .xb5bSpotlight {height:1px;}
	.xb2Spotlight, .xb3Spotlight, .xb4Spotlight, .xb5Spotlight, .xb6Spotlight {background:#d7dae1; border-left:1px solid #CECECE; border-right:1px solid #CECECE;} /* top inside color; left and right rounded corner stroke colors */
	.xb2bSpotlight, .xb3bSpotlight, .xb4bSpotlight, .xb5bSpotlight, .xb6bSpotlight {background:#f7f7f9; border-left:1px solid #CECECE; border-right:1px solid #CECECE;} /* bottom inside color; left and right rounded corner stroke colors */
	.xb1Spotlight, .xb1bSpotlight {margin:0 7px; background:#CECECE;} /* top/bottom stroke color */
	.xb2Spotlight, .xb2bSpotlight {margin:0 5px; border-width:0 2px;}
	.xb3Spotlight, .xb3bSpotlight {margin:0 4px;}
	.xb4Spotlight, .xb4bSpotlight {margin:0 3px;}
	.xb5Spotlight, .xb5bSpotlight {margin:0 2px;}
	.xb6Spotlight, .xb6bSpotlight {height:2px; margin:0 1px;}
	.xboxcontentSpotlight {display:block; background-image: url(../../images/home/spotlight_background_gradient.jpg); border:0 solid #CECECE; border-width:0 1px; padding: 0 10px 10px 10px;} /* body color/image; left/right stroke color */
	
	/* Corporate news spotlight  */
	
	#xboxSpotlightNews {background-image: url(../../images/home/spotlight_ceo.jpg); margin: 10px 20px 0 auto;} /* outside corner color */
	
	.xb1SpotlightNews, .xb2SpotlightNews, .xb3SpotlightNews, .xb4SpotlightNews, .xb5SpotlightNews, .xb6SpotlightNews, .xb2bSpotlightNews, .xb3bSpotlightNews, .xb4bSpotlightNews, .xb5bSpotlightNews, .xb6bSpotlightNews {display:block; overflow:hidden;}
	.xb1SpotlightNews, .xb2SpotlightNews, .xb3SpotlightNews, .xb4SpotlightNews, .xb5SpotlightNews, .xb2bSpotlightNews, .xb3bSpotlightNews, .xb4bSpotlightNews, .xb5bSpotlightNews {height:1px;}	
	.xb2SpotlightNews, .xb3SpotlightNews, .xb4SpotlightNews, .xb5SpotlightNews, .xb6SpotlightNews {background:transparent; border-left:1px solid #FFF; border-right:1px solid #FFF;} /* top/bottom inside color; left and right rounded corner stroke colors */
	.xb1SpotlightNews {margin:0; background:#FFF; border-width:0 7px;} /* top/bottom stroke color */
	.xb2SpotlightNews {margin:0; border-width:0 7px;}
	.xb3SpotlightNews {margin:0; border-width:0 5px;}
	.xb4SpotlightNews {margin:0; border-width:0 4px;}
	.xb5SpotlightNews {margin:0; border-width:0 3px;}
	.xb6SpotlightNews {height:2px; margin:0; border-width:0 2px;}	
	.xbinSpotlightNews {display:block; background: transparent; border:0 solid #CCC; border-width:0 1px; padding: 10px;} /* body color/image; left/right stroke color */	
	.xboxcontentSpotlightNews {display:block; background: transparent; border:0 solid #FFF; border-width:0 1px; padding: 10px;} /* body color/image; left/right stroke color */
	
	
/* Rounded-cornered divs -*/
			.rcbox {
			 position:relative;
			 margin:0px auto;
			 min-width:8em;
			 max-width:1000px; /* based on image dimensions - not quite consistent with drip styles yet */
			 z-index:1;
			 margin-left:10px; /* default, width of left corner */
			 margin-bottom:0; /* spacing under dialog */
			}
			
			.rcbox .content,
			.rcbox .t,
			.rcbox .b,
			.rcbox .b div {
			 background:transparent url(../../images/global/cornersprite.gif) no-repeat top right;
			 _background-image:url(../../images/global/cornersprite.gif);
			}
			
			.promo1 {background-image:url(../../images/global/contactpromo_header_background.gif); background-repeat:repeat-x; background-color:#f4f7df;}
			.promo2 {background-image:url(../../images/global/newspromo_header_background.gif); background-repeat:repeat-x; background-color:#dff7f6;}
			.promo3 {background-image:url(../../images/global/resourcepromo_header_background.gif); background-repeat:repeat-x; background-color:#f7f7f7;}
			
			.rcbox .content {
			 position:relative;
			 zoom:1;
			 _overflow-y:hidden;
			 padding:10px 10px 0px 0px;
			}
			
			.rcbox .t {
			 /* top+left vertical slice */
			 position:absolute;
			 left:0px;
			 top:0px;
			 width:10px; /* top slice width */
			 margin-left:-10px;
			 height:100%;
			 _height:1600px; /* arbitrary long height, IE 6 */
			 background-position:top left;
			}
			
			.rcbox .b {
			 /* bottom */
			 position:relative;
			 width:100%;
			}
			
			.rcbox .b,
			.rcbox .b div {
			 height:10px; /* height of bottom cap/shade */
			 font-size:1px;
			}
			
			.rcbox .b {
			 background-position:bottom right;
			}
			
			.rcbox .b div {
			 position:relative;
			 width:10px; /* bottom corner width */
			 margin-left:-10px;
			 background-position:bottom left;
			}
			
			.rcbox .hd,
			.rcbox .bd,
			.rcbox .ft {
			 position:relative;
			}
			
			.rcbox .wrapper {
			 /* extra content protector - preventing vertical overflow (past background) */
			 position:static;
			 max-height:1000px;
			 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
			}
			
			.rcbox h1,
			.rcbox p {
			 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
			 padding:0.5em 0px 0.5em 0px;
			}
			
			.rcbox h1 {
			 padding-bottom:0px;
			}

/** main spotlight area **/

#spotlight div {
	min-height: 280px;
	height: 280px;
	background-color: #F7F7F9;
	background-repeat:no-repeat;
	}

#spotlight ul {
	margin: 0;
	padding: 0;
	}
	
	#spotlight li {
	font-size: 13px;
	list-style: none;
	} 
	
#spotlight h3 {
	margin: 0 0 10px 0;
	}

#spotlight h5 {
	float: right;
	width: 120px;
	margin: 10px 20px 0 20px;
	padding: 10px;
	font-size: .8em;
	font-weight:100;
	background-color:#FFF;
	border: 1px solid #CCCCCC;
	line-height: 20px;
	}

	div.tier1 {
		background: 440px 56px no-repeat;
		padding-left: 20px;
	}
	
	div.tier1alt {
		background: 550px 85px no-repeat;
	}
	
	.tier1 ul, .tier1alt ul {
		display: none;
/*		width: 480px;
		padding-left: 10px; */
	}
	.tier1 li, .tier1alt  li {
		float: left;
		width: 220px;
		margin-right: 1em;
		padding-bottom: 4px;
	}
	.tier1 p	{
		width: 380px;
		font-size: 14pt;
		color: #666;
	}
	.tier1alt  p	{
		width: 500px;
		font-size: 12pt;
		color: #666;
	}
	
	p.more	{
		clear: left; padding-top: .5em; font-weight: bold;
	}
	.tier1 h3	{
		font-size: 16pt;
		padding: 15px 0 0 0;
		color: #666;
	}
	
	.tier1alt  h3	{
		font-size: 16pt;
		padding: 8px 0 0 0;
		color: #666;
	}


#atozNavigation {
	position: absolute; top: 434px;
	}
	
	#atozNavigation li {
		float: left;
		width: 23px;
		}
		
	#atozNavigation a {
		display:block;
		text-align:center;
		padding: 6px 0;
		border:1px solid #CECECE; 
		background-color: #FFF;
		text-decoration:none;
		width: 22px;
    	}
		
		#atozNavigation a:hover {
			text-decoration: none;
			}

			
.atozresults {
	margin: auto;
	}
	
	.atozresults h3	{
		font-size: 2em;
		color: #CCC;
	}
	
	.atozresults ul {
		margin: 0;
		position:relative;
		width: 650px;
		}
	.atozresults li {		
		float: left;
		width: 200px;
		font-size: .8em;
		list-style: none;
		padding: 0 10px 6px 0;
		margin: 0;
		}
		.atozresults a:hover {
			text-decoration: underline;
			}

#row {
	clear: left;
  	}
	#row .formLabel {
	  float: left;
	  width: 100px;
	  text-align: right;
	  margin: 0 0 1em 0;
	  }		
	#row .formInput {
	  float: left;
	  text-align: left;
	  margin: 0 0 1em 1em;
	  }  

/* news and footer area */
.promophoto { 
	background-image:url(/uploadedImages/Intertek/Home/spotlight_ceo_alt.jpg);
	background-repeat:no-repeat;
	width:200px;
	float:right;
	margin: 5px 20px 0 10px;
}

.promocopy	{
	height: 90px;
	text-align:right;
	font-size: 11pt;
	line-height: 11pt;
	padding-left: 75px;
}

#pressWrapper {
	float: left;
	padding-left: 20px;
	width: 320px;	
	min-height:100px;
	height:auto !important;
	height: 100px;
	}
	
	#pressWrapper ul{
		list-style:none;
		margin: 0;
		padding: 0;
		}
		#pressWrapper li {
			font-size: 13px;
			padding-bottom: .5em;
			}
	#pressWrapper h3 {
		font-weight: bold;
		}
		
#resourcesWrapper {
	float: left;
	margin: 0 0 10px 20px;
	width: 280px;	
	}
	
	#resourcesWrapper ul{
		list-style:none;
		margin: 0;
		padding: 0;
		}
		#resourcesWrapper li {
			float: left;
			width: 130px;
			margin: 0;
			list-style:none;
			font-size: 13px;
			padding:0 10px 10px 0;
			}
	#resourcesWrapper h3 {
		font-weight: bold;
		}
		
#footerWrapper {
	border: none ! important;
	font-size: 9pt;
	width: 900px;
	margin: 10px auto ! important;
	overflow: auto;
	}
	#footerWrapper a {
		padding: 0 .6em;
		}

	#footerCornerLeft {
		float: left;
		}
	#footerCopyright {
		float: left;
		padding-left: .75em;
		}
	#footerNavigation {
		float: right;
		padding-right: 1em;
		}			
	#footerCornerRight {
		float: right;
		}
		
.biophotosmall	{
	border: #cecece 1px solid; padding: 4px; float:left; margin: 0 10px 10px 0;
}
