#case-studies {
	float: left;
	width: 640px;
	/*overflow: auto;*/
	background-color: white;
}

#case-studies-categories {
	width: 130px;
	float: left;
}

#case-studies-categories .collapsable-list .content a {
	display: block;
	margin-bottom: 8px;
	font-size: 9px;
	color: #333;
}

#case-studies-categories .collapsable-list .content a:hover {
	color: #660000;
}

#case-studies-content {
	margin-left: 130px;
}

#case-studies-content .pagination {
	margin-top: 20px;
}

#case-studies-thumbs {
	padding: 10px 0;
	overflow: hidden;
	height: 1%; /* holy hack */
}

#case-studies-thumbs .case-study {
	/*display: inline-block;*/
	float: left;
	width: 160px;
	margin-right: 10px;
	margin-bottom: 20px;
	vertical-align: top;
}

#case-studies-thumbs .case-study .thumb {
	height: 110px;
	border: 0px solid black;
	margin-bottom: 10px;
	margin-top: 10px;
}

#featured-case-study {
	float: right;
	width: 250px;
	border-bottom:1px dashed silver;
	padding-bottom:12px;
}

.case-study-thumb-title {
	text-align: center;
	color: #333;
	height: 40px;
}

.green h3 {
	color: #025f5f !important;
}

#featured-case-study p {}