﻿/* 
	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/SDONetwork/SDONetworkLogo.png") no-repeat;
}

/* Homepage / Standard Content
------------------------------------ */
#network-mainimg {
	background: #5d78a7 url("../../../Images/NHS/nhsconfed.org/SDONetwork/main-promo.jpg") no-repeat bottom;
}
#headerimg {
    background: url("../../../Images/NHS/nhsconfed.org/SDONetwork/pagelistheader.jpg")
}

#network-mainimg h1
{
    background-color: #003366;
}


