.header img.logo {
	background: url('logo.gif') #003a53 no-repeat; 
	width: 230px;
	height: 8.33em;
	border-right: none;
	float: left;
}
.header {
	background: url('top-glossy-gradient.gif') top left repeat-x #FFFFFF;
	background-color: #003a53;
	height: 8.33em;
	
	/* custom bottom border colour: 
	border-bottom:1px solid #226a5f;
	*/
}
.leftNarrow .box {
	background-image: url('smaller-glossy-gradient.gif');
	background-color: #003a53;
	background-repeat: x-repeat;
}
.header .title{
	margin-left: 230px;
	height: 5.13em;
}
.header .title h1 {
	color: white;
	font-size: large;
}
.header .search {
	margin-left: 230px;
	background: url('bar.gif') top left no-repeat transparent;
}
.search {
	height: 3.21em;
}
.search li {
	/* custom search bar dividers 
	background:transparent url('divider-line.gif') no-repeat scroll left top;
	*/
}
.header .title a {
	color: white;
}
.header .title li {
	border-right: 1px solid white;
}
