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

#maincontent {
	font-size: 11px;
}

ul {
	margin: 0px 0px 0px 14px;
	padding: 0px;
}

#headerhome{
	background: #810040;
	padding: 5px;
	text-align:center;
	margin: 20px 0px 0px 0px;
}


.intro {
	width: 360px;
	float:left;
	padding-top: 15px
}

.clearer {
	clear:left;
	height: 20px;
}

.newsbox {
	width: 339px;
	background: url(../images/homepage/news-bg.jpg) no-repeat;
	min-height: 75px;
	height: 75px;
	padding: 55px 10px 5px 10px;
	float:left;
	margin-right: 16px;
}

.eventwizbox {
	width: 272px;
	background: url(../images/homepage/eventwiz-bg.jpg) no-repeat;
	min-height: 75px;
	height: 75px;
	padding: 55px 10px 5px 80px;
	float:left;
	cursor: pointer;
}

.featuredeventbox {
	clear:left;
	width: 717px;
	background: url(../images/homepage/featuredevent-bg.jpg) no-repeat top;
	padding: 55px 10px 5px 10px;	
}

.featuredeventlow {
	background: url(../images/homepage/featuredevent-bglow.jpg) no-repeat bottom;
	padding-bottom: 13px;
	width: 737px;
	min-height: 136px;
}

.clientsbox {
	width: 717px;
	background: url(../images/homepage/clients-bg.jpg) no-repeat top;
	padding: 55px 10px 5px 10px;
}

.clientsboxlow {	
	background: url(../images/homepage/clients-bglow.jpg) no-repeat bottom;
	padding-bottom: 13px;
	width: 737px;	
	min-height: 136px;
}

.half {
	width: 48%;
	float:left;
}

