/*
	comsc header and footer specific styles
*/
body.comsc #header {
		background:#000000 url(../../comsc/images/comsc-headimg.jpg) repeat-y right top;
		width:773px;
		height:71px;
	}
	body.comsc #bannerImg {
		background:#000000 url(../../comsc/images/comsc-headimg.jpg) no-repeat right top;
		width:385px;
	}
	body.comsc #header h1 {
		color:#000;
		width:300px;
		height:43px;
		position:relative;
		padding:23px 0 0 0;
		margin:0;
		font-size:0;
		float:left;
		overflow:hidden;
		}
	body.comsc #header h1 span {
		/*background:url(../../comsc/images/school-name.gif) no-repeat;*/
		position:absolute;
		width:100%;
		height:100%;
		}
	body.comsc #header p.h1subhead {color:#fff; display:none;}

/*
	RESEARCH CENTRES
*/
	body.comsc #header.research-banner {
		background:#b5b281 url(../../comsc/images/research-banner-bg.gif) repeat-x top;
		height:5.8em;
	}
/*Setting the logo background*/
	body.comsc #header.research-banner span.logo {
		display:block;
		width:7em;
		height:5.8em;
		background:url(../../comsc/images/research-logo-bg.gif) no-repeat 0 0;
		float:left;
	}
	body.comsc #header.research-banner .floatLeftTop img{
		margin:0;
	}
	body.comsc #header.research-banner .floatLeftTop {
		float:left;
	}
	body.comsc #header .centre-name {float:left; clear:left;}
