@charset "UTF-8";
html {
       overflow-y: scroll;
}
body {
	background-color: #333;
	font-family: Verdana, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p{
	margin-bottom:1em;
}
ul{
        list-style:disc;
}

ul li{
	line-height:1.4em;
	margin: 8px 0px 18px 25px;;
}

a {
	color:#2968D0;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #254D7A;
	line-height:2em;
}

/*=== Centered white container ===*/
#main_rect {
	background-color: #FFF;
	width: 900px; /* width of container */
	margin:15px auto 5px auto;
	min-height: 925px;
	padding-top:33px;
	position:relative;
}

/*=== Name and title ===*/
#name_rect {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	background-color: #254D7A;
	height: 66px;
	position: relative;
}
#name_rect #full_name {
	position: absolute;
	color: #EEE;
	left: 140px;
	top: 20px;
	display: block;
	font-size: 1.25em;
}
#name_rect #title {
	position: absolute;
	color: #EEE;
	left: 140px;
	top: 43px;
	display: block;
	font-size: 0.85em;
}

/*=== Affiliation ===*/
#affiliation_rect {
	background-color: #E6E6E6;
	height: 25px;
	position: relative;
}
#affiliation_rect #departments {
	position: absolute;
	color: #555;
	left: 140px;
	top: 5px;
	display: block;
	font-size: 0.7em;
}
#affiliation_rect #scs {
	position: absolute;
	color: #555;
	left: 347px;
	top: 6px;
	display: block;
	font-size: 0.80em;
	text-decoration:none;
}
#affiliation_rect #departments .department_separator {
	padding:0px 5px;
	color:#CCC;
}
#affiliation_rect #departments a {
	color:#555;
	text-decoration:none;
}
#affiliation_rect #departments a:hover {
	text-decoration:underline;
}

/*=== Portrait ===*/
#john_portrait {
	position: absolute;
	width: 155px;
	clip: rect(7px,130px,132px,25px);
	left: -8px;
	top: 11px;
}

/*=== GHC picture ===*/
#ghc_picture {
	position: absolute;
	width: 205px;
	clip: rect(0px,220px,150px,0px);
	display:block;
	right: 0px;
	top: 18px;
}
/*=== GHC picture ===*/
#oghc_picture {
	position:absolute;
	height:66px;
	display:block;
	right: 0px;
	top: 33px;
}
#npn_picture {
	width: 200px;
	position: absolute;
	display:block;
	clip: rect(5px,190px,195px,0px);
}
#diffusion_picture {
	width: 250px;
	position: absolute;
	display:block;
	clip: rect(5px,190px,195px,0px);
}


/*=== Navigation on the left ===*/
#nav_rect {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	float: left;
	width: 140px;
}
#nav_rect ul#nav_list {
	list-style:none;
	padding:50px 20px;
	font-size: 0.90em;
	margin:0px;
	color:#254D7A;
}
#nav_rect ul#nav_list li {
	margin: 0 0 0.7em 0;
	font-size:1em;
	line-height:1em;
}
#nav_rect ul#nav_list li a {
	color:#254D7A;
	text-decoration:none;
}
#nav_rect ul#nav_list li a:hover {
	text-decoration:underline;
}


/*=== Content on the right ===*/
#pub_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #254D7A;
	font-weight: bold;
}

/*=== Content on the right ===*/
#main_rect #content {
	margin-left:140px;
	padding: 50px 30px 25px 15px;
	font-size:0.8em;
	line-height:1.48em;
}

/*=== paint an arrow to the left of "see more..." === */
a.see_more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(../images/more.gif);
	padding-left: 12px;
	background-position: 1px -1px;
	background-repeat:no-repeat;
}

/*=== design credit ===*/
#credit{
	font-size:0.8em;
	color:#555;
	width:200px;
	height: 10px;
	margin:8px auto;
	position:relative;
}
#credit a {
	color:#666;
	text-decoration:none;
}