* {
	vertical-align:baseline;
	font-weight:normal;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:100%;
	border:0px none;
	outline:0px;
	padding:0px;
	margin:0px;
	line-height:1.5em;
}
body {
	/*background:transparent url('graphics/background.gif') repeat-y center top;*/
	background-color:#383838;
	color: #555; 
}
a {
	color:#666;
	text-decoration:none;
}
a:focus, a:hover {
	color:#000;
}
a:active {
	color:#000;
}
a img {
  border:none;
}
ul {
	list-style:none;
}
h2, h4 {
	font-size:.75em;
	font-weight:bold;
}
h3 {
	font-family:serif;
	font-size:1em;
	line-height:1.2em;
	font-style:italic;
	margin:20px 0 20px 0;
}
.customMargin {
	margin:15px 0 15px 0;
}
p {
	font-size:.7em;
	margin-bottom:15px;
}
.approachList li {
	font-size:.7em;
	margin:0 0 8px 14px;
	list-style: disc;
}
.overlay {
	background-color:#383838;
	z-index: 100;
	height: 100%;
	width: 100%;
	position:fixed;
	top: 0px;
	left: 0px;
}
.matte {
	background:transparent url('graphics/matte.gif') repeat-x 0 29px;
	position:absolute;
	top:50%;
	width:100%;
	height:500px;
	margin-top:-250px;
}
.container{
	height:475px;
	width:840px;
	margin:0 auto;
}
.logo{
	width:240px;
	height:35px;
	background:transparent url('graphics/logo.gif') no-repeat top left;
}
.navigation {
	float:left;
	font-size:.75em;
	letter-spacing:.1em;
	width:240px;
	margin:10px 0 0 0;
}
.navigation li {
	margin:0 0 4px 0;
}
.active {
	background:transparent url('graphics/active.gif') repeat-y top left;
}
.active a {
	color:#000;
}
.projects {
	font-size:.9em;
	letter-spacing:normal;
	margin:5px 0 10px 0;
}
.content{
	float:left;
	display:inline;
	width:600px;
}
.projectGallery {
	width:600px;
	height:440px;
}
#projectInfo {
	background-color:#ccc;
	height:440px;
}
.projectText {
	padding:15px 30px 15px 30px;
}
.firmContainer {
	height:440px;
}
.firmText {
	padding:30px;
}
.awardsText {
	padding:30px;
}
.awardsText p {
	margin-bottom:7px;
}
.projectNav {
	color:#777;
	padding-top:5px;
	font-size:.7em;
	font-weight:bold;
	text-transform:uppercase;
}
.projectNav li {
	display:inline;
	margin:5px;
	cursor:pointer;
}
.projectNav li:hover {
	color:#ccc;
}
.selected {
	color:#ccc;
}
.photoRight {
	float:right;
}
.photoLeft {
	float:left;
	margin-right:20px;
}
.homePage {
	width:600px;
	height:440px;
	background-color:#ccc;
}
.homeGallery {
	float:right;
	margin-left:20px;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}

/*/////////////////// SCROLLING ///////////////////////*/