/* ------------------------------------
Tim Smith Style Sheet (screen)
version: 1.0
author: jane mcdevitt
email: jane@maraid.co.uk
website: http://www.maraid.co.uk
------------------------------------- */

/*typography and colours
--------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	background-color: #221e1b;
	font-size:small;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
	color:#bababa;
	text-align:center;
	margin-bottom:30px;
	}
		
	
h1, h2 {
	position: absolute;
	left: -10000px;
	width: 1px;
	height:1px;
	overflow:hidden;
	top:auto;
	}
	
/*structure
--------------------------------------*/	
	
#allcontent {
	margin: 0 auto; 
	width:900px;
	}		

#maincontent {
	margin: 0 auto;
	width:646px;
	text-align:left;
	}
	
/*logo
--------------------------------------*/	
	
#logo {
	padding: 34px 0 16px 0 ;	
	}
	
#logo a  {
	display: block;
	width: 181px;
	}
	
#logo img  {
	display: block;
	width: 0;
	}
	
#logo span {
	display: block;
	width: 181px;
	height: 19px;
	background: url(../images/logo.gif) no-repeat ;
	}
	
/*nav
--------------------------------------*/	
	
#mainnav {
	margin-left:3px;
	}
		
#mainnav ul {
	list-style-type:none;
	}	
	
#mainnav ul a {
	color:#789e25;
	text-decoration:none;
	text-transform:lowercase;
	float:left;
	padding:10px 12px 26px 12px;
	}	
	
#mainnav ul a:hover {
	color:#94c32e;
	}	
	
#mainnav ul a.active {
	color:#CCC;
	}	
	
#mainnav ul a.first{
	padding-left:0;
	}	
	
/*flash
--------------------------------------*/	
	
#flashcontent {
	color:#fff;
	}	
	
#flashcontent p {
	margin:0;
	padding: 10px;
	}	
	
#flashcontent a {
	color: #fff;
	}		
	
#flashcontent a:hover {
	color: #fff;
	}
	
.warning {
	background:url(../images/alert.gif) no-repeat 0 50%;
	padding-left: 20px; 
	margin:0;
	}
	
p.contact {
	float:left;
	}
	
p.maraid {
	float:right;
	}	
	
#textarea p.maraid a {
	color:#666;
	}
	
#textarea p.maraid a:hover {
	color:#789e25;
	}		
	
/*text area
--------------------------------------*/	
	
#textarea {
	margin: 24px 0 20px 3px; 
	}
	
#textarea p {
	line-height: 1.8em;
	padding: 0 0 .8em 0;
	}	

#textarea a {
	color: #789e25;
	text-decoration: none;
	}
	
#textarea a:hover {
	color: #94c32e;
	text-decoration: none;
	}

/*other
--------------------------------------*/	

.clear {
	clear:both;
	}	

			