/**
* Bushboard
* Reset CSS			
*
* CSS developed by Bloom Media Ltd. | www.bloommedia.co.uk
* Contributors: Stuart Bamforth
*/

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a{ 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}
	
	
body {
	margin: 0 0 0 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	color: #666;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;
	}
	


/*typography*/
a {
	text-decoration: none;
	}

a:link {
	}
a:visited {
	}
a:active {
	}

a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
	

ol, ul{
	list-style: none;
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
	
li{
	font-size: .9em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
	
	
p {
	font-size: .9em;
	line-height: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
	color:#666;
	}
li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}
hr{
	display:none;
	}
td{
	vertical-align:top;
}
.clearfix{
	clear:both;
	}
/**
* Bushboaard
* Layout CSS			
*
* CSS developed by Bloom Media Ltd. | www.bloommedia.co.uk
* Contributors: Stuart Bamforth
*/

#container{
	text-align:center;
	}


#topbar{
	width:100%;
	background-color:#6b6a6c;
	background-image:url(../template_images/bg-header.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
	margin-bottom:12px;
	}

#header {
	width:968px;
	margin:0 auto 0 auto;
        text-align:left;
	}

	#header a#logo{
	display:block;
	width:268px;
	height:48px;
	background-image:url(../template_images/bg-h1-a.gif);
	text-indent:-9000px;
	float:left;
	margin:40px 0 0 10px;
	}
	#search{
	float:right;
	margin:34px 10px 0 0;
	}
	#search input{
	border:none;
	font-size:100%;
	padding:5px 5px 5px 5px;
	float:left;
	}
	#search input#searchbox{
	width:150px;
padding:0;
margin:5px 0px 0px 10px;
border:0px;
font-size:0.9em;
	}

#searchboxback {
height:25px;
background:#fff;
	margin:0 10px 0 0;
float:left;
border:1px solid #7f9db9;
}

	#search input.bttn{
	background-color:#c0d533;
	color:#6b6a6c;
	font-weight:bold;
	margin-right:0;
	border:none;
	padding:5px 2px 3px 2px;
	}
	#my-bush{
	float:right;
	margin:32px 5px 0 0;
	}
	#my-bush p{
	color:#c0d533;
	margin:0;
	}
	#my-bush p a{
	color:#fff;
	padding:0 5px 0 5px;
	}




#main-area{
	width:968px;
	margin:0 auto 0 auto;
        background-color:#fff;
text-align:left;
	}
	
	
	
#footer{
	width:100%;
	background-color:#6b6a6c;
	background-image:url(../template_images/bg-footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	border-top:60px solid #fff;
	padding:0 0 50px 0;


	}
	#footer-content{
	width:968px;
	margin:0 auto 0 auto;
	padding:25px 0 0 0;
	color:#fff;
text-align:left;
	}
	#footer h6{
	font-size:100%;
	font-weight:bold;
	margin:0 0 .5em 0;
	}
	#footer ul{
	}
	#footer ul li{
	margin:0;
	}
	#footer ul li a{
	color:#fff;
	background-image:url(../template_images/bg-footer-li-a.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding:0 0 0 7px;
	}
	#footer-links{
	width:660px;
	float:left;
	background-image:url(../template_images/bg-footer-links.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	}
	.footer-col{
	float:left;
	width:155px;
	}
	#footer-text{
	width:270px;
	float:left;
	margin:0 0 0 15px;
	color:#fff;
	}
	#footer-text p{
	color:#fff;
	margin:0 0 1em 0;
	}
	#footer-text em{
	color:#c0d533;
	font-style:normal;
	}
	#footer-text em.space{
	padding:0 5px 0 5px;
	}
	
/*Top Level Tabs */
#menu_1{
	float:left;
	position:relative;
	z-index:10000;
	}
	ul#level1{
	list-style:none;
	float:left;
	margin:25px 0 -1px 0;
	}
	ul#level1 li{
	float:left;
	border-right:1px solid #6b6a6c;
	background-color:#e9e9e9;
	background-image:url(../template_images/bg-top-tabs.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}
	ul#level1 li.nav-selected{
	background-color:#fff;
	}
	ul#level1 li a{
	color:#666;
	display:block;
	padding:3px 12px 3px 12px;
	background-image:url(../template_images/bg-top-tabs.gif);
	background-position:top right;
	background-repeat:no-repeat;
	float:left;
	font-size:100%;
	}
	
	/*First Level Dropdown*/
	ul#level1 li ul {
	position: absolute;
	left: -999em;
	width:16em;
	padding:10px 0 10px 0;
	background-color:transparent;
	background-image:url(../template_images/bg-dropdown-fade.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-top:2em;
	}
	ul#level1 li ul li{
	float:left;
	clear:left;
	width:15.5em;
	padding:5px 0 15px 0;
	margin-left:12px;
	background-image:url(../template_images/bg-dropdown-ul-li-ul-li.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	border:none;
	display:block;
	background-color:transparent;
	line-height:1.5em;
	}
	ul#level1 li ul li a{
	background-image:none;
	padding:0;
	font-size:110%;
	color:#333;
	}
	
	
	/*Second Level Dropdown*/
	ul#level1 li ul li ul {
	margin: -2.2em 15em 0 15em;
	background-color:transparent;
padding-right:4px;
	/*border-right:4px solid transparent;*/
line-height:1.1em;
	}
	ul#level1 li ul li ul li {
	background-color:transparent;
	}
	ul#level1 li ul li ul li a{
	font-size:120%;
	}
	
	
	/*This makes the all the dropdowns appear and disappera*/
	#level1 li:hover ul ul, #level1 li.sfhover ul ul {
	left: -999em;
	}
	#level1 li:hover ul, #level1 li li:hover ul, #level1 li.sfhover ul, #level1 li li.sfhover ul {
	left: auto;
	}
	#level1 li:hover ul {
	left: auto;
	}
	#level1  li:hover ul, #level1  li.sfhover ul {
	left: auto;
	clear:left;
	}
	

	
	
	
	
	
/*Calls to Action */	


.call-box-iepadding {
padding:13px 15px 0px 12px;
}

#calls{
	float:left;
clear:both;

	}
	#calls h3{
	color:#fff;
	margin:0 0 .1em 0;
	font-size:150%;
	}
	#calls p{
	margin:0 0 .75em 2px;
	color:#fff;
        float:left;
	}
	#calls a{
	color:#c0d533;
	background-image:url(../template_images/bg-calls-a.gif);
display:block;
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:14px;
	font-weight:bold;
float:left;
	}
	#calls a:hover{
	text-decoration:none;
	color:#fff;
	}
	.call-box{
	width:280px;
	float:left;
	background-image:url(../template_images/bg-calls-to-action.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#6b6a6c;
margin-bottom:5px;
	}
	.call-text{
	width:155px;
	float:left;
padding-bottom:0px;
	}
	.call-thumb{
	width:86px;
	float:right;
margin:0px 0px 0 0px;
text-align:right;
	}
	.call-thumb img{
	padding:1px;
	border:1px solid #c0d533;
	}		
	
	
/*Extra links in main copy */	
#links{
	width:190px !important;
	float:right;
	
	}
	#links h5{
	margin:0;
	background-image:url(../template_images/bg-links-h5.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0 0 2px 0;
	margin:0 0 3px 0;
	font-size:110%;
	font-weight:lighter;
width:171px;
	}
	#links p{
	margin:0 0 .25em 0;
width:171px;
	}
	.link{
	/*width:160px;*/
	/*float:left;*/

	margin:0 0 5px 0;
	background-image:url(../template_images/bg-arrow-grey.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 0 19px;
	}


/*fixes for sifr*/

h1 u, h2 u, h3 u {
text-decoration:none;
}

h1 u {
font-size:1.1em;
}

h2 u {
font-size:1.1em;
}

h3 u {
font-size:1.1em;
}

h1 a {
font-size:1.2em;
}

h2 a {
font-size:1.2em;
}

h3 a {
font-size:1.2em;
}


/* layout tweaks to all forms */

.form-newslettertext {
padding-top:20px;
}

.form-registertext {
padding-top:20px;
padding-bottom:20px;
}

/**
* Bushboard
* Homepage CSS			
*
* CSS developed by Bloom Media Ltd. | www.bloommedia.co.uk
* Contributors: Stuart Bamforth
*/
	
	
	
#left-col{	
	width:667px;
	float:left;

display:block;
	}
	#slideBox{
	width:658px;
	float:left;
	background-image:url(../template_images/bg-homepage-tabs.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#6b6a6c;
	
        height:277px;
	}

#slideBoxpadding{
padding:13px 0 0 9px;
display:block;
}




	.tab-text{
	width:220px;
	float:left;
	padding:0 0 0 0;
	}
	.tab-text h2{
	color:#fff;
	margin:0 0 0em 0;
        padding:0;
	font-size:230%;
	}
	.tab-text p{
	color:#fff;
	margin:0.5em 0 0.5em 0;
	}
	.tab-text ul{
	color:#fff;
	margin:0 0 0 0;
	}
	.tab-text ul li{
	background-image:url(../template_images/bg-li-arrow-white.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	margin:0;
	padding:3px 0 2px 15px;
line-height:1.3em;
	}
	.tab-text a{
	color:#fff;
	font-weight:bold;
	border:1px solid #c0d533;
	background-color:#798140;
	padding:5px 5px 5px 20px;
	background-image:url(../template_images/bg-li-arrow-white2.gif);
	background-position:5px 9px;
	background-repeat:no-repeat;
float:left;
margin-top:10px;
	}
	.tab-image{
	float:left;
	width:408px;
	margin:0 0 0 2px;
	}
	#tab-menu{
	clear:both;
	margin:13px 0 0 0;
	float:left;
	}


	ul#bttns{
	list-style:none;
	position:absolute;
	background-repeat:repeat-x;
	background-position:0 3px;
	margin:-28px 0 0 8px;
        z-index:1
	}
	ul#bttns li{
	float:left;
	background-image:url(../template_images/bg-homepage-tabs-tabs-li.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	}
	ul#bttns li a{
	color:#fff;
	background-image:url(../template_images/bg-homepage-tabs-corner.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:left;
	font-size:100%;
	padding:3px 7px 3px 7px;
	}
	
#homepage-copy{
	float:left;
	width:650px;
	border-left:17px solid #fff;
	border-top:30px solid #fff;
	}
	#homepage-copy a{
	color:#94a905;
	font-weight:bold;
	}
	#text{
	width:395px;
	float:left;
	}
	#text h3{
	margin:0 0 5px -17px;
	background-image:url(../template_images/bg-homepage-text-h3.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:8px 0 8px 16px;
	width:395px;
	font-size:190%;
position:relative;
z-index:50;
	}




	#text p{
	margin:0 0 1em 0;
	}
	#links{
	width:190px;
	float:left;
	border-left:45px solid #fff;
	}
	#links h5{
	margin:0;
	background-image:url(../template_images/bg-links-h5.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0 0 2px 0;
	margin:0 0 3px 0;
	font-size:110%;
	font-weight:lighter;
	}
	#links p{
	margin:0 0 .75em 0;
	}
	.link{
	width:160px;
	float:left;
	margin:0 0 5px 0;
	background-image:url(../template_images/bg-arrow-grey.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 0 19px;
	}

	
	
#right-col{
	width:280px;
	float:left;
	margin-left:10px;
display:block;
	}
	#green-box{
	width:280px;
	float:left;
	background-image:url(../template_images/bg-green-box-home.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#c0d533;
	height:22.8em;
    margin-bottom:12px;
	}
		
/* Homepage slider */

#slideBox{
	position:absolute;
}

#slideBox div{
	width:658px;
	float:left;
        padding-left:5px;
}


#slideBox img{
	width:408px;
	height:222px;
	float:left;
}
#slideInfo{
	background:#fff !important;
	color:red !important;
	cursor:default
}


.slideMask{
	position:relative;
	width:667px;
	height:277px;
	overflow:hidden;
        
}

span img{
	display:block;
	border:none;
}

#slideBox {
margin:-5000px;
}
