/*

	********************************************************
 	***** WWW.ENVENTURE.CO.UK | info@enventure.co.uk *******
 	**** Copyright Enventure 2007 | All Rights Reserved ****
	--------------------------------------------------------

	Contents:
	1.  HTML
	2.  Layout 
	3.  Navigation
	4.  Content
	5. 	LA Specific
	6.  Survey Script
	7. 	Footer	

/* 1. HTML -- */

	body {color:#000;font-size:1em;font-family:verdana, sans-serif;padding:0;margin:0;text-align:center;background:#fff;}
	h1 {color:#999;font:1.6em helvetica, arial, verdana, sans-serif;margin:0;font-weight:normal;padding:30px 0;letter-spacing:-1px;}
	h2 {color:#090;font:1.3em helvetica, arial, verdana, sans-serif;letter-spacing:-1px;padding:10px 0 ;margin: 0;text-align:left;}
	h3 {color:#999;font:1.2em helvetica, arial, verdana, sans-serif;font-weight:bold;letter-spacing:-1px;padding:10px 0;margin:0;text-align:left;}
	p {font-size:0.7em;	font-family:verdana, helvetica, sans-serif;text-align:left;letter-spacing:0.01px;padding:10px 0;margin:0;line-height:1.5em}
	a:link, a:visited {font-weight:bold;color:#090;text-decoration:none;} 
	a:hover, a:active {font-weight:bold;color:#6C3;text-decoration:underline;}
	li {font-family:verdana, helvetica, sans-serif;font-size:0.7em;line-height:1.9em;margin:0 15px;padding:0 0 0 10px;}
	ul {font-size:1em;margin:0;padding:0;}
	address {font-family:verdana, helvetica, sans-serif;font-size:0.7em;font-style:normal;}


/* 2. Layout -- */

	#grip {width:770px;margin:0 auto;text-align:left;}
	#holdall {text-align:left;margin:20px 0 50px 0;padding:0;}


/* 3.  Navigation  -- */

	#header {height:100px;background:url(../images/greybox-top-100.gif) #ddd;padding:0 30px 0 30px;}
	#header a:link, #header a:visited {font-weight: normal;color:#999;text-decoration:none;} 
	#header a:hover, #header a:active {font-weight: normal;color:#000;text-decoration:none;}


/* 4.  Content  -- */

	#content {background:url(../images/greybox-mid-10.gif);padding:10px 30px 0 30px;}
	.la {color:#000;font-weight:normal;}
	.loader {margin:40px;}
	.button {text-align:center;background:#f9ffec;border:1px solid #ccc;padding:20px;margin:20px 0 0 0;font-size:1.5em;}
	#survey-iframe {background: #eee;padding: 5px;}
	#indexform {margin:1px;}
	.sorry {font-weight: bold;color:#c00;}


/* 5.  LA Specific  -- */

	.ncc h1 {padding-top: 35px;font-size:1.4em;}


/* 6.  Survey Script  -- */

	.questiontable {margin:10px;}
	.questiontable h2 {font-weight:bold;font-size:0.9em;color:#999;}
	.questiontable p {margin:0px;padding:0px;}
	.questiontable th {font-weight:bold;text-align:center;}

/* 7.  Footer  -- */

	#footer {height:100px;background:url(../images/greybox-bottom-100.gif) #ddd;padding:0 30px 0 30px;}
	#footer p {font-size: 0.7em}
	.footnote {float:right;padding:50px 0 0 0;}
	.links {font-family:helvetica, arial, sans-serif;color:#ccc;font-size:1em;font-weight:bold;float:left;padding: 47px 0 0 100px;}
	#copynote p{margin: 20px;color: #999;text-align:center;font-size: 0.7em;}
	#copynote a:link, #copynote a:visited {	font-weight: bold;color:#999;text-decoration:none;} 
	#copynote a:hover, #copynote a:active { font-weight: bold;	color:#090;	text-decoration:underline;}
	#scroll {position:absolute;top:0;bottom:-0.1px;width:1em;z-index:-1;}
	.grey {color: #999;}
	
/* Ends  ---------------------------------------------- */
	
