@import url("http://www.fatbeehive.com/beekeeper2/reset.css");
@import url("type.css");

/* Education for Health - Major page elements in here - tim@fb */

/******

Main colours:

Brand Blue: #0069aa

Brand Orange: #f78f1e

Brand Red: #e31937

Bg tint: #eceeef

Brand Grey: #455560

******/

/* Main Layout Blocks */

#wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 24px 0 24px;
	text-align: left;
	background: #fff url(../images/bg_tile.gif) top center repeat-y;
}

/* @group Sticky Footer css from http://www.cssstickyfooter.com - with thanks! */

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#content {
	clear: both;
	padding-bottom: 290px; /* must be same height as the footer */
}  

#stickyfooter {
	position: relative;
	margin-top: -290px; /* negative value of footer height */
	height: 290px;
	clear:both;
	width: 911px;
	margin-left: auto;
	margin-right: auto;
	background: #0069aa url(../images/cap_footer.gif) top center no-repeat;
	overflow: visible;
	text-align: left;
	padding: 0 15px;
}

#footer_inner {
	padding-top: 15px;
	position: relative;
}

#mapwrapper {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 739px;
	height: 240px;
}

#badges {
	position: absolute;
	bottom: -4px;
	right: 0;
}

/* @end */

#header {
	float: left;
	width: 941px;
}

#masthead {
	float: left;
	width: 100%;
	clear: both;
}

#standfirst {
	float: right;
	width: 567px;
	padding: 23px 0 0 0;
}

#course_search {
	float: left;
	width: 941px;
	height: 51px;
	padding-top: 28px;
	background: url(../images/bg_course_search.gif) top center no-repeat;
	margin-top: 15px;
}


/* @group Main content blocks */

body#index #content_inner_wrapper {
	float: left;
	width: 941px;
	margin: 12px 0 12px 0;
	background: url(../images/bg_news_top.gif) top left no-repeat;
}

#content_inner_wrapper {
	float: left;
	width: 941px;
	margin: 12px 0 12px 0;
	background: none;
}


body#index #content_left {
	float: left;
	width: 702px;
}

#content_left {
	float: left;
	width: 700px;
}


body#index #leftcol {
	float: left;
	width: 425px;
	background: url(../images/bg_news_btm.gif) bottom left no-repeat;
	min-height: 204px; 
  	height: auto !important; /* for ie6 – bless! */
  	height: 204px;
  	padding: 18px 18px 0 18px;
}

#leftcol {
	float: left;
	width: 439px;
	background: none;
	min-height: 204px; 
  	height: auto !important; /* for ie6 – bless! */
  	height: 204px;
  	padding: 18px 0 0 18px;
}


body#index #midcol {
	float: right;
	width: 222px;
}

#midcol {
	float: right;
	width: 228px;
}

body#index #rightcol {
	float: right;
	width: 222px;
}

#rightcol {
	float: right;
	width: 222px;
}

#wrapper_subnav {
	background: url(../images/bg_subnav_top.gif) top right no-repeat;
	float: right;
	width: 228px;
}

/* @end */

/* @group Subnav */

ul#subnav {
	list-style-type: none;
	margin: 14px 0 0 0;
	padding: 0;
	background: url(../images/bg_subnav_tile.gif) top right repeat-y;
}

ul#subnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#subnav li#li_last {
	background: url(../images/bg_subnav_bottom.gif) bottom right no-repeat;
	padding-bottom: 15px;
}

ul#subnav li ul li {
	padding: 0;
}

/* @end */


/* @group Main/Top Nav */


#wrapper_topnav {
	float: left;
	width: 940px;
	background: #0069aa;
	position: relative;
}

ul#topnav {
	list-style-type: none;
	margin: 0;
	float: left;
	width: 100%;
	padding: 1px 0 3px 30px;
	background: url(../images/cap_topnav.gif) bottom left no-repeat;
}

ul#topnav li {
	list-style-type: none;
	margin: 0;
	float: left;
	padding: 0;
	text-align: center;
}

/* @end */

#wrapper_secnav {
	float: right;
	width: 450px;
	clear: both;
	margin: 0 30px 0 0;
	background: #e6f0f7 url(../images/cap_secnav.gif) bottom left no-repeat;
}

ul#secnav {
	list-style-type: none;
	margin: 0;
	float: left;
	/*width: 220px;*/
	padding: 0 0 0 10px;
}

ul#secnav li {
	list-style-type: none;
	margin: 0;
	float: left;
	padding: 5px 2px 6px 2px;
	text-align: left;
}

/* @group News List formating */

#leftcol ol {
	margin: 0;
	padding: 0;
}

#leftcol ol li {
	list-style-type: none;
	margin: 0;
}


/* @end */

/* @group Feature Tabs on home page */

#wrapper_feattabs {
	float: left;
	clear: both;
	width: 941px;
	height: 233px;
	margin: 8px 0 0 0;
	overflow: hidden;
}

/* navigation */
#nav {
	background:#ddd url(../images/feattab_nav_bg.gif) 0 0 no-repeat;
	height:233px;	
	width:307px;
	float:left;
}

#nav ul {	
	width:307px;
	padding: 0;
	margin: 0;
}

#nav li {	
	width:307px;
	list-style-type:none;
	text-align:left;
	
}

#nav ul li a {
	color:#fff;
	display:block;
	padding: 25px 0 0 20px;
	position:relative;
	font-size: 1.416em;		
	height:53px;
	text-decoration:none;
	text-transform: uppercase;
}	

#nav a.current {
	background:url(../images/feattab_nav_on.jpg) 0 0 no-repeat;
	color: #0069aa;
}

#nav ul li a:hover {color: #333;}

/* panes */

#panes {
	width:631px;	
	height:233px;
	margin-bottom:0;
	padding-bottom:0;
	float: left;
	position:relative;
}

#panes div {
	display:none;		
	width:633px; 
	height: 233px;
}

#panes p {
	margin:0 0 -5px 0;
	font-size: 1.500em;
	font-weight:bold;
	position: absolute;
	bottom: 15px;
	left: 45px;
}

#panes p a {text-decoration: none;}

#panes p a:hover {color: #333;}

#panes p a img {vertical-align: middle;}

#panes .feat_one {background: url(../images/feattab_sprite.jpg) -2px 0 no-repeat;}

#panes .feat_two {background: url(../images/feattab_sprite.jpg) -2px -244px no-repeat;}

#panes .feat_three {background: url(../images/feattab_sprite.jpg) -2px -488px no-repeat;}


/* @end */

#signup {
	float: right;
	width: 192px;
	height: 39px;
	padding: 0;
	
}


/* @group Footer supnav */

#supnav {
	position: absolute;
	right: 3px;
	top: 135px;
}

#supnav ul, #supnav ul li  {
	list-style-type: none;
	margin: 0;
}

#supnav ul li {
	float: left;
}

/* @end */


/* @group Site search form stuff */

form#sitesearch {
	float: right; 
	/*width: 50%;*/
	width: 230px;
}

ul#ui_search {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 0;
	float: right;
	
}

ul#ui_search li {
	list-style-type: none;
	margin: 0;
	padding: 0 4px 0 0;
	float: left;
}

form#sitesearch label {
	font-size: 0.916em;
	font-weight: bold;
	color: #455560;
}

input#sitesearchbox {
	font-size: 0.916em;
	font-weight: normal;
	color: #455560;
}


/* @end */

/* @group Course Search Form */

#course_search form {font-size: 1.222em;}

#course_search form ul {
	list-style-type: none;
	margin: 0 0 0 60px;
	float: left;
}

#course_search form ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#course_search form ul li.li_one { padding-right: 8px;}
#course_search form ul li.li_two { padding-right: 70px;}
#course_search form ul li.li_three { padding-right: 8px;}
#course_search form ul li.li_four { padding-right: 65px;}

#course_search form label {
	font-size: 1.227em;
	font-weight: bold;
}


/* @end */

/* @group Suppcol on subpages */

#suppcol {
	float: left;
	width: 222px;
	background: url(../images/bg_suppcol_outer.gif) bottom left no-repeat;
	margin-bottom: 12px;
}

#suppcol_inner {
	background: url(../images/bg_suppcol_inner.gif) 0 0 no-repeat;
	padding: 15px;
}


/* @end */



/* @group E-signup form */

form#esignup ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form#esignup ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

form#esignup ul li.details {margin-right: 8px;}

form#esignup ul li.details input {color: #455560;}

label#esignlabel {
	height: 0px;
	display: block;
	overflow: hidden;
}

/* @end */



/* @group various classes */

.flleft {float: left;}

.flright {float: right;}

.clearing {clear: both;}

.space_vert {margin-top: 10px;}

/* @end */

/* @group additions (tim) */

#ilearning {
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 15;
}

#ilearning a {
	display: block;
	width: 101px;
	height: 0;
	padding-top: 41px;
	overflow: hidden;
	background: url(../images/ilearning.gif) 0 0 no-repeat;
}

/* @end */

/* @group Shop CSS – Added by TC 11.12.2009  */

/*** shop ccs only in this section **/

body#shopfront #leftcol {
	float: left;
	width: 455px;
	background: none;
	min-height: 204px; 
  	height: auto !important; /* for ie6 – bless! */
  	height: 204px;
  	padding: 0;
  	margin-top: 0;
}

body#shopfront #leftcol_inner {
	float: left;
	width: 221px;
}

#col_puff_one {
	float: right;
	width: 221px;
}

#puff_one {
	float: right;
	width: 221px;
	height: 241px;
	background: url(../images/puff_courses.gif) 0 0 no-repeat;
}

#puff_two {
	float: right;
	width: 221px;
	height: 241px;
	background: url(../images/puff_products.gif) 0 0 no-repeat;
}

.block {display: block;}

form#shopcats {
	float: left;
	width: 206px;
	padding-left: 15px;
}

#productpuff {
	float: left;
	clear: left;
	width: 184px;
	height: 101px;
	background: url(../images/bg_productpuff.gif) 0 0 no-repeat;
	padding: 10px 15px 15px 20px;
}

#basket {
	float: left;
	width: 197px;
	height: 58px;
	background: url(../images/bg_mybasket.gif) 0 0 no-repeat;
	padding: 5px 15px 15px 15px;
	color: #fff;
}

body#shopfront #rightcol {width: 227px;}

#loginbox {
	clear: left;
	/*float: left;
	width: 135px;*/
}

#userlogin {
	float: left;
	width: 197px;
	height: 125px;
	background: url(../images/bg_userlogin.gif) 0 0 no-repeat;
	padding: 15px;
	color: #455560;
	font-size: 0.916em;
	font-weight: bold;
	
}

#loginbox label, #loginbox input {margin-top: 3px;}

input#btn_login {
	/*float: left;
	clear: both;*/
}

form#shopcats label {
	font-size: 1.334em;
	font-weight: bold;
	color: #0069aa;
}

form#shopcats label, form#shopcats input, form#shopcats select {
	margin-bottom: 10px;
}

form#login {float: left;}

/* @end */

/* end main.css */



.resources_categories {
	padding-top: 10px;
}