* {
	margin:0px;
	padding:0px;
}

html {
 	overflow-y: scroll;	
}

html, body {
	width:100%;
	height:100%;
}

#bigHolder {
	width:100%;
	height:100%;	
}

#mainHolder {
	width:100%;
	min-height:600px;
	height:auto;
	position:relative;
}

#bgHolder {
	width:1020px; 
	height:auto;
	min-height:600px;
	z-index:99px;
	position:relative;
	/* background-color:#C7D56E; */
}

#header {
	width:1020px;
	height:30px;
}

#logo {
	width:282px;
	height:29px;
	float:left;	
}

#links {
	width:620px;
	height:18px;
	background-image:url(images/linksBG.jpg);
	background-repeat:no-repeat;
	/*background-color:#B5C9D4;*/
	float:left;
	font-family: 'Aldrich', sans-serif;
	font-size:10px;	
}

#links ul {
	list-style:none;
	margin-top:5px;
	margin-left:17px;
	
}

#links li {
	display:inline;
	padding-right:24px;	
}

#links a {
	text-decoration:none;	
	color:#000;
}

#body {
	width:1020px;
	height:auto;
	min-height: 517px;	
}

#bodyContentHolder {
	width:1020px;
	height:517px;
	position:relative;
}

#bodyContentHolderCopy {
	width:1020px;
	height:574px;
	position:relative;
}


#bodyContent {
	width:810px;
	height:auto;
	min-height:317px;
	float:right;
	padding-right:76px;
	padding-top:162px;
	position:relative;
}

#bodyContentCopy {
	width:530px;
	height:auto;
	min-height:367px;
	float:right;
	padding-right:142px;
	padding-top:115px;
	position:relative;
}



#bodyContentProjectDetail {
	width:810px;
	height:auto;
	min-height:317px;
	float:right;
	padding-right:76px;
	padding-top:162px;
	position:relative;
}

#socialMediaDiv {
	width:1020px;
	height:53px;
	display:none;	
}

#socialIcons {
	width:160px;
	height:53px;
	float:right;
}

#sideNavBox {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:600;
	width: 253px;
	height: 107px;
	margin-top:36px;
	margin-left:19px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
}

#sideNavBox ul {
	margin-top:5px;
	padding-top:0px;
}

#sideNavBox li {
	padding-left:8px;
	height:31px;
	margin-bottom:3px;
	margin-top:0px;
	list-style:none;
	font-size:16px;
	border-bottom:#000 0px solid;
	background-image:url(images/sideNavBG_single.png);
	background-repeat:no-repeat;
	padding-top:3px;
}

#sideNavBox a {
	text-decoration:none;
	color:#000;	
}

#sideNavBox span {
	display:inline-block; 
	vertical-align:middle;	
}

#homeDiv {
	width:100%;
	min-width:1020px;
	height:auto;
	min-height:395px;
	display:none;
	margin-top:-500px;
}

#homeCopy {
	width:810px;
	height:auto;
	float:right;
	text-align:right;
	color:#fff;
	margin-right:75px;
	
}

.conBold {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size:24px;	
	line-height:49px;
	letter-spacing:1.2px;
}

#projDetail {
	width:100%;
	height:auto;
	min-height:200px;
	color:#000;
	background-image:url(images/blueBG.jpg);
	margin-top:-29px;
	display:none;
}

#projDetail_col1 {
	width:342px;
	height:auto;
	min-height:200px;
	float:left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	padding-left:33px;
	
	padding-top:26px;
}

#projDetail_col2 {
	width:640px;
	height:auto;
	min-height:200px;
	float:right;
}

#projTitle {
	font-size:13px;
	letter-spacing:1.35px;
	
}

#projCity {
	font-weight:300;
	font-size:13px;
	letter-spacing:1.5px;
	margin-top:-3px;
	height:20px;
}

#projClient {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:9px;
	letter-spacing:1px;
	margin-top:4px;
}

#projTeam {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:9px;
	letter-spacing:1px;
	line-height:11px;
	
}

#projCaption {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:12px;
	letter-spacing:1px;
	margin-top:25px;
	font-size:11px;
	padding-left:12px;
	line-height:18px;
	width:410px;
	
}

#projCaption p {
	margin-bottom:-3px;	
}

#vertLine {
	width:1px;
	height:376px;
	padding-top:4px;
	background-color:#000;
	float:left;
	margin-top:31px;
}

#copyHeader {
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	font-size:15px;
	line-height:19px;
}

#copyDetails {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	line-height:18px;
}

#copyDetails p {
	margin-bottom:11px;	
}


#copyBullets {
	margin-left:15px;
	margin-top:15px;	
	list-style-image: url('images/bullet.png');
}

#copyBullets li {
		
}

/* css for home / work  */
#homeImageHolder {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	min-height:800px;
	z-index:-1;
	
}

#slideShow {
	width:100%;
	height:100%;
}


.homeImg, .projImg {
	width:100%;
	min-width:1020px;
	min-height:600px;
}

.homeImg {
	display:none;	
}

.projImg {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	display:none;
}

/* end css for home */

/* css for about, clients, services, people, news, contact, archive */
#copyTop {
	width:1020px;
	height:121px;
	background-image:url(images/about-copyTop.jpg);
	background-repeat:no-repeat;
}

#copyMid {
	width:1020px;
	height:auto;
	min-height:322px;
	background-image:url(images/about-copyMid.jpg);
	background-repeat:repeat-y;
	position:relative;
	font-family:'open sans', sans-serif;
	font-weight:600px;
	font-size:11px;
}

#copyBottom {
	background-image:url(images/about-copyBottom.jpg);
	background-repeat:no-repeat;
	width:1020px;
	height:75px;	
}

#copySocialIcons {
	width:1020px;
	height:55px;
	background-color:#fff;	
}

#pageTitle {
	width:170px;
	height:39px;
	position:absolute;
	top:130px;
	left:53px;
	text-align:right;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:38px;
	letter-spacing:3px;
	padding-right:50px;
	background-image:url(images/pageTitleBG.jpg);
	background-position:40px 6px;
	background-repeat:no-repeat;
	
	
}

#copyMain {
	width:520px;
	height:auto;
	min-height:200px;
	float:right;
	margin-right:144px;
}

.servicesBold {
	font-family:'open sans', sans-serif;
	font-weight:800;
	font-size:14px;	
}

#approachList {
	margin-top:13px;	
}

#approachList li {
	margin-bottom:11px;	
}

#clientCol1 {
	float:left;
	margin:0 0 0 10px;
	width:250px;	
}

#clientCol2 {
	float:left;
	width:240px;
	margin:0 0 0 10px;		
}

#clientCol1 ul , #clientCol2 ul {
	list-style:none;
}

#clientCol1 li , #clientCol2 li {
	margin-bottom:5px;
	font-size:11px;	
}

.peopleImg {
	width:109px;
	height:126px;
	float:left;
	padding-top:5px;
}

#peopleDetails {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;	
}

#contactHeader {
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	font-size:16px;
	line-height:20px;
	letter-spacing:2px;
}

#contactDetails a {
	text-decoration:none;
	color:#000;
}

#contactDetails {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:21px;
	height:148px;
}

#blog {
	font-size:12px;	
}

#contactDiv {
	height:auto;
	padding-top:80px;	
}

#contactMid {
	width:1020px;
	height:auto;
	min-height:222px;
	background-image:url(images/about-copyMid.jpg);
	background-repeat:repeat-y;
	position:relative;
	font-family:'open sans', sans-serif;
	font-weight:600px;
	font-size:11px;
}

/* end css for about, services, clients, people, news, contact, archive */

/* projects */

#projImageHolder {
	position:absolute;
	top:0px;
	left:0px;
	width:1020px;
	height:600px;
	z-index:-99;
	background-color:#C7D56E;
}

#projectColumns img{
	position:absolute;
	left:0;
	top:0;
	width:1020px;
	height:600px;
}

.projName {
	width:16.65%;
	height:auto;
	float:left;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	font-size:12px;
	text-align:center;
	letter-spacing:1px;
	display: table-cell;
    vertical-align:middle;	
	line-height:15px;
	position:relative;
}

.projLoc {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:11px;
	letter-spacing:1px;
	margin-top:-2px;	
}

.projHotspot {
	width:98%;
	height:80%;
	min-width:168px;
	min-height:550px;	
    position:absolute;
   	top:-470px;
    left: 0px;
}

#pauseHotspot {
	width:100%;
	height:100%;
	position:absolute;
	top:180px;
	left:0px;
	z-index:999;
}

#creditBox {
	width:100%;
	height:30%;	
	position:relative;
	display:none;
}

#imgCredits {
	width:auto;
	height:auto;
	margin-left:33px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:9px;
	letter-spacing:1px;
	position:absolute;
	top:-75px;
	left:0px;
	z-index:9999;
	
	
}

#workSlabs {
	width:100%;
	min-width:1020px;
	height:auto;
	min-height:200px;
	display:none;
}


#slabs {
	width:100%;
	min-width:1020px;
	height:120px;
	margin-top:-120px;
}

/* end projects*/

/* news */

#newsBox {
	width:auto;
	height:auto;
	min-height:197px;
	position:absolute;
	top:18px;
	left:199px;
	z-index:999;
	display:none;
	background-image:url(images/news-line.png);
	background-position:375px 0px;
	background-repeat:no-repeat;
}

.newsTitle {
	color:#fff;
	padding:4px 1px 3px 1px;
	width:221px;;
	height:36px;
	text-align:center;
	border-top:#000 1px solid;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	font-size:14px;
	background-color:#000;
	cursor:pointer;
		
}

.newsTitleSub {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size:12px;
	margin-top:-3px;
}

.newsCopy {
	width:203px;
	height:auto;
	background-color:#fff;
	border:#000 1px solid;	
	padding:10px 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:13px;
	display:none;
	
}


.newsItem {
	width:221px;
	height:auto;
	min-height:30px;
	float:left;
	margin-right:8px;
	margin-top:18px;
	
}

.newsCopy strong {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;	
}


/* end news */
#archiveHolder {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-1;
		
}

#archive {
	width:100%;
	height:100%;
}

#archive img {
	width:100%;
	height:100%;	
}

#arch-1 {
	width:100%;
	height:100%;	
}

#arch-2 {
	width:100%;
	height:100%;	
	margin-top:-1px;
}

#arch-3 {
	width:100%;
	height:100%;	
	margin-top:-1px;
}

#refDiv {
	height:88%;
	width:100%;
}


.clear {
	clear:both;
}

.clearPad {
	clear:both;
	height:100px;	
}

.openerDiv img, intro1, intro2, intro3 {
	width:100%;
	min-width:1024px;
	min-height:600px;	
}

#openerHolder {
	position:absolute;
	top:0px;
	width:100%;
	min-height:1
	z-index:999;
}

#CAlink {
	width:100%;
	min-width:1024px;
	min-height:280px;
	height:50%;	
	position:absolute;
	top:0px;
	cursor:pointer;
	display:none;
}


#PAlink {
	width:100%;
	height:50%;
	min-width:1024px;
	min-height:280px;
	position:absolute;
	top:50%;
	cursor:pointer;
	display:none;
}


#squaresDiv {
	position:absolute;	
	top:-95px;
	left:0;
	text-align:right;
	width:auto;
	height:auto;
	z-index:999;
}

#squaresDiv ul {
	display:none;
	list-style:none;
	margin-right:12px;
}

#squaresDiv li {
	display:inline;
	margin-left:5px;
	cursor:pointer;	
}

#socIcons {
	position:absolute;
	top:583px;
	left:0px;
	z-index:2;	
}

#returnWork {
	width:auto;
	height:10px;
	color:#B5C9D4;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size:10px;
	margin-right:12px;
	letter-spacing:1px;
	display:none;
}

#returnWork a {
	text-decoration:none;
	color:#B5C9D4;	
}

#arrow {
	position:absolute;
	top:14px;
	left:0px;
	width:52%;
	min-width:545px;
	height:24px;
	z-index:998;
	text-align:right;
	
}

#aboutSubTags {
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size:12px;
	position:absolute;
	width:auto;
	height:auto;
	top:190px;
	left:124px;
	line-height:19px;
}

#aboutSubTags ul {
	list-style:none;	
}

.blueTag {
	color:#639293;	
}