body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #DDF5FE url(../images/banner.png) repeat-x top center;
  color: #092942;
  overflow-y: scroll;
}
.content ul li, .content ol{ 
	list-style-type: square;	
	font-size: 14px;
	line-height: 1.4;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #0068B1;
}

a:hover {
  color: #0086E6;
}

a img {
  border: none;
}

p a {
  font-weight: normal;
  color: #F99933;
}

p a:hover {
  color: #D57107;
}

table {
  border-collapse: collapse;
}

p {
  margin: 0 0 20px 0;
  line-height: 1.4;
  font-size: 14px;
}

hr {
  border: none;
  background-color: #E6E8E8;
  color: #E6E8E8; /* IE */
  height: 1px;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #0068B1;
}

h1 {
  font-size: 33px;
  margin: 0 0 25px;
}

h2 {
  font-size: 16px;
}

::selection {
  background: #EF62A4;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #EF62A4;
  color: #FFF;
  text-shadow: none;
}

/***************************************
  Container (banner, logo, main)
 ***************************************/

body > .container {
  width: 960px;
  margin: -12px auto 0;
}

.otherpages {
 padding:20px;
 background-color: white;
  }
.news {
 padding:20px;
 background-color: white;
  }

.banner {
  float: right;
  font-size: 14px;
  color: #DDF5FE;
  text-align: right;
    padding-top: 0px;
    padding-right: 15px;
}
.banner a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}
.banner a:hover {
  text-decoration: none;
}
.banner .call-us {
  margin-top: 2px;
  font-size: 20px;
}

.logo {
  padding-top: 15px;
}

/***************************************
  Main (menu and content)
 ***************************************/
 
.main {
  -moz-box-shadow: 0 0 20px #B3E9FF;
  -webkit-box-shadow: 0 0 20px #B3E9FF;
  box-shadow: 0 0 20px #B3E9FF;
}


.menu {
  margin-top: 15px;
  background: #005092 url(../images/menu-bg.png) repeat-x 0 0;
  height: 45px;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  color: #FFF;
}

.menu div > ul { /* root menu */
  height: 45px;
  overflow: hidden;
}

.menu li.root {
  float: left;
}

.menu li.root > a {
  font-size: 17px;
  background: url(../images/menu-divider.png) no-repeat 0 0;
  height: 33px;
  text-align: center;
  padding-top: 12px;
}

.menu li.selected a, .menu a:hover {
  color: #0A2C44;
}

.menu li.selected a {
  background: #FFF !important;
}

.menu li.first.root > a, .menu li.selected + li > a {
  background-image: none;
}

.menu li li a {
  font-size: 14px;
  height: inherit;
  padding: 6px 14px;
}

.menu li.root:hover ul {
  display: block;
}

.menu li.parent:hover > a {
  background-color: #00AFF1;
}

.menu ul ul {
  background-color: #00AFF1;
  position: absolute;
  padding-bottom: 6px;
  display: none;
  box-shadow: 0 3px 3px #AAA;
  z-index: 10;
}

.menu li.selected ul {
  background-color: #FFF;
}

.menu  .home,
.menu  .home ul {
  width: 79px;
}

.menu  .about-bloomhill,
.menu  .about-bloomhill ul {
  width: 162px;
}

.menu  .care-and-support,
.menu  .care-and-support ul {
  width: 157px;
}

.menu  .get-involved,
.menu  .get-involved ul {
  width: 133px;
}

.menu  .whats-on,
.menu  .whats-on ul {
  width: 115px;
}

.menu  .bloomhill-news,
.menu  .bloomhill-news ul {
  width: 157px;
}

.menu  .where-are-we,
.menu  .where-are-we ul {
  width: 157px;
}


/***************************************
  Content
 ***************************************/

.page {
  padding: 20px;
  background-color: #FFF;
}

.tImage {
 width: 150px;
 height: 101px;
 float:left;
}

.tImage a img {
  width:150px;
  float:left;
}

/*********
  Page content
 *********/

.page .content {
  padding: 25px;
  clear: both;
}

.page .content-with-menu {
  float: left;
  width: 625px;
}

/*********
  Sidebar
 *********/

.sidebar {
  float: right;
  width: 200px;
}

.sidebar .link {
  margin-bottom: 6px;
}

.sidebar .link.last {
  margin: 0;
}

.sidebar a {
  display: block;
  width: 200px;
  height: 30px;
  font-size: 15px;
  background: url(../images/link-bg.png) no-repeat 0 0;
  color: #FFF;
  padding: 5px 8px;
}


/*********
  Bottom
 *********/


.butterfly {
  text-align: center;
  clear: both;
  padding-top: 45px;
  background: url(../images/butterfly-bg.png) repeat-x 0 bottom;
}

/***************************************
  Footer
 ***************************************/

.footer {
  padding: 20px 0;
  font-size: 11px;
  text-align: center;
}

/***************************************
 ***************************************
 ***************************************
 Home
 ***************************************/
 
.page-home .slogan {
  text-align: center;
}
 
/*********
  Slider
 *********/

.page-home .slider-outer {
  margin-bottom: 50px;
  border: 5px solid #EEEFEF;
}

.page-home .slider {
  height: 354px;
}

.page-home .slider > a {
  display: block;
  height: 354px;
}


.nivoSlider {
  position: relative;
  background: url(../images/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.nivoSlider a {
  display: block;
}

.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	display: none;
}

.nivo-controlNav {
	clear: left;
	float: right;
	position: relative;
	right: 50%;
	top: 320px;
	text-align: center;
}

.nivo-controlNav a {
	display: block;
	float: left;
	position: relative;
	left: 50%;
	width: 20px;
	height: 20px;
	background: url(../images/slider-buttons.png) no-repeat;
	text-indent: -9999px;
	margin-right: 15px;
	z-index: 9;
	cursor: pointer;
}

.nivo-controlNav a.active {
	background-position: 0 -20px;
	font-weight: bold;
}

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}



/***************************************
  Sections
 ***************************************/

.page-home .sections {
  width: 872px;
  height: 213px;
}

.page-home .section {
  min-height: 213px;
  float: left;
}


.page-home .blocks {
  width: 410px;
  margin-right: 31px;
}

.page-home .blocks .block-inner {
  padding: 5px;
}

.page-home .links {
  width: 180px;
  margin-right: 31px;
}

.page-home .news {
  width: 180px;
  background-color: #DDF5FE;

}

.page-home .news-inner {
  /*padding: 13px 16px;*/
}

/*********
  Blocks
 *********/

.page-home .blocks .block {
  background-color: #DDF5FE;
  width: 410px;
  font-size: 12px;
  margin-bottom: 13px;
}

.page-home .blocks .thumb {
  float: left;
}

.page-home .blocks h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 3px 0 0;
  color: #092942;
  text-transform: uppercase;
}

.page-home .blocks .desc {
  float: right;
  width: 270px;
  line-height: 1.2;
}

.page-home .blocks .desc-inner {
  padding: 6px 13px;
}

/*********
  Links
 *********/

.page-home .links .link {
  height: 45px;
  margin-top: 11px;
}

.page-home .links .first {
  margin-top: 0;
}

.page-home .links a {
  display: block;
  background: url(../images/link-bg-big.png) repeat-x 0 0;
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  padding: 14px;
  line-height: 17px;
  text-decoration: none;
}

/*********
  News
 *********/

.page-home .news .heading {
  font-size: 16px;
  font-weight: bold;
}

.page-home .news .item {
  font-size: 12px;
  padding-top: 6px;
  margin-top: 6px;
  border-top: 1px solid #FFF;
  line-height: 1.2;
}

.page-home .news .item .title {
  font-weight: bold;

}

.page-home .news .mini {
  display: block;
}

.page-home .news .default {
   
}
.page-home .news .default div {
  display: none;
}
.page-home .news .default div.title {
  display: block;
}
/***************************************
 ***************************************
 ***************************************
 News
 ***************************************/

.page-news .item {
  border-top: 1px solid #E6E8E8;
  padding: 20px 0;
}

.page-news h1 + .item {
  border: none;
  padding-top: 0;
}

.page-news .mini {
  display: none;
}

.page-news .item .title a {
  font-size: 18px;
}

/***************************************
 ***************************************
 ***************************************
 Where Are We?
 ***************************************/

#locations, #locations li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 420px; 
}
#locations {
	float: left; 
}
#locations h3, #locations h3 a {
	outline: none;
}
#locations span.lat, #locations span.lng {
	display: none;
}
#locations a.locate {
	text-decoration: underline;
	color: #000;
	font-weight: normal;
}
#locations div.content {
	padding: 0 20px 0 0;
}
#locations h3.ui-state-active a {
	color: #00aff1;
}
dl { margin: 0; }
dt {
	width: 80px;
	float: left;
	clear: left;
}
dd {
	margin-left: 90px;
	padding: 0 0 6px 0;
}
#map {
	float: left;
	width: 500px;
	height: 400px;
}
#map.op-shop {
	width: 550px;
}

/* WHATS ON */
#days, #days li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#days ul {
	padding-left: 20px;
}
#days ul li {
	line-height: 17px;
	list-style-type: disc;
}
#days ul li h3 {
	font-size: 14px;
	color: #000;
	margin: 0 0 6px 0;
}
#days p {
	margin: 3px 0 6px 0;
	line-height: 16px;
}
span.contactperson {
	font-style: italic;
}
#days dt {
	font-weight: bold;
}
#days div.image {

}
/* OP SHOPS - deprecated - uses where are we now */
#op-shops, #op-shops li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#op-shops div.content {
	padding: 0;
}
#op-shops span.lat, #op-shops span.lng {
	display: none;
}
#op-shops h3 {
	margin: 3px 0 6px 0;
}
#op-shops li {
	margin-bottom: 20px;
}
/* BEQUEATH */ 
div.paper {
	width: 300px;
	height: 450px;
	background: transparent url(../images/paper.png) no-repeat;
	padding: 62px 96px 0 30px;
}
div.paper li { margin-bottom: 25px; }
/* WHOS WHO */
#whos-who, #whos-who li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#whos-who li {
	position: relative;
	min-height: 130px;
}
#whos-who dt { font-weight: bold; } 
#whos-who div.image {
	border: 2px solid #ebebeb;
	width: 80px;
	height: 110px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#whos-who h2, #whos-who dl {
	margin-left: 100px;
}

.event_box {}
.event_box img {float:right;margin:0 0 0 0;}
.event_box .event_name {color:##0086E6;font-size:18px;}
.event_box .event_date {font-style:italic;font-size:9pt;}
.event_box .event_description  p {margin-bottom:5px;}

.whos_box {}
.whos_dept {font-size:14px;color:#0086E6;font-weight:bold;}
.whos_role {font-size:14px;color:#0086E6;padding-bottom:5px;}
.whos_loc {font-size:13px;}
.whos_phone {font-size:13px;}
.whos_email {font-size:13px;}
.whos_desc  p {font-size:12px;} 

.stallholder {width:90%;border:solid 2px #DDF5FE;;margin:0 20px 20px 20px;padding:15px;}
.stallholder .pic {float:left;margin:0 15px 15px;}
.stallholder .info {width:100%;}
.stallholder .info .name {font-size:22px;line-height:30px;color:#0068B1;text-transform:uppercase;margin:10px 0;}
.stallholder .info .contact {font-size:18px;line-height:26px;color:#333;margin:5px 0;}
.stallholder .info .email {font-size:12px;line-height:18px;color:#0068B1;margin:5px 0;}
.stallholder .info .website {font-size:12px;line-height:18px;color:#0068B1;margin:5px 0;}
.stallholder .info .desc {font-size:14px;line-height:18px;color#999;}