@charset "UTF-8";

/* Copyright 2008 Nedforce Informatica Specialisten B.V. All rights reserved. */

#introduction {
	padding: 0 50px 16px 50px;
}
#spotlights {
	padding: 0 30px 0 17px;
}
#spotlights .spotlight {
	float: left;
	width: 231px;
	padding: 0 0 0 13px;
}
#spotlights .heading a {
	height: 35px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding: 14px 52px 0 14px;
}
#spotlights .heading h2 {
	font: 1.4em Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
#spotlights #orange .heading a {
	background: url(../images/spotlight_orange.png) no-repeat;
}
#spotlights #green .heading a {
	background: url(../images/spotlight_green.png) no-repeat;
}
#spotlights #blue .heading a {
	background: url(../images/spotlight_blue.png) no-repeat;
}
#spotlights .content {
	background: url(../images/spotlight_background.png) no-repeat;
	height: 147px;
	padding: 14px 14px 0 14px;
}
#spotlights .content p {
	margin: 0 0 14px 0;
}
#main h2 {
	color: #db5c2c;
}
#main .item {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}
#main .item .text h3 {
	font-size: 1.3em;
	color: #000000;
}
#main .item .text h3 a {
	text-decoration: none;
	font-weight: normal;
}
#sidebar h2 {
	color: #064177;
}
