
#MainCallout {
	margin-bottom: 20px;
	min-height: 374px;
}
#TextCallout {
	width: 360px;
	float: left;
}
#TextCallout h2 {
	font-size: 40px;
	line-height: 44px;
	color: #ffffff;
}
#spacer {
	clear: both;
	height: 30px;
}
#al {
	margin-left: 25px;
}
#ImageCallout {
	width: 560px;
	float: right;
	position: relative;
}
#ImageCallout img {
	width: 560px;
	height: 374px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#ImageBottom {
	width: 560px;
	background: url('images/callout_text_bg.png') no-repeat;
	height: 64px;
	position: absolute;
	left: 0px;
	top: 370px;
}
#ImageBottom img{
	width: 70px;
	height: 54px;
	margin-left: 5px;
	margin-top: 5px;
}
#ImageBottom h2 {
	float: right;
	color: #1f1f1f;
	font-weight: bold;
	font-size: 42px;
	margin-right: 30px;
	line-height: 45px;
}

#ImageBottom h2:hover {
	text-decoration: underline;

}
#PageHeader {
	clear: both;
	padding-top: 60px;
	padding-bottom: 20px;
}
.minicallout {
	float: left;
	width: 280px;
	padding: 0px 20px;
	position: relative;
}

.minicallout .img_wrapper {
	background: url('images/minicallout_bg.png') repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width: 280px;
	height: 193px;
}
.minicallout img {
	width: 260px;
	height: 173px;
	margin: 10px;
}

#lastminicallout {
	padding-right: 0px;
	border: none;
}
#firstminicallout {
	padding-left: 0px;
	border: none;
}
.pagecalloutcontainer {
	margin: 10px 0px;
	padding: 10px 0px;
}
.green_plus {
	position: absolute;
	width: 30px;
	height: 30px; 
	background: url('images/minicallout_green_cross.png') no-repeat center #707070;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	left: -20px;
}
.green_plus_two {
	left: 0px;
}


