

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>EDF Hinkley Point - Questionnaire</title>
	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
	<meta name="description" content=""/>
	<meta name="keywords" content=""/>
	<link rel="stylesheet" type="text/css" href="/style.dcss" />	
	<script type="text/javascript" src="/include/inc_mootools-1.2-core.js"></script>
	<script type="text/javascript" src="/include/inc_basic.js"></script>	
	<script type="text/javascript" src="/include/inc_moo_basic.js"></script>
	 <script type="text/javascript" src="/include/slimbox.js"></script>
    <link rel="stylesheet" href="/include/slimbox/slimbox.css" type="text/css"
        media="screen" title="no title" charset="utf-8" />
	

	<script type="text/javascript">
		window.addEvent('domready',function(e){
			$$('#quick-clicker a')[0].dispose();
			
			$('quick-clicker').addEvent('click',function(e){
					quickMargin = $('quick-links').getStyle('margin-left').toInt();
					if( quickMargin > 0){
						$('quick-links').tween('margin-left','0');
						(function(){
							$('quick-arrow').fade('in');
						}).delay(750);	
					} else {
						$('quick-links').tween('margin-left','121');
						(function(){
							$('quick-arrow').fade('out');
						}).delay(750);	
					}
				}).setStyles({
					'height': $('quick-links').getStyle('height')
				});
				
				var quickArrow = new Element('img').set({
					'src':'/images/quick-links-arrow.gif',
					'id':'quick-arrow'
				}).setStyles({
					'margin-left':'10px',
					'margin-top':'10px',
					'visibility':'hidden'
				});
				
				var quickShadow = new Element('div').set({
					'id':'quick-shadow'
				}).setStyles({
					'position':'absolute',
					'right':'0',
					'height': $('quick-links').getStyle('height'),
					'width':'7px',
					'background-image':'url(/images/quick-links-shadow.gif)',
					'background-repeat':'repeat-y'
				});
				
			//quickClicker.inject('quick-links','top');
			quickArrow.inject('quick-clicker');
			//don't add the shadow for IE6 as we've used a different non-shadow 
			//page container without shadow for IE6 cos it can't do PNG!
			if(!Browser.Engine.trident4){
				quickShadow.inject('quick-window');
			}
			$('quick-arrow').fade('out');
			
		});		
	</script>
	
</head>
<body>
	<!-- #wrapper holds the clouds background, #wrapper2 holds the tiling background for the main container -->
	<div id="wrapper">				
		<div id="wrapper2">
			<div id="top-corners"></div>
			<div id="main-container">			
				<div id="page-container">	
					<h1>EDF - Hinkley Point</h1>	
					<a href="/home" id="homelink"><span class="hide">EDF Hinkley Point Home</span></a>			
					<div id="submenu">
						
<ul class="menu2">
<li><a href="/public-consultation/statement-of-community-consultation/">Statement of Community Consultation</a></li>
<li><a href="/public-consultation/stage-2-consultation-summary-documents/">Stage 2 Consultation Summary Documents</a></li>
<li><a href="/public-consultation/newsletters/">Newsletters</a></li>
<li><a href="/public-consultation/in-the-community/">In the Community</a></li>
<li><a href="/public-consultation/community-forum/">Community Forum</a></li>
<li><a href="/public-consultation/exhibition-boards/">Exhibition Boards</a></li>
<li class = " selectedl2"><a href="/public-consultation/questionnaire/">Questionnaire</a></li>
</ul>

						<div id="quick-window">
							
							<div id="quick-links">
								<div id="quick-clicker">
									<a href="/public-consultation/questionnaire?quick=true"><span class="hide">Show quicklinks</span></a>
								</div>
								<div id="quick-top"></div>
								<div id="quick-middle">
									<ul class="quicklinks"><li><a href="/public-consultation/newsletters/">Newsletters<br/>(new: March 2010)</a></li><li><a href="/public-consultation/stage-2-consultation-summary-documents/">Proposal Summary Document<br/>(Stage One: Initial Proposals and Options)</a></li><li><a href="/public-consultation/exhibition-boards/">Exhibition Boards<br/>(Stage One)</a></li><li><a title="EDF Energy Consultation Website" onclick="window.open('http://edfconsultation.info');return false" onkeypress="window.open('http://edfconsultation.info');return false;" href="http://edfconsultation.info">EDF Energy Consultation Website</a></li></ul>
									<div class="clear"></div>
								</div>
								<div id="quick-bottom"></div>
							</div>
						</div>
					</div>
					<div id="page">
						<div id="top-menu">
							<ul class="menu1">
<li><a href="/home">Home</a></li><li class = " hasChildren"><a href="/site-information/">Site Information</a></li>
<li class = " hasChildren"><a href="/ongoing-activity/">Ongoing Activity</a></li>
<li class = "childselectedl1 hasChildren"><a href="/public-consultation/">Public Consultation</a></li>
<li class = " hasChildren"><a href="/key-benefits/">Key benefits</a></li>
<li class = " hasChildren"><a href="/newsroom/">Newsroom</a></li>
<li><a href="/public-documents/">Public documents</a></li>
<li><a href="/links/">Links</a></li>
<li class = " hasChildren"><a href="/archive/">Archive</a></li>
<li class = " hasChildren"><a href="/contact-us/">Contact us</a></li>
</ul>

						</div>					

<div id="header">
	<div id="header-left">
		<h2>Hinkley Point C: Consultation on Preferred Proposals - Questionnaire<!--Questionnaire--></h2>
		<div id="strap-line">

		</div>
	</div>
	<div id="header-right">
		<a href="/contact-us">
			<img src="/images/get-in-touch.gif" alt="Get in touch... 0800 169 6507" />
		</a>
	</div>
</div>
<script type="text/javascript">
	function moveStep(step){
		$('step1').style.display = 'none';
		$('step2').style.display = 'none';
		$('step3').style.display = 'none';
		$('step4').style.display = 'none';
		$(step).style.display = 'block';
			if(Browser.Engine.trident && Browser.Engine.version <= 4){
		if($('grass')){
			$('grass').setStyle('display','none');
		}
	}
	}
</script>
<div id="content">
	<div id="content-left" class="dotted-top-border">
			
	<script type="text/javascript" src="/include/maxLength.js"></script>
	<form id="questionnaire" action="/public-consultation/questionnaire" method="post" accept-charset="utf-8">
<!-- Step 1 -->
		<div id="step1">
			<div style="padding-top:15px;">
			    <p>
				    EDF Energy is seeking your views on its 'Preferred Proposals' for the development of Hinkley Point C as part of our public consultation. This questionnaire has been designed to be answered with the information presented in our 'Preferred Proposals: Summary' document or at our public exhibitions.
			    </p>
			    <p>
				    There are a total of 12 questions to which we would welcome your answers. However, there is no obligation to answer all or any of these questions. If you would prefer to submit an overall comment, please go straight to the general comment section at the end.  You can also give your views on specific subjects for consultation by making your comments in the box after each individual question, whether or not you have chosen to answer that question.
			    </p>
			    <p>
				    If you have previously completed this questionnaire but would like to make additional comments, please <a href="mailto:enquiries@edfconsultation.info">email us</a>, as multiple questionnnaire responses from the same person cannot be accepted. All answers and comments for this second stage of consultation need to be received by <strong>4 October 2010</strong>. 
			    </p>
			</div>
			<div class="clear"></div>
<!-- QUESTION 1 -->
			<table summary="questionnaire question 1" cellpadding="0" cellspacing="0" class="questionnaire-question" id="Table1">
			<tr><td style="text-align:left;font-weight:bold;text-decoration:underline;" colspan="6"><h3>The Main Site and Construction Phase</h3></td></tr>
				<tr>
					<td colspan="6" class="question-header"><a name="q1"></a>1. What are your views on the proposed arrangement and landscaping of the Hinkley Point C site?</td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><label for="sq68_1">Satisfactory</label></td>
					<td><label for="sq68_2">Unsatisfactory</label></td>
					<td><label for="sq68_3">No opinion</label></td>
					<td><label for="sq68_4">Don't know</label></td>
					<td></td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><input type="radio" name="sq68" id="sq68_1" value="68"  /></td>
					<td><input type="radio" name="sq68" id="sq68_2" value="69"  /></td>
					<td><input type="radio" name="sq68" id="sq68_3" value="70" checked="checked" /></td>
					<td><input type="radio" name="sq68" id="sq68_4" value="71"  /></td>
					<td></td>
				</tr>
				<tr>
					<td class="question-header"><label for="sq69">Any other ideas or comments?</label></td>
					<td colspan="5" class="text-answer"><textarea name="sq69" cols="10" rows="5" id="sq69" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Comments');">Comments</textarea></td>
				</tr>
			</table>
			
			<!-- QUESTION 2-->
			<table summary="questionnaire question 2" cellpadding="0" cellspacing="0" class="questionnaire-question" id="Table2">
				<tr>
					<td colspan="6" class="question-header"><a name="q2"></a>2. We have reduced the amount of land to be used during construction in the southern part of the site in response to concerns from local residents.</td>
				</tr>
				<tr>
					<td colspan="6" class="question-header">What are your views on this proposal?</td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><label for="sq70_1">Satisfactory</label></td>
					<td><label for="sq70_2">Unsatisfactory</label></td>
					<td><label for="sq70_3">No opinion</label></td>
					<td><label for="sq70_4">Don't know</label></td>
					<td></td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><input type="radio" name="sq70" id="sq70_1" value="72" /></td>
					<td><input type="radio" name="sq70" id="sq70_2" value="73" /></td>
					<td><input type="radio" name="sq70" id="sq70_3" value="74" checked="checked"/></td>
					<td><input type="radio" name="sq70" id="sq70_4" value="75" /></td>
					<td></td>
				</tr>
				<tr>
					<td class="question-header"><label for="sq71">Any other ideas or comments?</label></td>
					<td colspan="5" class="text-answer"><textarea name="sq71" cols="10" rows="5" id="sq71" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Comments');">Comments</textarea></td>
				</tr>
			</table>
<!-- QUESTION 3-->
			<table summary="questionnaire question 3" cellpadding="0" cellspacing="0" class="questionnaire-question" id="Table3">
				<tr>
					<td colspan="6" class="question-header"><a name="q3"></a>3. In order to speed up the process of building the new power station, and enable us to finish work earlier, we intend to apply this summer to undertake preliminary works to prepare the main site and build a temporary jetty for the delivery of bulk materials. If permission for the power station is not obtained, we will be required to reinstate this land.</td>
				</tr>
				<tr>
					<td colspan="6" class="question-header">What are your views on our plans for preliminary works?</td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><label for="sq72_1">Satisfactory</label></td>
					<td><label for="sq72_2">Unsatisfactory</label></td>
					<td><label for="sq72_3">No opinion</label></td>
					<td><label for="sq72_4">Don't know</label></td>
					<td></td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><input type="radio" name="sq72" id="sq72_1" value="76" /></td>
					<td><input type="radio" name="sq72" id="sq72_2" value="77" /></td>
					<td><input type="radio" name="sq72" id="sq72_3" value="78" checked="checked"/></td>
					<td><input type="radio" name="sq72" id="sq72_4" value="79" /></td>
					<td></td>
				</tr>
				<tr>
					<td class="question-header"><label for="sq73">Any other ideas or comments?</label></td>
					<td colspan="5" class="text-answer"><textarea name="sq73" cols="10" rows="5" id="sq73" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Comments');">Comments</textarea></td>
				</tr>

			</table>
			
			
			
			<div class="step-nav">
				<a href="#step2" onclick="moveStep('step2');" onkeypress="moveStep('step2');"><img src="/images/next.gif" alt="Next" /></a>
			</div>
		</div>



		<div id="step2">

<!-- QUESTION 4-->
			<table summary="questionnaire question 4" cellpadding="0" cellspacing="0" class="questionnaire-question" id="Table4">
				<tr><td style="text-align:left;font-weight:bold;text-decoration:underline;" colspan="6"><h3>Accommodation and Transport Strategies</h3></td></tr>
				<tr>
					<td colspan="6" class="question-header"><a name="q4"></a>4.	We intend to maximise the use of local workers to build the power station but we still expect between 3,000 and 3,500 workers at peak to require short-term accommodation because they currently do not live locally. These workers will be accommodated in a mixture of rented and owner–occupied accommodation, bed and breakfast and caravan parks.  We are also proposing purpose-built accommodation campuses; two in Bridgwater and one on the Hinkley Point C site.</td>
				</tr>
				<tr>
					<td colspan="6" class="question-header">What are your views on our overall accommodation strategy?</td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><label for="sq74_1">Satisfactory</label></td>
					<td><label for="sq74_2">Unsatisfactory</label></td>
					<td><label for="sq74_3">No opinion</label></td>
					<td><label for="sq74_4">Don't know</label></td>
					<td></td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><input type="radio" name="sq74" id="sq74_1" value="80" /></td>
					<td><input type="radio" name="sq74" id="sq74_2" value="81" /></td>
					<td><input type="radio" name="sq74" id="sq74_3" value="82" checked="checked"/></td>
					<td><input type="radio" name="sq74" id="sq74_4" value="83" /></td>
					<td></td>
				</tr>
				<tr>
					<td class="question-header"><label for="sq75">Any other ideas or comments?</label></td>
					<td colspan="5" class="text-answer"><textarea name="sq75" cols="10" rows="5" id="sq75" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Comments');">Comments</textarea></td>
				</tr>
			</table>
			
<!-- QUESTION 5-->
			<table summary="questionnaire question 5" cellpadding="0" cellspacing="0" class="questionnaire-question" id="Table5">
				<tr>
					<td colspan="6" class="question-header"><a name="q5"></a>5. The construction of the power station will increase traffic movements over a prolonged, but temporary, period of time.   Our approach to managing this is to provide park and ride and freight logistics facilities so that traffic can be accommodated within the capacity of the existing highway network.</td>
				</tr>
				<tr>
					<td colspan="6" class="question-header">What are your views on our overall transport strategy?</td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><label for="sq76_1">Satisfactory</label></td>
					<td><label for="sq76_2">Unsatisfactory</label></td>
					<td><label for="sq76_3">No opinion</label></td>
					<td><label for="sq76_4">Don't know</label></td>
					<td></td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><input type="radio" name="sq76" id="sq76_1" value="84" /></td>
					<td><input type="radio" name="sq76" id="sq76_2" value="85" /></td>
					<td><input type="radio" name="sq76" id="sq76_3" value="86" checked="checked"/></td>
					<td><input type="radio" name="sq76" id="sq76_4" value="87" /></td>
					<td></td>
				</tr>
				<tr>
					<td class="question-header"><label for="sq77">Any other ideas or comments?</label></td>
					<td colspan="5" class="text-answer"><textarea name="sq77" cols="10" rows="5" id="sq77" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Comments');">Comments</textarea></td>
				</tr>
			</table>
			
<!-- QUESTION 6-->
			<table summary="questionnaire question 6" cellpadding="0" cellspacing="0" class="questionnaire-question" id="Table6">
				<tr>
					<td colspan="6" class="question-header"><a name="q6"></a>6.	Although the levels of traffic anticipated could be accommodated within existing road capacity, we believe that particular considerations apply to Cannington which will see the greatest change in traffic flows and that a bypass would be beneficial.  We consider that a western bypass for Cannington is the best option because it is the shortest route, can be built quickly (with less environmental impact than the eastern option) and will affect fewer properties.</td>
				</tr>
				<tr>
					<td colspan="6" class="question-header">Do you agree with EDF Energy’s view that a Cannington western bypass should be provided?</td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><label for="sq78_1">Agree</label></td>
					<td><label for="sq78_2">Disagree</label></td>
					<td><label for="sq78_3">No opinion</label></td>
					<td><label for="sq78_4">Don't know</label></td>
					<td></td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><input type="radio" name="sq78" id="sq78_1" value="88" /></td>
					<td><input type="radio" name="sq78" id="sq78_2" value="89" /></td>
					<td><input type="radio" name="sq78" id="sq78_3" value="90" checked="checked"/></td>
					<td><input type="radio" name="sq78" id="sq78_4" value="91" /></td>
					<td></td>
				</tr>
				<tr>
					<td class="question-header"><label for="sq79">Any other ideas or comments?</label></td>
					<td colspan="5" class="text-answer"><textarea name="sq79" cols="10" rows="5" id="sq79" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Comments');">Comments</textarea></td>
				</tr>

			</table>
<!-- end of step 2-->
			<div class="step-nav">
				<a href="#step1" onclick="moveStep('step1');" onkeypress="moveStep('step1');"><img src="/images/previous.gif" alt="Previous" /></a>&nbsp;&nbsp;&nbsp;
				<span class="hide">|</span>
				<a href="#step3" onclick="moveStep('step3');" onkeypress="moveStep('step3');"><img src="/images/next.gif" alt="Next" /></a>
			</div>
		</div>
		

<!-- step 3 -->	
		<div id="step3">
<!-- QUESTION 7-->
			<table summary="questionnaire question 7" cellpadding="0" cellspacing="0" class="questionnaire-question" id="Table7">
				<tr><td style="text-align:left;font-weight:bold;text-decoration:underline;" colspan="6"><h3>Associated Development Sites</h3></td></tr>
				<tr>
					<td colspan="6" class="question-header"><a name="q7"></a>7.	We propose a park and ride facility on the A39, south of Cannington, for visitors to the main site and workers from Bridgwater and other nearby settlements, so they can leave their cars and transfer to buses to Hinkley Point. The park and ride facility would be removed when no longer required.</td>
				</tr>
				<tr>
					<td colspan="6" class="question-header">What are your views on our plans for a temporary park and ride facility at Cannington?</td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><label for="sq80_1">Satisfactory</label></td>
					<td><label for="sq80_2">Unsatisfactory</label></td>
					<td><label for="sq80_3">No opinion</label></td>
					<td><label for="sq80_4">Don't know</label></td>
					<td></td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><input type="radio" name="sq80" id="sq80_1" value="92" /></td>
					<td><input type="radio" name="sq80" id="sq80_2" value="93" /></td>
					<td><input type="radio" name="sq80" id="sq80_3" value="94" checked="checked"/></td>
					<td><input type="radio" name="sq80" id="sq80_4" value="95" /></td>
					<td></td>
				</tr>
				<tr>
					<td class="question-header"><label for="sq81">Any other ideas or comments?</label></td>
					<td colspan="5" class="text-answer"><textarea name="sq81" cols="10" rows="5" id="sq81" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Comments');">Comments</textarea></td>
				</tr>

			</table>
			
<!-- QUESTION 8-->
			<table summary="questionnaire question 8" cellpadding="0" cellspacing="0" class="questionnaire-question" id="Table8">
				<tr>
					<td colspan="6" class="question-header"><a name="q8"></a>8.	We propose a park and ride facility on the A39, west of Williton, for workers from Minehead and other nearby settlements to leave their cars and transfer to buses to Hinkley Point. The park and ride facility would be removed when no longer required.</td>
				</tr>
				<tr>
					<td colspan="6" class="question-header">What are your views on our plans for a temporary park and ride facility at Williton?</td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><label for="sq82_1">Satisfactory</label></td>
					<td><label for="sq82_2">Unsatisfactory</label></td>
					<td><label for="sq82_3">No opinion</label></td>
					<td><label for="sq82_4">Don't know</label></td>
					<td></td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><input type="radio" name="sq82" id="sq82_1" value="96" /></td>
					<td><input type="radio" name="sq82" id="sq82_2" value="97" /></td>
					<td><input type="radio" name="sq82" id="sq82_3" value="98" checked="checked"/></td>
					<td><input type="radio" name="sq82" id="sq82_4" value="99" /></td>
					<td></td>
				</tr>
				<tr>
					<td class="question-header"><label for="sq83">Any other ideas or comments?</label></td>
					<td colspan="5" class="text-answer"><textarea name="sq83" cols="10" rows="5" id="sq83" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Comments');">Comments</textarea></td>
				</tr>

			</table>
			
<!-- QUESTION 9-->
			<table summary="questionnaire question 9" cellpadding="0" cellspacing="0" class="questionnaire-question" id="Table9">
				<tr>
					<td colspan="6" class="question-header"><a name="q9"></a>9.	We plan to accommodate between 1,080 and 1,925 non-local workers in accommodation campuses, depending upon the success of local recruitment and other factors.</td>
				</tr>
				<tr>
				<td colspan="6" class="question-header">What are your views on our plans for accommodation campuses at the following locations:</td>
				</tr>
<!-- 9.A -->
				<tr>
					<td colspan="6" class="question-header">i. Bridgwater Innovia site, Bath Road (site BRI- A) for up to 1,075 places?</td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><label for="sq84_1">Satisfactory</label></td>
					<td><label for="sq84_2">Unsatisfactory</label></td>
					<td><label for="sq84_3">No opinion</label></td>
					<td><label for="sq84_4">Don't know</label></td>
					<td></td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><input type="radio" name="sq84" id="sq84_1" value="100" /></td>
					<td><input type="radio" name="sq84" id="sq84_2" value="101" /></td>
					<td><input type="radio" name="sq84" id="sq84_3" value="102" checked="checked"/></td>
					<td><input type="radio" name="sq84" id="sq84_4" value="103" /></td>
					<td></td>
				</tr>
				<tr>
					<td class="question-header"><label for="sq85">Any other ideas or comments?</label></td>
					<td colspan="5" class="text-answer"><textarea name="sq85" cols="10" rows="5" id="sq85" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Comments');">Comments</textarea></td>
				</tr>
<!-- 9.B -->		
				<tr>
					<td colspan="6" class="question-header">ii. Bridgwater and Albion Rugby Football Club site, College Way (site BRI-C) for up to 150 places?</td>
				</tr>		
				<tr>
					<td class="question"></td>
					<td><label for="sq86_1">Satisfactory</label></td>
					<td><label for="sq86_2">Unsatisfactory</label></td>
					<td><label for="sq86_3">No opinion</label></td>
					<td><label for="sq86_4">Don't know</label></td>
					<td></td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><input type="radio" name="sq86" id="sq86_1" value="104" /></td>
					<td><input type="radio" name="sq86" id="sq86_2" value="105" /></td>
					<td><input type="radio" name="sq86" id="sq86_3" value="106" checked="checked"/></td>
					<td><input type="radio" name="sq86" id="sq86_4" value="107" /></td>
					<td></td>
				</tr>
				<tr>
					<td class="question-header"><label for="sq87">Any other ideas or comments?</label></td>
					<td colspan="5" class="text-answer"><textarea name="sq87" cols="10" rows="5" id="sq87" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Comments');">Comments</textarea></td>
				</tr>
<!-- 9.C -->	
				<tr>
					<td colspan="6" class="question-header">iii. Hinkley Point C site for up to 700 places?</td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><label for="sq88_1">Satisfactory</label></td>
					<td><label for="sq88_1">Unsatisfactory</label></td>
					<td><label for="sq88_1">No opinion</label></td>
					<td><label for="sq88_1">Don't know</label></td>
					<td></td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><input type="radio" name="sq88" id="sq88_1" value="108" /></td>
					<td><input type="radio" name="sq88" id="sq88_2" value="109" /></td>
					<td><input type="radio" name="sq88" id="sq88_3" value="110" checked="checked"/></td>
					<td><input type="radio" name="sq88" id="sq88_4" value="111" /></td>
					<td></td>
				</tr>
				<tr>
					<td class="question-header"><label for="sq89">Any other ideas or comments?</label></td>
					<td colspan="5" class="text-answer"><textarea name="sq89" cols="10" rows="5" id="sq89" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Comments');">Comments</textarea></td>
				</tr>
			</table>
			
<!-- QUESTION 10-->
			<table summary="questionnaire question 10" cellpadding="0" cellspacing="0" class="questionnaire-question" id="Table10">
				<tr>
					<td colspan="6" class="question-header"><a name="q10"></a>10. At Junction 23 of the M5 we are planning a park and ride facility for workers where they will be transferred to buses.   A freight logistics facility is also proposed where freight would be consolidated and sent to Hinkley Point outside peak periods.  After construction of the power station is complete, this site could be used to serve Bridgwater as a park and ride facility, employment-generating use or other appropriate land use.</td>
				</tr>
				<tr>
					<td colspan="6" class="question-header">What are your views on our plans for the site near Junction 23 of the M5?</td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><label for="sq90_1">Satisfactory</label></td>
					<td><label for="sq90_2">Unsatisfactory</label></td>
					<td><label for="sq90_3">No opinion</label></td>
					<td><label for="sq90_4">Don't know</label></td>
					<td></td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><input type="radio" name="sq90" id="sq90_1" value="112" /></td>
					<td><input type="radio" name="sq90" id="sq90_2" value="113" /></td>
					<td><input type="radio" name="sq90" id="sq90_3" value="114" checked="checked"/></td>
					<td><input type="radio" name="sq90" id="sq90_4" value="115" /></td>
					<td></td>
				</tr>
				<tr>
					<td class="question-header"><label for="sq91">Any other ideas or comments?</label></td>
					<td colspan="5" class="text-answer"><textarea name="sq91" cols="10" rows="5" id="sq91" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Comments');">Comments</textarea></td>
				</tr>

			</table>
			
<!-- QUESTION 11-->
			<table summary="questionnaire question 11" cellpadding="0" cellspacing="0" class="questionnaire-question" id="Table11">
				<tr>
					<td colspan="6" class="question-header"><a name="q11"></a>11. At Junction 24 of the M5 we are planning a park and ride facility for workers where they will be transferred to buses.    A freight logistics facility is also proposed where freight would be consolidated and sent to Hinkley Point outside peak periods.  After construction of the power station is complete, this site could be used to serve Bridgwater as a park and ride facility, employment-generating use or other appropriate land use.</td>
				</tr>
				<tr>
					<td colspan="6" class="question-header">What are your views on our plans for the site near Junction 24 of the M5?</td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><label for="sq92_1">Satisfactory</label></td>
					<td><label for="sq92_2">Unsatisfactory</label></td>
					<td><label for="sq92_3">No opinion</label></td>
					<td><label for="sq92_4">Don't know</label></td>
					<td></td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><input type="radio" name="sq92" id="sq92_1" value="116" /></td>
					<td><input type="radio" name="sq92" id="sq92_2" value="117" /></td>
					<td><input type="radio" name="sq92" id="sq92_3" value="118" checked="checked"/></td>
					<td><input type="radio" name="sq92" id="sq92_4" value="119" /></td>
					<td></td>
				</tr>
				<tr>
					<td class="question-header"><label for="sq93">Any other ideas or comments?</label></td>
					<td colspan="5" class="text-answer"><textarea name="sq93" cols="10" rows="5" id="sq93" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Comments');">Comments</textarea></td>
				</tr>

			</table>
			
<!-- QUESTION 12-->
			<table summary="questionnaire question 12" cellpadding="0" cellspacing="0" class="questionnaire-question" id="Table12">
				<tr>
					<td colspan="6" class="question-header"><a name="q12"></a>12. We plan to bring in as much of the construction material as possible by sea, including large components.</td>
				</tr>
				<tr>
					<td colspan="6" class="question-header">What are your views on our proposals for refurbishing Combwich Wharf and providing an associated freight logistics / storage area to assist this process?</td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><label for="sq94_1">Satisfactory</label></td>
					<td><label for="sq94_2">Unsatisfactory</label></td>
					<td><label for="sq94_3">No opinion</label></td>
					<td><label for="sq94_4">Don't know</label></td>
					<td></td>
				</tr>
				<tr>
					<td class="question"></td>
					<td><input type="radio" name="sq94" id="sq94_1" value="120" /></td>
					<td><input type="radio" name="sq94" id="sq94_2" value="121" /></td>
					<td><input type="radio" name="sq94" id="sq94_3" value="122" checked="checked"/></td>
					<td><input type="radio" name="sq94" id="sq94_4" value="123" /></td>
					<td></td>
				</tr>
				<tr>
					<td class="question-header"><label for="sq95">Any other ideas or comments?</label></td>
					<td colspan="5" class="text-answer"><textarea name="sq95" cols="10" rows="5" id="sq95" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Comments');">Comments</textarea></td>
				</tr>

			</table>
		
			<div class="step-nav">
				<a href="#step2" onclick="moveStep('step2');" onkeypress="moveStep('step2');"><img src="/images/previous.gif" alt="Previous" /></a>&nbsp;&nbsp;&nbsp;
				<span class="hide">|</span>
				<a href="#step4" onclick="moveStep('step4');" onkeypress="moveStep('step4');"><img src="/images/next.gif" alt="Next" /></a>
			</div>
		</div>
		
<!-- step 4 -->		
		<div id="step4">

        <!-- QUESTION 13-->
			<table summary="questionnaire question 13" cellpadding="0" cellspacing="0" class="questionnaire-question" id="Table13">
				<tr><td style="text-align:left;font-weight:bold;text-decoration:underline;" colspan="6"><h3>General Comments</h3></td></tr>
				<tr>
					<td colspan="6" class="question-header"><a name="q13"></a><label for="sq96">13. Please let us have your overall views on our proposals and any other general comments in the box below.</label></td>
				</tr>
				<tr>
					<td colspan="6" class="text-answer"><textarea name="sq96" cols="10" rows="5" id="sq96" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Comments');" style="width:410px;">Comments</textarea></td>
				</tr>
			</table>
<!-- PERSONAL DETAILS -->			
			<table summary="personal details" cellpadding="0" cellspacing="0" id="Table14">
			<tr><td style="text-align:left;font-weight:bold;text-decoration:underline;" colspan="6"><h3>Your details</h3></td></tr>
				<tr>
					<td class="labels"><label for="firstname">First Name *</label></td>
					<td><input class="text" type="text" name="firstname" maxlength="40" value="First name" id="firstname" onfocus="ClearInput(this, 'First name');" onblur="ReplaceInputPrompt(this,'First name');"/></td>
				</tr>
				<tr>
					<td class="labels"><label for="surname">Surname *</label></td>
					<td><input class="text" type="text" name="surname" maxlength="40" value="Surname" id="surname" onfocus="ClearInput(this, 'Surname');" onblur="ReplaceInputPrompt(this,'Surname');"/></td>
				</tr>
				<tr>
					<td class="labels"><label for="contactemail">Email address</label></td>
					<td colspan="6" class="text-answer"><input maxlength="126" type="text" name="contactemail" value="Email" id="contactemail" class="text" onfocus="ClearInput(this, 'Email');" onblur="ReplaceInputPrompt(this,'Email');" style="width:295px;"/></td>
				</tr>
				<tr>
					<td class="labels"><label for="address">Address</label></td>
					<td><textarea name="address" id="address" rows="8" cols="30" onkeyup="return ismaxlength(this)" onfocus="ClearInput(this, 'Address');" onblur="ReplaceInputPrompt(this,'Address');">Address</textarea></td>
				</tr>
				<tr>
					<td class="labels"><label for="postcode">Postcode *</label></td>
					<td><input class="text" maxlength="18" type="text" name="postcode" value="Postcode" id="postcode"  onfocus="ClearInput(this, 'Postcode');" onblur="ReplaceInputPrompt(this,'Postcode');"/></td>
				</tr>
				<tr>
					<td class="no-border">* Indicates a mandatory field</td>
					<td class="no-border">
						<input type="hidden" name="submitform" id="submitform" value="submit" />
						<input class="submit" type="image" alt="submit" src="/images/btn_submit.gif" value="Submit" name="submitbutton" id="submitbutton" /></td>
				</tr>
			</table>
			<p>If you would like to track your comments through this consultation process please include your email address, we will then forward and a receipt with your reference number in due course.</p>
			<p>If you do not have an email address but would like to track your comments, <label for="post">please tick here and we will post you a receipt and reference number.</label><input type="checkbox" id="post" name="post"  value="1" /></p>
			<p>Your comments will be analysed by PPS (Local &amp; Regional) Ltd on behalf of EDF Energy. Copies might be made available, in due course, to the statutory authorities so your comments can be noted. We will, however, request that your personal details are not placed on the public record. Your personal details will be held securely by PPS and EDF Energy in accordance with the Data Protection Act 2000, will be used solely in connection with the consultation process and subsequent planning applications and, except as noted above, will not be passed to any third parties.</p>

			<div class="step-nav">
				<a href="#step3" onclick="moveStep('step3');" onkeypress="moveStep('step3');"><img src="/images/previous.gif" alt="Previous" /></a>&nbsp;&nbsp;&nbsp;
			</div>
		</div>	
</form>
	
	</div>
	
		<script type="text/javascript">
			window.addEvent('domready',function(e){
				$('step2').style.display = 'none';
				$('step3').style.display = 'none';
				$('step4').style.display = 'none';
				$$('.step-nav').each(function(sn){
					sn.style.display = 'block';
					if(Browser.Engine.trident && Browser.Engine.version <= 4){
					if($('grass')){
						$('grass').setStyle('display','none');
					}
				}
				});
			});
		</script>
	
	<div id="content-right">
		
		<!-- the search box, register for updates and link the EDF portal are in the file below. -->
		<div class="clear"></div>
<div id="site-search">
	<h3>Site Search &raquo;</h3>
	<form action="/site-search" method="post">
		<fieldset>
			<label for="searchtext" class="hide">Search for</label>
			<input class="text" type="text" name="searchtext" id="searchtext" value="I'm looking for..." onfocus="ClearInput(this, 'I\'m looking for...');" onblur="ReplaceInputPrompt(this, 'I\'m looking for...');"/>
			<input type="submit" name="submit-search" id="submit-search" value="search" class="button"/>
		</fieldset>
	</form>
</div><!--
<div id="register">
	<h3>Register for updates &raquo;</h3>
	<form action="/register" method="post">
		<fieldset>
			<label for="email" class="hide">email address</label>
			<input class="text" type="text" name="email" id="email" value="Add your email address" onfocus="ClearInput(this, 'Add your email address');" onblur="ReplaceInputPrompt(this, 'Add your email address');" />
			<input type="submit" name="submit-register" id="submit-register" value="submit" class="button"/>
		</fieldset>
	</form>
</div>-->
<div id="group-tile">
	<a href="/Preferred_Proposal_Documents/Preferred Proposals/02_Proposals_Summary.pdf" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">
		<img src="/images/preferred-proposals-summary-tile.gif" alt="Preferred Proposals: Summary document" />
	</a>
	<a href="/public-consultation/questionnaire">
		<img src="/images/questionnaire-tile.gif" alt="Questionnaire" />
	</a>
	<a href="/Preferred_Proposal_Documents/Stage 1 Consultation/09_Stage_1_Consultation_Report_Summary.pdf" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">
		<img src="/images/stage-1-consultation-report-summary-tile.gif" alt="Stage 1 Consultation Report: Summary document" />
	</a>
	<!--
	<a href="/public-consultation/exhibition-boards/">
		<img src="/images/exhibitions-boards-tile.gif" alt="Exhibition boards" />
	</a>-->
	<a href="/newsroom/newsletters/">
		<img src="/images/newsletters-tile.gif" alt="Newsletters" />
	</a>
	<a href="http://www.edfconsultation.info" onclick="window.open('http://www.edfconsultation.info');return false;" onkeypress="window.open('http://www.edfconsultation.info');return false;">
		<img src="/images/edf-home-tile.gif" alt="EDF Group Site" />
	</a>
</div>

	</div>
	<div class="clear"></div>
</div>
					<div id="footer">
						&copy; EDF Energy plc all rights reserved 2010
					</div>
					</div>
				</div>		
			</div>
		</div>
		<div class="clear"></div>
		<div id="grass"></div>	
	</div>
	<script type="text/javascript" src="/include/taglinks.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-3985007-29");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>