html, body, div, span, object, h1, h2, h3, h4, p, a, img, strong, ul, li, form, label{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body{
	background: #222;
	font: 10px/13px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #ccc;
}

a{
	text-decoration: none;
}

a:hover{
	cursor: pointer;
}

ul, li{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

h1{
	margin-bottom: 5px;
	font-weight: normal;
	color: #99CB65;
	font-size: 12px;
}

#globalWrapper{
	position: relative;
	height: 525px;
	width: 934px;
	margin: 40px auto 0 auto;
}

#header{
	position: relative;
	height: 60px;
}

#logo{
	position: absolute;
	left: 0;
	top: -7px;
	text-indent: -9999px;
	width: 152px;
	height: 40px;
	background: url('images/logo.png');
	_background: url('images/ie6/logo.gif'); /* IE 6 and below */
	
}

#logo:hover{
	cursor: pointer;
}


#logo:active{
	top: -8px;
}

#globalNavigation{
	position: absolute;
	right: 0;
	top: 0;
}

#globalNavigation li a{
	font-size: 12px;
	display: block;
	float: left;
	margin-left: 3px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
	height: 25px;
	line-height: 25px;
	background: #171717;
	color: #999999;
	
}

#globalNavigation li a.selected{
	background: #0C0C0C;
	color: #91D8F3;
}

#body{
	position: relative;
	height: 465px;
}

#contentWrapper{
	width: 935px;
	position: relative;
}

#content{
	height: 430px;
	overflow: hidden;
	position: relative;
}


#contentMask{
	position: absolute;
	width: 32766px;
	height: 430px;
}


.contentModule{
	position: relative;
	width: 680px;
	height: 430px;
	float: left;
	background: transparent;
	margin-right: 3px;
}

.contentModule .preview{
	position: absolute;
	left: 0;
	top: 0;
	width: 680px;
	height: 430px;
}


.contentModule.empty{
	background: #282828;
}


.moduleShield{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 10;
}

.moduleShield:hover{
	background: #000 url('images/nav2.png');
	_background: #000 url('images/ie6/nav.gif'); /* IE 6 and below */
	cursor: pointer;
}



#homeSlideshow{
	position: relative;
	height: 100%;
}

.homeSlide{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}


#homeShowDotWrapper{
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 9;
	background: transparent;
	width: 350px;
	height: 8px;
	overflow: hidden;
}


.imageDot, .imageDotLoad{
	display: block;
	float: left;
	height: 8px;
	width: 8px;
	background: url('images/smallImageDots.png') no-repeat -8px;
	_background: url('images/ie6/smallImageDots.png') no-repeat -8px; /* IE 6 and below */
	
	margin-right: 4px;
	opacity: .5;
	filter: alpha(opacity = 50);
	zoom: 1;
	
}

.imageDot.selected{
	background-position: 0;
	opacity: 1;
	filter: alpha(opacity = 100);
	zoom: 1;	
}




.moduleInfoWrapper{
	position: absolute;
	z-index: 5;
	overflow: hidden;
	bottom: 10px;
	right: 10px;
	width: 298px;
	border: solid 1px #000;
}

.moduleInfoBG{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2000px;
	background: #000;
	opacity: .85;
	filter: alpha(opacity = 85);
	zoom: 1;
}

.moduleInfoContent{
	position: relative;
	left: 0;
	top: 0;
	padding: 10px 12px 35px 10px;
	color: #ccc;
	font-size: 10px;
}

.moduleInfoContent h1{
	color: #99CB65;
	font-size: 12px;
}

.moduleInfoContentNavigation{
	position: absolute;
	bottom: 10px;
	left: 12px;
	height: 14px;
}

.moduleInfoContentNavigation .viewVideo, .moduleInfoContentNavigation .viewSlideshow, .moduleInfoContentNavigation .viewMoreText{
	display: block;
	white-space: nowrap;
	float: left;
	height: 14px;
	line-height: 14px;
	background: #181818 url('images/slideVideo.png') no-repeat 5px 2px;
	_background: #181818 url('images/ie6/slideVideo.gif') no-repeat 5px 2px; /* IE 6 and below */
	color: #91D8F3;
	margin-right: 8px;
	font-size: 10px;
	padding: 0 5px 0 22px;
}

.moduleInfoContentNavigation .viewVideo{
	_display: none;
}

.moduleInfoContentNavigation .viewSlideshow{
	background-position: 5px -14px;
}
.moduleInfoContentNavigation .viewMoreText{
	background-position: 5px -27px;
}


#contentNavigation{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 25px;
	width: 934px;
}

#contentNavigation li a{
	display: block;
	float: left;
	width: 58px;
	height: 25px;
	background: white;
	text-indent: -9999px;
}

#contentNavigation li a.selected,
#contentNavigation li a.selected.selectedInThePast{
	border-bottom: solid 5px white;
	margin-top: -5px;;
}


#contentNavigation li a.selectedInThePast{
	border-bottom: solid 5px #333;
}

#sidebar{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 118px;
	height: 445px;
	background: #282828;
	padding: 10px 5px;
	overflow: hidden;
}

#sidebar .date{
	display: block;
	font-size: 9px;
	color: #666;
	white-space: nowrap;
}


#sidebar .title a{
	font-size: 10px;
	color: #BDB1FF;
	background: #181818;
	line-height: 14px;
	padding: 1px 2px;
}

#sidebar .summary{
	display: block;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	margin: 5px 0;
}

#sidebar .comments a{
	display: block;
	font-size: 9px;
	text-decoration: underline;
	color: #ccc;
	white-space: nowrap;
	margin-bottom: 16px;
}


.centerFix{
	float: left;
	text-align: center;
}


.tip{
	position: absolute;
	white-space: nowrap;
	border-bottom: solid 1px #000;
	border-top: solid 1px #555;
	background: #fff;
	height: 20px;
	z-index: 100;
}

.tip-title{
	font-size: 9px;
	color: #222;
	background: url(images/tip.png) no-repeat 50% 19px;
	_background: url('images/ie6/tip.gif') no-repeat 50% 19px; /* IE 6 and below */
	height: 19px;
	padding: 5px;
}

.tip-text{
	display: none;
}



#peopleContent .slideshowWrapper{
	background: transparent;
	overflow: hidden;
	height: 400px;
	width: 100%;
	margin-bottom: -20px;
	position: relative;
}

#peopleContent .slideshow{
	position: absolute;
	top: 0;
	height: 350px;
}

#peopleContent .slideshowNavWrapper{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 53px;
	line-height: 53px;
	text-align: center;
	
}

.slideshowWrapper, .videoWrapper, .textWrapper{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	z-index: 10;
}

.videoWrapper{
	background: black url('images/loadingBlack.gif') center no-repeat;
}


.slideshowNavWrapper, .videoNavWrapper{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	z-index: 10;
	background: black;
}


#slideshowCaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.slideshowNavWrapper a, .videoNavWrapper a, .slideshowFooter a,
.slideshowHeadWrapper a, .textHeadWrapper a,
.videoHeadWrapper a{
	text-decoration: underline;
	color: #91D8F3;
}

.slideshowHeadWrapper, .videoHeadWrapper, .textHeadWrapper{
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 100%;
}

.slideshowNavInfo{
	padding: 0 5px;
}

.slideshowNavInfo strong{
	color: #ccc;
}

.slideshowNavClose, .videoNavClose, .textNavClose{
	position: absolute;
	top: 0;
	right: 10px;
	height: 30px;
	line-height: 30px;
}

.slideshow{
	position: absolute;
	top: 30px;
	width: 680px;
	height: 370px;
}


.slideshowImage{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#peopleContent .slideshow{
	position: absolute;
	top: 00px;
	width: 540px;
	height: 350px;
	overflow: hidden;

}

.slideshowFooter{
	position: absolute;
	bottom: 0;
	height: 30px;
	width: 100%;
	line-height: 30px;
	text-align: center;
}

.videoObject{
	position: absolute;
	background: red;
	top: 30px;
	left: 10px;
}



.textWrapper .textLeft{
	position: absolute;
	left: 5px;
	top: 30px;
	height: 100px;
	padding: 3px 10px;
}


.textWrapper .textLeftImg{
	position: relative;
	width: 260px;
	height: 150px;
}


.textWrapper .textRight{
	position: absolute;
	right: 10px;
	top: 30px;
	height: 370px;
	width: 370px;
	overflow: hidden;
}

.textWrapper .textRight .textRightText{
	padding: 0 15px 0 0;
	height: 100%;
	overflow: auto;
}

.textWrapper .textRight .textRightText p{
	margin-top: 10px;
}

.print{
	display: block;
	background: #0C0C0C url('images/printSmall.png') no-repeat 2px 3px;
	_background: #0C0C0C url('images/ie6/printSmall.gif') no-repeat 2px 3px; /* IE 6 and below */
	position: absolute;
	height: 20px;
	margin-top: 10px;
	line-height: 20px;
	padding-left: 25px;	
	color: #91D8F3;

}


#aboutTotalWrapper{
	position: relative;
}

#aboutTotalWrapper h1{
}

#aboutWrapper{
	width: 500px;
}

#about p{
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 20px;
}

#services{
	position: relative;
	margin-top: 10px;
	font: 10px/15px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}


.printUL{
	position: relative;
	margin-top: 10px;
}

#services a, .printUL a{
	display: inline-block;
	zoom:1;
	*display: inline;
	height: 14px;
	line-height: 14px;
	background: #181818;
	color: #91D8F3;
	font-size: 10px;
	padding: 0 2px;
}

#services .left{
	width: 252px;
	float: left;
}

#services .right{
	position: absolute;
	right: 0;
	top: 0px;
	width: 228px;
	margin-left: 265px;
}

#services .right p{
	position: relative;
}

.pdf{
	display: block;
	float: left;
	height: 45px;
	width: 23px;
	background: url('images/pdf.png') no-repeat left 2px;
	_background: url('images/ie6/pdf.gif') no-repeat left 2px;
}


#clients{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;

	width: 410px;
	font-size: 10px;
	color: #999;
}

#clients h2{
	color: #fff;
	font-weight: normal;
	margin-top: 20px;
}

#clients ul li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#peopleImages{
	
}


#peopleContent{
	position: absolute;
	right: 0;
	top: 0;
	background: #191919;
	padding: 15px;
	width: 536px;
	min-height: 435px;
	font: 10px/15px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#peopleContent p{
	margin-bottom: 15px;
}	

#peopleContent h2{
	margin-top: -5px;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
}

#peopleContent h3{
	font-size: 10px;
	font-weight: normal;
	color: #99CB65;
}

#peopleContent .email{
	display: inline-block;
	zoom:1;
	*display: inline;
	height: 14px;
	line-height: 14px;
	background: #181818;
	color: #91D8F3;
	font-size: 10px;
	padding: 0 2px;
}

.office{
	width: 175px;
	float: left;
}

#offices p{
	margin: 0;
}

#peopleImages{
	position: absolute;
	left: 0;
	top: 0;
	width: 372px;
}

.imgCellWrapper{
	position: relative;
	width: 110px;
	height: 123px;
	float: left;
	margin-right: 12px;
}


.imgCellWrapper:hover{
	cursor: pointer;
}

.imgCellWrapper:hover .imgCell{
	border: solid 1px #9c6;
}

.imgCellWrapper.selected .imgCell{
	border: solid 1px #9c6;
}


.imgCell{
	background-repeat: no-repeat;
	height: 95px;
	width: 109px;
	border: 1px outset transparent;
}

.imgCellWrapper span{
	position: absolute;
	bottom: 10px;
	left: 0;
	display: inline-block;
	zoom:1;
	*display: inline;
	height: 14px;
	line-height: 14px;
	background: #181818;
	color: #91D8F3;
	font-size: 9px;
	padding: 0 2px;
}

.imgCellWrapper.selected span{
	background: transparent;
	color: #fff;
	
}

#footer{
	position: absolute;
	top: 600px;
	width: 934px;
	z-index: 10;
	background: url('images/footer.png') no-repeat;
	_background: url('images/ie6/footer.gif') no-repeat;
	height: 12px;
}

#footer h1{
	display: none;
}

#footer li{
	color: #777;
	position: absolute;
	background: transparent;
	text-indent: -9999px;
	height: 22px;
	top: 0px;
}

#footer_copyright{
	right: 0px;
	width: 120px;
}

#footer_address{
	left: 60px;
	width: 210px;
}

#footer_providence{
	left: 0;
	width: 56px;
}

#footer_amsterdam{
	left: 600px;
	width: 70px;
}

#footer_sf{
	left: 520px;
	width: 70px;
}


#footer_phone{
	left: 275px;
	width: 100px;
}

#footer_email{
	width: 130px;
	left: 380px;
}

#footer_email a{
	display: block;
}





#socialNavigation{
	position: absolute;
	left: 675px;
	top: -5px;
	width: 130px;
	height: 25px;
}

#socialNavigation li a{
	position: absolute;
	width: 15px;
	height: 17px;
	margin-right: 3px;
	background: url('images/socialSmall.png') no-repeat;
	_background: url('images/ie6/socialSmall.gif') no-repeat; /* IE 6 and below */
	text-indent: -9999px;
}



#socialNavigation .rss{
	background-position: 0px;
	left: 0px;
}

#socialNavigation .vimeo{
	background-position: -15px;
	left: 20px;
}

#socialNavigation .twitter{
	background-position: -30px;
	left: 40px;
}

#socialNavigation .flickr{
	background-position: -45px;
	left: 60px;
}

#socialNavigation .facebook{
	background-position: -60px;
	left: 80px;
}





#preload{
	background: url('images/loadingSmall.png') no-repeat 0 150px;
	_background: url('images/ie6/loadingSmall.gif') no-repeat 0 150px;
}

.slideshowProgress{
	position: absolute;
	width: 36px;
	margin-left: -18px;
	left: 50%;
	z-index: 10;
	top: 175px;
	height: 76px;
	background: url('images/loadingSmall.png') no-repeat -320px;
	_background: url('images/ie6/loadingSmall.gif') no-repeat -320px;
}




#indexMain{
	position: absolute;
	top: 0;
	left: 0;
	width: 680px;
	height: 470px;
}


#indexMain .image{
	height: 430px;
}

#indexMain h1, #indexProject h1{
	display: inline;
}

#indexMain .footer a, #indexProject .footer a{
	height: 14px;
	line-height: 14px;
	background: #181818;
	color: #91D8F3;
	font-size: 9px;
	padding: 3px 6px;
	margin-left: 5px;
}

#indexMain .footer{
	margin-top: 10px;
	height: 25px;
	line-height: 25px;
}


#indexProject{
	position: absolute;
	margin-left: 684px;
	right: 0;
	width: 252px;
	height: 470px;
	overflow: hidden;
}

#indexProject .project{
	position: relative;
	height: 430px;
	overflow: hidden;
}

#indexProject .footer{
	padding: 10px;
	height: 105px;
	width: 208px;
	left: 12px;
	position: absolute;
	bottom: 12px;
}

#indexProject .footer .content{
	position: absolute;
	top: 10px;
	left: 10px;
	height: 105px;
	width: 208px;
	z-index: 3;
}

#indexProject .footer .content h1{
	display: block;
}

#indexProject .footer .content a{
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
}

#indexProject .footer .content p{
	color: #999;
	font: 10px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}


#indexProject .footer .bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 228px;
	height: 125px;
	background: black;
	opacity: .80;
	filter: alpha(opacity = 80);
	zoom: 1;
}

