#bannerContainer {
	width: 100%;
	height: 400px;
	background: white;
	margin-top: 10px;
	position: relative;
}

#bannerContainer img {
	border: 0px;
}

.smallContainer {
	width: 300px;
	height: 230px;
	background: white url(../images/home/box_bg.gif) repeat-x top left;
	float: left;
	margin-top: 44px;
	margin-left: 20px;
	position: relative;
}

.smallContainerIcon {
	position: absolute;
	margin-left: 5px;
	float: left;
	top: -34px;
}

#showcaseContainer .smallContainerIcon {
	margin-left: 15px;
	top: -28px;
}

.smallContainerTitle {
	float: right;
	margin: 10px 10px 0px 0px;
}

.smallContainerContent {
	padding: 0px;
	position: relative;
	line-height: 120%;
	margin: 56px 20px 0px 20px;
	height: 175px;
}

#newsContainer {
	margin-left: 0px;
}

#newsContainer ul {
	/*list-style-type: none;
	padding: 0px;
	margin: 0px;*/
	padding-left:15px;
}

#newsContainer ul li {
	/*margin-bottom: 20px;*/
	text-align: left !important;
	margin-bottom: 5px;
}

#newsContainer em {
	color: #7a99c9;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 5px;
}

.newsCaption {
	margin-bottom: 5px;
}

.newsDescr {
	text-align: justify;
}

.newsItem {
	margin-bottom: 10px;
}

.newsDate {
	font-size: 8pt;
	color: #aaaaaa;
}

.newsSource {
	font-size: 8pt;
}

#showcaseContainer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#showcaseContainer ul li {
	margin-bottom: 20px;
}

.resourceContainer {
	width: 150px;
	height: 50px;
}

.resourceContainer.right {
	float: right;
}

.resourceContainer.left {
	float: left;
	padding-left: 20px;
	width: 110px;
}

.resourceContainer img {
	border: 0px;
	float: left;
	margin-right: 5px;
}

.resourceContainer .icon {
	float: left;
	margin-right: 5px;
}

#resourcesContainer .smallContainerContent {
	margin: 56px 0px 0px 0px;
}

.resourceCaption {
	clear: both;
	font-size: larger;
	margin-left: 20px;
	color: #93a1ae;
	margin-bottom: 10px;
}

#customerContainer {
	width: 260px;
	height: 140px;
	margin-bottom: 5px;
}

a#more {
	float: right;
}

.customerLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
	height: 140px;
}

.bannerItem {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 400px;
}

#customer0 {
	background: url(../images/home/customers/1.jpg);
}

#customer1 {
	background: url(../images/home/customers/2.jpg);
}

#customer2 {
	background: url(../images/home/customers/3.jpg);
}

#customer3 {
	background: url(../images/home/customers/4.jpg);
}

#customer4 {
	background: url(../images/home/customers/5.jpg);
}

#customer5 {
	background: url(../images/home/customers/6.jpg);
}

#customer6 {
	background: url(../images/home/customers/7.jpg);
}

img {
	border: 0px;
}

#eventsBannerContainer {
	width: 100%;
	height: 70px;
	padding-top: 20px;
	position: relative;
	clear: both;
}

#eventsBannerContainer img {
	border: 0px;
}

