@charset "UTF-8";
/* CSS Document */

div.clear {
	clear: both;
}

div.development {
	width:525px;
}
div.development h2 {
	margin-bottom: 0px;
}
div.development h2 span.location {
	font-weight: normal;
}
div.development img {
	float: left; margin-top: 1em;
}
div.development div.details {
	float: left;
	width: 340px;
	overflow: hidden;
	padding-top: 10px;
}

div.development div.details a.read-more {
	float: right;
	color: #108ed0;
	font-weight: bold;
	text-decoration:none;
}

div.development div.full-details {
	position: absolute; width: 100%;
	margin: -100px 0px 0px -100px;
	padding: 10px;
	background-color: #c7ddf3;
	border: 1px solid #00275d;
}
div.development div.full-details p.close {
	margin-top: 0px;
	text-align:right;
}
div.development div.full-details p.close a {
	color: #108ed0;
	font-weight: bold;
	text-decoration:none;
}
