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

