
#gridfirstline img, #gridprojects img {
	width : 147px;
	height : 147px;
	margin : 5px;
	border : none;
	cursor:pointer;
}

.pcategories, .pcompany, .pdateloc, .ptext, .pwebsite {
	width : 275px;
	margin-bottom : 10px;
	margin-top : 10px;
	font-size : 13px;
}

.pcompany {
	width : 500px;
	font-size : 35px;
	font-weight : 100;
	color : #F15A24;
	margin-top : 20px;
}

.pdateloc {
	margin-bottom : 40px;
}

.pcategories {
	text-transform : uppercase;
	font-size : 13px;
}

#divwhiteback {
  position : relative;
  background-color : #FFFFFF;
  margin-top : 10px;
  left : 5px;
  width : 1090px;
  min-height : 900px;
  border-bottom : solid 10px #E4E5E6;
}

#divprojectcontent {
	position : relative;
	width : 1070px;
	height : 100%;
}

#divprojecttext {
  position : relative;
  line-height : 125%;
  width : 320px;
  display : inline-block;
  font-size : 13px;
}

#divprojecttexttitle {
  position : relative;
  line-height : 125%;
}

#divtexttestimonial {
	font-size : 13px;
	display : none;
}

#divprojpicures {
  position : relative;
  margin-top : 15px;
  width : 730px;
  display : inline-block;
  vertical-align : top;
}

#activeprojpic {
  min-height : 460px;
}

#divnavpictures {
	position : relative;
	width : 350px;
	left : 190px;
	margin-top : 20px;
	height : 22px;
	text-align : center;
}

#divnavpictures #left {
	float : left;
	left : 0px;
	top : 0px;
	cursor:pointer;	
}

#divnavpictures #right { 
	float : right;
	right : 0px;
	top : 0px;
	cursor:pointer;
}

.picturedot {
	margin-right : 4px;
}

#divnavprojects {
  position : relative;
  width : 1030px;
  height : 90px;
  margin-top : 30px;
  margin-bottom : 30px;
  left : 20px;
}

#divnavprojects #nextproject {
	position : absolute;
	right : 0px;
	top : 0px;
}

#divnavprojects #previousproject {
  position : absolute;;
  left : 0px;
}

#divnavprojects img { cursor:pointer;}

