@charset "utf-8";
/* CSS Document */

#Content-Body h1 {
	text-align: center;
	margin: 0 0 20px;
}

.grid-block-container {
	float: left;
	width: 990px;
	margin: 20px 0 0 -30px;
}
.grid-block {
	position: relative;
	float: left;
	width: 300px;
	height: 348px;
	margin: 0 0 30px 30px;
}
.grid-block h4 {
	font-size: .9em;
	color: #333;
	background: #f5f5f5;
	margin: 0;
	padding: 10px;
	border: 1px solid #ddd;
}
.caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../img/trans-black-50.png);
	width: 100%;
	height: 300px;
}
.caption h3, .caption p {
	color: #fff;
	padding:20px 0px 20px 0px;
}
.caption h3 {
	margin: 20px 20px 10px;
}
.caption p {
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 20px 15px;
}
.caption a.learn-more {
	padding: 5px 10px;
	background: #08c;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: bold;
	text-decoration: none;
}
.caption a.learn-more:hover {
	background: #fff;
	color: #08c;
}

.grid-block div.title {
	font-size: .9em;
	font-weight:bold;
	color: #333;
	padding-left: 20px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}
.grid-block div.title p.learn-more {
	font-size: .75em;
	margin: 15px 20px 15px;
	float:right;
}
.grid-block div.title a.learn-more {
	padding: 5px 10px;
	background: #08c;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: bold;
	text-decoration: none;
}
.grid-block div.title a.learn-more:hover {
	background: #fff;
	color: #08c;
}
