/* ---------------------------------------------
GLOBAL STYLES - GLOBAL.CSS

Colour reference

white - #FFFFFF
black - #000000
-----------------------------------------------*/

body 
{
font: 62.5% arial, sans-serif;
color: #000;
background: #fff;
height: 100%;
text-align:center;
}
		
a 
{ 
text-decoration:none;
font-weight:bold;
color:#fff; 
} 

a:hover 
{ 
text-decoration:none;
font-weight:bold;
color:#fff;
} 
	
/* ---------------------------------------------
GENERAL STYLES
-----------------------------------------------*/

html 
{
height: 100%;
}

*  
{
padding:0;
margin:0;
}	

* a:hover, * a:active
{
	outline:none;
}	
		
.clear 
{
  clear: both;
  height: 0;
}

li li, li p, td p, blockquote p 
{
	font-size:1em
}

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

.center
{
	text-align:center;
}

.right
{
	text-align:right;
}

img 
{
	border: 0;
	vertical-align:bottom;
}

p
{
	line-height:1.7em;
	margin:0 0 1em 0
}

ul,li 
{
	list-style-type:none;
}


input, textarea, select	
{
	font: 1.1em arial, verdana, sans-serif;
	color:#666;
	padding:3px;
	border: 1px #999 solid;
	background: #FFF;
}

input.editing, textarea.editing, select.editing {
	background:#fefff6;
	border-color:#ccc;
}

.movearrow
{
	margin-top: 2px;
}

/* ---------------------------------------------
HEADER STYLES
-----------------------------------------------*/

h1 a
{
	float:left;
	display:block;
	text-indent: -5000px;
	width:310px;
	height:77px;
	background:url(../images/title/logo.gif) no-repeat;
	overflow:hidden;
}

h2
{
	float:left;
	display:block;
	text-indent: -5000px;
	width:459px;
	height:205px;
	padding-bottom:25px;
	background:url(../images/title/strapline.gif) no-repeat;
	overflow:hidden;
}

h3
{
	float:left;
	display:block;
	text-indent: -5000px;
	width:443px;
	height:162px;
	padding-bottom:30px;
	background:url(../images/title/thanks.gif) no-repeat;
	overflow:hidden;
}

/* ---------------------------------------------
CONTENT AREAS
-----------------------------------------------*/

#wrapper
{
	width:968px;
	margin:0 auto;
	text-align:left;
	position: relative;
	font: Arial, sans-serif;
	font-size: 12px;
}

#container
{
	width: 968px;
	margin-top: 41px;
}

#top
{
	width: 968px;
	height: 146px;
}

#left_area
{
	width:470px;
	float:left;
}

#left_area p
{
	font-size:12px;
	line-height: 16px;
	width:459px;
}

#left_area p a
{
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}

#left_area p em a
{
	background: #000;
	width: 139px;
	color:#fff;
	font-style: normal;
	text-decoration: none;
}

#right_area
{
	width:480px;
	float:right;
}


/* ---------------------------------------------
CLASS AREAS
-----------------------------------------------*/

.email
{
	display:block;
	background: #000;
	margin-bottom: 48px;
	float: right;
	width: 137px;
	height: 16px;
}

.email a
{
	color: #fff;
}

.space
{
	padding-bottom: 5px;
}

.movedown
{
	padding-bottom:17px;
}

span.error {
	color: #ec4fc1;
}


/* ---------------------------------------------
FOOTER AREAS
-----------------------------------------------*/

* html #wrapper
{
height: 100%;
}


#footer
{
background: url(../images/template/footer-bk.gif) repeat-x #000;
width: 100%;
min-height:300px;
padding-top: 10px;
position: relative;
margin: 0 auto;
margin-top: -310px;
clear: both;
}


.clearer {
	height: 310px;
	display: block;
	clear: both;
}

#footer_text
{
	width:968px;
	height:115px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	margin: 0 auto;
}

#footer_text_lower .link
{
	font-weight:normal;
	text-decoration: underline;
}


#footer_text dl
{
	width: 234px;
	padding-right: 10px;
	color: #000;
	float: left;
}

#footer_text dl dt
{
	line-height: 16px;
	font-size: 12px;
}

#footer_text dl dt strong
{
	text-decoration: underline;
}

#footer_text_lower
{
	width:968px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	padding-bottom: 20px;
	margin: 0 auto;
	clear: both;
}

#footer_text_lower dl
{
	width: 234px;
	color: #fff;
	float: left;
}

#footer_text_lower dl dt
{
	line-height: 16px;
	font-size: 11px;
}

.move_apart
{
	padding-right: 10px;
}





