@charset "UTF-8";
.container-left{
	width:471px /*456 + 15*/;
	float:left;
	margin-left:-15px;
	line-height:0;
}
.container-right{
	width:445px;
	float:right;
	padding-right:15px;
	font-size:14px;
	line-height:18px;
}
.container-right p{
	margin-top:0;
	
}
.container-left a.first-image{
	float:none;
	margin-top:0;
}
.container-left a
{
	float:left;
	margin-left:15px;
	margin-top:15px;
	position:relative;
	display:block;
	line-height:0;
}
.property-left-col .thumbs-imageholder a,
.property-left-col .large-imageholder a{
	position:relative;
	display:block;
	line-height:0;
}
.container-left a .hover-image,
.property-left-col a .hover-image{
	position:absolute;
	top:0;
	left:0;
	background-color:#000;
	opacity:0;
	width:100%;
	height:100%;
	display:block;
}
/* done with jQuery
.container-left a:hover .hover-image,
.property-left-col a:hover .hover-image{
	display:block;
}
*/
.pdf-box{
	margin-top:15px;
	border-top:6px solid #CCC;
	padding-top:5px;
	float:left;
	clear:left;
	width:100%;
}
.pdf-box h4{
	padding:0;
	margin:0;
	font-size:15px;
	line-height:31px;
	color:#333;
	font-weight:normal;	
	border-bottom:1px solid #CCC;
}
.pdf-box .filefield-file{
	background-image:url(images/pdf.png);
	background-position:0px 10px;
	background-repeat:no-repeat;
	padding:18px 0 18px 40px;
	border-bottom:1px solid #CCC;
}

.node-type-project h2.title{
	font-size:32px;
	line-height:43px;
	text-align:center;
	color:#691B24;
}

.node-type-project .subtitle{
	text-align:center;
	font-size:16px;
	line-height:20px;
	color:#4D4D4D;
	margin-top:5px;
}

.project-container{
	margin-top:32px;
}




.view-project-listing{
	overflow:hidden;
	}
.view-project-listing .views-row{
	clear:both;
	border-bottom:1px solid #ccc;
	float:left;
	padding-bottom:49px;
	width:100%;
	margin-bottom:30px;
}
.view-project-listing .views-row.views-row-last{
	margin-bottom:0;
}
