* { 
	margin: 0; 
	padding: 0; 
	border: none; 
	outline: none; 
	text-decoration: none;
	list-style: none;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

a {
	color: #f00;
	font-style: italic;
}

h3 {
	font-size: 14px;
}

/*-----------------------------------------------------------------------------
Main Containers
------------------------------------------------------------------------------*/

body {
	background: #000;
	color: #fff;

	font-family: georgia;
	font-size: 13px;
}

#wrap {
	margin: 0 0 0 10px;
	width: 890px;
	margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------
Header
------------------------------------------------------------------------------*/

#header {
	background: #333;
	margin: 0 0 10px 0 ;
	height: 136px;
	background: #333 url("/images/header_bg.png") no-repeat;
}

	#header h1 a {
		margin: 20px 10px;
		width: 130px;
		float: left;
		height: 42px;
		background: url("/images/logo.png") no-repeat;
		text-indent: -1000px;
	}
	
	#header h1 a:hover {
		background: url("/images/logo.png") no-repeat 0 -42px;
	}
	
	#header p.tagline {
		float: left;
		width: 130px;
		margin: 24px 40px;
		font-style: italic;
		color: #fff;
	}
	
	#header div#menu {
		padding-top: 20px;
	}
	
	#header ul {
		list-style-type: none;;
	}

	#header ul li {
		float: left;
		list-style-type: none;;
		margin: 0;
		padding: 0;
	}

	#header ul li.utility a {
		border-bottom: 5px solid #808080;
		margin: 0 0px 0 10px;
	}

	#header ul li.current a {
		border-bottom: 5px solid #FF0000;
	}

	#header ul li a:hover {
		border-bottom: 5px solid #FF0000;
	}

	#header ul li a {
		display: block;
		color: #fff;
		width: 150px;
		padding: 5px 0;		
		font-style: italic;
		margin: 0 20px 0 10px;
		border-bottom: 5px solid #000;
	}



/*-----------------------------------------------------------------------------
Bread
------------------------------------------------------------------------------*/
	
#bread {
	background: #333;
	margin: 0 0 10px 0 ;
	height: 35px;
}
	
	#bread #return {
		display: block;
		width: 170px;
		height: 35px;
		float: left;
		border-right : 1px solid #000;
		background: #333;
		color: #fff;
	}

	#bread #return a {
		display: block;
		width: 140px;
		height: 15px;
		float: left;
		border-right : 1px solid #000;
		padding: 10px;
		padding-left: 20px;
		background: #f00;
		color: #fff;
		background: #f00 url("/images/arrow_left_red.png") no-repeat 10px 15px;
	}

	#bread #return a:hover {
		background: #f00 url("/images/arrow_left_red_grey.png") no-repeat 10px 15px;
		color: #333;
	}

	#bread #path {
		float: left;
		margin-left: 8px;
		padding: 10px;
		font-style: italic;
		color: #808080;
	}

	#bread #path a {
		color: #fff;
		padding-left: 2px;
	}

	#bread #path a.sep {
		background: url("/images/breadcrumb_sep.png") no-repeat top right;
		margin-right: 7px;
		padding-right: 15px;
	}

	#bread #path a:hover {
		color: #f00;
		padding-left: 2px;
	}

	#bread #path .home {
		padding-left: 2px;
	}

	#bread #email {
		float: right;
		padding: 10px;
		font-style: italic;
		width: 150px;
	}

	#bread #email a {
		color: #fff;
	}
	

	#bread #email a:hover {
		color: #f00;
	}
/*-----------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------*/

#footer {
	margin-left: 10px;
}

#footer, #footer a {
	color: #808080;
	font-style: italic;
	font-weight: normal;
}

/*-----------------------------------------------------------------------------
Utility
------------------------------------------------------------------------------*/

	
hr {
	clear: both;
	height: 0;
	visibility:hidden;
}

.clear {
	clear: both;
	height: 0;
	visibility:hidden;
}


#intro {
	padding: 10px;
	background: #fff;
	width: 330px;
	height: 352px;
	float: left;

	font-style: italic;
	font-size: 13px;
	color: #333;
	line-height: 18px;
}

#intro p {
	margin-top: 5px;
}


#titlecolumn {
	background: #ccc;
	width: 150px;
	padding: 10px;
	float: left;
	min-height: 352px;
	background: #ccc url("/images/title_col_line.png") no-repeat;
}

	#titlecolumn h2 {
		color: #333;
		text-transform: uppercase;
		border-top: 5px solid #000;
		border-bottom: 5px solid #000;
		padding: 5px 0;

		font-size: 16px;
		line-height: 14px;
		font-style: normal;
		font-weight: normal;
	}



#summary {
	background: #fff;
	width: 150px;
	padding: 10px;
	float: left;
	color: #333;

}

	#summary h2 {
		color: #f00;
		padding: 5px 0;

		font-size: 16px;
		line-height: 14px;
		font-style: normal;
		font-weight: normal;
	}

	#summary p {
		font-style: italic;
	}

	#publication #summary h2 {
		border-bottom: 5px solid #ccc;
		width: 150px;
		overflow: hidden;
	}

.blank {
	float: right;
	width: 170px;
	background: #333;
	min-height: 372px;
	
	background: #333 url("/images/title_col_line.png") no-repeat;
}

.noline {
	background: #333;
}

.publication {
	float: left;
	width: 510px;
	margin-left: 10px;

	background: #fff;
	color: #333;

	padding: 10px;
}


	#publication #summary p.author {
		font-style: italic;
		margin-top: 5px;
	}

	#publication #summary p.date, 	#publication #summary p.journal {
		font-style: italic;
		color: #808080;
		margin-top: 2px;
	}

	#publication .publication p {
		font: 11px verdana, arial;
		margin-bottom: 10px;
	}

#publications {
	background: url("/images/publications_home_bg.png");
	margin-bottom: 10px;
	height: 100%;
}


#publication {
	background: url("/images/publication_bg.png");
	margin-bottom: 10px;
	height: 100%;
}

ul.publications {
	width: 530px;
	float: left;
	margin-left: 10px;

	color: #333;
}

	ul.publications li {
		background: #fff;
		padding: 10px;
		border-top: 10px solid #000;
		height: 125px;
	}

	ul.publications li.first {
		border-top: none;
	}

	ul.publications li a {
		font-style: normal;
	}

	ul.publications li a:hover {
		text-decoration: underline;
	}

	ul.publications h2 {
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
	}

	ul.publications p.date {
		border-bottom: 5px solid #ccc;
		padding: 0 0 10px 0;
		font-style: italic;
	}

	ul.publications p.teaser {
		font-family: verdana;
		font-size: 11px;
		padding: 10px 0 0 0;
	}

	ul.publications li p.teaser a {
		font-family: Georgia;
		font-style: italic;
	}


#partner-top {
	background: url("/images/partners_detail_top_bg.png");
	border-bottom: 10px solid #000;
}

#network {
	background: url("/images/partners_detail_top_bg.png");

}

#network #titlecolumn
{
	height: 420px;
}

#network img.schema
{
	margin-top: 5px;
	width: 507px;
	height: 345px;
}

ul.partners {
	margin: 0;
	padding:0;
	
}


	ul.partners li {
		padding: 10px;
		width: 150px;
		min-height: 352px;
		float: left;
		display: inline;
		background: #fff;
		margin: 0 0 10px 10px;

		font-style: italic;
		color: #333;
		line-height: 18px;
	}

	ul.partners li.first {
		margin: 0;
	}

	ul.partners li.title h2 {
		color: #333;
		text-transform: uppercase;
		border-top: 5px solid #000;
		border-bottom: 5px solid #000;
		padding: 5px 0;
	}

	ul.partners li a img {
		padding-bottom: 5px;
		
	}

	ul.partners li h2 {
	}

	ul.partners li h2 {
		height: 32px;
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
		color: #f00;
	}

	ul.partners li a {
		font-style: normal;
	}

	ul.partners li a:hover {
		text-decoration: underline;
	}

	ul.partners li p.type {
			height: 118px;
	}

	ul.partners li a.more {
		border-top: 5px solid #ccc;
		padding-top: 5px;
		display: block;
		font-style: italic;
		font-family: georgia;
		font-size: 11px;
	}

	ul.partners li.blank {
		background: #333 url("/images/title_col_line.png") no-repeat;
	}

.biography {
	float: left;
	width: 510px;
	margin-left: 10px;

	background: #fff;
	color: #333;

	padding: 10px;
}

.biography p {
	font-family: verdana;
	font-size: 11px;
	margin-bottom: 10px;
}

div.personal_projects {
	background: #333 url("/images/partners_detail_bottom_bg.png");
	margin-bottom: 10px;
}

ul.personal_projects {
	width: 530px;
	float: left;
	margin-left: 10px;
	color: #333;
}

	ul.personal_projects li {
		background: #fff;
		padding: 10px;
		border-top: 10px solid #000;
	}

	ul.personal_projects li.first {
		border: none;
	}

	ul.personal_projects img {
		float: left;
	}

	ul.personal_projects p {
		margin-bottom: 10px;
		font-family: verdana;
		font-size: 11px;
		margin-left: 170px;
	}

	ul.personal_projects a {
		font-family: verdana,arial;
		font-style: normal;
		color: #808080;
	}

	ul.personal_projects a:hover {
		text-decoration: underline;
	}

	ul.personal_projects .header {
		width: 340px;
		float: right;
		border-bottom: 5px solid #ccc;
		margin-bottom: 10px;
		height: 60px;
	}
	
	ul.personal_projects h2 {
		color: #f00;
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
	}

	ul.personal_projects h3 {
		color: #333;
		font-size: 13px;
		font-style: italic;
		font-weight: normal;
	}

#network .header p {
		margin-bottom: 10px;
		font-family: verdana;
		font-size: 11px;
	}

	#network .header a {
		font-family: verdana,arial;
		font-style: normal;
		color: #808080;
	}

	#network .header a:hover {
		text-decoration: underline;
	}

	#network .header {
		border-bottom: 5px solid #ccc;
		margin-bottom: 10px;
		overflow:auto;
	}
	
	#network .header h2 {
		color: #f00;
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
}

	#network .header h3 {
		color: #333;
		font-size: 13px;
		font-style: italic;
		font-weight: normal;
	padding-bottom: 5px;
}


ul.projects {
	margin: 0;
	padding:0;
	
}

	ul.projects li {
		padding: 10px;
		width: 150px;
		min-height: 352px;
		float: left;
		display: inline;
		background: #fff;
		margin: 0 0 10px 10px;

		font-style: italic;
		color: #333;
		line-height: 18px;
	}


	ul.projects li.active h3.badge_fr {
		position: absolute;
		margin-top: 10px;
		margin-left: 93px;
		text-indent: -5000px;
		width: 47px;
		height: 47px;
		display: block;
		background: url("/images/current_fr.png") no-repeat;
	}

	ul.projects li.completed h3.badge_fr {
		position: absolute;
		margin-top: 10px;
		margin-left: 93px;
		text-indent: -5000px;
		width: 47px;
		height: 47px;
		display: block;
		background: url("/images/past_fr.png") no-repeat;
	}

	ul.projects li.active h3.badge_en {
		position: absolute;
		margin-top: 10px;
		margin-left: 93px;
		text-indent: -5000px;
		width: 47px;
		height: 47px;
		display: block;
		background: url("/images/current_en.png") no-repeat;
	}

	ul.projects li.completed h3.badge_en {
		position: absolute;
		margin-top: 10px;
		margin-left: 93px;
		text-indent: -5000px;
		width: 47px;
		height: 47px;
		display: block;
		background: url("/images/past_en.png") no-repeat;
	}

	ul.projects li .intro {
		height: 255px;
	}

	ul.projects li.first {
		margin: 0;
	}

	ul.projects li.blank {
		background: #333 url("/images/title_col_line.png") no-repeat;
	}

	ul li .placeholder {
		width: 150px;
		height: 150px;
		background: #B2B2B2;
		margin: 0 0 5px 0;
	}

	ul li.title {
		background: #d9d9d9 url("/images/title_col_line.png") no-repeat;
	}

	ul.projects li.title h2 {
		color: #333;
		text-transform: uppercase;
		border-top: 5px solid #000;
		border-bottom: 5px solid #000;
		padding: 5px 0;
	}

	ul.projects li a {
		font-style: normal;
	}

	ul.projects li a:hover {
		text-decoration: underline;
	}

	ul.projects li .intro img {
		margin-bottom: 5px;
	}

	ul.projects li .intro h2 {
		width: 150px;
		overflow: hidden;
	}

	ul.projects li h2 {
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
		color: #f00;
		margin-bottom: 5px;
	}

	ul.projects li.title h2 {
		margin-top: 0;
	}

	ul.projects li p.type {
		width: 150px;
		overflow: hidden;
	}

	ul.projects li p.teaser {
		font-family: verdana, arial, helvetica;
		border-top: 5px solid #ccc;
		padding-top: 5px;
		font-style: normal;
		font-size: 11px;
		line-height: 16px;
		width: 150px;
		overflow: hidden;
	}

	ul.projects li p.teaser a {
		font-family: georgia, arial, helvetica;
		font-style: italic;
	}

#project {
}

	#project #dpwide {
		background: url("/images/projects_wide_bg.png") repeat-y;
	}

	#project #dpwider {
		background: url("/images/projects_wider_bg.png") repeat-y;
	}

	#project #dpwidest {
		background: url("/images/projects_widest_bg.png") repeat-y;
	}

	#project #dpnormal {
		background: url("/images/projects_narrow_bg.png") repeat-y;
	}

	#project #image {
		background: #333;
		float: left;
		width: 330px;
		padding: 10px;
	}

	#project #normal {
		padding: 10px;
		margin-left: 360px;
		margin-right: 180px;
		background: #fff;
		color: #333;
	}

		#project .detail p {
		font: 11px verdana, arial;
		margin-bottom: 10px;
		}

		#project .detail h2 {
		color: #f00;
		font-size: 16px;
		line-height: 14px;
		font-style: normal;
		font-weight: normal;
		}

		#project .detail h3 {
		color: #333;
		font-size: 13px;
		font-style: italic;
		font-weight: normal;
		}

		#project .detail h3.customer {
			color: #808080;
			padding-bottom: 10px;
			border-bottom: 5px solid #ccc;
			margin-bottom: 10px;
		}


	#project #wide {
		padding: 10px;
		margin-left: 360px;
		background: #fff;
		color: #333;
		margin-right: 0;
	}

	#project #wider {
		padding: 10px;
		margin-left: 180px;
		margin-right: 180px;
		background: #fff;
		color: #333;
	}

	#project #widest {
		padding: 10px;
		margin-left: 180px;
		background: #fff;
		color: #333;
		margin-right: 0;
	}


	#project #partners {
		float: right;
		width: 150px;
		background: #fff;
		padding: 10px;
		border-left: 10px solid #000;
		color: #333;
	}

	div.noimage {
		float: left;
		width: 170px;
		min-height: 372px;
		background: #333 url("/images/title_col_line.png") no-repeat;
	}

	#project #partners h2 {
		height: 59px;
		border-bottom: 5px solid #ccc;
		margin-bottom: 10px;
		color: #333;
		font-weight: normal;
		font-size: 16px;
	}

	#project #partners .body {
		font-size: 13px;
		font-weight: normal;
		font-style: italic;
	}

	#project #partners .body h1 {
		font-size: 14px;
		font-weight: normal;
		color: #f00;
		font-style: italic;
	}

	#project #partners .body p {
	}

	#project ul.media {
		margin-top: 10px;
	}

	#project ul.media li {
		margin-left: 10px;
		margin-bottom: 10px;
		background: #fff;
		float: left;
		padding: 10px;
		width: 150px;
		height: 150px;
		display: block;
	}

	#project ul.media li.first {
		margin-left: 0;
	}

	#project ul.media li.mediablank {
		display: block;
		margin: 0;
		margin-left: 10px;
		margin-bottom: 10px;
		padding: 0;
		width: 170px;
		height: 170px;

		background: #333 url("/images/media_col_line.png") no-repeat;

	}


#main {
	background: none;
}

#activities {
	background: url("/images/activities_bg.png") repeat;
	margin-bottom: 10px;
	height: 100%;
}

ul.activities {
	width: 530px;
	float: left;
	margin-left: 10px;

	color: #333;
}

	ul.activities li {
		background: #fff;
		padding: 10px;
		border-top: 10px solid #000;
	}

	ul.activities li.intro {
		border: none;
	}

	ul.activities img {
		float: left;
		width: 150px;
	}


	ul.activities div.details {
		width: 340px;
		float: right;
	}

	ul.activities h2 {
		display: block;
		color: #f00;
		font-size: 16px;
		line-height: 13px;
		font-weight: normal;
		border-bottom: 5px solid #999;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
	}

	ul.activities p {
		padding: 0;
		margin-top: 5px;
		
		font-family: verdana;
		font-size: 11px;
	}

	ul.activities li.intro p, ul.activities li.intro ul {
		margin: 0;
		margin-bottom: 10px;
		font-family: verdana;
		font-size: 11px;
	}

	ul.activities li ul {
		font-family: verdana;
		font-size: 11px;
		margin: 0;
		margin-top: 10px;
	}

	ul.activities li ul li {
		list-style: none outside url("/images/bullet.png");
		padding: 0px;
		border: 0;
		margin: 0 0 10px 20px;
	}



	#landing-slideshow {
		margin:0 0 0 0;
		padding:0;
	}

	#slideshow-nav {
		visibility: hidden;
	}

		#slideshow-nav a {
			color:#fff;
			width:16px;
			line-height:17px;
			border:1px solid #fff;
			background:#e6e6e6;
			display:block;
			float:left;
			text-align:center;
			font-size:10px;
			margin:0 0 0 -1px;
			color:#666;
			outline:none;
		}

	#slideshow-nav a:hover {
		background:#fff;
	}

	#slideshow-nav a.active {
		background:#fff;
	}

	#landing-slideshow #slideshow-inner {
		overflow:hidden;
		width:330px;
		height:265px;
		position:relative;
		margin:0;
		padding: 0;
	}

	#landing-slideshow #slideshow-inner #slidr {
		position:absolute;
		width:5000px;
		margin:0;
		padding: 0;
	}

    #landing-slideshow #slideshow-inner #slidr .slidr-inner {
    	float:left;
        width:330px;
	}

	#landing-slideshow h3 {
		font-size:16px;
		color:#0089bf;
		margin:12px 0 3px 18px;
	}

	#landing-slideshow p {
		margin:0 0 0 18px;
		font-size:12px;
	}

	#landing-slideshow #slideshow-image-border {
		border:1px solid #fff;
		width:330px;
		height:265px;
		position:absolute;
	}

/* @end */

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	margin-top: 127px;
}

#lbBottomContainer {
	margin: 0;
	padding: 0;
	border: 0;
}


.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #000;
	background-repeat: no-repeat;
}


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 135px;
	margin: 0;
	padding: 0;
	background: #fff url(/images/lightbox_header_bg.png) no-repeat 0 0 ;
	z-index: 100;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption, #lbNumber {
	display: none;
}

#lbProjectName {
	margin: 10px 0 0 20px;
	padding-top: 10px;
	font-family: Georgia;
	font-size: 16px;
	color: #f00;
}

#lbImageTitle {
	margin: 5px 0 0 20px;
	font-family: Georgia;
	font-size: 16px;
	font-style: italic;
	color: #333;
}

#lbImageCredit {
	margin: 10px 0 10px 20px;
	font-family: Georgia;
	font-size: 12px;
	color: #808080;
}



#lbPrevLink {
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	display: block;
	line-height: 36px;
	width: 140px;

	background: #000;
	color: #fff;

	font-family: georgia;
	font-size: 14px;

	padding: 0 10px;
	background: #000 url("/images/arrow_left_black.png") no-repeat 10px 15px;
	padding-left: 25px;
}

#lbPrevLink:hover {
	background: #f00 url("/images/arrow_left_red.png") no-repeat 10px 15px;
	padding-left: 25px;
}


#lbNextLink {
	margin-top: 5px;
	float: left;
	margin-left: 10px;
	display: block;
	line-height: 36px;
	width: 140px;

	background: #000;
	color: #fff;

	font-family: georgia;
	font-size: 14px;

	padding: 0 10px;
	text-align: right;
	
	background: #000 url("/images/arrow_right_black.png") no-repeat 160px 15px;
	padding-right: 30px;
}

#lbNextLink:hover {
	background: #f00 url("/images/arrow_right_red.png") no-repeat 160px 15px;
	padding-right: 30px;
}


#lbCloseLink {
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	display: block;

	line-height: 36px;
	width: 140px;

	background: #000;
	color: #fff;

	font-family: georgia;
	font-size: 14px;

	padding: 0 10px;
	text-align: right;

	background: #333 url("/images/close_grey.png") no-repeat 160px 15px;
	padding-right: 30px;
}

#lbCloseLink:hover {
	background: #f00 url("/images/close_red.png") no-repeat 160px 15px;
}




