/* CSS Document */

body{
	 
	padding:0;
	width:1920px;
	height:1080px;
	overflow:hidden;
	margin:0 auto;
	background-color: #313030;
	color: #1c3462; 
	font-family: avenir_next,partareg, Arial;
	}
a {text-decoration: none;}

#main{
    margin:0 auto;
    padding:0;
    width:1920px;
	height:1080px;
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
    
}
.peoplelist_a{
    width: 1400px; 
    height:630px;
    position: absolute; 
    left: 490px;
    bottom: 175px; 
    padding-top: 20px;
    font-size: 24px; 
     
}
.peoplelist_a_in{
    float: left;
    height:630px;
    width: 400px;
    margin-left: 50px;
}
.pname_a{
    font-size: 25px; 
    font-weight: bold;
    
}
.biolink{
    color: #62A744;
    cursor: pointer; 
    
}
.ptitle_a{
    font-size: 22px; 
    font-weight: normal;
     font-style: italic;
    
}
.biopage_title{
    position: absolute; 
    color: #62A744;
    left: 370px;
    top: 90px;
    font-weight: bold;
    font-size: 70px;
    
}

.biopage_name{
    position: absolute; 
    color: #62A744;
    left: 370px;
    top: 200px;
    font-weight: bold;
    font-size: 40px;
    
}
.biopage_img{
    position: absolute; 
    border: 5px solid #62A744;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    left: 370px;
    top: 350px;
    background-color: #f1f1f1;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.biopage_text {
    position: absolute; 
    width: 750px;
    height: 550px;
    left: 750px;
    bottom: 200px;
    font-size: 20px; 
}

.nameshow{
  position: absolute; 
    width: 1176px;
    height: 630px;
    left:375px;
    top: 225px;
    background-image: url("img/alum_popup.png");
    background-size: cover;
    background-repeat: no-repeat;
    
    
}

.alumimg{
    float: left;
    border: 5px solid #62A744;
    width: 250px;
    height: 250px;
    border-radius: 150px;
    background-color: #f1f1f1;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 90px;
}

/*************************************************************************************/

.timeline_page_title{
    position: absolute; 
    color: #62A744;
    left: 0;
    width: 100%; 
    text-align: center;
    top: 90px;
    font-weight: bold;
    font-size: 70px;
    
}

.timeline_page_text {
    position: absolute; 
    width: 550px;
    height: 400px;
    left: 1000px;
    bottom: 250px;
    font-size: 20px; 
}


.timeline_page_slideshow {
    position: absolute; 
    width: 520px;
    height: 660px;
    left: 370px;
    bottom: 115px;
    font-size: 20px;  
   
}


 /*************************************************************************************/



#nameshow_content h2{
   font-size:     40px; 
}
#nameshow_content{
   
  font-size:     22px;
   padding-left:   20px;
    margin-top:-50px;
}

/*************************************************************************************/
.goldbtn2{
	 
	padding:5px 25px 25px 5px;
	 
	 -moz-border-radius:10px;
	 -webkit-border-radius:10px;
	 border-radius:10px;
	border:2px solid #fff;
	background-color:#C7E3BB;
    color:#305221;
	background-repeat:no-repeat;
	background-position:center middle;
	 
	text-transform:uppercase;
	font-size:38px;
	text-decoration:none;
	
	text-align:center;
	line-height:48px;
	 
	cursor:pointer;
	
	}
 
	input.goldbtn2 {
	height:70px; width:350px;
	padding:5px 20px;}
.inputbox{
	height:50px;
	width:650px;
	font-size:26px;
	text-align:center;
	font-family:'futura_lt_book';
	font-style:italic;
	}		  
		  
.closebtn{
	padding:5px;
	 
	 -moz-border-radius:30px;
	 -webkit-border-radius:30px;
	 border-radius:30px;
	border:2px solid #fff; 
    background-color:#C7E3BB;
    color:#305221;
	background-repeat:no-repeat;
	background-position:center middle;
	text-transform:uppercase;
	font-size:50px;
	text-decoration:none; 
	text-align:center;
	line-height:50px;
	cursor:pointer; 
	display: block;
	width: 50px;
	height: 50px;
}
	.closebtn_holder{
		position: absolute;
		top:-25px;
		right:-25px;
	}	

/*#main a, .page_content{
     border:5px solid #ccc; 
}*/