/* Full page */
#order_now img {
	display:inline;
	vertical-align:middle;
}
#order_now h1 {
	padding-left:10px;
	display:inline;
	vertical-align:middle;
}
.casestudy {
	display:block;
	margin-left:15px;
	margin-right:15px;
	float:left;
	width:280px;
	border:solid 1px #114A99;
}
.casestudy.right {
	float:right;
	border:solid 1px #992619;
}
.casestudy .header {
	background-color:#114A99;
}
.casestudy.right .header {
	background-color:#992619;
}
.casestudy .header p {
	margin-top:0;
	text-indent:0;
	padding:10px;
	color:white;
	font-weight:bold;
	font-size:17px;
}
.casestudy .body p {
	text-indent:5px;
}
.casestudy .body img {
	width:240px;
	height:180px;
}
.casestudy li {
	margin-bottom:5px;
	padding-right:5px;
}
.casestudy .hl {
	background-color:#E3E92B;
}
.casestudy .proof {
	padding:5px;
	background-color:#DCEBFC;
	border-top:solid 1px #114A99;
}
.casestudy.right .proof {
	border-top:solid 1px #992619;
}
.casestudy .proof img {
	float:left;
	margin-right:5px;
}
.casestudy .proof p {
	text-indent:0;
	font-size:14px;
	font-weight:bold;
}
.u {
	text-decoration:underline;
}
