@charset "utf-8";
/* CSS Document */

body{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border:1px solid #F00;
	font-family:Arial, Helvetica, sans-serif;
}

#hitter{
	width:1000px;
	height:auto;
	//background-color:#09F;
	//background-image:url(images/Website-Design-PSD.png);
}
#nav{
	width:1000px;
	height:25px;
	background-color:#a70309;
}
#nav ul {
	margin:0px;
}
#nav li{
	list-style:none;
	float:left;
	color:#FFF;
	display:block;
	width:auto;
	height:100%;
	text-align:center;
	margin:0px;
	margin-left:0px;
	padding-left:15px;
	padding-right:15px;
	//border:#FFF 1px solid;
}
#nav li:hover{
	background-color:#09F;
}
#nav li a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#FFF;
	margin-top:3px;
}
#banner{
	width:1000px;
	height:300px;
	padding-left:5px;
}
#slide{
	width:750px;
	height:288px;
	float:left;
	margin:5px;
	//background-color:#F90;
	border:1px solid #F00;
	border-radius:10px;
	overflow:hidden;
}
#slide img{
	width:700px;
	height:288px;
}
#login{
	width:220px;
	height:300px;
	float:left;
	padding-left:3px;
}
#login button{
	background:none;
	height:57px;
	border:none;
}
#newscroll{
	width:100%;
	height:50px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:0px;
	background-image:url(images/newscrollback.jpg);
	background-repeat:repeat-x;
}
#newscroll marquee{
	padding-top:10px;
	font-size:20px;
	font-weight:bold;
	color:#00F;
	line-height:-2px;
}
#matter{
	width:1000px;
	height:auto;
	background-color:#e0e0e0;
	overflow:auto;
}

#stu_photo{
	border:1px #000 solid;
	margin:3px;
}

#col1{
	width:150px;
	height:auto;
	float:left;
	margin-top:5px;
	background-color:#96C;
}

#ad{
	margin:5px;
	width:95%;
	height:170px;
	border:1px #00F solid;
	border-radius:10px;
	overflow:hidden;
	background-color:#FCC;
	background-image:url(images/Advertising.jpg);
	background-size:contain;
	background-repeat:no-repeat;
}

#bstudent{
	margin:2px;
	width:95%;
	height:150px;
	border:1px #00F solid;
	border-radius:10px;
	overflow:hidden;
	background-color:#FFF;
}

#bstudent p{
	margin:0px;
	text-align:center;
	display:block;
	background-color:#F30;
	color:#FFF;
}

#lmenu {
	text-align:center;
}
#lmenu a{
	text-decoration:none;
	color:#FFF;
	font-size:14px;
}
#col3{
	width:150px;
	height:auto;
	float:left;
	//background-color:#96C;
	text-align:center;
}
#swv{
	margin:5px;
	width:95%;
	height:343px;
	border:1px #00F solid;
	border-radius:10px;
	overflow:hidden;
	background-color:#FCC;
}
#updn {
	margin:5px;
	width:95%;
	height:200px;
	border:1px #00F solid;
	border-radius:10px;
	overflow:hidden;
	background-color:#FCC;
}
#updn marquee{
	padding-left:5px;
	padding-right:5px;
}
#updn p{
	margin:0px;
	text-align:center;
	display:block;
	background-color:#00F;
	color:#FFF;
}
#fistival{
	margin:5px;
	width:95%;
	height:120px;
	border:1px #00F solid;
	border-radius:10px;
	overflow:hidden;
}
		
#col2{
	width:664px;
	height:100%;
	border:1px #00F solid;
	border-radius:10px;
	background-color:#FCC;
	margin-top:5px;
	margin-left:8px;
	margin-right:5px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

#std_bt{
	display:inline-block;
	width:200px;
	padding:3px;
	margin:3px;
	border:1px #000 solid;
	text-align:center;
	text-decoration:none;
}
#std_bt:hover{
	background-color:#03F;
	color:#FFF;
}

#student_data{
	width:100%;
	height:auto;
	font-size:14px;
}
/*
#student_data table{
	width:1200px;
}
#student_data td{
	width:auto;
}
*/
#studycentre{
	display:block;
	height:auto;
	width:90%;
	border:1px #000 solid;
	background-color:#FFF;
}
	
#footer {
	clear:both;
	width:1000px;
	height:110px;
	overflow:hidden;
	border-top:1px solid #00F;
}


#logos{
	width:4500px;
	height:100px;
	position:relative;
	left:0px;
	-webkit-animation: logoslide 30s; /* Chrome, Safari, Opera */
    animation: logoslide 30s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
}

@-webkit-keyframes logoslide {
    from { left:0px;}
    to { left:-2650px;}
}

/* Standard syntax */
@keyframes logoslide {
    from { left:0px;}
    to { left:-2650px;}
}
#logos:hover {
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
}

