/* CSS Document */
body{
	 
	padding:0;
	width:1910px;
	height:1080px;
	overflow:hidden;
	margin:0 auto;
	background-color: rgba(178,51,78,1.00);
	color: #004B8B; 
	font-family: partareg, Arial;
	}
a {text-decoration: none;}
@font-face {
  font-family: montbold;
  src: url("font/Montserrat-Bold.otf");
}
@font-face {
  font-family: montreg;
  src: url("font/Montserrat-Regular_1.ttf");
}
@font-face {
  font-family: partareg;
  src: url("font/Prata-Regular.ttf");
}

img.map, map area{
    outline: none;
}
#main_out{
	width:1910px;
	height:1080px;
	overflow:hidden;
	margin:0 auto;
}

.about_left{
	float: left;
	width: 1500px;
	height: 920px;
	margin-left: 40px;
	margin-top: 125px;
	 
	
}
.about_nav{
	float: right; 
	width: 330px;
	height: 920px;
	margin-top: 125px;
}
.about_nav .link, .blocklink{
/* 	border: 2px solid #fff; */
	display: block;
}

.montboldh2 {
	font-family: montreg , Times;
	color: #004B8B;
	font-size: 70px;
	margin: 3px;
}
.sel_section{
	border-bottom: 5px #ffffff solid !important;
}
.h2red{font-size: 50px;  color: #BD394E;}
.h2reddonor{font-size: 30px;  color: #BD394E;}
.person{
float: left;
width: 550px;
height: 265px;
margin: 0 100px 50px 0;
background-color: #8EA6CC;
overflow: hidden;
border-radius: 0 15px 15px 0;
}
.person_pic{
float: left;
width: 255px;
height: 265px;
background-color: #ccc;
}
.person_bio{
float: left;
color: #fff;
width: 250px;

margin: 15px;
}
.btnred{ color: #fff;
background-color:   rgba(178,51,78,1.00);
text-decoration: none;
display: inline-block;
font-size: 14px;
padding: 3px 10px;
	border-radius: 5px;}

	
#popupbox{
	clear: both;
	width: 90%;
	height: auto;
	background-color:#ffffff;
	border:2px solid #ccc;
	border-radius:5px;
	position:absolute;
	margin:  0 auto;
	top:5%; 
	left:5%;
  
	padding:10px 10px 10px 10px;
	display:none;
	z-index:99999; 
	 }

#popupboxsearch{
	font-size: 18px;
	overflow-y: scroll;
	clear: both;
	width: 70%; height: 80%;
	background-color:#ffffff;
	border:2px solid #ccc;
	border-radius:5px;
	position:absolute;
	left:15%;
    top:10%; 
	padding:10px 10px 10px 10px;
	display:none;
	z-index:99999; 
	text-align: center;
}

#shaddow{
	clear: both;
	z-index:888;
	width:100%;
	height:110%;
	top:0%;
	left:0;
	background-color:#000;
	opacity:.5;
	filter: alpha(opacity = 50);
	position:fixed;
	display:none;
}

/******************KEYBOARD****************************************/


.goldbtn2{
	 
	padding:10px 20px;;
	 
	border:2px solid #fff;
	background-color:#6B9AC4;
	background-repeat:no-repeat;
	background-position:center middle;
	 
	text-transform:uppercase;
	font-size:25px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	line-height:30px;
	 
	cursor:pointer;
	
	}
 
	input.goldbtn2 {
	height:70px; width:350px;
	padding:5px 20px;}
.inputbox{
	height:50px;
	width:650px;
	font-size:26px;
	text-align:center;
	font-family:'arial';
	font-style:italic;
	}
#keyboard{
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	background-color:#004A8B;
	border:5px solid #fff;
	padding:10px;
	display:none;
	z-index:99999;
}
/**********************************************************/

.popupnav{
	position: absolute;
	right: 0;
	top:0;
	width: 300px;
	background-color: rgba(178,51,78,1.00);
	padding: 20px ;
	font-size: 18px;
	line-height: 32px;
	display: none;
	border: 2px solid #fff;
	border-bottom: none;
}
.popupnav a{
	color: #fff;
}
 
.popupnav.lifetime{
	right: 15px;
}

.popupnav.alumofmonth{
	right: 20px;
	background-color: rgba(1,76,144,1.00);
}
#donors_list_abc{
	margin-left:15px;
	float:left;
	width:50px; 
	text-align:right;}
#donors_list_abc a{
	display: inline-block;
	padding: 5px;
	/* background-color: #014C90; */
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-weight:bold;
	line-height: 15px;
	margin-top: 2px;
	width: 25px;
	text-align: center;
		}

.hist_circle{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	background-color: #004A8B;
	border: 3px solid #fff;
}.hist_line{
	display: inline-block;
	width: 60px;
	height: 15px;
	 margin-top: 17px;
	margin-left: -5px;
	border-top: 4px solid #fff;
}
 .hist_circle.red{background-color: #BD394E;} 
 
.hist_year{
	float: left;
	margin-left: 20px;
	width: 100px;
	height: 70px;
	font-size: 37px
}
.hist_text{
	float: left;
	height: 70px;
	width: 250px;
}
