@import url(global.css);
@import url(nav.css);

.p_index #wrap {
	position: relative;
	top: 0;
	background: #333;
	width: 1150px;
	font-size: .75em;
	text-align: left;
	left: 0;
	margin: 0 auto;
}

.p_home #bkg {
		background: #333 url(../_img/home_background.jpg) no-repeat 0 0;	
	}

.p_home #main {
	background: #314b63;
	color: #fff;
	padding: 30px;
	font-size: 1.4em;
	line-height: 1.3em;
	width: 680px;
	}
.p_home #main p {
	padding-left: 0;
	width: 500px;
}
.p_home h2 {
	background: url(../_img/home_h2.gif);
	width: 618px;
	padding-top: 57px;
	margin-bottom: 20px;
	}
.p_home #tagline {
	top: 20px;
	}
.p_home #nugget_container {
	height: 145px;
	clear: both;
	
}
.p_home .nugget {
	width: 235px;
	background: #fff;
	position: relative;
	top: 10px;
	margin-right: 17px;
	height: 145px;
	float: left;
	}
.p_home .nugget.last {
	margin-right: 0;
	}

.nugget h3 {
	display: block;
	height: 0;
	width: 235px;
	font-size: 1em;
	margin-bottom: 10px;
	padding-top: 30px;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.nugget h3.awards {
	background-image: url(../_img/home_h3_awards.gif);
}

.nugget h3.working {
	background-image: url(../_img/home_h3_working.gif);

}

.nugget h3.team {
	background-image: url(../_img/home_h3_team.gif);

}

.nugget p{
	padding: 5px 10px 0 15px;
	}

/* Representing Tenants */

.p_tenants #bkg {
		background: #333 url(../_img/tenants_background.jpg) no-repeat 0 0;	
	}

.p_tenants blockquote {
	background: #314b63 url(../_img/tenants_blockquote.gif) no-repeat 0 0;	
}
.p_tenants #img_box {
	background: #314b63 url(../_img/tenants_img.jpg) no-repeat 0 0;
}
.p_tenants #main ol li {
	padding: 10px 0;
	}


/* doing it differently */

.p_differently #bkg {
		background: #333 url(../_img/differently_background.jpg) no-repeat 0 0;	
	}

.p_differently blockquote {
	background: #b66b1b url(../_img/differently_blockquote.gif) no-repeat 0 0;	
}
.p_differently #img_box {
	background: #b66b1b url(../_img/differently_img.jpg) no-repeat 0 0;
}


/* working anywhere */

.p_working #bkg {
		background: #333 url(../_img/working_background.jpg) no-repeat 0 0;	
	}

.p_working blockquote {
	background: #5b7b09 url(../_img/working_blockquote.gif) no-repeat 0 0;	
}
.p_working #img_box {
	background: #5b7b09 url(../_img/working_img.jpg) no-repeat 0 0;
}

#map {
	margin: 20px 0 0 0px;
	}
	
	
/* Awards */

.p_awards #bkg {
		background: #333 url(../_img/awards_background.jpg) no-repeat 0 0;	
	}

.p_awards blockquote {
	background: #8c3737 url(../_img/awards_blockquote.gif) no-repeat 0 0;	
}
.p_awards #img_box {
	background: #8c3737 url(../_img/awards_img.jpg) no-repeat 0 0;
}

.p_awards #text_content {
	height: 350px;
	overflow: auto;
	width: 650px;
	}
.p_awards h3{
	padding-bottom: 10px;
	}
.p_awards h4 {
	margin-bottom: 5px;
	border-bottom: solid 1px #8c3737;
	
	}


/* Team */

.p_team #bkg {
		background: #333 url(../_img/team_background.jpg) no-repeat 0 0;	
	}

.p_team blockquote {
	background: #c09e17 url(../_img/team_blockquote.gif) no-repeat 0 0;	
}
.p_team #img_box {
	background: #c09e17 url(../_img/team_img.jpg) no-repeat 0 0;
}
.p_team h3 {
	margin-bottom: 0;
	}
.p_team h4 {
	color: #555;
	border-bottom: solid 1px #c09e17;
}
.p_team #main img {
	float: left;
	padding: 0 15px 15px 0;
	}
.p_team #text_content {
	float: left;
	width: 470px;
	margin-right: 15px;
	}

/* Clients */

.p_clients #bkg {
		background: #333 url(../_img/clients_background.jpg) no-repeat 0 0;	
	}

.p_clients blockquote {
	background: #7690a7 url(../_img/clients_blockquote.gif) no-repeat 0 0;	
}
.p_clients #img_box {
	background: #7690a7 url(../_img/clients_img.jpg) no-repeat 0 0;
}
.p_clients #text_content {
	float: left;
	width: 470px;
	margin-right: 15px;
	}
.p_clients #text_content h3 {
	border-bottom: solid 1px #7690a7;
	margin-bottom: 20px;
}
.p_clients #sub_nav li.active {font-weight: bold;}
