#frontpage div.content {
	background-image: none;
}

#frontpage div.row {
	float: left;
	clear: both;
	padding: 0 0 0 20px;
	width: 960px;
}

#frontpage div.section {
	width: 280px;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	margin-right: 50px;
	margin-top: 21px;
	margin-bottom: 5px;
	float: left;
	display: block;
	background-image: url('../gfx/section_background.png');
	background-position: right;
	background-repeat: repeat-y;
}

.corporate#frontpage div.section {
	height: 270px;
	min-height: 270px;
	max-height: 270px;
}

#frontpage div.section#right {
	float: right;
	margin-right: 20px;
}

#frontpage div.section h2 {
	border-top: 2px solid #ff9900;
	position: relative;
	top: -9px;
	padding-top: 7px;
	margin-bottom: 0px;
	overflow: hidden;
	width: 100%;
}

#frontpage div.section ul {
	float: left;
	background-image: url('../gfx/section_background.png');
	background-position: right;
	background-repeat: repeat-y;
	width: 280px;
	list-style-type: none;
	margin: 0;
	margin-top: -10px;
	padding: 0;
	padding: 0 0 5px;
}

#frontpage div.section#wide {
	width: 610px;
	margin-right: 0;
	clear: both;
}

#frontpage div.section#wide p {
	float: left;
	margin-right: 40px;
}

#frontpage div.section#wide ul {
	width: 280px;
	margin: 0;
	margin-left: 10px;
}

#frontpage div.section a {
	color: #004E61;
}

#frontpage div.section#corporate {
	width: 605px;
}

#frontpage div.section#corporate .figure {
	width: auto;
	height: auto;
}

div.rotator {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative;
	height: 350px;
	z-index: 5;
}

div.rotator img {
	position: absolute;
	z-index: 12;
}

div.rotator .block {
	width: 240px;
	height: 235px;
	position: absolute;
	top: 115px;
	right: 20px;
	overflow: hidden;
	z-index: 12;
}

.rotator ul {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}

li.active {
	font-weight: bolder;
}

div.rotator img {
	cursor: pointer;
}
