.textWrapRight{
	height: 110px;
	width:85px;
	padding:0px;
	float:right;
	margin:15px;
	position: relative;
	box-shadow: 5px 5px 5px #3f3f3f;
}
.textWrapRight2{
	height: 110px;
	width:130px;
	padding:0px;
	float:right;
	margin:15px;
	position: relative;
	box-shadow: 5px 5px 5px #3f3f3f;
}
.textWrapRightSmall{
	height: 150px;
	width:200px;
	padding:0px;
	float:right;
	margin:10px;
	position: relative;
	box-shadow: 5px 5px 5px #3f3f3f;
}
.textWrapLeft{
	height: 110px;
	width:85px;
	padding:0px;
	float:left;
	margin:15px;
	position: relative;
	box-shadow: 5px 5px 5px #3f3f3f;
}
.textWrapLeft2{
	height: 130px;
	width:120px;
	padding:0px;
	float:left;
	margin:15px;
	position: relative;
}
.textWrapLeft3{
	height: 130px;
	width:170px;
	padding:0px;
	float:left;
	margin:15px;
	position: relative;
}
.textWrapLeftStudentService{
	height: 170px;
	width:220px;
	padding:0px;
	float:left;
	margin:15px;
	position: relative;
	box-shadow: 5px 5px 5px #3f3f3f;
}

.textWrapCenterFacilities{
	height: 300px;
	width:450px;
	padding:0px;
	margin:20px;
	margin-left:5px;
	position: relative;
	box-shadow: 5px 5px 5px #3f3f3f;
}

.textWrapCenterStudentService{
	height: 200px;
	width:300px;
	padding:0px;
	margin:20px;
	margin-left:5px;
	position: relative;
	box-shadow: 5px 5px 5px #3f3f3f;
}
.textWrapRightStudentService{
	height: 200px;
	width:300px;
	padding:0px;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	position: relative;
	box-shadow: 5px 5px 5px #3f3f3f;
}

.SmalltextWrapLeft{
	height: 70px;
	width:60px;
	padding:0px;
	float:left;
	margin:15px;
	position: relative;
	box-shadow: 5px 5px 5px #3f3f3f;
}

.SmalltextWrapRight{
	height: 70px;
	width:60px;
	padding:0px;
	float:right;
	margin:15px;
	position: relative;
	box-shadow: 5px 5px 5px #3f3f3f;
}

.EmblemtextWrapRight{
	height: 170px;
	width:170px;
	padding:0px;
	float:right;
	margin:25px;
	position: relative;
}

body { 
	padding-top: 55px;
}
.MainBanner{
	
	box-shadow: 0px 0px 0px 0px #3f3f3f;
}
.individualBox{
	height: 100%;
	width:100%;
	box-shadow: 2px 2px 3px 3px #c6c6f4;
	border-radius:5px;
	margin-bottom:10px;
	padding-top:10px;
}
.EcbBox{
	height: 100%;
	width:100%;
	box-shadow: 0px 0px 0px 0px #c6c6f4;
	border-radius:5px;
	margin-bottom:10px;
	padding:0;
	margin:0;
}

.Space{
	padding-top:10px;
}

.SpaceFooter{
	padding-top:-15px;
}

.mou{
	height:85px;
	width:150px;
	margin-left:40px;
	padding:0px;
}

/*Index page styling*/

.accoladeList{
	list-style-type: none;
	padding:0px;
	margin:0px;
}

.accoladeListLi1{
	padding:5px;
}
.accoladeListLi2{
	padding:5px;
	margin-left:25px;
}
.accoladeListLi3{
	padding:5px;
	margin-left:75px;
}
.accoladeListLi4{
	padding:5px;
	margin-left:115px;
}
.accoladeListLi5{
	padding:5px;
	margin-left:175px;
}
.accoladeListLi6{
	padding:5px;
	margin-left:225px;
}

.gapListItems{
	padding:5px;
}

/*Social Site Links*/
.social{
	margin-left:15px;
	padding-bottom:50px;
}

.SocialList{
	height:60px;
	width:150px;
	margin-top:2px;
	margin-left:15px;
	list-style-type:none;
}

.Quote{
	text-indent: 30px;
}



.centerHead{
	font-family: Century Gothic;
	text-shadow: 1px 1px 1px #3f3f3f;
	font-size:20px;
}

/*Heading shadow*/
.shadow{
	text-shadow: 0px 2px 3px #3f3f3f;	
}

/*Text Dark*/
.dark{
	text-shadow: 0px 1px 0px #3f3f3f;	
}

/*no border*/
.noborder{
	border-style:none;
}


/*Hover Effect*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
/*
.hovereffect:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}*/

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 12px;
  top: 90px;
  text-shadow: 0px 1px 10px #3f3f3f;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*E,ail Wrap for Staff*/
.emailWrap{
	word-wrap: break-word;
}

.pushBelow{
	margin-top: 30px;
}
.pushBelow2{
	margin-bottom: 30px;
}

.staffName{
	text-align: left;
	padding-bottom:5px;
}

.box{
	width:100px;
	height:200px;
}

.jumbotron{
	background-image: url('../images/banner.jpg');
	color:white;
	background-attachment:fixed;
	background-repeat: no-repeat;
	min-height:180px;
	min-width:1500px;
	margin-top:0px;
	margin-bottom:8px;
}

.departmentphoto img{
    height: 100%;
    width: 100%;
     
}
.justify{
    text-align: justify;
    margin-bottom: 10px;
}
.deptactivites h4{
    text-align: center;
    margin:15px;
    font-weight: bold;
    font-family: sans-serif;
}
.deptactivites h5{
    
    margin-left: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.deptactivites ul li{
    padding-bottom: 10px;
}