@charset "UTF-8";
/* CSS Document */

#case_studies{
width:100%;
}


#case_study{
	float:left;
	margin-top:20px;
	background:#999999;
}

#case_study .image{
	float:left;
	width:100px;
	height:100px;
}

#case_study .text{
	float:left;
	margin-left:10px;
	width:610px;
	height:100px;
}

#case_study .text .title{
	line-height:20px;
	font-weight:bold;
	font-size:14px;
	width:100%;
	padding-bottom:10px;
}

#case_study .text .content{
	float:left;
}

#case_study .text .content .view_study{
	color:white;
	padding:3px;
	float:left;
	margin-top:10px;
	background:#666666;
}

#case_study .text .content .view_study:link{
color:white;
text-decoration:none;
}

#case_study .text .content .view_study:visited{
color:white;
text-decoration:none;
}

#case_study .text .content .view_study:hover{
color:white;
text-decoration:none;
background:#333333;
}
