#wrapper {
padding: 0px;
margin: 0;
height:250px;
position:relative;
}



#vertical-ticker {
	height: 250px;
	width:200px;
	position:absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	left: 1px;
	top: 2px;
}
#vertical-ticker li {
padding: 5px 0px 10px 0px;
display: block;
color: #333;
border-bottom: 1px solid #B9AC9F;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}

.event {
    color: #000;
	position:relative;
	height:50px;
}
.date {
    font-size: 15px;
    color: #000;
	float:left;
	box-shadow: 5px 0px 5px #888888;
}
.event_title {
    font-weight: lighter;
    text-align:left;
    font-size: 14px;
    color: #000;
	margin-left:62px;
}
 .month {
    font-size: 12px;
    color: #fff;
	padding:0px 10px 0px 10px;
	background-color:#AA7A49;
}
.day {
    font-weight: lighter;
    text-align: justify;
    font-size: 12px;
    color: #000;
    position: relative;
	padding:0px 10px 0px 10px;
	background-color:#fff;
	text-align:center;
	
}
.year {
    font-size: 12px;
    color: #000;
    position: relative;
	padding:0px 10px 0px 10px;
	background-color:#fff;
	text-align:center;
}

		
	.campusupdate_img
	{
		margin:0;
		padding:0;
		position:relative;
	}
	.campusupdateText
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	position:absolute;
	top:20px;
	left:30px;
	font-weight:bold;
		
	}
   .upcomingevent
	{
		margin:0;
		padding:0;
		position:relative;
	}
	.upcomingeventext
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#811c05;
	text-transform:uppercase;
	text-decoration:none;
	position:absolute;
	top:20px;
	left:65px;
	font-weight:bold;
		
	}
	.fancyNav{
	/* Affects the UL element */
	overflow: hidden;
	display: inline-block;
	width:100%;
	background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #e2c25d 51%, #fbdf93 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#e2c25d 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#e2c25d 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */

	
}

.fancyNav li{
	/* Specifying a fallback color and we define CSS3 gradients for the major browsers: */
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,e2c25d+51,fbdf93+100 */
background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #e2c25d 51%, #fbdf93 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#e2c25d 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#e2c25d 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */

	
	border-right: 1px solid rgba(9, 9, 9, 0.125);
	
	/* Adding a 1px inset highlight for a more polished efect: */
	
	box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	-moz-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	
	position:relative;
	
	float: left;
	list-style: none;
	padding:0 !important;
	margin:0  !important;
}

.fancyNav li:after{

	/* This creates a pseudo element inslide each LI */	
	
	content:'.';
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	opacity:0;
	
	/* Gradients! */
	
background-image:-webkit-gradient(linear, left top, right top, from(#EFD687),color-stop(0.5,#f5f5f5), to(#ecd99e));
	background-image:-moz-linear-gradient(left, rgba(239,214,135,0.98), rgba(245,245,245,1) 50%, rgba(239,214,135,0.98));
	background-image:-o-linear-gradient(left, rgba(239,214,135,0.98), rgba(245,245,245,1) 50%, rgba(239,214,135,0.98));
	background-image:-ms-linear-gradient(left, rgba(239,214,135,0.98), rgba(245,245,245,1) 50%, rgba(239,214,135,0.98));
	background-image:linear-gradient(left, rgba(239,214,135,0.98), rgba(245,245,245,1) 50%, rgba(239,214,135,0.98));

	
	/* Creating borders with box-shadow. Useful, as they don't affect the size of the element. */
	
	box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	
	/* This will create a smooth transition for the opacity property */
	
	-moz-transition:0.25s all;
	-webkit-transition:0.25s all;
	-o-transition:0.25s all;
	transition:0.25s all;
}

/* Treating the first LI and li:after elements separately */

.fancyNav li:first-child{
	border-radius: 0px 0 0 0px;
	box-sizing: border-box;
}

.fancyNav li:last-child{
	border-radius: 0px 0 0 0px;
	box-sizing: border-box;
	border-right: none;
}
.fancyNav li:first-child:after,
.fancyNav li.selected:first-child:after{
	box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
	-moz-box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
	-webkit-box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
	
	border-radius:0px 0 0 0px;
}



/* Treating the last LI and li:after elements separately */

.fancyNav li:last-child:after,
.fancyNav li.selected:last-child:after{
	box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	-moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	-webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	
	border-radius:0 0px 0px 0;
}

.fancyNav li:hover:after,
.fancyNav li.selected:after,
.fancyNav li:target:after{
	/* This property triggers the CSS3 transition */
	opacity:1;
}

.fancyNav:hover li.selected:after,
.fancyNav:hover li:target:after{
	/* Hides the targeted li when we are hovering on the UL */
	opacity:0;
}

.fancyNav li.selected:hover:after,
.fancyNav li:target:hover:after{
	opacity:1 !important;
}

/* Styling the anchor elements */

.fancyNav li a{
	color: #935130;
	display: inline-block;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 8px 10px;
	position: relative;
	z-index:2;
	text-decoration:none !important;
	white-space:nowrap;
	font-weight: 600;
	text-transform:uppercase;

}

.mmm li a {

	padding: 8px 10px;
}

.fancyNav a.homeIcon{
	background:url('../images/home1.png') no-repeat center center;
	display: block;
	overflow: hidden;
	padding-left: 42px;
	padding-right: 0px;
	text-indent: -9999px;
	width: 16px;
}


/*-------------------------
	Demo Page Styles
--------------------------*/




header{
	margin:0 auto;
	position:relative;
	width:996px;
	height:114px;
	background-color:#FFF;
}

nav{
	width: 996px;
    margin: 0 auto;
	background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #e2c25d 51%, #fbdf93 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#e2c25d 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#e2c25d 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */

}
.dce_news
	{
		margin:0;
		padding:0;
		position:relative;
		background:#A26F37;
		height:45px;
		box-shadow: 5px 0px 5px #888888;
		border-radius: 8px;
	}
	
	
	.dce_news img
	{
		padding:8px 0px 0px 8px;
	}
	.dce_newstext
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	position:absolute;
	top:16px;
	left:60px;
	font-weight:bold;
		
	}
	.news li h3{ position: relative }
.news .slider, .news li {
  width: 200px;
  height: 160px;

}
.news{border:1px solid #CDD7DC;

  margin-top:16px;}


.news .slider {
  color: #fff;

}

.news li, .news ul{
  padding: 0;
  margin: 0;
  cursor:pointer !important;
}

.news li { list-style: none; }

.news li:nth-child(1) {  }

.news li:nth-child(2) {  }

.news li:nth-child(3), .docs { }

.d_none {
    display: none;
}
.admission_img
	{
		margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    /* right: 12px; */
    left: -32px;
    top: -38px;
	}
	.admissionText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    top: 20px;
    left: 36px;
    font-weight: bold;
}

#blink_me a{
    animation-duration: 400ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 400ms infinite; /* Safari and Chrome */
	text-decoration:none;
}
@keyframes blink {
    from {
        color:#fff;
    }
    to {
        color:#FF0;
    }
}
@-webkit-keyframes blink {
    from {
        color:#fff;
    }
    to {
        color:#FF0;
    }
