/*-----------------------------------------------------------------------------
	Developments list
-----------------------------------------------------------------------------*/

div.developments-list {
	float:left;
	clear:both;
	width:960px;
	padding:18px 0 0;
	background:url("/images/branding/topRoundedGrayPane.png") 0 0 no-repeat;
	}
	div.developments-list div {
		float:left;
			overflow:hidden;
		width:318px;
		}
		div.developments-list div h3,
		div.developments-list div ul {
			margin:0 18px;
			}
		div.developments-list div h3 {
			width:288px;
			margin-bottom:18px;
			border-bottom:1px solid #ccc;
			font-size:1.2em;
			}
		div.developments-list div ul {
			padding:0;
			list-style:none;
			}
