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

