/* Navigation change */
#nav {
	margin: 18px 0 21px 0;
}

#main {
	height: auto;
}

/* Home top wrapper */
#home {
	position: relative;
}

#left, #mid, #right {
	margin-top: 22px;
	float: left;
}

#right {
	position: relative;
	width: 580px;
}

#right #content {
	float: left;
	width: 360px;
	padding-right: 0;
}

#right #content .item {
	/*float: left;*/
	width: 360px;
}

#right #content .item .n1 {
	padding-right: 34px;
}

/* Temporary margin for Focus on Belgium */
#right #content .csc-textpic {
	margin-left: -17px;
}

#right #content .item .n2 {
	clear: right;
}

#right #content .csc-header h3 {
	margin-top: 8px;
}

/* Shortcuts */
#right #shortcut_nav {
	margin-right: 10px;
}

/* Picture Container */
#picture_container {
	float: left;
	height: 236px;
	overflow: hidden;
	position: relative;
	width: 360px;
}

#picture_container_nav {
	left: 4px;
	position: absolute;
	top: 218px;
	z-index: 200;
}

#picture_container_nav a {
	background: url(../images/bullets/pic_container.gif) no-repeat;
	color: #000;
	display: block;
	float: left;
	font-size: 0.92em;
	font-weight: bold;
	height: 16px;
	padding: 1px 1px 0 0;
	text-decoration: none;
	text-align: center;
	width: 18px;
}

#picture_container_nav a.activeSlide {
	background: url(../images/bullets/pic_container_act.gif);
}

/* Conference News */
#conference_news {
	float: left;
	margin-left: 30px;
	width: 190px;
}

#conference_news h3 {
	margin-top: 0;
}

/* Conference News */
.news-latest-date {
	color: #c0c0c0;
	display: block;
	font-weight: normal;
}
.news-latest-item {
	border-bottom: 2px solid #fff;
	display: block;
	margin: 0;
	padding: 3px 8px 4px 0px;
}
.news-latest-item:hover,
.news-latest-item.hover {
	border-bottom: 2px solid #000;
}
.news-latest-item a {
	display: block;
	font-weight: bold;
}

#home_bottom_right p a {
	background: url(../images/bullets/arrow.gif) no-repeat left center;
	padding-left: 14px;
	text-decoration: none;
}
