﻿/* 
	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: 15px;
	left: 0;
	width: 218px;
	height: 61px;
	background: url("../../../images/NHS/nhsconfed.org/PrimaryCareTrustNetwork/Primary_care_trust_logo.png") no-repeat;
}
.searchbox {
	background: #c60;
}
.main-nav {
	background: #ebc299;
}	
.loginbox {
	background: #CC6600;
}
.eventsbox,
.pressbox,
.pubsbox,
.promobox,
.contactbox {
	background: #f5e0cc;
}

/* Homepage / Standard Content
------------------------------------ */
#network-mainimg {
	background: #fff url("../../../Images/NHS/nhsconfed.org/PrimaryCareTrustNetwork/main-promo.jpg") no-repeat bottom;
}
#network-mainimg h1 {
	color: #fff;
	background: #c60;
}

/* Generic content page main image
---------------------------------- */
#headerimg {
    background: url("../../../Images/NHS/nhsconfed.org/PrimaryCareTrustNetwork/pagelistheader.jpg")
}
#headerimg h1 {
	color: #fff;
	background: #c60;
}

/* Text
------------------------------------ */
h1 {	
	color: #c60;
}
h2 {
	color: #c60;
}
h3 a,
p a {
	color: #c60 !important;
}
/* Righ-hand column links
------------------------------------ */
.bullet {
	background:  url("../../../images/NHS/nhsconfed.org/PrimaryCareTrustNetwork/std-bullet.gif") no-repeat 0 5px;
}
.link-item a, .level-item a,
.ms-WPBody a:link, .ms-WPBody a:visited {	
	color: #a95400 !important;
}
.loginbox p a {
	color: #fff !important;
}

/* Treeview hover and selected state
------------------------------------ */

.RadTreeView_NHS .rtHover .rtIn,
.RadTreeView_NHS .rtSelected .rtIn
{
	color: #fff;
	background: #e57200;
	border: 0;
	padding: 1px;
}

