/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;}

/* general */
a {
	color:#fe9028;
	text-decoration:none;}
	
a:hover {
	color:#2C76C4;
	text-decoration:underline;}
	
blockquote {
	background:#f1f1f1;
	border-left:2px solid #fe9028;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:10px;
	padding:0 0 0 10px;
	padding-right: 10px;}

blockquote a {
	color: #333333;
	text-decoration: underline;}

.left {
	float:left;
	margin:0 10px 0 0;}
	
.right {
	float:right;
	margin:0 0 0 10px;}

/* body */
body {
	background:#fff url('image/background_body.jpg') repeat-x top;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;}

/* header */

#logo {border: none;}

#header {
	background:url('image/background_header.jpg');
	height:320px;
	margin:0 auto;
	position:relative;
	width:760px;}

#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;}

#header h1 {
	left:0;
	position:absolute;
	top:10px;
	text-indent:-9999px;}
	
#header p {
	bottom:65px;
	color:#fff;
	font-size:1.3em;
	position:absolute;
	right:19px;
	font-weight: bold;
}

#header ul {
	list-style:none;
	position:absolute;
	top:100px;}
	
#header ul li {
	list-style:none;}
	
#header ul li a {
	color:#fff;
	display:block;
	font-size:1em;
	font-weight:700;
	height:12px;
	padding:8px;
	width:190px;}

#header ul li a:hover {
	color:#eee;
	text-decoration:none;
	background-color: #EB760D;}

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:760px;}
	
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;} 

/* sidebar */
#sidebar {
	float:left;
	width:210px;}
	
#sidebar h1 {
	border:1px solid #000;
	color:#fff;
	font-size:150%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	margin-bottom: 15px;
	background: #009900 url(image/title_tile.gif) repeat-x;
	letter-spacing: 0.1em;
	font-family: "Trebuchet MS", Verdana, sans-serif;}

#sidebar p {
	background:#f1f1f1;
	color:#000000;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;}
	
#sidebar p a.more {
	display:block;
	text-align:right;}
	
#sidebar ul {margin:10px;}

#sidebar ul li {
	border-bottom:1px solid #2b912b;
	list-style:none;
	padding:5px 2px;}
	
#sidebar ul li a {
	color:#000000;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	text-decoration:none;}
	
#sidebar ul li a:hover {color:#2C76C4;
	text-decoration:underline;}

/* Main */
#main {
	float:right;
	width:520px;}
	
#main p {
	color:#000;
	line-height:20px;
	padding:5px;}
	
#main h1 {
	border:1px solid #000;
	color:#fff;
	font-size:150%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	margin-bottom: 17px;
	background: #009900 url(image/title_tile.gif) repeat-x;
	letter-spacing: 0.1em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#main ul {margin:0 0 0 20px; padding:0 0 0 20px;}
#main li {margin-bottom: 8px;}

#main h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	border-bottom:2px solid #2b912b;
	color:#4D4D4D;
	font-size:140%;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
	margin-top: 10px;
	margin-bottom: 15px;}
	
#main h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	border-bottom:1px solid #2b912b;
	color:#4D4D4D;
	font-size:120%;
	line-height:30px;
	padding:0 10px;
	margin-top: 10px;
	margin-bottom: 15px;}

/* footer */
#footer {
	margin:10px auto;
	width:760px;}

#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;}

#footer p {
	border-top:2px solid #2b912b;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;}


.nodisplay {display: none;}
  
.bold {font-weight: bold;}
.textsmall {font-size: 0.8em;}
.textbig {font-size: 1.4em;}
.textcentre {text-align: center;}

.orangetextbold {font-weight: bold;	color: #E87103;}
.orangetext {color: #E87103;}
.floatleft {float:left;}
.floatright {float:right;}
.clear {clear: left;}
.greybg {background:#f1f1f1;}

.table {margin-left: 7px; width: 99%; border-collapse: collapse;}
.table td {border: 1px solid #CCCCCC;padding: 5px;}

.table01 {margin-left: 8px; width: 100%; border-collapse: collapse; line-height:20px;}
.table01 td {padding: 5px; }

.bg01 {background-color: #FFE8C4;}