/* Normalize padding and margins */
 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
 margin: 0;
 padding: 0;
}
*{/*margin:0;*/ padding:0;}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
 line-height:normal;
 display:block;
 overflow:hidden;
 height:auto;
 width:auto;
}
/* Normalize list styles */
ol, ul {
 list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, th, var {
 font-style: normal;
 font-weight: normal;
}

/* Normalize table borders */
table {
 border-collapse: collapse;
 border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
 border: 0;
}

/* Normalize text-alignment */
caption, th {
 text-align: left;
}


html, body {
 
 width:100%;
}



	@font-face {
        font-family: "Segoe Print";
        src: url('../fonts/916564942-segoepr.eot');
        src: url('../fonts/916564942-segoepr.eot?#iefix') format('embedded-opentype'),
        url('../fonts/916564942-segoepr.svg#Segoe Print') format('svg'),
        url('../fonts/916564942-segoepr.woff') format('woff'),
        url('../fonts/916564942-segoepr.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

.clear {
 clear: both;
}


html{
  overflow-x:hidden;
  overflow-y:auto;
}

body {
 font-family:Arial;
 font-size:12px;
 color:#000;
 background:#FFFFFF;
 
}

.wrapper{
	width:auto;
	height:auto;
	
}
.top{
	height:203px;
	background:url(../images/0001.jpg) top center #C30;
	margin-bottom:20px;
}
.logo{
	float:left;
	margin-top:17px;
}
.container{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.name-title{
	font-family:"Arial Rounded MT Bold";
	font-size:30px;
	color:#1f1f1f;
	float:left;
	width:640px;
	text-align:center;
	margin:35px 0px 0px 15px;
}
.college-pic{
	width:200px;
	height:100px;
	border:3px solid #FFF;
	float:right;
	margin-top:25px;
}
.menu-bg{
    height:48px;
	background:#009cbd;
	border-top:1px solid #cdf6ff;
	margin-top:16px;
}
.notification-1{
	text-align:center;
	color:#FFF;
	font-size:18px;
	line-height:48px;
}
.left-side{
	float:left;
	width:240px;
}
.notification-2{
	min-height:300px;
	background:#f8f8f8;
	border:1px solid #e3e3e3;
	overflow:hidden;
	padding-bottom:20px;
	/*box-shadow:#000 0px 0px 1px;*/
	
}
.notification-2 h1{
	background:#272727;
	height:40px;
	text-align:center;
	font-size:14px;
	line-height:40px;
	color:#FFF;
}
.notification-2 li{
	font-size:13px;
	line-height:20px;
	padding:4px 15px;
	margin-left:10px;
	background:url(../images/dot.png) left 10px no-repeat;
	
}
.notification-2 li a{
	text-decoration:none;
	color:#454545;
}
.notification-2 li a:hover{
	color:#f00;
}
.mid{
	width:460px;
	float:left;
	background:#f8f8f8;
	border:1px solid #e3e3e3;
	margin-left:20px;
	min-height:300px;
	padding:10px;
}
.chansler{
	height:210px;
}
.chansler-pic{
	width:150px;
	height:155px;
	border:3px solid #FFF;
	box-shadow:#000 0px 0px 2px;
	float:left;
}
.chansler .chansler-pic img{
	width:150px;
	height:155px;
}
.chansler .about-chansler{
	float:left;
	font-size:13px;
	line-height:20px;
	width:293px;
	color:#454545;
	margin-left:10px;
}
.chansler-name{
	text-align:center;
	height:52px;
	margin-top:10px;
	font-size:11px;
	font-weight:bold;
}


.right-side{
	float:right;
	width:240px;
}
.notification-4{
	height:auto;
	background:#f8f8f8;
	border:1px solid #e3e3e3;
	overflow:hidden;
	padding-bottom:20px;
	min-height:300px;
}
.notification-4 h1{
	background:#272727;
	height:40px;
	text-align:center;
	font-size:14px;
	line-height:40px;
	/*border-radius:4px 4px 0px 0px;*/
	color:#FFF;
}
.notification-4 li{
	font-size:13px;
	line-height:20px;
	padding:4px 15px;
	margin-left:10px;
	background:url(../images/dot.png) left 10px no-repeat;
	
}
.notification-4 li a{
	text-decoration:none;
	color:#454545;
}
.notification-4 li a:hover{
	color:#f00;
}
.notification-3{
	overflow:hidden;
	margin-top:5px;
	
}
.notification-3 p{
	padding-bottom:10px;
	color:#454545;
	font-size:13px;
}
.notification-3 p span{
	color:#F00;
}
.footer{
	height:50px;
	background:#dcdcdc;
	margin-top:20px;
	border-top:1px solid #c3c3c3;
}
.footer p{
	text-align:center;
	font-size:12px;
	color:#1f1f1f;
	line-height:50px;
}

.contact{position:fixed; top:0; left:0; display:none; z-index:9999999999; width:100%; background-color:rgba(0,0,0,.5); height:100%;}
.contact .ContactBox{width:350px; border-radius:4px; padding:15px; padding-bottom:50px; background:url(../images/top.jpg); margin:0 auto; position:relative;}
.contact .ContactBox .close{position:absolute; right:0; top:0; display:block; background-color:#ccc; padding:3px; cursor:pointer;}
.con_btn{width:50px; height:200px; position:fixed; top:250px; right:0; z-index:9999999999;}
.con_btn img{width:100%;}

.contact h1{
	font-size:16px;
	text-align:center;
	color:#FFF;
	padding-bottom:10px;
}
.text{
	width:250px;
	height:40px;
	border-radius:4px;
	line-height:40px;
	padding-left:3px;
	color:#666;
	font-size:13px;
	border:1px solid #999;
	margin-bottom:5px;
}
.btn{
	
	 background: none repeat scroll 0 0 #e4e4e4;
    border: 1px solid #fff;
    border-radius: 3px;
    float: right;
    height: 35px;
    text-align: center;
    width: 100px;
}

	