/*	2 col css fluid */
	
#block_1_wrapper
	{
	float: left;
	width: 100%;
	}

/*	white box behind content (homepage only)*/

.whitebox {
	background-color: #FFFFFF;
	padding-top: 10px;
	background-image: url(../images/bg_grey.gif);
	background-repeat: repeat-x;
}

/*	block 1 with bg colour (homepage only)*/

#block_1home
	{
	margin: 0 0 0 166px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	background-color: #F54C25;
	}
	
#block_1
	{
	margin: 0 0 0 166px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	background-image: url(../images/bg_grey.gif);
	background-repeat: repeat-x;
	}
	
#block_2
	{
	float: left;
	margin-left: -100%;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	background-color: #C7C8CA;
	}

#container:after
	{
	display: block; 
	height: 0; 
	clear: both; 
	overflow:hidden;
	}
#container
	{
	display: inline-block;
	}

* html #container
	{
	height: 1%;
	}
#container
	{
	display: block;
	}
	

/*	Header */

#header {
	background-color: #57575A;
	height: 106px;
}

/*	Red navigation folio header */

#navhead {
	margin: 0px;
	float: left;
	padding-top: 79px;
}

/*	Page heading */

#pageheading {
	margin-left: 208px;
	position: absolute;
	margin-top: 60px;
	width: 400px;
}

/*	Right aligned logo */

#logo {
	float: right;
	width: 110px;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 0px;
}


/*	Menu System */

#menu7 {
	width: 166px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	}
	
#menu7 li a {
	height: 24px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
	}	
	
#menu7 li a:link, #menu7 li a:visited {
	color: #4C4C4E;
	display: block;
	background:  url(../images/menu7.gif);
	padding: 8px 0 0 8px;
	background-repeat: repeat-x;
	}
	
#menu7 li a:hover {
	color: #FFF;
	background:  url(../images/menu7.gif) 0 -30px;
	padding: 8px 0 0 8px;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
/*	Signoff */	

#signoff {
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	background-color: #F54C25;
	padding-bottom: 30px;
}


#signoffgrey {
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	background-color: #999999;
	padding-bottom: 15px;
}
#pgcontent {
	padding-right: 30px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#lightgreyline {
	background-color: #E6E7E8;
	height: 8px;
}
