﻿/* 
	First things first. Let's import the Master 
	stylesheet and the Navigation treeview css! 
*/

@import url('master.css');
@import url('treeview.css');

#strapline a {
	position: absolute;
	top: 23px;
	left: 0;
	width: 490px;
	height: 48px;
	background: url("../../images/NHS/nhsconference/strapline.gif") 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: #040000;
	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: #4f4c4c url("../../images/NHS/nhsconference/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: #040000;
	border-left: 1px solid #040000;
}
ul.tabs li a.publications {
	display: block;
	width: 249px;
	height: 53px;
}
.link-item a,
.box p,
.box p a {
	color: #fff !important;
}
h3 a {
	color: #000 !important;
}
