html,
body,
form, fieldset, label,button,fieldset,textarea,
h1, h2, h3, h4, h5, h6, p,
pre, code, em, blockquote, address,
ul, ol, li, dl{
	margin:0;
	padding:0;
	}

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

a img{
	border:0;
}

a{
	outline: none;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
}


h1{
	font-size:24px;
	margin:10px 0 20px 0;
}

h1 b{
	color:#68BC29;
	font-size:28px;
	display:block;
}



body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	}

#wrapper{
	width:990px;
	margin: 0 auto;
	text-align:left;
}

#header{
	width:100%;
	border-bottom:15px solid #e94023;
	margin-bottom:20px;
}

#content{
	width:100%;
	background:blue;
}

#left{
	width:250px;
	float:left;
}

#right{
	width:170px;
	float:left;
}

#right img{
	margin-top:10px;
}

#centre{
	width:570px;
	float:left;
	font-size:13px;
	color:#000;
	line-height:1.4em;
}

#centre p{
	padding:10px 0 10px 0;
}


#centre img.mainimage{
	clear:both;
	display:block;
	margin-bottom:20px;
}

#footer{
	float:left;
	width:100%;
	height:123px;
	background:url('images/footerbg.jpg');
	margin-bottom:20px;
	position:relative;
}

.footercontent{
	position:absolute;
	bottom:10px;
	font-weight:bold;
}

.footercontent a{
	color:#eee;
}

.padding{
	margin:10px;
}

.navigation{
	background:#68bc29;
	height:26px;
}

.navigation_links,
.headertitle
{
	text-align:left;
	width:990px;
	margin:0 auto;
}

.headertitle .headerbox{
	float:right;
	height:100px;
	margin-top:17px;
	position:relative;
	right:30px;
}

h2{
	color:#000;
	font-size:17px;
}


#nav a {
	display: block;
	margin-left:20px;
	color:#000;
	text-decoration:none;
	padding:5px 3px 5px 3px;
	font-size:13px;
	font-weight:bold;
}

#nav ul.indent a{
	font-size:12px;
	color:#2D2F2D;
}


#nav ul.indent a:hover{
	color:#68BC29;
}

#nav a:hover {
	color:#fff;
	background:#333;
}

#nav li { /* all list items */
	float: left;
	/* width: 7em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #68BC29;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul li{ /* lists nested under hovered list items */
	clear:both;
}

#nav .indent{
	margin-left:20px;
	z-index:99;
}

#nav .indent a{
	margin:5px;
}

#side_nav li{
	line-height:1.6em;
}

#side_nav ul li.child a{
	color:#000;
	font-weight:bold;
}

#side_nav li.title a:hover{
	text-decoration:underline;
}

#side_nav li.title a{
	color:#e94023;
	text-decoration:none;
}


#side_nav ul li.title{
	font-size:13px;
	font-weight:bold;
	margin-bottom:20px;
	text-transform: uppercase;
}

#side_nav ul li.child{
	font-size:13px;
	font-weight:normal;
	text-transform: none;
	list-style-type:square;
	color:#e94023;
	margin-left:15px;
}


.form_style{
	padding:10px;
}

.form_style div{
	margin:10px;
}

.form_style label{
	width:140px;
	float:left;
}

.form_style legend{
	font-size:16px;
	font-weight:bold;
	padding:10px;
}

.error{
	background:#990000;
	margin:10px;
	padding:10px;
	color:#fff;
}

.admin_navigation a{
	color:#e94023;
	font-weight:bold;
}

.admin_navigation ul{
	margin-top:20px;
}

.admin_navigation li{
	list-style-type:square;
	line-height:1.6em;
}

form ul li{
	float:left;
	margin:5px;
}