table {
	border-collapse:collapse;
margin:0;
padding:0;
}

#homeIntro {
	background-color: #cae5f1;
	color: #0a7dae;
	margin-bottom:20px;
	padding: 10px 10px 5px;
}

	#homeIntro h2 {
		font-size:14px;
		margin-bottom:5px;
	}

	#homeIntro p {			
		margin-bottom:5px;
	}

	#homeIntro h2 a {
		color: #000;
		font-size: 14px;
		font-weight:normal;
	}

#homeThemes {
	padding:10px;
	margin-bottom:20px;
}

	#homeThemes h2 {
		font-size: 14px;
		font-weight:normal;
	}
	
	#homeThemes div {
		background-image: url('/images/pointer-blue.png');
		background-repeat: no-repeat;
		background-position: 100% 50%;
	}

#homeNewsletter {
	padding:10px;
	background-color: #bddb8c;
	color: #446307;
	margin-bottom:20px;
}

	#homeNewsletter div {
	
	}	
		#homeNewsletter input.button {
			background-image: url('/images/button-subscribe.nl.png');
			background-repeat: no-repeat;
			width:75px;
			height:20px;
			border:none;	
			display:inline-block;
			vertical-align:top;
		}
		
	#homeNewsletter h2 {
		color: #fff;
		font-size: 14px;
		font-weight:normal;
		margin-bottom:5px;
	}

	#homeNewsletter p {
		margin-bottom:5px;
	}
	
	#homeNewsletter #newsletterSubscribeInput {
		display:inline-block;
		padding:0px;
		border:none;
		width:123px;
		height:16px;
		padding-top:4px;
		padding-left:2px;
		line-height:12px;
		vertical-align:top;
	}


#homeVideo {
	padding:0;
}

	#homeVideo h2 {
		color: #fe6b00;
		font-size: 14px;
		font-weight:normal;
		padding:9px;
		padding-bottom:0px;
	}

	#homeVideo div {
		min-height:48px;
		padding:9px;
	}
	
	#homeVideo p {
		color: #707173;
		margin:0;
	}

	#homeVideo div h3,
	#homeVideo div h3 a {
		color: #707173;
		font-size:12px;
	}
	
	#homeVideo div.thumb {
		padding:0;
		float:right;
		width:75px;
		height: 44px;
		position:relative;
	}
		#homeVideo div.thumb img.play {
			position:absolute;
			top:10px;
			left:28px;
			opacity:0.6;
		}
		#homeVideo div.thumb a:hover img {
			opacity:1;
		}
			
#homeThemes div {
	padding-top: 6px;
	padding-bottom: 4px;
}

#homeThemes div.separator {
	border-bottom: solid 1px #e3e3e3;
}

#homeMainImage {
	height:200px;
	background-color: #ccc;
	position:relative;
	margin-bottom:20px;
}

.eyecatcher {
	position:absolute;
}

.eyecatcherTitle,
#homeMainQuote {
	position:absolute;
	padding:10px;
	bottom:16px;
	right:0px;
	color: #f9e7ef;
	background-color: #d20030;
	font-size:13px;
	letter-spacing: 0.02em;
	opacity: 0.9;
}

	.eyecatcher:hover,
	#homeMainQuote:hover {
		text-decoration:none;
		color: #fff;
	}

	.eyecatcherTitle img,
	#homeMainQuote img {
		margin-left:4px;
		margin-bottom: -1px;
	}

#newsHighlights div.highlight {
	background-color: #fff;
	border: solid 1px #e3e3e3;
	margin:0;
	margin-bottom:20px;
	width:218px;
	min-height:144px;
	color: #707173;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
display:inline-block;
vertical-align:top;
overflow:hidden;
}

	#newsHighlights div.right {
		background-color: #fff;
		margin-left:20px;
	}


	#newsHighlights div.highlight.left,
	#newsHighlights div.highlight.right {
		float:none;
		clear:both;
	}

	#newsHighlights div.highlight div.text {
		padding:9px;
	}

	#newsHighlights div.highlight h3 {
		background-image: url('/images/pointer-gray.png');
		background-repeat: no-repeat;
		background-position: 100% 4px;
		min-height:32px;
		max-height:32px;
		vertical-align:top;
		overflow:hidden;
	}
	
	#newsHighlights div.highlight h3 a {
		color: #707173;
		font-size:12px;
	}
	
	#newsHighlights div.highlight p {
		margin:0;
		max-height:32px;
		overflow:hidden;
	}

	#newsHighlights div.imageHolder {
		background-color: #000;
		height:75px;
	}
	
#homeNews h2 {
	color: #000;
	font-size: 14px;
	font-weight:normal;
	padding:9px;
	padding-bottom:0px;
}

#homeNewsList {
	min-height:113px;
	margin-right:9px;
}

#homeNewsList li {
	background-image: url('/images/pointer-blue.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #0092d1;
}

#homeNewsMoreLink {
	display:block;
	margin-top:9px;
	margin-left:9px;
	margin-bottom:9px;
	color: #707173;
}

