﻿/* 
	First things first. Let's import the Master 
	stylesheet and the Navigation treeview css! 
*/

@import url('master.css');
@import url('treeview.css');


/* 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: #9d8e6d;
	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: #b2a78d 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: 90%;
	color: #fff;
	display: block;
	padding: 10px;
}
ul.tabs li.on {
	width: 249px;
}
ul.tabs li a.on,
ul.tabs li a:hover {
	background-color: #9d8e6d;
	border-left: 1px solid #9d8e6d;
}
ul.tabs li a.publications {
	display: block;
	width: 249px;
	height: 53px;
}
