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

.summaryInfo {
	float: left;
	width: 262px;
	height: 405px;
	padding: 20px 2px;
	margin: 0 1px 10px 0;
	background: url(blue_section_tile.png) no-repeat;	
	color: white;
	font: 115%/1.2 Arial, Helvetica, sans-serif;
}
#summaryInfo3 {
	float: right;
	margin-right: 0;
}
.summaryInfo h1 {
	padding: 0 12px;
	font-size: 24px;
	text-align: center;
	text-transform: capitalize;	
}
.summaryInfo a {
	color: white;
	text-decoration: none;
}
.summaryInfo .image {
	width: 262px;
	height: 225px;
	margin: 40px auto 20px;
}
.summaryInfo img {
	display: block;
	margin: auto;
}
.summaryInfo p {
	margin-top: 10px;
	padding: 0 12px;
}
.summaryInfo strong {
	color: inherit;
	font-weight: bold;
}
