/* CSS Document */

body {
	font-size: 0.8em;
	font-family: Arial, Verdana, Geneva, Lucida, Helvetica, sans-serif;
	background-color:#6f853d;
	background-image:url(http://www.eptrees.co.uk/32/images/bg.jpg);
	background-repeat:  repeat-x;
	font
}

a:link {
	color: #1c6911;
	text-decoration: none;
}
a:visited {
	color: #1c6911;
	text-decoration: none;
}
a:hover {
	color: #1c6911;
	text-decoration: underline;
}
a:active {
	color: #1898bf;
	text-decoration: none;
}

#main_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	text-align: left;
	background-color:#FFFFFF;
	margin-top:16px;
	padding-bottom:30px;
}


/*********************/
/* TOP BANNER */
/*********************/
#top_banner {
	position: relative;
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 150px; 
	z-index: 2;
}

#breadCrumbs {
	position: relative;
	left: 19px; 
	float: left;
	top: 0px; 
	height: 32px; 
	width:600px;
	z-index: 20; 
	background: #FFFFFF;
}

#searchBox { 
	position:absolute;
	text-align: right;
	position:absolute;
	left:200px;
	top:102px;
	width:700px;

}

/*********************/
/* SIDEBARS */
/*********************/
#sideBar-left {
	width: 200px;
	float: left;
	margin-top:5px;
	padding-right:3px;
	margin-left:5px;
}

#sideBar-left_box {
	margin-top:100px;
	background: #b5dc11;
	padding:7px;
}


/*********************/
/* MAIN NAVIGATION */
/*********************/

#mainNav_jpeg {
	background-image:url(../images/top-nav-bar.jpg);
	background-repeat:none;
	height: 50px;
	position:relative;
	top:-10px;
}

#sideBarleftJPEG {
	background-image:url(../images/left-hand-nav.jpg);
	background-repeat:none;
	width:210px;
	height:220px;
	float:left;
	margin-left:14px;
	margin-top:13px;
}

#mainNav a#first-level-nav-selected{
	/*background-color:#1898bf;**/
	color:#BAE624;
}


#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position:absolute;
	left:23px;
	top:8px;
	float: left;
	padding-left:2px;
	width: 940px;
	/*
	margin-left: auto;
	margin-right: auto;
	*/
}

#mainNav li {
	float: left;
	/*padding: 0;*/
	margin: 0;
	
}


#mainNav li a, #mainNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left:32px;
	padding-right:32px;
	padding-top:4px;
	padding-bottom:3px;
	margin-left:0px;
	display: block;
	font-size: 0.9em;	
	border-right: 1px solid #83a060;
}

#mainNav li a:hover {
	color: #BAE624;
	background-repeat:no-repeat;
}



#mainNav li.fuck {
	background-color:#BAE624;
	color:#FFFFFF;
}


/*********************/
/* SECOND LEVEL NAV */
/*********************/

body a#second-level-nav-selected {
	color:#BAE624;
}


#second-level-nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top:2px;
	margin-left:28px;
	/*font-size: 1.5em;*/
	/*border-left: 1px dashed #294E56;
	border-top: 1px dashed #294E56;
	border-right: 1px dashed #294E56;*/
}

#second-level-nav li {
	display: inline;
	/*font: 0.6em Arial, Verdana, Geneva, Lucida,  Helvetica, sans-serif;*/
}

#second-level-nav .title {
	font-weight: bold;
	display: block;
	color: #000000;
}

#second-level-nav a {
	text-decoration: none;
	display: block;
	padding-left:18px;
	padding-top:4px;
	padding-bottom:8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;	
	
	/*
	border-top: 1px solid #666666;
	border-left: 5px solid #666666;
	background-color:#2c5219;
	*/

}
/* hack for IE 6 < to make entire block clickable */
* html #second-level-nav a {
	height: 1px; 
}

#second-level-nav a:hover {
	color: #BAE624;
	/*background-image:url(../images/2nd-level-over.gif);*/
	background-repeat:no-repeat;
}

/*********************/
/* THIRD LEVEL NAV   */
/*********************/

body a#third-level-nav-selected{
	background-color:#e9f4b7;
	border-right: 3px solid #91a208 ;
	color:#506207;
}

#third-level-nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*font-size: 1.5em;*/
}

#third-level-nav li {
	display: inline;
	/*font: 0.8em Arial, Verdana, Geneva, Lucida,  Helvetica, sans-serif;*/
}

#third-level-nav a {
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	color: #91a208;
	line-height: 110%;
	background: #e9f4b7 url(../templates/bg_nav_h.png) no-repeat right top;
}
/* hack for IE 6 < to make entire block clickable */
* html #third-level-nav a {
	height: 1px; 
}

#third-level-nav a:hover {
	background-color:#e9f4b7;
	border-right: 3px solid #91a208 ;
	color:#506207;
}


/*********************/
/* FOOTER */
/*********************/

#footer {
	position:relative;
	top:25px;
	float:right;
}


#footer-bar {
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	margin-top:15px;
}




/*********************/
/* RANDOM */
/*********************/

.clear:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
}

#links-list ul{
	padding: 0px;
	margin-left:20px;
	list-style-image:url(../templates/images/bullets.gif);
	/*background: url(images/bg_nav.png) repeat-x left top;*/
	/* border-bottom: 1px solid #000; */
}
