body {
	background-color: #f9f9f9;
	//background-image:url("media/tilebgflat.png");
	background-repeat: repeat;
	background-size: 120px 121px;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #666;
}
.nameplate {
	height: auto;
	width: 260px;
	padding: 20px 0px;
	margin: 0px auto 0;
	background: #000;
	position: relative;
}

.name {
	font-family:"chaparral-pro";
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 40px;
}

.name a:link {
	color: #fff;
}

.info {
	font-family:"chaparral-pro";
	line-height: 1.8;
	font-size: 12px;
	font-weight: 100;
	color: #fff;
	padding: 0 40px;
}

.info a:link {
	color: #FFF;
}


.infoem {
	font-family:"chaparral-pro";
	line-height: 1.8;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 5px 20px;
	border-style: solid;
	border-width: 1px 0 1px 20px;
	border-color: #000;
	margin: 10px 0;
}

	

.infodl {
	font-family:"chaparral-pro";
	line-height: 1.8;
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	padding: 20px 40px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

	
.infodl a:link {
	color: #FFF;
}

.infodl a:visited {
	color: #FFF;
}
.titles {
	font-family:"chaparral-pro";
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	line-height: 250%;
	color: #333;
	width: auto;
	margin: 20px 0 20px;
	padding: 0 auto;
}

.projectmodule {
	width: 100%;
	height: auto;
	background-color: #f9f9f9;
	padding: 15px 0px 0;
	margin: 0 0 50px;
	border-style: solid;
	border-width: 15px 0 0 0;
	border-color: #f0f0f0;
	margin: 0 0 10px;
}

.projectmark {
	float: left;
	width: 100px;
	min-height: 50px;
	margin: 0;
	padding: 0 auto;
	text-align: center;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #eee;
	margin: 0 0 20px;
}

.projectinfo {
	float: left;
	width: 450px;
	min-height: 50px;
	padding: 0 20px;
	margin: 0 0 20px;
	border-style: solid;
	border-width: 0 1px;
	border-color: #eee;
	margin: 0 0 20px;
}

.projectinfo_em {
		font-family:"chaparral-pro";
		font-size: 11px;
		font-weight: 800;
		color: #000;
		letter-spacing: 1px;
		text-transform: uppercase;
}
.projectinfo_text {
		font-family:"chaparral-pro";
		font-size: 11px;
		font-weight: 200;
		color: #000;
		padding-bottom: 20px;
}



.projectlink {
	float: left;
	min-width: 250px;
	height: 50px;
	padding: 0 20px;
	margin: 0 0 40px;
	
	font-family:"chaparral-pro";
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .5px;
	color: #000;
}

.projectimagecontainer {
	white-space: nowrap;
	width: 100%;
	height: auto;	
	margin: 0 0 20px;
	padding: 5px 0px 40px 5px;
	background-color: #F9F9F9;
	overflow-x: auto;
}

.projectimage {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	z-index: 10;
}

.dshadow
{
  -webkit-box-shadow: 0 5px 5px #999;
  -moz-box-shadow: 0 5px 5px #999;
  box-shadow: 0 5px 5px #999;
}


.cshadow
{
  position: relative;
}
.cshadow:before, .cshadow:after
		{
		  z-index: -1;
		  position: absolute;
		  content: "";
		  bottom: 15px;
		  left: 10px;
		  width: 50%;
		  top: 80%;
		  max-width:300px;
		  background: #777;
		  -webkit-box-shadow: 0 15px 10px #777;
		  -moz-box-shadow: 0 15px 10px #777;
		  box-shadow: 0 15px 10px #777;
		  -webkit-transform: rotate(-3deg);
		  -moz-transform: rotate(-3deg);
		  -o-transform: rotate(-3deg);
		  -ms-transform: rotate(-3deg);
		  transform: rotate(-3deg);
		}
.cshadow:after
		{
		  -webkit-transform: rotate(3deg);
		  -moz-transform: rotate(3deg);
		  -o-transform: rotate(3deg);
		  -ms-transform: rotate(3deg);
		  transform: rotate(3deg);
		  right: 10px;
		  left: auto;
		}