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

.imageleft {
	float: left;
	margin: 0 10px 10px 0px;
}

.imageright {
	float: right;
	margin: 0 5px 10px 10px;
}


/* INTRAC - main stylesheet - tim@fb */

/******

Main colours:

Main Headings: (Dark Purple) #91278F;
Header: (Blue) #70cde3;
Body bg: (White) #ffffff;
Footer: (Warm Grey) #bdb3aa;
Newsbox bg: (Light Warm Grey) #EEECEA;
Events bg: (Light Tint Purple) #f4eaf3;

******/

html {
	background: #bdb3aa; /* wandering centered bg image fix - part 2. See main.css for part 1 on body tag. Props: http://scriptandstyle.com/centering-a-body-background-image-that-behaves */
}

/* Main Layout Blocks */

#header {
	width: 100%;
	background: #fff url(../images/header_bg.jpg) center top no-repeat; 
	height: 103px;
	float: left;
}

#content {
	width: 100%;
	background-color: #fff;
	padding-bottom: 15px;
	float: left;
	clear: both;
}

#footer {
	width: 100%;
	background-color: #bdb3aa;
	float:  left;
}

.wrapper {
	clear: both;
	width: 750px;
	margin:0 auto;
  	text-align:left;
  	padding: 0 25px 0 25px;
 }
 
 #contentwrapper {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 9px;
}
 
 #contentleft {
	float: left;
	width: 582px;
}

/* only on subpages */

#leftcol {
	float: left;
	width: 155px;
}

#centrecol {
	float: right;
	width: 416px;
	
}

#centrecol-container {
	padding-left: 10px;	
}

/* end only on subpages */

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

#missionrow {
	height: 170px;
	background: url(../images/img_mission.jpg) bottom left no-repeat;
	padding: 0 0 0 0;
}

.featcol {
	float: left;
	width: 182px;
	margin: 0 12px 0 0;
}

#featcol_three {
	float: left;
	width: 182px;
	margin: 0 0 0 7px;
}

#supprow {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 8px 0 0 0;
	background: url(../images/rule.gif) 0 0 repeat-x;
}

#newsbox {
	background: #EEECEA url(../images/bg_rss.gif) top right no-repeat;
	padding: 1px 6px 5px 10px;
	margin: 12px 0 5px 0;
}

#pubsbox {
	background: #f4eaf3 url(../images/bg_pubs.jpg) bottom right no-repeat;
	padding: 1px 6px 120px 10px;
	margin: 12px 0 0 0;
}

#eventsbox {
	background: #f4eaf3 url(../images/bg_events.jpg) top right no-repeat;
	padding: 1px 6px 10px 10px;
	margin: 5px 0 12px 0;
}

#quotebox {
	padding: 30px 10px 8px 10px;
	background: #E9D4E9 url(../images/pullquo_top.gif) 6px 8px no-repeat;
}

/* end Main Layout Blocks */

ul.newslist {
	list-style-type: none;
	clear: both;
	margin: 0;
	padding: 0;
}

ul.newslist li {
	list-style-type: none;
	background: url(../images/bullet.gif) 0 0 no-repeat;
	padding: 0 0 5px 15px;
}

#rhs-content ul {
	list-style-type: none;
	clear: both;
	margin: 0;
	padding: 0;
}

#rhs-content ul  li {
	list-style-type: none;
	background: url(../images/bullet_plus.gif) 6px 2px no-repeat;
	padding: 0 0 5px 25px;
}

#rhs-content ul  li a {
	color: #000;
}

div.contactslist {
	list-style-type: none;
	clear: both;
	margin: 0;
	padding-bottom: 5px;
}

/* various */

.flright {
	float: right;
}

.flleft {
	float: left;
}

img.img_feat {
	padding: 0 0 25px 0;
}

img.flleft {
	padding: 4px 8px 0 0;
}

img.flright {
	padding: 4px 0 0 8px;
}

.clear {
	clear: both;
}


.flright_supp {
	float: right;
	margin-top: 2px;
}

/* Sec nav lists */

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

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

/* end Sec nav lists */

/* ssssssssuckerfish */

ul#mainnav {
	width: 510px;
	float: left;
	list-style-type: none;
	clear: right;
	padding: 0;
	margin: 23px 0 0 21px;
	position: static; /* fix for png-fix integration */
}


ul#mainnav li {
	color: #fff;
	float: left;
	margin: 0;
	list-style-type: none;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 92px;
	border-right: 1px solid #fff;
}


ul#mainnav li#aboutus {width: 92px;}

ul#mainnav li#services {width: 92px;}


ul#mainnav li#resources {width: 92px;}

ul#mainnav li#events {width: 92px;}

ul#mainnav li#home {width: 80px;}


ul#mainnav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 10px 4px 10px;
	text-align: center;
	position: relative;
	
}


ul#mainnav li a:hover, ul#mainnav li a.on {
	background-color: #B268B1;
	color: #fff;
}


ul#mainnav li ul { /* the dropdowns */
	position: absolute;
	left: -999em;
	/*display:block;*/
	width: auto;
	padding: 0;
	margin: 0;
	font-size: 12px;
	list-style: none;
	border-top: 0;
	background-color: #C893C7;
	z-index: 999;
}


ul#mainnav li:hover ul, ul#mainnav li.sfhover ul {
	left: auto;
}

ul#mainnav li:hover, ul#mainnav li.sfhover {
	position: static;
	text-align: left;
}

ul#mainnav li ul li {
	float: none;
 	background-color: #C893C7;
 	padding: 0;
 	margin: 0;
 	height: auto;
 	border-top: 1px solid #fff;
}

ul#mainnav li ul li {width: 150px;} /* gives width to the subnav dropdowns */


ul#mainnav li ul li a {
	display: block;
 	color: #000;
 	width: auto;
 	height: auto;
 	font-size: 12px;
 	padding: 5px 5px 5px 15px;
 	margin: 0;
 	border: 0;
	text-align: left;
}


/* end ssssssssuckerfish */


/* Sub Nav */

ul#subnav {
	margin: 3px 0 15px 0;
	padding: 0;
	list-style-type: none;
}

ul#subnav li {
	margin: 0;
	padding: 8px 0 8px 15px;
	list-style-type: none;
	border-bottom: 1px solid #E9D4E9;
}

ul#subnav li.on {
	background: url(../images/bullet.gif) 0 8px no-repeat;
}

ul#subnav li ul {
	margin: 0 0 0 10px;
	padding: 0;
}

ul#subnav li ul li {
	border-bottom: none;
	padding: 8px 0 0 15px;
}

/* forms stuff */

label#sitesearch {
	display: block;
	text-indent: -9999em;
	height: 0px;
}

input#searchinput {
	float: left;
	width: 56px;
}

input#searchfield {
	float: right;
	width: 145px;
}

form#search {
	/*float: right;*/
	width: 220px;
	margin: 9px 0 0 0;
}

#searchwrapper {
	width: 220px;
	/*float: right;
	display: block;*/
	margin-left: 525px; /* for IE's sake only */
}

select#funding {
	width: 200px;
}

/* end forms */

th {
	text-align: left;
}

/* @group Promotional Code Box */

form#promocodebox.good fieldset {
	border: 1px solid #008e00;
}

form#promocodebox.bad fieldset {
	border: 1px solid #941100;
}


/* @end */

/* @group Results */

.results table {
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.results table td, .results table th {
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

.results table tr {
	border-bottom: 1px solid #eee;
}

.results td ul {
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}



/* @end */

/* @group Page Related Downloads */

ul.page_related_downloads {
	clear: both;
	margin: 0;
}

ul.page_related_downloads li {
	list-style-type: none;
}



/* @end */

/* @group Calendar */



#calendarContainer {
	width: 220px;
	float: right;
	margin-right: 10px;
}

#calendarContainer .navLinks {
	
}

#calendar th, #calendar td.inactive {
	padding: 5px;
}

#calendar td.active {
	background-color: #f0e6ff;
}

#calendar td.active a {
	color: #000;
	/*padding: 5px;*/
	display: block;
}

#calendar td.active a:hover {
	background-color: #dbbcff;
	text-decoration: none;
	
}

#calendar thead {
	background-color: #ffedf8;
}

#calendar tbody, #calendar thead {
	border-bottom: 1px solid #e8d2ff;
}

#searchResults dl {
	margin: 10px 0 20px 0px;
}

#searchResults dl dt, #searchResults dl dd {
	margin-left: 0px;
}

#searchResults .info {
	font-size: 0.8em;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

/* @group Sitemap */

ul#sitemap_page {
	padding: 0;
	margin: 0;
}

ul#sitemap_page li {
	list-style-type: none;
	margin: 0 0 20px;
	font-weight: bold;
}

ul#sitemap_page li ul li {
	margin: 10px 0 10px 20px;
	font-weight: normal;
	list-style-type: disc;
	list-style-position: outside;
}




/* @end */

/* @end */

#related_contacts p {
	padding-left: 10px;
}

#dfn_tooltip {
	position: absolute;
	background-color: #efe2ec;
	width: 200px;
	z-index: 999;
	text-align: left;
	padding: 10px;
	border: 1px solid #ff84ff;
}

.event_apply_online {
	font-size: 1.2em;
}

.add_to_basket {
	background: url('/images/basket.gif') no-repeat;
	padding-left: 100px;
	display: block;
	height: 30px;
	font-size: 1.3em;
	line-height: 30px;
}

.glossary_index {
	width: 100%; 
	text-align: center;
	border-bottom: 1px solid #ddd;
	font-size: 1.2em;
	padding: 5px;
}
.glossary_index a {
	padding-right: 2px;
}

#glossary dl dt {
	font-style: italic;
	font-size: 1.8em;
}

#glossary dl dd {
	margin-bottom: 15px;
}


body#index #contentleft h1 a, body#index #contentleft h1 a:hover, body#index #contentleft h2 a, body#index #contentleft h2 a:hover, body#index #contentleft h3 a, body#index #contentleft h3 a:hover {
	color: #91278F;
	text-decoration: none;
}

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 10px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
	font-size: 1.2em;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 4px;
	background: transparent url(../images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

ol.comments {
	margin: 0; padding: 0;
}

ol.comments li {
	list-style-type: none;
}

.general_comment_form table th, .general_comment_form table td {
	padding-left: 0;
	padding-right: 10px;
	text-align: left;
}

#comments {
	margin-top: 20px;
}

.current_rating {
	width: 16px;
	height: 16px;
	background:url(../js/star-rating/star.gif) no-repeat 0 -32px;
	float: left;
}

p.rating {
margin-top: -10px;
	margin-bottom: 20px;
	height: 16px;
}
