/*-------
// global reset
//-----*/
/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
/*table { border-spacing: 0; }*/
acronym { cursor: help; }


/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2;height:100.01% }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Tahoma, Geneva, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Tahoma, Geneva, sans-serif; }
select { font-size: 100%; font-family: Tahoma, Geneva, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited {
	color: #d46e3e;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 101%; }
body {
	font-family: Tahoma, Geneva, sans-serif;
	background: #d7d0c6 url(../img/body-bg.gif) repeat 50% 721px;
}
#body {
	width: 100%;
	background: url(../img/body-t.jpg) repeat-x 50% 0;
	min-height: 721px;
}

#page {
	width: 900px;
	margin: 0 auto;
	font-size: 1em;
	color: #4a4949;
}

#top {
	position: relative;
	background: #FFFFFF;
}
	#logo {
		float: left;
		padding: 17px 0 44px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 498px;
			height: 26px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/logo-1.png) no-repeat 0 0;
			}
	#menu {
		clear: both;
		width: 100%;
		height: 40px;
		overflow: hidden;
		border: solid 1px #FFFFFF;
		border-width: 0 0 24px;
	}
		#menu ul {
		}
			#menu li {
				float: left;
				margin: 0 6px 0 0;
			}
			#menu #b6 {
				margin: 0;
			}
				#menu li a:link, #menu li a:visited {
					float: left;
					display: block;
					width: 145px;
					height: 40px;
					position: relative;
				}
					#menu li a:link span, #menu li a:visited span {
						position: absolute;
						left: 0;
						top: 0;
						width: 100%;
						height: 100%;
						background: url(../img/menu-1.png) no-repeat 0 0;
					}
				#menu #b1 a:link span, #menu #b1 a:visited span { background-position: 0 0; }
				#menu #b1 a:link:hover span, #menu #b1 a:visited:hover span,
				#menu #b1.active a:link span, #menu #b1.active a:visited span { background-position: 0 -40px; }
				#menu #b2 a:link span, #menu #b2 a:visited span { background-position: -151px 0; }
				#menu #b2 a:link:hover span, #menu #b2 a:visited:hover span,
				#menu #b2.active a:link span, #menu #b2.active a:visited span { background-position: -151px -40px; }
				#menu #b3 a:link span, #menu #b3 a:visited span { background-position: -302px 0; }
				#menu #b3 a:link:hover span, #menu #b3 a:visited:hover span,
				#menu #b3.active a:link span, #menu #b3.active a:visited span { background-position: -302px -40px; }
				#menu #b4 a:link span, #menu #b4 a:visited span { background-position: -453px 0; }
				#menu #b4 a:link:hover span, #menu #b4 a:visited:hover span,
				#menu #b4.active a:link span, #menu #b4.active a:visited span { background-position: -453px -40px; }
				#menu #b5 a:link span, #menu #b5 a:visited span { background-position: -604px 0; }
				#menu #b5 a:link:hover span, #menu #b5 a:visited:hover span,
				#menu #b5.active a:link span, #menu #b5.active a:visited span { background-position: -604px -40px; }
				#menu #b6 a:link span, #menu #b6 a:visited span { background-position: -755px 0; }
				#menu #b6 a:link:hover span, #menu #b6 a:visited:hover span,
				#menu #b6.active a:link span, #menu #b6.active a:visited span { background-position: -755px -40px; }
	#cse-search-box {
		position: absolute;
		right: 0;
		top: 20px;
	}
		#cse-search-box label {
			display: none;
		}
		#cse-search-box input.text {
			float: left;
			height: 13px;
			margin: 0 3px 0 0;
		}
		#cse-search-box input.submit {
			float: left;
		}
	#title {
		width: 100%;
		overflow: hidden;
		margin: 0 0 20px;
	}
		#title h2 {
			float: left;
		}

#wrap {
	width: 940px;
	margin: 0 -20px;
	padding: 0 0 20px;
	background: url(../img/wrap-b.png) no-repeat 0 100%;
}
	#wrap2 {
		margin: 0 20px;
		padding: 10px 0 25px 20px;
		width: 880px;
		overflow: hidden;
		background: #FFFFFF url(../img/wrap-bg.gif) repeat 2px 100%;
		border-top: solid 10px #5d5c5b;
	}
		#content {
			float: left;
			width: 530px;
			padding: 20px 0 0;
		}
		#side1 {
			float: right;
			width: 245px;
		}


#content p {
	line-height: 1.6;
	margin: 0 0 .75em;
	font-size:111%;
}
#content ul,
#content ol {
	list-style: disc;
	margin: 0 0 1em 2em;
}
#content ol {
	list-style: decimal;
}

#content h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 .3em;
}
#content h3 {
	font: normal normal 175% Geneva, Tahoma, sans-serif; color: #1f6390;
    text-transform:uppercase;
	margin: 0 0 1em;
}
#content h4 {
	font-size: 170%;
	font-weight: normal;
	color: #df7b4c;
	text-transform: uppercase;
	margin: 1em 0 .4em;
}
	#content h4 a:link, #content h4 a:visited {
		color: #df7b4c;
	}

#content p a:link, #content p a:visited {
	text-decoration: underline;
	color: #DF7B4C;
}
#content p a:link:hover, #content p a:visited:hover {
	color: #df7b4c;
	text-decoration:none;
}


#footer {
	width: 900px;
	overflow: hidden;
	margin: 0 auto 15px auto;
	color: #5d5c5b;
}
	#footer p.links {
		float: left;
		width: 700px;
		font-weight: bold;
		line-height: 14px;
	}
		#footer p.links a:link, #footer p.links a:visited {
			color: #5d5c5b;
			padding: 0 5px;
		}
		#footer p.links a.rss:link, #footer p.links a.rss:visited {
			padding: 2px 5px 2px 25px;
			background: url(../img/icon-rss.jpg) no-repeat 0 50%;
		}
	#footer p.share {
		float: right;
	}

#fathom{
	padding: 4px;
	clear: both;
	float: left;
}


/*-------
// homepage
//-----*/

.home #logo {
	padding-left: 35px;
}
.home #menu {
	border-width: 0 0 7px;
}
.home #wrap2 {
	border-top: none;
	width: 900px;
	padding: 0 0 10px;
}
	.home #content {
		float: none;
		width: auto;
		padding: 0;
	}
#header {
	background: url(../img/header-1.jpg) no-repeat 0 0;
	position: relative;
	height: 313px;
}
	#slideshow {
		left: 640px;
		top: 127px;
		height: 115px;
		width: 250px;
		overflow: hidden;
	}
		#slideshow li {
			float: left;
			width: 250px;
			text-align: right;
		}

.home #page ul.boxes {
	width: 900px;
	overflow: hidden;
	list-style: none;
	margin: 0;
}
	.home .boxes li {
		float: left;
		width: 185px;
		padding: 20px 20px;
		border-top: solid 8px #5d5c5b;
	}
	.home .boxes li:hover {
		border-color: #df7b4c;
	}
		.home #content .boxes .title {
			line-height: 1.2;
			margin: 0 0 1em;
		}
		.home #content .boxes p {
			margin: 0 0 .5em;
		}
		.home #content .boxes .more a:link, .home #content .boxes .more a:visited {
			text-decoration: none;
		}
		.home #content .boxes .more a:link:hover, .home #content .boxes .more a:visited:hover {
			text-decoration: underline;
		}



/*-------
// news
//-----*/

#tNewsEvents {
	width: 344px;
	height: 34px;
}
	#tNewsEvents span {
		background: url(../img/t-news-events.png) no-repeat 0 0;

	}

#tNews {
	width: 55px;
	height: 15px;
	background: url(../img/t-news.png) no-repeat 0 0;
}
#tEvents {
	width: 70px;
	height: 15px;
	background: url(../img/t-events.png) no-repeat 0 0;
}


#content .list1 {
	list-style: none;
	margin: 0 0 3em;
}
	.list1 li {
		margin: 0 0 1.5em;
	}
		.list1 p.date {
			color: #868686;
			text-transform: uppercase;
		}
		.list1 p.title {
			font-weight: bold;
			font-size: 110%;
		}
			#page .list1 p.title a:link, #page .list1 p.title a:visited {
				color: #d46e3e;
			}
			#page .list1 p.title a:link:hover, #page .list1 p.title a:visited:hover {
				color: #5d5c5b;
			}

#page a.more:link, #page a.more:visited {
	font-weight: bold;
	color: #5d5c5b;
	padding: 3px 0 3px 15px;
	background: url(../img/icon-more.jpg) no-repeat 0 50%;
	text-decoration: none;
}
#page a.more:link:hover, #page a.more:visited:hover {
	text-decoration: underline;
	color: #d46e3e;
}

#menu2 {
	margin: 0 0 0;
}
	#menu2 ul {
		width: 100%;
		overflow: hidden;
	}
		#menu2 li {
			float: left;
			width: 100%;
			margin: 0 0 4px;
		}
			#menu2 ul a:link, #menu2 ul a:visited {
				display: block;
				height: 40px;
				padding: 0 0 0 60px;
				background: #e3dcd4 url(../img/menu-2.jpg) no-repeat 3px 0;
				color: #FFFFFF;
				text-decoration:none;
			}
				#menu2 ul a:link span, #menu2 ul a:visited span {
					display: block;
					height: 40px;
					font: normal normal 155%/2.75 Geneva, Tahoma, sans-serif;
					text-transform:uppercase;
					color:#838282;
					background-repeat: no-repeat;
					background-position: 0 50%;
				}
			#menu2 ul a:link:hover, #menu2 ul a:visited:hover {
				background: #d46e3e url(../img/menu-2a.jpg) no-repeat 3px 0;
				color: #FFFFFF;
			}
				#menu2 ul a:link:hover span, #menu2 ul a:visited:hover span {
					background-position: -200px 50%;
					color: #FFFFFF;
				}
				
				#menu2 ul a.active:link, #menu2 ul a.active:visited {
				background: #d46e3e url(../img/menu-2a.jpg) no-repeat 3px 0;
				color: #FFFFFF;
			}
				
					#menu2 ul a.active:link span, #menu2 ul a.active:visited span {
					color:#ffffff;
					background: #d46e3e url(../img/menu-2a.jpg) no-repeat 3px 0;
					background-position: -200px 50%;
				}
				

#menu2 ul li ul {width: 100%; overflow:visible; position:relative; margin:1px 0px 0px 0px;}

#menu2 ul li ul li {float: left;width: 100%;margin: 0 0 1px; }
			
#menu2 ul li ul li a:link, #menu2 ul li ul li a:visited {
				display: block;
				height: 18px;
				padding: 0 0 0 60px;
				background-color:#e3dcd4;
				background-image:none;
				color: #838282;
				text-decoration:none;
				font: normal normal 12px/1.5 Geneva, Tahoma, sans-serif;
			}
			
#menu2 ul li ul li a:link:hover, #menu2 ul li ul li a:visited:hover {
				background-image:none;
				background-color:#d46e3e;
				color: #fff;
			}
			
#menu2 ul li ul li a.active2:link, #menu2 ul li ul li a.active2:visited {
				background-image:none;
				background-color:#d46e3e;
				color: #fff;
			}
				

#tAllNews {
	background-image: url(../img/t-all-news.png);
}
#tAllEvents {
	background-image: url(../img/t-all-events.png);
}


.box1 {
	background: url(../img/box1-t.png) repeat-x 0 0;
	padding: 30px 25px;
}
	#page .boxes h3 {
		margin: 0 -20px .5em 0;
		font: normal bold 145% Geneva, Tahoma, sans-serif;
		text-transform:uppercase;
		color:#df7b4c;
	}
	.boxes .title {
		font-size: 130%;
		font-weight: bold;
		color: #22628e;
		margin: 0 0 1em;
	}
	.boxes p {
		margin: 0 0 .5em;
		line-height: 1.4;
	}
	.boxes .more {
		margin: 0 0 2em;
		font-weight: bold;
	}
		.boxes .more a:link, .boxes .more a:visited {
			color: #5d5c5b;
			padding: 3px 0 3px 15px;
			background: url(../img/icon-more.jpg) no-repeat 0 50%;
		}
		.boxes .more a:link:hover, .boxes .more a:visited:hover {
			color: #d46e3e;
		}

#tMeasureCompare {
	width: 180px;
	height: 12px;
	background: url(../img/t-measure-compare.png) no-repeat 0 0;
}
#tImproveTransform {
	width: 198px;
	height: 12px;
	background: url(../img/t-improve-transform.png) no-repeat 0 0;
}
#tDecidePlan {
	width: 125px;
	height: 12px;
	background: url(../img/t-decide-plan.png) no-repeat 0 0;
}
#tExploreLearn {
	width: 147px;
	height: 12px;
	background: url(../img/t-explore-learn.png) no-repeat 0 0;
}


/*-------
// page-2.htm
//-----*/

#tProductsServices {
	width: 471px;
	height: 34px;
}
	#tProductsServices span {
		background: url(../img/t-products-services.png) no-repeat 0 0;
	}

#tCarrier {
	width: 431px;
	height: 39px;
	background: url(../img/t-carrier.png) no-repeat 0 0;
}

#content p.intro {
	font-size: 120%;
	color: #22628e;
	margin: 0 4em 1em 0;
}

#testimonial {
	position: relative;
	top: -10px;
	left: -100px;
	width: 225px;
	height: 515px;
	padding: 35px 50px 0 70px;
	background: url(../img/box2-bg.png) no-repeat 0 0;
	color: #FFFFFF;
}
	#testimonial blockquote {
		background: url(../img/quote-2.gif) no-repeat 100% 98%;
		margin: 0 -22px 15px 0;
		padding: 0 22px 0 0;
		font-size: 130%;
		line-height: 1.5;
		text-align: right;
	}
	#testimonial cite {
		display: block;
		text-align: right;
		font-size: 110%;
		font-style: normal;
		position: relative;
		line-height:1.4;
		padding: 10px 0 0;
	}
		#testimonial cite img {
			position: absolute;
			left: 30px;
			top: 0;
		}

/*----------------------- Additional CSS by Fathom -------------------------*/

.biothumb {height:127px; width:127px; background-color:#339933; float:left; margin:5px 15px 10px 0px;}

.logohold { position:absolute; right: 13px; bottom:82px; background-color:#fff; height:80px; width:155px; }

.logohold2 { position:relative; margin:10px auto 0px auto; background-color:#fff; height:80px; width:210px; border: 2px solid #ece8e3;}
.logohold2 img {display:block; margin:0px auto; position:relative; }

#content h5 {font-size:115%; font-weight:bold; font-variant:normal; line-height:2;}

#content ul#introlist {margin: 0 0 2.5em 2em;}

#content ul#introlist li {
	color: #22628e;
	margin: 0 4em .5em 0;
	font: normal normal 120%/1.2 Arial, Helvetica, sans-serif;
}

#content ul#general {}
#content ul#general li {line-height:1.3; margin:0 0 .75em 0; font-size:111%; }

#clients_p p {margin:0px 0px 20px 0px;}

#testimonial2 {
	height:auto;
	position:relative;
}
	#testimonial2 blockquote {
		display:block;
		margin-bottom:5px;
		background-color: #22628E;
		color: #FFFFFF;
		padding: 15px 15px 15px 15px;
		font: normal bold 100%/1.5 Geneva, Tahoma, sans-serif;
		text-align: right;
	}
	#testimonial2 cite {
		display: block;
		text-align: right;
		font-size: 100%;
		font-style: normal;
		font-weight:normal;
		position: relative;
		padding: 10px 0 0;
	}
		
#tAboutUs {
	width: 271px;
	height: 34px;
}
	#tAboutUs span {
		background: url(../img/t-about-us.png) no-repeat 0 0;
	}
	
#tContactUs {
	width: 350px;
	height: 34px;
}
	#tContactUs span {
		background: url(../img/t-contact-us.png) no-repeat 0 0;
	}
	
#tSearch {
	width: 161px;
	height: 34px;
}

#tSearch span {
	background: url(../img/t-search.png) no-repeat 0 0;
}
	
#tPurchaseResearch {
	width: 550px;
	height: 34px;
}
	#tPurchaseResearch span {
		background: url(../img/t-purchase-our-research.png) no-repeat 0 0;
	}

#tResourcesPublications {
	width: 675px;
	height: 34px;
}
	#tResourcesPublications span {
		background: url(../img/t-resources.png) no-repeat 0 0;
	}

	
/*----------- contact form start ------------*/
#contactForm{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#contactForm fieldset{
	border: 0px;
}

#contactForm fieldset label{
	display: block;
	float: left;
	width: 150px;
	margin-top: 3px;
	font-size: 11px;
}

#contactForm fieldset input{
	display: block;
	float: left;
	width: 178px;
	margin-bottom: 4px;
	font-size: 11px;
}

#contactForm fieldset input.button{
	width: 100px;
}

#contactForm fieldset input.checkbox{
	width: auto;
	padding: 0px;
	margin-left: 0px;
}

#contactForm fieldset select{
	display: block;
	float: left;
	width: 182px;
	margin-bottom: 4px;
}

#contactForm fieldset textarea{
	width: 324px;
	height: 120px;
}

#contactForm fieldset br.clear{
	clear: left;
}

#contactForm fieldset label span.mandatory{
	color: #ff0000;
}

#process{
	display: block;
	float: left;
	margin-top: 3px;
	margin-left: 10px;
	font-size: 11px;
	color: #d46e3e;
}

#confirm{
	font-weight: bold;
	font-size: 12px;
	color: #d46e3e;
}
/* contact form end */

/* search results iframe start */
#cse-search-results iframe{
	width: 530px;
}
/* search results iframe end */

/* Beginning of News Ticker Styles */
.home #tickerLogo {
	padding-left: 35px;
}

#tickerLogo {
	float: left;
	padding: 17px 0 10px;
	}
#tickerLogo a:link, #tickerLogo a:visited {
	display: block;
	width: 498px;
	height: 26px;
	}
#tickerLogo a:link span, #tickerLogo a:visited span {
	background: url(../img/logo-1.png) no-repeat 0 0;
	}
	
#tickerWrap {
	float:left;
	background-color:#ECE8E3;
	width:900px;
	height:32px;
	margin:0 0 5px 0;
	}

.tickerModule {
	float:left;
	width:270px;
	height:32px;
	margin:0 0 0 26px;
	}
	
.tickerBullet {
	float:left;
	background: url(../img/bulletArrow.png) no-repeat 0 0;
	width:10px;
	height:15px;
	margin:8px;
	}
	
.tickerTitle {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#22628E;
	margin:1px 0;
	width:220px;
	}
	
.tickerSub {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#838282;
	width:220px;
	}
.a:tickerTitle:link {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#22628E;
	margin:1px 0;
	}
	
.a:tickerSub:link {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#838282;
	}
a.tickerTitleLink1 {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#22628E;
	margin:1px 0;
	}
	
a.tickerSubLink1 {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#838282;
	}
/* End of News Ticker Styles */