.projects
{
	border-top: 1px solid rgb(221, 221, 221);
	margin-top: 15px;
	padding-top: 15px;
}

.project
{
	cursor: pointer;
	margin-bottom: 15px;
}

.project a
{
	text-decoration: none;
}

.project .hiddenLink { display: none; }

.sectionThumbnail
{
	float: left;
	height: 97px;
	width: 97px;
}

.projectDetailsWithThumbnail
{
	float: left;
	margin: 0 0 25px 15px;
	width: 348px;
}

.projectDetails { margin-bottom: 25px; }

.projectName
{
    color:#666666;
	font-family: georgia, 'times new roman', serif;
	font-size: 16px;
	line-height: 16px;
    font-weight: bold;
}

.hover .projectName
{
	text-decoration: underline;
}

.projectLocation
{
	color: rgb(91, 91, 91);
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
}

.projectSummary
{
	color: rgb(101, 101, 101);
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}