body {
	background: #f7f7f7 url(../img/body_bg.gif) 0 0 scroll repeat-x;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
a, a:visited {
	color: #af101d;
	text-decoration: none;
}
a:hover{
	color: #64b9e4;
}
#pageframe {
	text-align: left;
	width: 1002px;
	margin: 0 auto;
	padding: 220px 0 0 0;
	background: transparent url(../img/pageframe_bg.gif) 0 0 scroll no-repeat;
	position: relative;
}
h1 {
	position: absolute;
	left: 16px;
	top: 74px;
	width: 216px;
	text-indent: -9999px;
	height: 128px;
	background: transparent url(../img/h1_bg.gif) 0 0 scroll no-repeat;
	margin: 0;
	padding: 0;

}
/*event styling*/
.wrapper.events {
	margin-bottom: -216px;
} 
#eventlist {
	background: #fff;
	width: 220px;
	float: left;
	display: inline;
}
#eventlist ul{
	list-style-type: none;
	margin: 0 0 48px 0;
	padding: 0;
}
#eventlist ul li{
	font-family: Georgia, "Bookman Old Style", "Times New Roman", serif;
	display: block;
	margin: 0;
	text-align: right; 
	color: #0d74b6;
	line-height: 24px;
	padding: 6px 12px 6px 6px;
	width: 202px;
	background: #fff;
	border-bottom: 1px solid teal;
	font-style: italic;
	font-size: 18px;
}

#eventlist ul li.inactive{
	color: #aaaaaa;
}

#eventlist ul li a{
	display: block;
	margin: -6px -12px -6px -6px;
	width: 202px;
	padding: 6px 12px 6px 6px;
	background: #eee;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
}
#eventlist ul li a:hover{
	background: #fefef1;
}
#eventlist ul li a span{
	display: block;
}
#eventlist ul li span{
	line-height: 16px;
	display: block;
	font-family: Arial, Tahoma, Calibri, sans-serif;
	font-style: normal;
	font-size: 14px;
}
#eventdescription {
	background: #fff;
	width: /*336px*/ 778px;
	float: left;
	display: inline;
}
#eventdescription h3 {
	font-style: normal;
	font-size: 28px;
	margin: 0 14px;
	text-shadow: /* 1px 1px 1px white */none;
}
#eventdescription p {
	margin: 14px;
	line-height: 22px; 
}

#eventdescription p.downloadables {
	margin: 6px 14px;
}
#mediabox {
	background:#0d74b6; 
	width: 318px; 
/*	width:423px; */
	float: right;
	margin: 42px 0 14px 14px;
	display: inline;
}
#mediabox h4, #eventdescription h4 {
	font-family: arial, tahoma, calibri, sans-serif;
	font-size: 14px;
	margin: 24px 12px 0px 12px;
/*	margin: 14px 12px 14px 12px; */
/*	color: #fefef1; */
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: none;
}
#mediabox h4{
	color: #fefef1;
	margin: 14px 12px 14px 12px;
}
#mediabox ul {
	float:left;
	padding: 0 0 0 2px;
	margin: 0 0 2px 0;
	list-style-type: none;
	width: 315px; 
/*	width: 420px; */
}
#mediabox ul li{ 
	display: inline;
	float: left;
	padding: 0;
	margin: 2px 1px 0 1px;
	width: 103px;
	height: 88px;
	color: #333;
	background: #333;
	overflow:hidden;
}
#mediabox ul li a{ 
	width: 101px;
	height: 86px;
	overflow:hidden;
	display:block;
}


#mediabox ul li:hover{ 
	background: #fff;
	cursor: pointer;
}
#mediabox ul li img {
	display: block;
	background: #333;
/*	width: 99px;
	height: 84px;
*/	
	padding: 0;
	margin: 2px;
	border:none;
}
/*end of event styling*/
#slideshow {
	display: block;
	text-indent: 9999px;
	position: absolute;
	width: 678px;
	height: 92px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	top: -19px;
	left: 305px;
}
#slideshow img {
	display: block;
	text-indent: 9999px;
}
#topnav {
	list-style-type: none;
	text-transform: uppercase;
	position: absolute;
	right: 4px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	top: 180px;
	z-index:100;
}
#topnav li {
	display: block;
	float: left;

}
#topnav li a{
	border-bottom: 2px solid #af101d;
	display: block;
	margin: 0 4px 16px 0;
	padding: 4px 2px 4px 12px;
}
#topnav li a:hover{
	color: #64b9e4;
	border-bottom-color: #64b9e4;
	display: block;
	margin: 0 4px 16px 0;
	padding: 4px 2px 4px 12px;
}
#topnav li.selected {
	border-bottom: 2px solid #aaa;
	color: #aaa;
	display: block;
	margin: 0 4px 16px 0;
	padding: 4px 2px 4px 12px;
}
#content{
	width: 998px;
	margin: 0 2px;
	padding: 0 0 0 0;
/* 	height: 1000px; */
	background: #fff;
/* 	float: left; */
	position: relative;
	clear: both;
}
#breadcrumb {
	list-style-type: none;
	background: #fefef1;
	margin: 22px 0 0 0;
	padding: 6px 6px 6px 18px;
}
#breadcrumb li {
	display: inline;
	padding: 0;
	margin: 0;
	font-family: 'Lucida Grande', tahoma, arial, Verdana, sans-serif;
	font-size: 13px;
}
h2, h3, h4 {
	font-family: Georgia, "Bookman Old Style", "Times New Roman", serif;
	color: #0d74b6;
	font-size: 40px;
	font-weight: normal;
	text-shadow: 1px 1px 2px #333;
	margin: 24px 14px;
}
.rightpod h2, .rightpod h3, .rightpod h4 {
	font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	color: #0d74b6;
	font-size: 40px;
	font-weight: lighter;
	text-shadow: none;
/* 	text-shadow: 1px 1px 1px #fefef1; */
}
.rightpod h3 {
	font-size: 28px;

	text-align: right;
	padding: 8px 16px 0 0;
	margin: 12px 0px 12px 12px;
}
p {
	font-family: arial, tahoma, verdana, sans-serif;
	color: #444;
	font-size: 15px;
	line-height: 22px;
	margin: 12px 22px;
}
.pretitle {
	text-transform: uppercase;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	text-shadow: none;
	letter-spacing: 10px;
/* 	text-indent: 12px; */
	display: block;
}
.wrapper {
	float: left;
}
.claim {
/*
	float: left;
	width: 618px;
*/
	position: relative;
}
.claim p{
/* 	margin: 24px 22px 8px 22px; */
}
.rightpod {
/* 	float: left; */
	float: right; 
	position: relative;
	clear: right;
	width: 378px;
	overflow: hidden;
	height: 580px;
	margin: -12px 0 24px 18px;
	background: transparent url(../img/pot_pourrie_bg.jpg) 0 74px scroll no-repeat;
}
.rightpod h3.roadmap /*title only*/ {
	margin-top:24px; 
	line-height: 40px;


}
#roadmap {
	list-style-type: none;
	display: block;
	padding: 6px 0;
	margin: 0px 1px 24px 0;
	float: right;
	z-index:10;
	position:relative;
	

}
#roadmap li {
	font-family: georgia, 'bookman old style', 'times new roman', times, serif;
	font-size: 24px;
	margin: 0 0 1px 0;
	padding: 0;
	background: transparent url(../img/legend.png) 0 0 scroll no-repeat;
	font-style: italic;
	clear: both;
	display: inline;
	float: right;
	text-align: right; 
	z-index:9;

}
ul#roadmap a {
	margin: 1px 8px 1px 40px;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	
/*
	border-bottom: 1px solid #333;
	border-top: 1px solid #000;
*/
	padding: 6px 8px 1px 0;
	/* width: 148px; */
	display: block;
}
#roadmap li a:hover {
	color: #f6ed64;

}

#roadmap li.first a {
	border-top: none;

}
#roadmap li.last a {
	border-bottom: none;

}
#roadmap li span {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	display: block;
}
ul#roadmap li.inactive p {
	margin: 1px 8px 1px 40px;
	color: #aaaaaa;
	text-shadow: 1px 1px 3px #000;
	font-size:24px;
	font-family: georgia, 'bookman old style', 'times new roman', times, serif;
	font-size: 24px;
	padding: 0;
	font-style: italic;
	text-align: right; 
	
	
	
/*
	border-bottom: 1px solid #333;
	border-top: 1px solid #000;
*/
	padding: 6px 8px 1px 0;
	/* width: 148px; */
	display: block;
}


.roadstops {
	display: inline;
	width: 310px;
	height: 206px;
	margin: 17px 0 0 17px;
	float: left;
	background: #000;
	position: relative;
}
.roadstops dt{
	text-shadow: 1px 1px 1px #333;
	display: inline;
	float: right; 
	clear: both;
	background: transparent url(../img/legend.png) 0 0 scroll no-repeat;
	text-align: right; 
	margin:0;
	padding: 8px 4px 2px 4px;
	letter-spacing: 4px;
	font-size: 28px;
}
.roadstops dt a { 
	color: #fff;
}
.roadstops dd{
	text-shadow: 1px 1px 1px #333;
	clear: both;
	display: inline;
	float: right;
	padding: 2px 4px;
	background: transparent url(../img/legend.png) 0 0 scroll no-repeat;
	text-align: right;
	font-family: georgia, 'bookman old style', 'times new roman', times, sans-serif;
	font-style: italic; 
	margin:0;
	font-size: 18px;
}
.roadstops dd a { 
	color: #fff;
}
.roadstops a:hover {
	color: #f6ed64;

}
.paris {
	background: transparent url(../img/paris.jpg) 0 0 scroll no-repeat;
}
.zuerich {
	background: transparent url(../img/zuerich.jpg) 0 0 scroll no-repeat;
}
.moscow {
	background: transparent url(../img/moscow.jpg) 0 0 scroll no-repeat;
}
.brussels {
	background: transparent url(../img/brussels.jpg) 0 0 scroll no-repeat;
}
.london {
	background: transparent url(../img/londra.jpg) 0 0 scroll no-repeat;
}
.copenhagen {
	background: transparent url(../img/copenhagen.jpg) 0 0 scroll no-repeat;
}
.warsaw {
	background: transparent url(../img/warsaw.jpg) 0 0 scroll no-repeat;
}
.berlin {
	background: transparent url(../img/berlin.jpg) 0 0 scroll no-repeat;
}

dl.inactive dt, dl.inactive dd{ 
	color: #aaaaaa;
}



#footer {
	clear: both;
	margin: 216px 0 0 0;
	padding: 14px 0 97px 0;
	position: relative;
	background: /* #a30d17 */ transparent url(../img/footertexture_bg.jpg) 0 0 scroll repeat-x;
	border-bottom:3px solid #8c060c;
}	

#footer a {
	color: #ffe5c0;
}
#footernav{	
	position: absolute;
	top: 48px;
	list-style-type: none;
	padding: 0;
	font-size: 14px;
	top: 18px;
	left: 8px;
	margin: 0;
	padding: 0;
}
#footernav li{	
	display: block;
	float: left;
}
#footernav li.selected {
	color: red;
	border-bottom: 1px solid red;
	display: block;
	margin: 0 4px 16px 0;
	padding: 4px 20px 4px 10px;

}
#footernav li a {
	color: #ffe5c0;
	border-bottom: 1px solid #ffe5c0;
	display: block;
	margin: 0 4px 16px 0;
	padding: 4px 20px 4px 10px;
	text-shadow: 1px 1px 1px #333;
}
#footernav li a:hover {
	color: #eee;
	border-bottom: 1px solid #fef;
	display: block;
	text-shadow: 1px 1px 1px #333;
}
.clearboth {
	clear:both;
}
ul#roadmap li {
	overflow:hidden;
	behavior: url(js/iepngfix/iepngfix.htc);
}
.img_roadmap_fade {
	position:absolute;
	top:74px;
	right:0px;
	z-index:0;
	display:block;
	margin:0;
}
/*multi-column dls, as in participants*/
.a2c, .c2l, .l2s, .s2z {
	float: left;
	margin: 0;
	padding: 0 14px;
	width: 221px;
}

.a2c dd, .c2l dd, .l2s dd, .s2z dd {
	margin: 0;
	padding: 0;
	font-size:13px;
}

.a2c dt, .c2l dt, .l2s dt, .s2z dt{
	margin: 8px 0 0 0;
	
	padding: 0;
	font-size:16px;
}
/*end of multi-column dls, as in participants*/




		#topnav #preveditions ul {
			display: none;
			position: absolute;
			top: 29px;
			right: 2px;
			list-style-type: none;
			border: 1px solid #eee;
			border-top: none;
			width: 160px;
			padding: 0;
			margin: 0 0 0 0;
			z-index: 1000;			
			background-color:#fff;
		}
		
			#topnav li#preveditions:hover ul {
			display: block;
			cursor: pointer;
		}
		#topnav li#preveditions:hover ul {
			display: block;
		}
		
		#topnav li li {
			position: relative;
			z-index: inherit;
			text-align: left;
			display: block;
			padding: 0px;
			width: 160px;
			font-style: normal;
/*			font-family:arial, sans-serif; */
			font-size: 12px;
			letter-spacing: 0px;
			font-variant: small-caps;
			height:30px;
		}			
			
			
#footernav{	
/*	width:900px; */
}
			
#footernav #f_preveditions ul{	
	position: absolute;
	list-style-type: none;
	padding: 0;
	font-size: 12px;
	top: 30px;
/*	right:150px; */
	right:0px;
	margin: 0;
	padding: 0;
	display:none;
}
#footernav #f_preveditions ul li{	
	display: block;
	float: left;
}
#footernav li#f_preveditions:hover ul {
	display: block;
	cursor: pointer;
		}


#footernav #f_preveditions ul li a {
	color: #ffe5c0;
	border-bottom: 1px solid #ffe5c0;
	display: block;
	margin: 0 4px 16px 0;
	padding: 4px 20px 4px 10px;
	text-shadow: 1px 1px 1px #333;
}
#footernav #f_preveditions ul li a:hover {
	color: #eee;
	border-bottom: 1px solid #fef;
	display: block;
	text-shadow: 1px 1px 1px #333;
}
			
			
div.downloadables {
	width: 200px; 
	float: right; 
	border: 1px solid #0d74b6; 
	margin: 42px 0 14px 14px;
	
	
}
#eventdescription div.downloadables h4{
	font-family: arial, tahoma, calibri, sans-serif;
	font-size: 14px;
	margin: 12px 12px 0px 12px;
	padding:0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: none;
	color: #0d74b6;
	margin: 14px 12px 14px 12px;
}
			