/*	Argos Style 1.0 */

body { 
    background: #0E0E0E url(images/background.png);
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}

a {
	color: #666666;
}

a:visited {
	color: #666666;
}

#middleFloat {
	overflow: visible;
	margin: 0 auto;
	width: 950px;
	height: 100%;
	position: relative; /* this is the magic property that makes the footer not float in the middle of the page when the browser is too small */
/*	background: #ffffff;
	background: url('images/glossymetal.jpg');
	border-color: #014e86;
 	border-style: solid;
	border-width: 4px;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;*/
}

.logonote {
	position: relative;
	height: 20px;
	top: 4px;
	border: none;
}

#title {
	text-align: center;
	width: 910px;
	height: 150px;
	/*
	margin: 20px;
	color: white;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;
	background: url('images/titlebg.png');*/
}

#titlename {
	/*background: url('images/title.png') no-repeat;*/
	height: 48px;
	font-size: 48px;
	width: 150px;
	color: white;
	top: 51px;
	float: left;
	position: relative;
	padding-left: 50px;
}
/*
#titlename span {
	display: none;
}
#subtitlename span {
	display: none;
}*/
#subtitlename {
	/*background: url('images/subtitle.png') no-repeat;
	left: 260px;
	position: relative;*/
	height: 25px;
	font-size: 25px;
	width: 390px;
	margin-top: 68px;
	padding-bottom: 3px;
	float: left;
	border-left: 1px solid #292929;
}

hr {
height: 0px;
color: #292929;
border-top: 1px solid #292929;
border-bottom: none;
border-left: none;
border-right: none;
margin-top: 10px;
margin-bottom: 10px;
}

#array {
	height: 100px;
	float: right;
	padding-top: 30px;
	padding-right: 30px;
}

#zoompicture {
	width: 950px;
	height: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url('images/zoom.jpg') no-repeat;
	background-size: 100%;
}

#leftfloat {
	clear: both;
	width: 950px;
	padding-left: 0px;
	/*float: left;*/
}

#leftfloat p {
	margin: 0;
}
/* Menu */

#menu {
	overflow: hidden;
	width: 950px;
	margin: 0px auto;
	padding: 20px 0px;
	border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	border-right: 1px solid #292929;
}

#lastitem {
	border-right: none !important;
}

#menu a {
	display: block;
	padding: 0px 35px 0px 35px;
	text-decoration: none;
	text-align: center;
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	font-weight:400;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menuheader, #menufooter {
	display: none;
}

#home {
text-align: justify;
/*text-indent: 40px;*/
}

/* Columns */


#three-columns {
	overflow: hidden;
	width: 960px;
	padding: 30px 0px;
}
#three-columns p {
	line-height: 180%;
}

#three-columns h2 {
	padding: 0px 0px 20px 0px;
	font-size: 30px;
	color: #DDDDDD;
	margin: 0;
}

#three-columns #column1 {
	float: left;
	width: 290px;
	margin-right: 40px;
}

#three-columns #column2 {
	float: left;
	width: 290px;
}

#three-columns #column3 {
	float: right;
	width: 300px;
}

#contents {
	text-align: center;
	/*
	clear: right;
	float: right;*/
	width: 950px;
	margin-bottom: 60px; /*space for footer*/
	/*
	margin-left:20px;
	margin-right:20px;
	padding-right: 20px;
	padding-left: 20px;*/
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #292929;
	border-top: 1px solid #292929;
}

#contents ul {
	margin: 0;
}

#contents p {
	margin: 0;
}

/*
#contentsbody {
	padding: 20px;
	width: 658px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: white;
}*/

#people h1 {
	margin-top: 0;
	text-align: left;
}

.peoplelist ul  {	
	width: 100%;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
	height: auto;
	display: block;
}

.peoplelist li {
	float: left;
	width: 33.333%;
}

.peoplelist {
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}


.peopleSep {
	border-top: 1px solid #292929;
	margin-top: 30px;
	margin-bottom: 20px;
}

#people {
	display: none;
}

#people .peopleSep h1 {
	margin-top: 20px;
}

.person {
	height: 270px;
	width: 180px;
	background: white;
	margin: 20px auto;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.emptyp {
	height: 270px;
	width: 180px;
	background: transparent;
	margin: 20px auto;
}

.downp {
	position: relative;
	top: 145px;
}

.rightp {
	/*margin-left: 127.5px;*/
	margin-left: 222.5px;
}

.person_pic {
	width: 140px;
	height: 200px;
	margin: 20px 20px 10px 20px;
	border: none;
}

.peoplenote{
	height: 40px;
	width: 380px;
	background: white;
	margin: 10px auto;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	vertical-align: middle;
}

.peoplenote a {
	position: relative;
	display: block;
	top: 7px
}

/*
img.aligncenter {
	margin: 0px auto;
	vertical-align: middle;
	border: none;
}*/

#externalpeople .person {
	height: 40px;
	padding-top: 5px;
	width: 180px;
	/*background: white;
	margin: 20px auto;*/
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

#peoplefooter {
	border-top: 1px solid #292929;
	padding-top: 10px;
}

#peoplefooter ul  {	
	width: 100%;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
	height: 165px;
}

#peoplefooter li {
	float: left;
	width: 50%;
}

#photolistV3 {
	height: 730px;
	margin-top: 10px;
}

#photolistV2 {
	height: 930px;
	margin-top: 10px;
}

#photolistV1 {
	height: 630px;
}

#photoPopupContainer {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;		
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}

#photoPopup {
	position: relative;
	top: 15%;
    margin-left: auto;
    margin-right: auto;
	width: 950px;
	overflow: auto;
	max-height: 90%;
    z-index: 100;
	cursor: pointer;
}

.photolist ul  {	
	width: 100%;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
	/*height: 630px;*/
}

.photolist li {
	float: left;
	width: 49.99%;
}

.photolist {
	width: 100%;
	display: block;
	clear: both;
}

.photo {
	width: 440px;
	margin-bottom: 30px;
	cursor: pointer;
}
#photos {
	display: none;
}

#photos h1 {
	margin-top: 0;
}

.photoSep {
	border-top: 1px solid #292929;
	padding-top: 20px;
	margin-top: 60px;
	margin-bottom: 20px;
}

/*#photoSep h1 {
	border-bottom: 1px solid #292929;
}*/

#acknowledgements{
	padding-top: 10px;
}

#acknowledgements ul  {	
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#randomize{
	height: 730px;
}

#acknowledgements li {
	position: relative;
	top: 0px;
	left: 0px;
	width: 280px;
	background: white;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	margin: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
	vertical-align: middle;
}



.readmorepopup {
	display: none;
	position: relative;
	top: 10%;
	color: #111111;
    margin-left: auto;
    margin-right: auto;
	width: 500px;
	background: #f2f2f2;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	padding: 20px;
	overflow: auto;
	max-height: 80%;
}	

.readmorepopup h2 {
color: #555 !important;
}

.readmorepopup hr {
display: none;
}

.popupcontainer {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;		
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
}

#affiliations {
	display: none;
}

#acknowledgements {
	display: none;
}
	
/*
#acknowledgements li {
	float: left;
	width: 280px;
	background: white;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;
	margin: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
	vertical-align: middle;
}*/

#acknowledgements a {
}

.acknowledgementpic {
	max-width: 200px;
	border: none;
	/*-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;
	background: white;
	border: solid 10px white;*/
}

#supporters li {
	margin: 35px auto;
}

#supporters .bigack {
	position: relative;
	top: 0px;
	left: 0px;
	width: 480px;
	background: white;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 5px;
	vertical-align: middle;
	margin: 35px auto;
}

.person_small_text {
	font-size: 14px;
	
}

#publications {
	display: none;
	text-align: left;
	padding-left : 10px;
	/* text-indent : -48px; */
	width: 75%;
	padding-left: 13%;
}

#publications li {
	display: list-item;
	text-align: -webkit-match-parent;
	padding-top: 7px;
	padding-bottom: 7px;
}

#publications ul {
	/* list-style-position: inside; */
	list-style-type: disc;
}

#publications p {
	/*text-indent: 20px;*/
	padding-top: 10px;
	text-align: center;
}

#affiliations ul {
	list-style: none;
}

#footer {
	font-size:	10pt;
	text-align: center;
	position: absolute;
	bottom: 15px;
	width: 100%;
}

#xhtml {
	display: none;
}

#popupClose {
    /*text-align: right;*/
}

