@charset "UTF-8";
#project_text_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#project_container {
	width: 345px;
	margin-top: 10px;
	padding-right: 5px;
	float: left;
}
#project_photo {
	float: left;
	height: 125px;
	width: 135px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 3px;
}
.project_location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-top: 0px;
	list-style-image: url(Images/graphics/index_bullet.jpg);
	list-style-type: disc;
	list-style-position: inside;
	font-style: normal;
	font-weight: bold;
}
.project_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #70090a;
	margin-top: 0px;
	list-style-image: url(Images/graphics/index_bullet.jpg);
	list-style-type: disc;
	list-style-position: inside;
	font-style: normal;
	font-weight: bold;
}
