/* CSS Document */
img{border:none;}
#head4, #head5, #head6{
	position:relative;
	height:95px; 
	background-color:#237F97;
	}
#head5, #head6, #head6-sml {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	}
#head4{ /*TOP IMAGE ALL -- */
	border-bottom:solid 3px #1E6C80;
	}
#head5{ /* -- TOP IMAGE BACKGROUND SHADOW IMAGE -- */
	background:url(/images/layout-img/hd2.jpg) repeat-y;
	width:898px;
	}
#head6{ /* TOP IMAGE BLOCK --*/
	width:750px;
	background:url(/images/layout-img/head-img-big.jpg) no-repeat 0 0;
	left:-3px;
	}
#head4-sml, #head5-sml, #head6-sml{
	position:relative;
	height:38px; 
	background-color:#237F97;
	}
#head6-sml{ /* TOP IMAGE BLOCK SMALL--*/
	width:750px;
	background:url(/images/layout-img/head-img-small.jpg) no-repeat 0 0;
	left:-3px;
	position:relative;
	height:38px;
	}
/* -- THREE COLOUR BLOCKS -- */
#group{ 
	position:relative;
	width:100%;
	height: 87px;
	margin-top:-15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:0.9em;
	}
#com, #mr, #pub{
	position:absolute;
	text-align:center;
	width:123px;
	height:6.5em;
	padding-top:5px;
	background:url(/images/layout-img/litsh.gif) repeat-x bottom;
	overflow:visible;
		}
#com{
	border-top: solid 15px #cc97c0;
	left: 599px;
	background-color:#972367;
	}
#mr{
	border-top: solid 15px #e7afac;
	left: 454px;
	background-color:#e6392c;
	}
#pub{
	border-top: solid 15px #e7beac;
	left: 309px;
	background-color:#e6652c;	
	}
/* -- END COLOUR BLOCKS -- */
/*Formatting*/
/*------- TOP NAV ------*/
/*----- COLOUR BLOCK LINKS ---*/
#group a:link, #group a:visited{
	text-decoration:none;
	color:#FFFFFF;
	}
#group a:hover{
	text-decoration:underline;
	}
