﻿/* 
	First things first. Let's import the Master 
	stylesheet and the Navigation treeview css! 
*/

@import url('master.css');
@import url('treeview.css');

#strapline a {/* change some values as per rebranding requirement -26/03/2010 */
	position: absolute;
	top:15px;
	left: 0;
	width: 282px;
	height: 61px;
	/*background: url("../../images/NHS/nhsconfed.org/logo.gif") no-repeat;*/
	background: url("../../images/NHS/nhsconfed.org/NHS_Confederation_Logo_White_Transparent.png") no-repeat;
	
}
	
/* Homepage Main Feature/ Main Image
------------------------------------ */
#main-feature {
	width: 675px;
	height: auto;
	display: block;
	position: relative;
	margin: 0 0 10px 0;
	overflow: hidden;
}
#mainimg {
	width: 413px;
	background: #5D78A7;
	height: 205px;
	padding: 10px 0 0 10px;
}
#mainimg1,
#mainimg2,
#mainimg3,
#mainimg4 {
	width: 403px;
	height: 195px;
	margin: 0;
	display: none; 
	z-index: 1;

}
ul.tabs {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 423px;
}
ul.tabs li {
	margin: 0 0 1px 0;
	padding: 0;
	width: 249px;
	height: 53px;
	list-style: none;
}
ul.tabs li a {
	width: 249px;
	height: 53px;
	background: #7F99B2  url("../../images/NHS/nhsconfed.org/corner.gif") no-repeat right bottom;
	display: block;	
	text-decoration: none;
	border-left: 1px solid #fff;
}
ul.tabs li a span {
	font-weight: normal;
	/*font-size: 115%;*/
	color: #fff;
	display: block;
	padding: 10px;
}
ul.tabs li.on {
	width: 249px;
}
ul.tabs li a.on,
ul.tabs li a:hover {
	background-color: #5D78A7;
	border-left: 1px solid #5D78A7;
}
ul.tabs li a.publications {
	display: block;
	width: 249px;
	height: 53px;
}
#headerimg {
	background: url("../../Images/NHS/nhsconfed.org/pagelistheader.jpg") no-repeat;
}
.ms-WPBody a:link, .ms-WPBody a:visited {
color:#003399 !important;
font-family:tahoma;
}

