/* Heather Bruce navigation panel styles */

h1#indexDefaultHeading {
	display: none;
}

div#fullpanel h2 { 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 18px;
}

div#fullpanel a:link, div#fullpanel a:visited {
	text-decoration: none;
	font-weight: inherit;
	color: #000000;
}

div#fullpanel a:hover {
	text-decoration: none;
	font-weight: inherit;
	color: #002266;
}

div#fullpanel a img {
	border: none;
}

div#fullpanel {
	position: static;
	text-align: center;
	width: 100%; 
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.35em;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
}

#whitebox #fullpanel div {
	text-align: center;
}

div#imagebg {
	position: relative;
	/* width: 748px;
	height: 518px; */
	width: 809;
	height: 538px;
	display: block;
	text-align: center;
	background-image: none/*url(/images/nav/water_crop2pale.jpg)*/;
	background-position: center center;
	overflow: hidden;
}

div.boxitem {
	position: absolute;
	width: 190px;
	height: 90px;
	text-align: center;
}

div.boxicon {
	width: 100%;
	height: 80%;
	position: static;
	text-align: center;
}

div.boxicon img {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

div#centrepiece { 
	height: 150px;
	width: 300px;
}

div#centrepiece div.boxicon img {
	opacity: 1.0;
	filter:alpha(opacity=100);
}

span#ctitle {
	font-size: 28px;
	font-family: "Comic Sans MS",Arial,sans-serif;
	font-weight: normal;
	color: #000a44;
}

div.boxtext {
	width: 100%;
	height: 20%;
	clear: both;
	position: static;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
}

div.boxtext span.subtitle {
	font-size: 12px;
	font-weight: normal;
	font-family: "Comic Sans MS",Arial,sans-serif;
}


