
/* General Styles 
---------------------------------------------------------------------*/		

html, body { 
	height: 100%;
	}
	
body { 
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	text-align: center;
	background: #fff;
	}

body.section-blog { 
	position: relative; top: -32px;
	margin-bottom:-32px;
	}
	
#wrapper { 
   padding: 0;
   margin: 0 0 55px 0;
   display: block;
   min-height: 100%;
   position: relative;
   }		
	
	*html #wrapper { height: expression('100%'); }

.container { 
	width: 960px;
	margin: 0 auto;
	text-align: left;
   	position: relative;
	}

a { outline: none; }
	
.leftColumn, .middleColumn, .rightColumn { float: left; }

.clear { clear: both; }

p { margin: 0; }

.orange { color: #d51; }

.gray { color: #666; }

form { margin: 0; padding: 0; }


table, td, tr, tbody { 
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	}



/* TopSection Styles 
---------------------------------------------------------------------*/	

#topSection { 
	display: block;
	background: #fff url(../images/common/bg-topSection.gif) no-repeat center top;
	height: 128px;
	margin: 0;
	position: relative;
	z-index: 999;
	}
	
	#topSection .leftColumn { width: 386px; }
	#topSection .rightColumn { width: 574px; }
	
	#topSection #logo a { 
		display: block;
		height: 123px;
		width: 320px;
		background: url(../images/common/logo.gif) no-repeat -55px 0;
		text-decoration: none; 
		text-indent: -5000px;
		margin: 0 0 0 50px;
		}
		
	#topSection #topNav { 
		display: block;
		width: 253px;
		height: 32px;
		margin: 0 0 60px 0; 
		padding: 0 0 0 15px;
		float: right;
		}
		
		#topSection #topNav .langSelect, 
		#topSection #topNav .siteSearch { 
			float: left; 
			display: block;
			width: 125px;
			background: url(../images/common/bg-topSectionSearch.gif) no-repeat;
			margin: 6px 0 0 0;
			height: 24px;
			padding: 0;
			}
			
			#topSection #topNav .langSelect { margin-right: 3px; }
			
		#topSection input.searchInput { 
			background: transparent url(../images/common/icon-search.gif) no-repeat 6px 4px;
			padding: 4px 10px 3px 25px;
			color: #000;
			font: 10px/12px Arial, Helvetica, sans-serif;
			border: 0;
			}

		#topSection #topNav ul {
			list-style-type: none;
			padding: 0;
			margin: 0;
			position: relative;
			z-index: 999;
			}
			
		#topSection #topNav ul li { 
			padding: 0;
			margin: 0;
			position: relative;
			background: url(../images/common/icon-language.gif) no-repeat 6px 4px;
			}

		#topSection #topNav ul li a.selectLink { 
			padding: 0 0 0 25px;
			margin: 0;
			color: #666;
			text-decoration: none;
			line-height: 18px;
			height: 28px;
			display: block;
			background: url(../images/common/arrow-down.gif) no-repeat 105px 7px;
			color: #000;
			font-size: 10px;
			border: 0;
			width: 125px;
			}
			
			ul.navigation li.select div.submenuContainer { top: 26px; left: -15px; }
			
			#topSection #topNav ul.navigation li.select ul li { background-image: none; }
			
			#topSection #topNav ul li.last { margin-bottom: -4px; }
			
/* Menu Styles 
---------------------------------------------------------------------*/	

	#mainNav { 	
		float: right; 
		height: 36px;
		position: relative;
		z-index: 555;
		width: 800px;
		}
		
		#mainNav ul {
			list-style-type: none;
			border: 0;
			margin: 0;
			float: right; 
			}
			
		#mainNav ul li { 
			float: left;
			padding: 0;
			position: relative;
			width: auto;
			display: inline-block;
			}

		#mainNav ul li a.mainMenu { 
			padding: 0 18px;
			color: #666;
			font-size: 14px;
			text-decoration: none;
			letter-spacing: -0.02em;
			line-height: 30px;
			height: 36px;
			display: block;
			width: auto;
			}
			
		
			.section-solutions #mainNav ul li.solutions a.mainMenu { background: url(../images/common/bg-menu.gif) no-repeat center 31px; }
			.section-company #mainNav ul li.company a.mainMenu { background: url(../images/common/bg-menu.gif) no-repeat center 31px; }
			.section-specialty #mainNav ul li.specialty a.mainMenu { background: url(../images/common/bg-menu.gif) no-repeat center 31px; }
			.section-technology #mainNav ul li.technology a.mainMenu { background: url(../images/common/bg-menu.gif) no-repeat center 31px; }
			.section-contact #mainNav ul li.contact a.mainMenu { background: url(../images/common/bg-menu.gif) no-repeat center 31px; }
			.section-caseStudy #mainNav ul li.caseStudy a.mainMenu { background: url(../images/common/bg-menu.gif) no-repeat center 31px; }
		
		
	 	#mainNav ul.navigation li a.mainMenu:hover,
		#mainNav ul.navigation li:hover a.mainMenu, 
		#mainNav ul.navigation li.sfhover a.mainMenu { 
			background: url(../images/common/bg-menu.gif) no-repeat center 31px;
			}
			
				
	ul.navigation li {
		position: relative;
		z-index: 998;
		}
	
	ul.navigation li div.submenuContainer {
		display: none;
		position: absolute;
		top: 36px;
		left: -27px;
		margin: 0;
		z-index: 999;
		text-indent: 0;
		padding: 0;
		background-image: none;
		background-color: transparent;
		width: 148px;
		}
		
			ul.navigation li.technology div.submenuContainer { left: -22px; }		
				
		ul.navigation li div.submenuContainer div.submenu { 
			padding: 0 2px;
			margin: 0;
			display: block;
			width: 144px;
			background: #fff url(../images/common/bg-subMenu.png) no-repeat 0 0;
			}

		ul.navigation li div.submenuContainer div.submenu ul.submenuList {
			background: none;
			margin: 0;
			padding: 0;
			list-style-type: none;
			width: 144px;
			float: none;
			} 

		ul.navigation li div.submenuContainer div.submenu ul.submenuList li { 
			display: block;
			padding: 0;
			margin: 0;
			width: 144px;
			border-bottom: 1px solid #c6c6c6;
			background-image: none;
			line-height: 14px;
			text-align: center;
			text-decoration: none;
			}
			
			ul.navigation li div.submenuContainer div.submenu ul.submenuList li.last { 
				border-bottom: 0; 
				margin-bottom: -4px;
				}

		ul.navigation li div.submenuContainer div.submenu ul.submenuList li a {
			color: #fff;
			width: 134px;
			margin: 0;
			padding: 7px 5px;
			line-height: 14px;
			display: block;
			background-image: none;
			font-size: 12px;
			color: #d51;
			text-decoration: none;
			letter-spacing: -0.02em;
			}			 

		ul.navigation li div.submenuContainer div.submenu ul.submenuList li a:hover { 
			background-color: #f1f1f1;
			}			 

		ul.navigation li div.submenuContainer div.submenu ul.submenuList li.last a:hover { 
			background: #f1f1f1 url(/images/common/bg-subMenuLast.gif) no-repeat left bottom;
			}
			
		ul.navigation li div.submenuContainer div.bottom { 
			height: 6px;
			width: 148px;
			clear: both;
			display: block;
			background: url(../images/common/bg-subMenuBottom.png) no-repeat 0 0;
			}
		
	ul.navigation li:hover div.submenuContainer, 
	ul.navigation li.sfhover div.submenuContainer {
		display: block;
		}




/* photoSection Styles 
---------------------------------------------------------------------*/	

#photoSection {
	display: block;
	background: #767676 url(../images/common/bg-photoSectionInside.jpg) no-repeat center top;
	height: 93px;
	}
	
	#photoSection .leftColumn { width: 692px; }
	#photoSection .rightColumn { width: 268px; }
	
	#photoSection .bannerImage { 
		display: block;
		height: 93px;
		width: 692px;
		}
		
	.section-solutions #photoSection .bannerImage { background: url(../images/bannerImages/solutions.jpg) no-repeat; }
	.section-company #photoSection .bannerImage { background: url(../images/bannerImages/company.jpg) no-repeat; }
	.section-specialty #photoSection .bannerImage { background: url(../images/bannerImages/specialty.jpg) no-repeat; }
	.section-technology #photoSection .bannerImage { background: url(../images/bannerImages/technology.jpg) no-repeat; }
	.section-contact #photoSection .bannerImage { background: url(../images/bannerImages/contact.jpg) no-repeat; }
	.section-solutions.page-author #photoSection .bannerImage { background: url(../images/bannerImages/author.jpg) no-repeat; }
	.section-solutions.page-build #photoSection .bannerImage { background: url(../images/bannerImages/build.jpg) no-repeat; }
	.section-solutions.page-translate #photoSection .bannerImage { background: url(../images/bannerImages/translate.jpg) no-repeat; }
	.section-solutions.page-test #photoSection .bannerImage { background: url(../images/bannerImages/test.jpg) no-repeat; }
	.section-solutions.page-report #photoSection .bannerImage { background: url(../images/bannerImages/report.jpg) no-repeat; }
	.section-blog #photoSection .bannerImage { background: url(../images/bannerImages/company.jpg) no-repeat; }
	.section-caseStudy #photoSection .bannerImage { background: url(../images/bannerImages/library.jpg) no-repeat; }
	

/* newsletter Styles 
---------------------------------------------------------------------*/	

.page-home #newsletter {
	position: absolute;
	bottom: 15px;
	right: 35px;
	z-index: 999;
	}

	#newsletter {
		margin: 20px 0 0 35px;
		display: block;
		}	

	#newsletter.english {
		margin: 25px 0 0 0px;
		display: block;
		}
		
		#newsletter h3 { 
			color: #fff; 
			font-weight: normal;
			font-size: 11px;
			margin: 0 0 3px 0;
			}

		#newsletter p { 
			color: #fff; 
			font-size: 11px;
			margin: 0 0 3px 0;
			}
			
		#newsletter a.submitLink { 
			background: url(../images/common/bg-submitLink.gif) no-repeat 0 2px;
			color: #fff;
			text-decoration: underline;
			text-transform: uppercase; 
			padding: 0 0 0 15px;
			}
			
		#newsletter a.submitLink:hover { text-decoration: none; }
		
		#newsletter input.inputText {
			width: 205px;
			background: transparent url(../images/common/bg-newsletterInput.gif) no-repeat;
			padding: 3px 10px;
			border: 0;
			font-size: 10px;
			color: #000;
			}
				
	
/* midSection Styles 
---------------------------------------------------------------------*/	

#midSection {
	display: block; 
	background: url(../images/common/bg-midSection.gif) repeat-x;
	position: relative;
	z-index: 1;
	}
	
	#midSection .container {	background: transparent url(../images/common/bg-body.gif) repeat-y center top; }
	
	#midSection .leftColumn { width: 692px; padding: 0 0 25px 0; }
	#midSection .rightColumn { width: 268px; background: url(../images/common/bg-midSectionRightCol.gif) repeat-x; padding: 0 0 25px 0; }
	
	#midSection .leftColumn .content { 
		width: 600px;
		margin: 20px 0 20px 30px;
		}

	#midSection .rightColumn .content { 
		width: 235px;
		margin: 20px 0 20px 13px;
		}
				
	#midSection h1 { 
		width: 555px;
		display: block;
		font-size: 25px; 
		font-weight: normal;
		margin: 0 0 5px 0;
		line-height: 38px;
		height: 38px;
		}
	
		#midSection h1 .orange { font-weight: normal; }
	
	#midSection h1.technologies {
		margin:0px 0 5px 0px;
		border:none;
		height:73px;
		line-height:73px;
		background-position: 0 0;
		background-repeat:no-repeat;
		text-indent:-5000px;
		outline:0px;
		border-bottom: 1px solid #c6c6c6; padding-bottom:5px;
		}
	
	h1.globalSight {background-image:url(../images/common/globalsightLogo.jpg)}
	h1.inSight {background-image:url(../images/common/insightLogo.jpg)}
	h1.crowdSight {background-image:url(../images/common/crowdsightLogo.jpg)}
	h1.marketSight {background-image:url(../images/common/marketsightLogo.jpg)}
		
	#midSection h5 { 
		font-size: 18px; 
		font-weight: normal;
		margin: 0 0 10px 0;
		}
	
		#midSection h5 .orange { font-weight: bold; }	
		

	#midSection h2 {
		color: #d51;
		font-size: 14px;
		font-weight: bold;
		margin: 30px 0 10px 0;
		}

	#midSection h2.management {
		margin: 0px 0 10px 0;
		}	
			
	#midSection h4 {
		color: #d51;
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 5px 0;
		}	
			
	#midSection .leftColumn ul { 
		list-style-type: none;
		margin: 0 0 20px 0;
		padding: 0;
		}
		
		#midSection .leftColumn ul li { 
			padding: 0 0 0 15px; 
			background: url(../images/common/bullet1.gif) no-repeat 5px 3px; 
/*			font-weight: bold;*/
			margin: 0 0 3px 0;
			}

	#midSection .leftColumn a.readAll { 
		background: url(../images/common/bullet2.gif) no-repeat 0 3px; 
		padding: 0 0 0 14px; 
		font-size: 11px;
		}
	
	
	#midSection .leftColumn p { margin: 0 0 20px 0; }
	
	#midSection a {	color: #d51; text-decoration: underline; }
	#midSection a:hover { color: #222; }
	
	
		#midSection .titleLine { 
			clear: both; 
			margin: 0 0 5px 0;
			}
			
			#midSection .titleLine .icon { 
				float: left; 
				height: 30px; 
				width: 30px;
				display: block;
				}
				
			#midSection .titleLine .logo { 
				float: left; 
				height: 40px; 
				width: 165px;
				display: block;
				margin:0px 0px -15px 0px;
				}

			#midSection .titleLine .lrgIcon { 
				float: left; 
				height: 38px; 
				width: 38px;
				display: block;
				}
				
			
				
			#midSection .titleLine .title { 	
				float: left; 
				width: 565px;
				display: block;
				border-bottom: 1px solid #b5b5b5;
				font-size: 12px;
				font-weight: bold; 
				color: #d51;
				padding: 4px 0 2px  0;
				}

			#midSection .titleLine.caseStudy .title {text-transform: none;	}
				
			#midSection .titleLine .titleS { 	
				float: left; 
				width: 600px;
				display: block;
				border-bottom: 1px solid #b5b5b5;
				font-size: 12px;
				font-weight: bold; 
				color: #d51;
				padding: 4px 0 2px  0;
				}	
				
			#midSection .titleLine .titleL { 	
				float: left; 
				width: 600px;
				display: block;
				border-bottom: 1px solid #b5b5b5;
				font-size: 12px;
				font-weight: bold; 
				color: #d51;
				padding: 0;
				}	
				
			#midSection .titleLine .text {
				float: left;
				}

			#midSection .titleLine .more {
				float: right;
				font-weight: normal;
				}
				
		#midSection .scopeBox { 
			display: block;
			width: 608px;
			background: url(../images/specialty/bg-scopeBox.gif) no-repeat;
			}
			
			#midSection .scopeBox .content { 
				display: block;
				background: url(../images/specialty/bg-scopeBoxBottom.gif) no-repeat left bottom;
				margin: 0;
				padding: 15px 25px;
				width: 558px;
				}
				
			#midSection .scopeBox .tab { 
				float: left; 
				width: 250px;
				color: #fff;
				line-height: 38px; 
				font-weight: bold;
				padding-left: 25px;
				font-size: 15px;
				}
				
			#midSection .scopeBox .icons { 
				float: right; 
				padding: 5px 0 0 0;
				}
				
			#midSection .scopeBox .icons img { margin-left: 4px; }
			
			#icons {float:right; padding:1px 0px 0 0px;}
			
			#icons ul.tabs {
				list-style-type: none;
				list-style-image:none;
				margin: 0;
				padding: 0;
				}
			
			#icons ul.tabs li {
				margin: 0 0 0 0px;
				padding: 0;
				float: left;
				list-style-image:none;
				background:none;
				}
			
			#icons ul.tabs li a {
				height: 30px;
				width: 30px;
				display: block;
				line-height: 30px;
				text-decoration: none;
				background-repeat: no-repeat;
				background-position: 0 0;
				outline: none;
				text-indent: -5000px;
				margin: 0px 0px 0 10px;
				padding:0px;
				}
			
			#icons ul.tabs li.audio a { background-image:url(/images/specialty/audio.gif) }
			#icons ul.tabs li.courseware a { background-image:url(/images/specialty/courseware.gif) }
			#icons ul.tabs li.documentation a { background-image:url(/images/specialty/documentation.gif) }
			#icons ul.tabs li.marketing a { background-image:url(/images/specialty/marketing.gif) }
			#icons ul.tabs li.software a { background-image:url(/images/specialty/software.gif) }
			#icons ul.tabs li.staffing a { background-image:url(/images/specialty/staffing.gif) }
			#icons ul.tabs li.website a { background-image:url(/images/specialty/website.gif) }
			
			#icons ul.tabs li a:hover, #icons ul.tabs li a.active { background-position:0 -30px;}

	#midSection .rightColumn .moreInfoButton { 
		display: block;
		height: 48px;
		width: 268px;
		margin: 20px 0 10px;
		background: url(../images/common/moreInfoButton.png) no-repeat;
		}
		
		#midSection .rightColumn .moreInfoButton a {
			display: block;
			background: url(../images/common/moreInfoButton-en.gif) no-repeat;
			height: 48px;
			width: 268px;
			margin: 0;
			outline: none;
			text-indent: -5000px;
			text-decoration: none;
			}

		#midSection .rightColumn .moreInfoButton a:hover {
			background-position: 0 -48px;
			}
		
	#midSection .rightColumn .moreInfoButtonFR { 
		display: block;
		height: 48px;
		width: 268px;
		margin: 20px 0 10px;
		background: url(../images/common/moreInfoButtonfr.png) no-repeat;
		}
		
		#midSection .rightColumn .moreInfoButtonFR a {
			display: block;
			background: url(../images/common/moreInfoButton-fr.gif) no-repeat;
			height: 48px;
			width: 268px;
			margin: 0;
			outline: none;
			text-indent: -5000px;
			text-decoration: none;
			}

		#midSection .rightColumn .moreInfoButtonFR a:hover {
			background-position: 0 -48px;
			}


	#midSection .rightColumn .moreInfoButtonDE { 
		display: block;
		height: 48px;
		width: 268px;
		margin: 20px 0 10px;
		background: url(../images/common/moreInfoButtonfr.png) no-repeat;
		}
		
		#midSection .rightColumn .moreInfoButtonDE a {
			display: block;
			background: url(../images/common/moreInfoButton-de.gif) no-repeat;
			height: 48px;
			width: 268px;
			margin: 0;
			outline: none;
			text-indent: -5000px;
			text-decoration: none;
			}

		#midSection .rightColumn .moreInfoButtonDE a:hover {
			background-position: 0 -48px;
			}

	#midSection .rightColumn .moreInfoButtonJA { 
		display: block;
		height: 48px;
		width: 268px;
		margin: 20px 0 10px;
		background: url(../images/common/moreInfoButtonfr.png) no-repeat;
		}
		
		#midSection .rightColumn .moreInfoButtonJA a {
			display: block;
			background: url(../images/common/moreInfoButton-ja.gif) no-repeat;
			height: 48px;
			width: 268px;
			margin: 0;
			outline: none;
			text-indent: -5000px;
			text-decoration: none;
			}

		#midSection .rightColumn .moreInfoButtonJA a:hover {
			background-position: 0 -48px;
			}

	#midSection .rightColumn .moreInfoButtonIT { 
		display: block;
		height: 48px;
		width: 268px;
		margin: 20px 0 10px;
		background: url(../images/common/moreInfoButtonfr.png) no-repeat;
		}
		
		#midSection .rightColumn .moreInfoButtonIT a {
			display: block;
			background: url(../images/common/moreInfoButton-it.gif) no-repeat;
			height: 48px;
			width: 268px;
			margin: 0;
			outline: none;
			text-indent: -5000px;
			text-decoration: none;
			}

		#midSection .rightColumn .moreInfoButtonIT a:hover {
			background-position: 0 -48px;
			}

	#midSection .rightColumn .moreInfoButtonZH { 
		display: block;
		height: 48px;
		width: 268px;
		margin: 20px 0 10px;
		background: url(../images/common/moreInfoButtonfr.png) no-repeat;
		}
		
		#midSection .rightColumn .moreInfoButtonZH a {
			display: block;
			background: url(../images/common/moreInfoButton-zh.gif) no-repeat;
			height: 48px;
			width: 268px;
			margin: 0;
			outline: none;
			text-indent: -5000px;
			text-decoration: none;
			}

		#midSection .rightColumn .moreInfoButtonZH a:hover {
			background-position: 0 -48px;
			}

	#midSection .rightColumn .moreInfoButtonES { 
		display: block;
		height: 48px;
		width: 268px;
		margin: 20px 0 10px;
		background: url(../images/common/moreInfoButtonfr.png) no-repeat;
		}
		
		#midSection .rightColumn .moreInfoButtonES a {
			display: block;
			background: url(../images/common/moreInfoButton-es.gif) no-repeat;
			height: 48px;
			width: 268px;
			margin: 0;
			outline: none;
			text-indent: -5000px;
			text-decoration: none;
			}

		#midSection .rightColumn .moreInfoButtonES a:hover {
			background-position: 0 -48px;
			}


	#midSection h3 { 
		font-size: 16px;
		font-weight: bold;
		color: #343434;
		border-bottom: 1px solid #ababab;
		display: block;
		position: relative;
		padding: 0 0 4px 0;
		margin: 0 0 10px 0;
		}

	#midSection .linksRight { 
		position: absolute;
		top: 0; 
		right: 0;
		font-size: 11px;
		font-weight: normal;
		color: #d51;
		}
		
	#midSection .linksRight a.subscribe { 
		border-left: 1px solid #d51; 
		padding: 0 0 0 5px; 
		margin: 0 0 0 4px;
		}

	#midSection .linksRight a.readAll { 
		background: url(../images/common/bullet2.gif) no-repeat 0 3px; 
		padding: 0 0 0 14px; 
		}
		
	#midSection .linksRight a { color: #d51; font-weight: normal; }
	#midSection .linksRight a:hover { color: #343434; }
	
	#midSection .rightColumn .date { 
		font-size: 10px;
		font-weight: bold;
		color: #343434;
		line-height: 13px;
		}
	
	#midSection .rightColumn ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		}

	#midSection .rightColumn ul li {
		margin: 0 0 6px 0;
		line-height: 16px;
		}
	
	
	#midSection .rightColumn ul li a {
		font-weight: bold;
		text-decoration: none;
		line-height: 16px;
		}

	#midSection .rightColumn a:hover { color: #343434; }
	
	.h20 { height: 20px; }
	
	
	#midSection #testimonialBox {
		display: block;
		height: 200px;
		width: 279px;
		background: transparent url(../images/common/bg-testimonialBox2.png) no-repeat;
		overflow: hidden;
		}
	
	#midSection #testimonialBox .content { margin: 0; padding: 15px 22px; }
	#midSection #testimonialBox h3 { border-bottom: 1px solid #fac2a5; width: 223px; } 
	#midSection #testimonialBox h3 a { color: #343434; }	
	#midSection #testimonialBox p { margin: 0; }
	
	#midSection #testimonialBox .testimonials { 
		margin: 0;
		padding: 0;
		}
		
	#midSection #testimonialBox .testimonial {
		color: #fff; 
		font-size: 12px;
		font-weight: bold;
		line-height: 15px;
		margin: 0;
		padding: 0;
		width: 223px;
		}
		
	#midSection #testimonialBox .testimonial .name {
		font-weight: normal;
		color: #343434;
		font-size: 10px;
		line-height: 12px;
		margin: 4px 0 0 0;
		}

	#midSection #videoBox {
		display: block;
		height: 202px;
		width: 279px;
		background: url(../images/common/bg-videoBoxHome.png) no-repeat;
		overflow: hidden;
		margin: 0 0 5px 0;
		}
	
	#midSection #videoBox .content { margin: 0; padding: 15px 22px; }
	#midSection #videoBox h3 { border-bottom: 1px solid #cbcbcb; color: #fff;  width: 235px;  } 
	#midSection #videoBox h3 a { color: #fff; background: url(../images/common/bullet3.gif) no-repeat 0 2px; padding: 0 0 0 15px; }	

	#midSection #videoBox .video {
		height: 140px;
		width: 234px;
		margin: -5px -7px;
		padding: 7px;
		display: block;
		background: url(../images/common/bg-video.png) no-repeat;
		}
				
		
	#midSection #clientBase { 
		margin: 0px 0 -3px 30px; 
		display: block;
		clear: both;
		width:643px;
		}
		
		#midSection #clientBase .row {
			border-top: 1px solid #dadada;
			width: 643px;
			overflow: hidden;
			height: 44px;
			}
			
		#midSection #clientBase .scroll {
			border-top: 1px solid #dadada;
			width: 100%;
			overflow: hidden;
			height: 44px;
			}
		
		#midSection #clientBase .prev, 
		#midSection #clientBase .next {
			float: left;
			width: 14px;
			}
		
		#midSection #clientBase .prev a, 
		#midSection #clientBase .next a {
			width: 14px;
			display: block;
			height: 44px;
			text-decoration: none;
			outline: none;
			text-indent: -5000px;
			}
			
			#midSection #clientBase .prev a { background: url(../images/common/arrow-prev.gif) no-repeat; }
			#midSection #clientBase .next a { background: url(../images/common/arrow-next.gif) no-repeat; }

		#midSection #clientBase .prev a:hover, 
		#midSection #clientBase .next a:hover {
			background-position: 0 -44px;
			}
				
		#midSection #clientBase .scrollingHotSpotLeft {left:15px; }
		#midSection #clientBase .scrollingHotSpotRight {left:615px;}

		#midSection #clientBase .scrollingHotSpotLeft, 
		#midSection #clientBase .scrollingHotSpotRight  {
			width: 75px;
			position:absolute;
			display: block;
			height: 44px;
			line-height:44px;
			text-decoration: none;
			outline: none;
			text-indent: -5000px;
			cursor: pointer;
			z-index: 999;
			}
			
			#midSection #clientBase .scrollingHotSpotLeft { background: url(../images/common/arrow-prev.gif) 0px 0px no-repeat; }
			#midSection #clientBase .scrollingHotSpotRight { background: url(../images/common/arrow-next.gif) 61px 0px no-repeat; }

		#midSection #clientBase .scrollingHotSpotRight:hover {
			background-position: 61px -44px;
			}

		#midSection #clientBase .scrollingHotSpotLeft:hover{
			background-position: 0px -44px;
			}
		
		#midsection #clientBase .scrollableArea {
		position:relative;
		margin:0 0 0 0px;
		padding:0px;
		width:615px;
		height: 44px;
		float: left;
		z-index:100;
		}

		#midsection #clientBase .scrollableArea img {display: block; float:left; width:615px;}
				
		#midSection #clientBase .carousel {
			float: left;
			width: 615px;
			}
			
		#midSection #clientBase .carousel ul { 
			width: 615px;
			margin: 0;
			padding: 0;
			list-style-type: none;
			}
			
		#midSection #clientBase .carousel ul li { 
			background-image: none;
			padding: 0;
			margin: 0;
			}
			
		#midSection .banner { 
			float: right;
			margin: 0 0 5px 25px;
			}
			
		#midSection .bannerO { 
			float: right;
			margin: 0 0 5px 0;
			}	
		
/* botSection Styles 
---------------------------------------------------------------------*/	

#botSection {
	height: 55px;
	margin: -55px 0 0 0; 
	padding: 0;
	clear: both;
	display: block;
	background: #fff;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	}	
	
	#botSection .container { 
		}
	
	#botSection .leftColumn { 
		width: 672px; 
		border-top: 1px solid #ababab; 
		padding: 15px 0 0 10px;
		}
		
	#botSection .rightColumn { 
		width: 268px;  
		border-top: 1px solid #ababab; 
		padding: 15px 10px 0 0; 
		text-align: right; 
		float: right;
		}
	
	#botSection ul { 
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
	
	#botSection ul li { 
		border-left: 1px solid #dadada;
		float: left;
		padding: 0 10px;
		margin: 0;
		font-size: 11px;
		line-height: 13px;
		}

	#botSection ul li a { 
		color: #666;
		text-decoration: none;
		}

	#botSection ul li a:hover { color: #d51; }
		
	#botSection ul li.first { border-left: 0; }
	
		
/* Homepage Styles 
---------------------------------------------------------------------*/	
	
	body.page-home { background-image: none; }
	
		.page-home #midSection .leftColumn { width: 678px; padding: 0 13px 0 0; }
		.page-home #midSection .middleColumn { width: 278px; padding: 20px 0 0 0; float: right; }
		.page-home #midSection .rightColumn { width: 268px; background-image: none; padding: 0 0 0 0; }

		.page-home #midSection .leftColumn .content { width: 350px; float: left; }
		.page-home #midSection .middleColumn .content { width: 232px; }
	
		.page-home #midSection #testimonialBox h3 { width: 235px; }
		.page-home #midSection #testimonialBox { width: 279px; background: url(../images/common/bg-testimonialBoxHome2.png) no-repeat; }
		.page-home #midSection #testimonialBox .testimonial { width: 235px; }

		.page-home #botSection .leftColumn { width: 643px; padding: 15px 0 0 0; margin-left: 30px; }
		.page-home #botSection .rightColumn { width: 249px; }


		
/* Contact Styles 
---------------------------------------------------------------------*/	
	
#midSection .contactRow { 
	clear: both;
	padding: 0 0 8px 0;
	}
	
#midSection .contactRow2 { 
	clear: both;
	padding: 8px 60px;
	}
	
#midSection .contactRowTop { 
	margin: 10px 0;
	border-top: 1px solid #eee;
	padding-top: 16px;
	}		
	
	#midSection .contactRow .leftColumn { 
		display: block;
		width: 135px;
		padding: 0 20px 0 0;
		text-align: right;
		}
			
	#midSection .contactRow .rightColumn { 
		display: block;
		width: 426px;
		background: url(/images/common/contactFormLeft.gif) no-repeat;
		padding: 0;
		}

	#midSection .contactRow2 .rightColumn { 
		display: block;
		width: 470px;
		padding: 5px 0;
		background-image: none;
		}
		
				
		#midSection .contactRow .rightColumn .inside { 
			display: block;
			height: 18px;
			width: 400px;
			background: transparent url(/images/common/contactFormRight.gif) no-repeat right top;
			padding: 2px 13px;
			}
			
		#midSection .contactRow input.inputText { 
			border: 0;
			width: 400px;
			height: 16px;
			background: transparent;
			}
			
		#midSection .contactRow2 select { 
			width: 470px;
			}

		#midSection .contactRow2 label { 
			float: left;
			width: 225px;
			display: block;
			}
		
		#midSection .contactRow2 .short { width: 112px; }
						
		#midSection .contactRow .noStyle { 
			background-image: none;
			}

		#midSection .contactRow2 textarea { 
			width: 468px;
			height: 160px;
			border: 1px solid #bbb;
			background: #ddd;
			padding: 5px;
			margin: 8px 0;
			font: 12px/18px Arial, Helvetica, sans-serif;
			}

		#midSection .contactRow textarea { 
			width: 420px;
			height: 160px;
			border: 1px solid #bbb;
			background: #ddd;
			padding: 5px;
			margin: 0px 0px 0px 4px;
			font: 12px/18px Arial, Helvetica, sans-serif;
			}

	
	#midSection .contactRow .asterick, #midSection .contactRow2 .asterick, #midSection .resumeDiv .asterick { 
		width: 10px;
		color: #d51;
		font-size: 10px;
		padding: 0 0 0 4px;
		}
			

	#flashMap { width:630px; margin:0 0 0 -10px; }

/* Overlay Styles 

---------------------------------------------------------------------*/	

#flashVideo {
	width: 586px;
	height: 330px;
	margin: 0px;
	padding: 0px;
}

div.overlay {
	padding:32px 35px 40px 35px;	
	width:586px;  
	display:none;
}


div.overlay div.close {
	background:url(/images/overlay/close.png) no-repeat;
	position:absolute;
	top:-5px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}


div.overlay a {
	height:330px;
	display:block;
}


/* Locations Styles 
---------------------------------------------------------------------*/	


		#midSection .locationsBox { 
			display: block;
			width: 608px;
			background: url(../images/locations/bg-locationsBox.gif) no-repeat;
			}
			
			#midSection .locationsBox .content { 
				display: block;
				background: url(../images/locations/bg-locationsBoxBottom.gif) no-repeat left bottom;
				margin: 0;
				padding: 15px 25px 25px 25px;
				width: 558px;
				font-size: 12px;
				line-height: 18px;
				}
				
			#midSection .locationsBox .content h4 {
				margin: 0 0 2px 0;
				font-size: 13px;
				line-height: 18px;
				color: #d51;
				font-weight: bold;
				}
				
				
			#midSection .locationsBox .content .lColumn { 
				display: block;
				float: left;
				width: 220px;
				border-right: 1px solid #ddd;
				}

			#midSection .locationsBox .content .rColumn { 
				display: block;
				float: left;
				width: 220px;
				margin-left: -1px;
				border-left: 1px solid #ddd;
				padding-left: 35px;
				}
				
			#midSection .locationsBox .content .last { 
				margin-bottom: 0;
				}
				
	#midSection .locationsHeading .lColumn { 
		display: block;
		float: left;
		width: 220px;
		}
			
	#midSection .locationsHeading .rColumn { 	
		display: block;
		float: right;
		width: 300px;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none; 
		text-align: right;
		line-height: 38px;
		height: 38px;
		}
		
.inputText-singleLine {
	border: none;
	border: 1px solid #bbb;
	background: #ddd;
	width: 600px;
}

.inputText-numberLine {
	border: none;
	border: 1px solid #bbb;
	background: #ddd;
	width: 100px;
	text-align: right;
}

.inputText-multiLine {
	border: none;
	border: 1px solid #bbb;
	background: #ddd;
	width: 600px;
	height: 30px;
}

.lineBreak {
	clear: both;
	height: 5px;
}

.grayLine {
		clear: both;
		border-top: 1px solid #eee;
		margin-bottom: 24px;
		margin-top: 5px;
		}

.categoryName {
	font-weight:bold;
	margin-bottom:5px;
	text-transform: uppercase;
		color: #d51;
}

.categoryDesc {
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: -6px;
}


/* More Contact Styles 
---------------------------------------------------------------------*/	
		
.hiddenDiv { display: none; }
.visibleDiv { display: block; }

#midSection .otherDiv {
	width: 475px;
	margin-left: 60px;
	}

#midSection .otherDiv .rightColumn { 
	display: block;
	width: 470px;
	background: url(/images/common/contactFormLeft.gif) no-repeat 80px top;
	padding: 0;
	}		
				
#midSection .otherDiv .rightColumn .title { 
	float: left;
	width: 60px;
	background: #fff;
	margin-right: 5px;
	}
			
#midSection .otherDiv .rightColumn .inside { 
	float: left;
	display: block;
	height: 18px;
	width: 379px;
	background: transparent url(/images/common/contactFormRight.gif) no-repeat right top;
	padding: 2px 13px;
	}

#midSection .otherDiv input.inputText { 
	border: 0;
	width: 379px;
	height: 16px;
	background: transparent;
	}


#midSection .resumeDiv {
	width: 475px;
	margin-left: 60px;
	}

#midSection .resumeDiv .rightColumn { 
	display: block;
	width: 470px;
	background-image: none;
	padding: 0;
	}		
				
#midSection .resumeDiv .rightColumn .title { 
	float: left;
	width: 60px;
	background: #fff;
	margin-right: 5px;
	}
			
#midSection .resumeDiv .rightColumn .inside { 
	float: left;
	display: block;
	height: 18px;
	width: 379px;
	background-image: none;
	padding: 2px 13px;
	}

	
	
/* Blog Styles 
---------------------------------------------------------------------*/	


#midSection .blogBox { 
	display: block;
	width: 608px;
	background: url(../images/blog/bg-blogBox.gif) no-repeat;
	margin-bottom: 35px;
	}

	#midSection .blogBox .content { 
		display: block;
		background: url(../images/blog/bg-blogBoxBottom.gif) no-repeat left bottom;
		margin: 0;
		padding: 15px 25px;
		width: 558px;
		}
			
	#midSection .blogBox .tab { 
		float: left; 
		width: 310px;
		color: #fff;
		line-height: 38px; 
		font-weight: bold;
		padding-left: 25px;
		font-size: 15px;
		display: block;
		height: 40px;
		overflow: hidden;
		}
				
	#midSection .blogBox .tab a { color: #fff; text-decoration: none; }
				
	#midSection .blogBox .meta { 
		float: right; 
		padding: 5px 0 0 0;
		font-size: 11px;
		color: #666;
		line-height: 30px;
		}
				
		p.arrow { background: url(../images/common/bullet2.gif) no-repeat 0 11px; padding-left: 16px; }
		
	#comments {
		display: block;
		clear: both;
		}
		
	.summary { 
		display: block;
		height: 92px;
		overflow: hidden;
		}
				
	.postline { 
		display: block;
		clear: both;
		margin: 10px 0; 
		border-top: 1px solid #ddd;
		padding: 10px 0;
		}

	.postline div { 
		float: left;
		}
	
	.postline div a { 
		height: 20px;
		line-height: 17px;
		display: block;
		padding-left: 20px;
		}
		
	.postline .bar { 
		padding: 0 10px;
		height: 13px;
		line-height: 13px;
		color: #d51;
		}
	
	.fullArticle a { background: url(/images/blog/icon-read.gif) no-repeat; }
	.commentsButton a { background: url(/images/blog/icon-comment.gif) no-repeat; }
		

	.shareThis { 
		line-height: 17px;
		display: block;
		padding-left: 20px;
		background: url(/images/blog/icon-share.gif) no-repeat; 
		}
		
	.stbuttontext { display: block; height: 20px; background: #fff; margin: -2px 0 0 -20px; }
		
	
	.comment-author { 
		color: #d51;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		height: 20px;
		margin: 10px 0 0 0; 
		padding: 10px 0 0 0;
		border-top: 1px solid #ddd;
		}
		
	#midSection .comment-body p {
		margin: 4px 0;		
		}
		
	.comment-footer { font-size: 11px; padding: 0 0 10px 0; }
	.comment-timestamp { background: url(../images/common/bullet2.gif) no-repeat 0 1px; padding-left: 16px; }
	
	
	#BlogArchive1_Archivelist {
		display: block;
		clear: both;
		margin: 5px 0; 
		border-bottom: 1px solid #b5b5b5;
		padding: 5px 0;
		}
		
	#comment-editor input.postCommentSubmit { 
		border: 0;
		display: block;
		text-indent: -5000px;
		height: 50px;
		width: 200px;
		background: url(/images/blog/btn-postComment.gif) no-repeat;
		}
		
	h4#comment-post-message, .comment-footer { display: none; }

/* photoSection Styles 
---------------------------------------------------------------------*/	


#flashSection {
	display: block;
	background: #767676 url(../images/common/bg-flashSection.jpg) no-repeat center top;
	height: 452px;
	}


.page-home.english-home #flashSection {
	display: block;
	background: #767676 url(../images/common/bg-flashSection-new.jpg) no-repeat center top;
	height: 417px;
	}

#slideSection {
	width: 960px;
	height: 358px;
	background:  url(../images/common/bg-slidesSection.jpg) no-repeat center top;
	overflow: hidden;
}

#bannerBar {
	width: 960px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

ul#pager {
	list-style-type: none;
	margin: 0px;
	padding: 0 0 0 30px;
	width: 660px;
	height: 60px;
	float: left;
}

#pager li {
	float: left;
	padding: 0px;
	margin: 0px;
}

#pager li a {
	padding: 22px 28px 15px 28px;
	margin: 0px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #cfcfcf;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
}

#pager li a:hover {color: #ffffff;}

#pager li.activeLI a {
	color: #ffffff;
	background: url(../images/common/banner-arrow.png) no-repeat center 10px;
}

.requestMoreInfo {
	float: left;
	display: block;
	height: 50px;
	width: 268px;
	background: url(../images/common/button-requestMoreInfo.png) no-repeat center 0px;
	text-indent: -5000px;
	margin: 22px 0 0 0px;
}

.page-home .requestMoreInfo {
	margin: 5px 0 0 0px;
}

.requestMoreInfo:hover {	background: url(../images/common/button-requestMoreInfo.png) no-repeat center -50px;}
	
#slideSection .slide .slide-photo {
	float: left;
	width: 430px;
}

#slideSection .slide .slide-rightCol {
	float: left;
	width: 515px;
	padding: 120px 0 0 15px;
}

#slideSection .slide .slide-rightCol h1 {
	font-size: 40px;
	font-weight: normal;
	color: #000000;
	line-height: 52px;
	height: 52px;
	padding: 0px;
	margin: 0px;
	letter-spacing:-2px;
	position: relative;
	z-index: 100;
}

#slideSection .slide .slide-rightCol h1 .orange {
	font-weight: bold;
}

#slideSection .slide .slide-rightCol h2 {
	font-size: 23px;
	font-weight: normal;
	color: #000000;
	line-height: 23px;
	height: 23px;
	padding: 0 0 0 60px;
	margin: 0px;
}

#slideSection div.slide div.slide-rightCol ul {
	list-style-type: none;
	margin: 15px 0 0 0px;
	padding: 0px;
	float: left;
}

#slideSection div.slide div.slide-rightCol ul.slide-list-one {
	width: 250px;
	padding: 0 0 0 35px;
}

#slideSection div.slide div.slide-rightCol ul.slide-list-two {
	width: 220px;
	padding: 0 0 0 10px;
}

#slideSection div.slide div.slide-rightCol ul li {
	margin: 0px;
	padding: 0 0 0 10px;
	font-size: 15px;
	color: #2a2a2a;
	line-height: 22px;
	background: url(../images/common/slides-list-arrow.png) no-repeat 0 6px;
}
	
.subscribeNewsletter {
	padding: 24px 5px 0 10px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	width: 255px;
	height: 120px;
}

.subscribeNewsletter .newsletter-biggerText {
	font-size: 18px;
	line-height: 20px;
}

#midSection .subscribeNewsletter a.newsletter-button {
	display: block;
	margin: 5px 0 0 -5px;
	font-size: 11px;
	width: 116px;
	padding: 10px 10px 10px 12px;
	height: 24px;
	line-height: 12px;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	background: transparent url(../images/common/newsletter-button-bg.png) no-repeat 0px 0px;
	}

#midSection .subscribeNewsletter a.newsletter-button:hover {
	opacity:0.8;filter:alpha(opacity=80);
	}

.subscribeNewsletter .newsletter-right {
	float: left;
	width: 135px;
	padding: 6px 0 0 0px;
}

.subscribeNewsletter .newsletter-thumb {
	padding: 0 5px 0 0px;
}

#midSection div.container div.rightColumn div.subscribeNewsletter div.newsletter-left {
	float: left;	
}

.subscribeNewsletter img {border:none;}
	
	
/* Leadership Pages 
-----------------------*/

.leadershipPhoto {
	display: block;
	float: left;
	margin-right: 20px;
	}

.leadershipPhoto .top { 
	display: block;
	width: 150px;
	padding: 10px 10px 0 10px;;
	background: url(../images/common/leadershipPhotoTop.gif) no-repeat;
	}
	
.leadershipPhoto .bottom { 
	display: block;
	width: 150px;
	height: 0;
	padding: 10px 10px 10px;;
	background: url(../images/common/leadershipPhotoBtm.gif) no-repeat;
	}
	
.leadershipBio { 
	display: block;
	float: left;
	width: 400px;
	}
	
.leadershipBio .name { 
	font-size: 16px;
	font-weight: bold;
	color: #d51;
	}
	
.leadershipBio .title {
	font-size: 11px;
	font-weight: bold;
	text-transform:  uppercase;
	color: #666;
	margin-bottom: 8px;
	}
	
#midsection .leftcolumn .leadershipBio ul li,
.leadershipBio ul li {
	padding: 0 0 0 15px;
	background: url(../images/common/bullet4.gif) no-repeat 5px 3px !important;
	margin: 0 0 3px 0;
	}
	
.sep { 
	margin: 10px 0 30px 0;
	border-bottom: 1px dotted #ddd;
	}

#midSection .leftColumn .content .more-less  {
	position: relative;
	padding: 0px 30px;
}

#midSection .leftColumn .content .more-less .more-block p {
	position: relative;
	padding: 0px 0px;
	margin: 0 0 10px 0px;
}

#midSection .leftColumn .content .more-less a.showMore {
	background: url(../images/common/bullet2.gif) no-repeat 0px 5px; 
	padding: 0 0 0 16px; 
	position: absolute;
	right: 340px;
	top: 0px;
	font-size: 11px;
}
	
