@import url("http://www.fatbeehive.com/beekeeper2/reset.css");
@import url("type.css");

/* Shipshape Network - Major page elements in here - tim@fb */

/******

Main colours:

Brand Sage Green: #49604e
Brand Sage Green tint1: #9eaaa1
Brand Sage Green tint2: #b6bfb9

Brand Regal Purple: #4b4a77
Brand Regal Purple tint 1: #746987
Brand Regal Purple tint 2: #f3f2f5
Brand Regal Purple tint 3: #9f9eb6

Warm Grey: #7f7f7f
Cool Grey: #999999

Warm header bg tint: #f7f4f0

Page body bg: #f2f2f2

******/

#wrapper {
	width: 986px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	background: #fff url(../images/bg_wrapper_tile.gif) top center repeat-y;
}

#header {
	float: left;
	height: 157px;
	width: 986px;
	background: #f7f4f0 url(../images/bg_masthead.gif) top center no-repeat;
}

#branding_header {
	float: left;
	width: 392px;
	height: 119px;
	margin: 25px 0 0 40px;
	
}

/* @group Main/Top Nav */


body#index #wrapper_topnav {
	float: left;
	width: 986px;
	background: url(../images/bg_nav_home.gif) top center no-repeat;
	position: relative;
	height: 43px;
}

#wrapper_topnav {
	float: left;
	width: 986px;
	background: url(../images/bg_nav.gif) top center no-repeat;
	position: relative;
	height: 43px;
}


body#index ul#topnav {
	list-style-type: none;
	margin: 0;
	float: left;
	width: 500px;
	padding: 5px 0 0 30px;
}


ul#topnav {
	list-style-type: none;
	margin: 0;
	float: left;
	width: 320px;
	padding: 10px 0 0 30px;
}


ul#topnav li {
	list-style-type: none;
	margin: 0;
	float: left;
	padding: 0;
	text-align: center;
}

ul#region-nav {
	list-style-type: none;
	margin: 0;
	float: right;
	width: 410px;
	padding: 0;
}


ul#region-nav li {
	list-style-type: none;
	margin: 0;
	float: left;
	padding: 4px 1px 0 1px;
	text-align: left;
}


/* @end */


body#index #content_inner_wrapper {
	float: left;
	width: 986px;
	margin:0;
	
}

body#index #content_inner_wrapper {
	float: left;
	width: 986px;
	margin: 0;
}

#content_inner_wrapper {
	float: left;
	width: 986px;
	margin: 15px 0 0 0;
}

body#index #bigsearch {
	background: #b6bfb9 url(../images/bg_searchfeature.gif) top center no-repeat;
	width: 931px;
	padding: 42px 20px 50px 35px;
	height: 157px;
	float: left;
	margin-bottom: 20px;
	
}

body#index #bigsearch_left {
	float: left;
	width: 435px;
	border-bottom: none;
	margin-bottom: 0;
	margin-left: 0;
}

body#index #bigsearch_right {
	float: right;
	width: 455px;
	padding-top: 0;
}

#bigsearch {
	background: none;
	width: 931px;
	padding: 10px 0 0 25px;
	float: left;
	margin-bottom: 20px;
}

#bigsearch_left {
	float: left;
	width: 685px;
	margin-bottom: 20px;
	margin-left: 30px;
	border-bottom: 3px solid #49604e;
}

#bigsearch_right {
	float: right;
	width: 230px;
	padding-top: 8px;
}


/* @group Big Search box */

body#index #wrapper_search {
	float: none;
	width: auto;
	margin-top: 13px;
	margin-right: 0;
	padding-top: 0;
}

body#index #searchform fieldset {
	border: none;
	width: 100%;
	padding: 0;
	overflow: hidden;
	margin: 0;
}

body#index #searchform fieldset input#s{
	border: none;
	background: url(../images/bg_search.gif) no-repeat;
	width: 328px;
	padding: 10px 100px 10px 5px;
	color: #77887a;
	font-size: 1.5em;
	float: none;
}

body#index #searchform fieldset input.btn {
	width: 93px;
	border: none;
	margin: -38px 5px 0 0;
	float: right;
	height: 32px;
	position: relative;
	z-index: 20;
}

body#index label#directorysearcher {
	display: block;
	font-size: 1.334em;
	font-weight: bold;
	padding: 0 0 8px 3px;
	float: none;
	color: #000;
}

/* @end */

/* @group Standard Search box on sub pages */

#wrapper_search {
	float: right;
	margin-top: 0;
	width: 550px;
	margin-right: 22px;
	padding-top: 9px;
}

#searchform fieldset {
	border: none;
	width: 100%;
	padding: 0;
	overflow: hidden;
	margin: 0;
	
}

#searchform fieldset input#s{
	border: none;
	background: url(../images/bg_minisearch.gif) no-repeat;
	width: 190px;
	padding: 5px 60px 5px 4px;
	color: #77887a;
	font-size: 1.2em;
	float: right;
}

#searchform fieldset input.btn {
	width: 55px;
	border: none;
	margin: 4px -251px 0 0;
	float: right;
	height: 18px;
	position: relative;
	z-index: 20;
}

label#directorysearcher {
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: 5px 0 8px 3px;
}

/* @end */


/* @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: 80px; /* must be same height as the footer */
}  

#stickyfooter {
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;
	width: 961px;
	margin-left: auto;
	margin-right: auto;
	background: #4b4a77;
	overflow: visible;
	text-align: left;
	padding: 0;
}

#footer_inner {
	padding-top: 15px;
	padding-bottom: 30px;
	position: relative;
	background: url(../images/bg_footer.gif) top center no-repeat;
	
}

/* @group Secnav in footer */

#wrapper_secnav {
	float: right;
	width: 360px;
	clear: both;
	margin-right: 15px;
}

#wrapper_secnav ul {
	list-style-type: none;
	margin: 0;
	float: right;
	padding: 0;
}

#wrapper_secnav ul li {
	list-style-type: none;
	margin: 0;
	float: left;
	padding: 5px 2px 6px 2px;
	text-align: left;
}

/* @end */


/* @group Main content blocks */


body#index #content_left {
	float: left;
	width: 701px;
	padding: 0 0 0 24px;
}

body#index #content_left {
	float: left;
	width: 701px;
	padding: 0 0 0 24px;
	margin-bottom: 20px;
}

#content_left {
	float: left;
	width: 695px;
	padding: 0 0 0 30px;
	margin-bottom: 20px;
}



body#index #leftcol {
	float: left;
	width: 462px;
	padding: 0;
}

#leftcol_sub {
	float: left;
	width: 462px;
	padding: 0;
}

#midcol_sub {
	float: right;
	width: 222px;
}


#leftcol {
	float: left;
	width: 220px;
	padding: 0;
}


body#index #midcol {
	float: right;
	width: 222px;
}

#midcol {
	float: right;
	width: 455px;
}

#midcol_left {
	float: left;
	width: 210px;
}

#midcol_right {
	float: right;
	width: 210px;
}

body#index #rightcol {
	float: right;
	width: 210px;
	padding-right: 35px;
	padding-bottom: 0;
	margin-top: 0;
}

#rightcol {
	float: right;
	width: 210px;
	padding-right: 35px;
	padding-bottom: 25px;
	margin-top: -52px;
}


#leftcol_row-one {
	float: left;
	width: 458px;
	padding-bottom: 25px;
}

#leftcol_row-two {
	float: left;
	width: 458px;
	padding: 0 0 25px 5px;
}

#wrap_plug_nhs {
	font-size: 1.166em;
	line-height: 1.2;
	float: left;
	clear: left;
	width: 270px;
}

#wrap_credit {
	float: left;
	padding: 13px 0 0 55px;
	width: 190px;
}

address {color: #000;}

/* @end */

/* @group Accordion ui */

body#index #accordion h2 {
	cursor: pointer;
	font-size: 1.166em;
	font-weight: bold;
	color: #000;
	background: #f3f2f5 url(../images/btn_morenews.gif) bottom right no-repeat;
	border-top: 1px solid #9f9eb6;
	border-bottom: 1px solid #9f9eb6;
	margin-bottom: 0;
	padding: 8px;
}

.pane {background: url(../images/bg_news_shadow_top.gif) top left repeat-x;}

.pane p {
	padding: 8px;
	background: url(../images/bg_news_shadow_btm.gif) bottom left repeat-x;
	margin: 0;
}

#accordion h2 {
    font-size: 1.166em;
	font-weight: bold;
	color: #000;
	background: none;
	border-bottom: 1px solid #9eaaa1;
	margin-bottom: 0;
	padding: 8px;
}

#accordion h2 a {color: #000;}
#accordion h2 a:hover {color: #999; text-decoration: none;}

/* @end */


/* @group Region JC scroller/carousel */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 375px;
	height:144px;

}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item – the region graphics */

.scrollable img {
	float:left;
	margin: 0;
	padding: 0;
	cursor:pointer;
	width: 94px;
	height: 99px;
}

.region-img_wrap {
	float: left;
	width: 94px;
	height: 144px;
}

.region-img_caption {
	float: left;
	width: 94px;
	text-align: center;
	font-size: 1.166em;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 5px;
}

.region-img_caption a {
	color: #000;
}
/* active item */

.scrollable .active {
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {float:left;}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/btn_region_sprite.gif)  0 0 no-repeat;
	display:block;
	width: 33px;
	height:50px;
	float:left;
	margin: 25px 0 0 0;
	cursor:pointer;
	font-size:1px;
}

/* right */

a.right {background-position: 0 -55px; clear:right; margin-right: 0px;}
a.right:hover {background-position:-36px -55px; }
a.right:active { background-position:-70px -55px; } 


/* left */

a.left {margin-left: 0px; } 
a.left:hover {background-position:-33px 0;}
a.left:active {background-position:-70px 0;}

/* disabled navigational button (hides the button when the image loop is ended at either end) */

a.disabled {visibility:hidden !important;}


/* @end */

/* @group Subnav */

#wrapper_subnav {margin-bottom: 15px;}

ul#subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #d8ddd9;
}

ul#subnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#subnav li ul li {padding: 0;}

ul#subnav li ul {
	margin: 0 !important;
	background-color: #f0f2f1;
}

/* @end */


/* @group various classes */

.flleft {float: left;}

.flright {float: right;}

.clearing {clear: both;}

/* @end */

#region-search {clear: both;}

/* @group Region search on region sub-pages */

ul#form-wrapper {
	margin: 0 0 0 120px;
	padding: 0;
	float: left;
	width: 330px;
	list-style-type: none;
}

ul#form-wrapper li {list-style-type: none;}

ul#form-wrapper li#vessels-li {
	background: url(../images/icon_vessels_small.gif) 0 3px no-repeat;
	padding: 4px 4px 4px 25px;
	margin-bottom: 5px;
	float: left;
	width: 116px;
}

ul#form-wrapper li#skills-li {
	background: url(../images/icon_skills_small.gif) 0 3px no-repeat;
	padding: 4px 4px 4px 25px;
	margin-bottom: 5px;
	float: left;
	width: 116px;
	clear: none !important;
}

ul#form-wrapper li#facilities-li {
	background: url(../images/icon_facilities_small.gif) 0 3px no-repeat;
	padding: 4px 4px 4px 25px;
	float: left;
	width: 116px;
	clear: left !important;
}

ul#form-wrapper li#people-li {
	background: url(../images/icon_people_small.gif) 0 3px no-repeat;
	padding: 4px 4px 4px 25px;
	float: left;
	width: 116px;
	clear: none !important;
}

ul#form-wrapper li label {
	font-weight: bold;
	color: #49604e;
	font-size: 1.166em;
}

ul#form-wrapper-two {
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
	width: 443px;
	list-style-type: none;
	clear: left;
}

ul#form-wrapper-two li {
	list-style-type: none;
	padding: 4px 0 4px 0;
}

ul#form-wrapper-two li#key {
	float: left;
	width: 100%;
}

ul#form-wrapper-two li#key label {
	font-weight: bold;
	padding: 0 65px 0 0;
}

ul#form-wrapper-two li#key input {width: 250px;}

ul#form-wrapper-two li#options-li {
	float: left;
	clear: left !important;
	width: 320px;
	margin-left: 115px;
}

ul#form-wrapper-two li#postcode-li {
	float: left;
	clear: left !important;
	width: 443px;
}

ul#form-wrapper-two li#postcode-li label {
	font-weight: bold;
	padding: 0 61px 0 0;
}

ul#form-wrapper-two li#postcode-li select {margin: 0 8px 0 8px;}

ul#form-wrapper-two li#submit-li {
	float: right;
	clear: both !important;
	width: 90px;
	padding: 10px 0 10px 0;
}

/* @end */

#more {
	border: 1px solid #ccc;
	padding: 10px;
}

span#more-text {vertical-align: top;}


/* end main.css */


.array_select_box, .facilities.browse, .skills.browse {
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	width: 45%;
}



.array_select_box legend, .facilities.browse legend, .skills.browse legend {
	margin-left: 10px;
}

.array_select_box div, .facilities.browse ol, .skills.browse ol, .array_select_box.submit {
	height: 300px;
	overflow: auto;
}

.array_select_box.submit {
	width: 90%;
	height: 200px;
}

.array_select_box label {
	display: block;
}

.imageleft {
float: left;
margin: 0 10px 10px 0px;
}

.imageright {
float: right;
margin: 0 5px 10px 10px;
}


/**** footer amends 24.2.2011 tgc *****/

#socnet {
	float: left;
	width: 208px;
	margin: 15px 0 0 0;
}

#socnet ul {
    background: url(../images/bg_socnet_sprite.gif) 0 -28px no-repeat;
    height: 30px;
    list-style-type: none;
    margin: 10px 0 5px 0;
    overflow: hidden;
    padding: 0;
    width: 40px;
}

#socnet ul li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#socnet ul li a {
    display: block;
    font-size: 6px;
    height: 0;
    overflow: hidden;
    padding-top: 30px;
    width: 40px;
}

#socnet ul li a#tw:hover {
    background: url(../images/bg_socnet_sprite.gif) 0 1px no-repeat;
    text-decoration: none;
}

#socnet h4 {
	color: #4b4a77;
	border-bottom: 2px solid #4b4a77;
	padding: 0 0 4px 0;
}

#fb-site-credit{float:right;margin-right:5px;color:#ffffff}
#fb-site-credit a{color:#ffffff}

/**** end footer amends *****/
#noresultsdiv {
	background-color:#dbdaea;
	border:1px solid #8180a0;
	padding:10px;
	margin-bottom:20px;
}
