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

