

.minicallout {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
	margin: 0px;
}
.minicallout img{
	width: 300px;
	margin-bottom: 2px;
}

#lastminicallout {
	margin_right: 0px;
}
.pagecalloutcontainer {
	margin: 10px 0px;
	padding: 10px 0px;
}
#HomeImage {
	height: 270px;
	position: relative;
}

#HomeImage img {
	border: 0;
	position: absolute;
	top: 30px;
	left: 55px;
}
.HomeTitle {
	width: 620px;
	position: absolute;
	top: 60px;
	right: 30px;
	color: #333333;
}
.HomeTitle h1 {
	color: #333333;
	font-size: 45px;
}
.HomeTitle span {
	color: #ffffff;
}
.HomeTitle p {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	color: #333333;
}
a.HomeButton {
	width: 204px;
	height: 55px;
	background: url(images/Button_Contact.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
a.HomeButton:hover {
	background-position: 0 -55px;
}

