@charset "UTF-8";
/* CSS Document */
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
.orglogo {
	position: relative;
	margin: 0px;
	padding: 0px;
	/* hide overflow:hidden from IE5/Mac \*/
	overflow: hidden;
	/* */
	margin-bottom: 28px;
}
.orglogo > span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /*for Opera 5 and 6*/
}
/*.trust h2, .trust > span {
	background-image: url(../_images/logo_ccnnwl.jpg);
	height: 100px;
	width: 648px;
	background-repeat: no-repeat;
	background-position: left top;
}*/


/* NHS logos */
/* Trust */
.trust {
	
}
.trust h1 {
	text-align: right;
	padding-right: 100px;
	background: url(../_images/logo_nhs1.jpg) no-repeat right 0px;
}
.trust h2 {
	text-align: right;
	padding-right: 100px;
	background: url(../_images/logo_nhs1.jpg) no-repeat right 7px;
	padding-top: 5px;
}



.dh {
	background: url(../_images/logo_dh1.gif) no-repeat left 0px;
	border-bottom: 1px none #CCCCCC;
	display: block;
	float: left;
}
.dh h2, .dh h1 {
	text-align: left;
	padding-top: 16px;
	padding-left: 55px;
	font-style: italic;
	color: #0072C6;
	font-weight: normal;
	font-size: 120%;
}
.dh h2 .logo {
	font-size: 100%;
	font-style: italic;
}
.dh h1 .logo {
	font-size: 100%;
	font-style: italic;
}
/*.dh h2, .dh > span {
	background-image: url(../_images/logo_test.jpg);
	height: 100px;
	width: 648px;
	background-repeat: no-repeat;
	background-position: left top;
}*/


/* SHA */
.sha {
	background: url(../_images/logo_nhs1.jpg) no-repeat right 7px;
}
.sha h1, .sha h2 {
	text-align: right;
	/*padding-top: 44px;*/
	padding-right: 0px;
	padding-bottom: 0px;
	font-style: italic;
}
.sha h1, .sha h2, .sha > span {
	background-image: url(../_images/logo_test.jpg);
	height: 100px;
	width: 648px;
	background-repeat: no-repeat;
	background-position: left top;
}
/* The following is required because ofthe padding - DONT UNDERSTAND WHY */
.sha > h2 {
	padding-top: 44px;
	height: 56px;
	width: 648px;
}





/* Hospital */
.hospital {
	background: url(../_images/logo_nhs1.jpg) no-repeat right 7px;
	clear: both;
}

/* Wales Trust */
.trustwales h1 {
	background: url(../_images/logo_nhs_wales.gif) no-repeat right;
	padding-right: 180px;
}
/* Wales SHA */
.shawales h1 {
	background: url(../_images/logo_nhs_wales.gif) no-repeat right;
	padding-right: 180px;
}
/* Scotland Trust */
.trustscotland h1 {
	background: url(../_images/logo_nhs_scotland.jpg) no-repeat center 7px;
	padding-top: 49px;
	display: inline;
	float: right;
	padding-right: 0px;
}
/* NortherIreland trust */
.trustni h1 {
	background: url(../_images/logo_nhs_northernireland.jpg) no-repeat right;
	padding-right: 90px;
}
/* Remove NHS England logo */
.trustwales, .shawales, .trustscotland, .trustni {
	background: none;
}

