
/* ------------------------------  layout  ----------------------------- */

#latestNewsContainer {
	position: absolute; left: 21px; top: 266px;
	padding: 48px 0px 0px 18px;
	width: 432px; height: 425px; 
	background: url('../img/home/latest-news-back.jpg') no-repeat;
}

.latestNewsImage {
	float: left; padding: 0px 12px 100px 0px; 
}

.latestNewsText {
	float: left; width: 410px; height: 117px; padding-bottom: 22px; overflow: hidden;
}

.newsShortText {
	height: 64px; overflow: hidden;	margin-bottom: 4px; 
}

#emailSignUpContainer {
	position: absolute; left: 492px; top: 233px;
	padding: 80px 0px 0px 16px;
	width: 296px; height: 162px; 
	background: url('../img/home/email-sign-up-back.gif') no-repeat;
}

#miniVideoContainer {
	position: absolute; left: 492px; top: 445px;
	padding: 50px 0px 0px 12px;
	width: 296px; height: 293px; 
	background: url('../img/home/mini-video-back.jpg') no-repeat;
}

#infoSnippet1, #infoSnippet2, #infoSnippet3 {
	position: absolute; top: 759px; width: 136px; height: 297px; 
	background: url('../img/home/info-snippet-back.jpg') no-repeat;
}

#infoSnippet1 { left: 21px; }

#infoSnippet2 { left: 178px; }

#infoSnippet3 { left: 335px; }

.snippetTitle {
	width: 120px; height: 35px; overflow: hidden; padding: 6px 8px 0px 8px;
}

.snippetContent {
	width: 120px; height: 105px; overflow: hidden; padding: 3px 8px 0px 8px;
}

.snippetLink {
	width: 120px; padding: 5px 8px 0px 8px;
}

#compSlotContainer {
	position: absolute; left: 492px; top: 759px;
	padding: 0px 0px 0px 0px;
	width: 295px; height: 138px; 
	background: url('../img/home/comp-slot-back.jpg') no-repeat;
}

.compSlotContent {
	position: relative; left: 105px; top: 58px; width: 180px;
}

#gallerySlotContainer {
	position: absolute; left: 492px; top: 917px;
	padding: 0px 0px 0px 0px;
	width: 295px; height: 138px; 
	background: url('../img/home/gallery-slot-back.jpg') no-repeat;
}

#footerContainer {
	position: absolute; left: 22px; top: 1080px;
	width: 767px; padding-top: 14px; height: 90px; 
	background: url('../img/generic/footer-grad.jpg') no-repeat;
}



