.home-image-tile
{
	width: 50%;
	float: left;
}
.training-widget-image-tile
{
	width: 31%;
	float: left;
	margin-left: 1%;
	position: relative;
}
	
.home-image-tile
{
	min-height:500px;
	text-align:center;
	color: #666666;
	font-weight: bold;
	padding-top: 5px;
	position: relative;
}
.home-image-tile div.tile
{
	position: relative;
	min-height:450px;
}
.training-widget-image-tile div.tile
{
	min-height:450px;
	background-color: #F2F2F2;
	padding: 15px;
	border-radius:6px;
}
.training-widget-image-tile div.tile img
{
}
.home-image-tile p,
.training-widget-image-tile p
{
	margin: 0px;
}
.home-image-tile .title,
.training-widget-image-tile .title
{
	font-size: 19px;
	padding: 10px 0;
	font-weight:bold;
	color:#666666;
}
.home-image-tile .text
{
	padding: 5px 35px;
}
.home-image-tile .button
{
	position: absolute;
	bottom:10px;
	width:56%;
	left:22%;
}
.home-image-tile .button,
.training-widget-image-tile .button
{
	font-weight:bold;
	border-radius:5px;
	padding: 10px 40px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009CA6+0,2989d8+50,207cca+80,7db9e8+100 */
	background: #009CA6; /* Old browsers */
	background: -moz-linear-gradient(top, #009CA6 0%, #00A0A9 50%, #00ADB5 80%, #00B2BA 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #009CA6 0%,#00A0A9 50%,#00ADB5 80%,#00B2BA 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #009CA6 0%,#00A0A9 50%,#00ADB5 80%,#00B2BA 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009CA6', endColorstr='#00B2BA',GradientType=0 ); /* IE6-9 */

}
.home-image-tile .button:hover,
.training-widget-image-tile .button:hover
{
	background: #149b9e; /* Old browsers */
	background: -moz-linear-gradient(top, #188789 0%, #149b9e 50%, #00ADB5 80%, #117b7c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #188789 0%,#149b9e 50%,#00ADB5 80%,#117b7c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #188789 0%,#149b9e 50%,#00ADB5 80%,#117b7c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#188789', endColorstr='#117b7c',GradientType=0 ); /* IE6-9 */
}
.home-image-tile .tile .tile-image
{
	width: 80%;
}

.training-widget-image-tile p.title
{
	color:#9ACA3C;
	font-size: 18px;
	border-bottom:1px solid #9ACA3C;
	font-weight: bold;
}
.training-widget-image-tile p.text
{
	font-size: 90%;
}
.training-widget-image-tile .button
{
	position:absolute;
	bottom:20px;
	width: 90%;
}