﻿/* Reset */
* {
	padding:0;
	margin:0;
}

html {
	overflow-y:scroll;
}

a {
	outline:none;
}

a img {
	border: none;
}

body {
	text-align: center;
	background-color:#DADADA;
}

.left {
	float:left;
}

.right {
	float: right;
}

.hidden {
	display:none;
}

input.labeler {
	color:#999;
}

/* Basic page layout is a centered 12px grid */
#header .current a {
	color: #333;
}

#header ul,
#header ol {
	padding:0;
	margin:0;
}

#header {
	background:url(../images/background_strips_sprite.png) repeat-x 0 -390px;
}

#header #top {
	text-align: right;
}

#header #bottom {
	text-align: left;
}

#header #logo {
	float:left;
	width:322px;
	height:75px;
	background:url(/images/header_logos.png) no-repeat 0 -75px;
	cursor:pointer;
	text-indent:-9999px;
	margin:10px 0 0;
}

#header #sitelinks {
	float: right;
}

/* Structure */
#page,
#page .wrapper {
	background:url(../images/page_bg_master.png) no-repeat;
}

#page {
	width:856px;
	background-position:100% 100%;
	margin:0 auto 30px;
	padding:0 0 9px;
	text-align:left;
	zoom:1;
	overflow:hidden;
}

#page .wrapper {
	background-repeat:repeat-y;
	padding: 0 8px;
}

/* Header */
#header .header_inner {
	width:848px;
	height:130px;
	margin:0 auto;
	color:#FFF;
	position: relative;
}

#header .header_inner .top {
	overflow:hidden;
	zoom:1;
}

#header a {
	color:#FFF;
	text-decoration:none;
}

#searchform {
	margin:15px 0 0;
	overflow:hidden;
	zoom:1;
}

#searchform .wrap {
	float:right;
}

#searchform input {
	background:url(/images/search_box_sprite.png) no-repeat;
	vertical-align:middle;
}

#searchform .site_search_input {
	border:none;
	padding:7px 3px 7px 13px;
	width:117px;
	background-position:0 -30px;
}

#searchform .site_search_submit {
	border:none;
	font-size:0;
	line-height:0;
	width:30px;
	height:30px;
	text-indent:-9999px;
	cursor:pointer;
	outline:none;
	background-position:100% -30px;
}

#searchform .site_search_submit:hover {
	padding:0;
	margin:0;
}

.panelright {
	padding:10px 0 0 0;
}

#mapsnav {
	margin:12px 0 0 0;
}

/* Header */
#header .quick-links ul li {
	margin-left: 5px;
}

#content {
	padding: 0;
	overflow:hidden;
	zoom:1;
}

/*  PAGING AND SORTING */
 
/* Paging */

.paging {
	margin:10px 0;
	overflow:hidden;
	zoom:1;
}

.paging .pagelinks {
	float:left;
}

.paging .pagelinks a,
.paging .pagelinks span {
	border: 1px solid #CCC;
	width: 1.5em;
	text-align: center;
	float: left;
	margin: 0 3px;
	text-decoration: none;
}

.paging .pagelinks a {
	color: #333;
}

.paging .pagelinks a:hover {
	background: #EEE;
}

.paging .pagelinks .next,
.paging .pagelinks .prev {
	width: auto;
	padding: 0 6px;
}

.paging .pagelinks span.next,
.paging .pagelinks span.prev {
	border-color: transparent;
	color: #666;
}

.paging .pagelinks .current {
	font-weight: bold;
	border-color: transparent;
	color:#666;
}

.paging .display {
	float: right;
	color: #666;
}

.paging .display select {
	margin:0 5px 0 0;
	border:solid 1px #CCC;
	width:50px;
}

/*
 *  LISTS
 */

/* ITEMLIST: for search results, news, events. */

ul.itemlist,
ul.itemlist li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.itemlist li {
	border-top: 1px solid #CCC;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	clear: left;
	zoom: 1;
}

ul.itemlist li h4 {
	padding: 0;
	margin: 0;
	font-size: 1.166em;
}

ul.itemlist li .date {
	font-style: italic;
}

/*
 *  GENERAL CONTROLS
 */
 
/* Drop down search box */

div.searchitems-link {
	margin-bottom: 10px;
}

div.searchitems-link a {
	padding-left: 15px;
	background: url(/images/arrow-right-grey.gif) no-repeat 0 50%;
}

div.searchitems-link a.open {
	background-image: url(/images/arrow-down-grey.gif);
}

.searchitems {
	padding: 10px;
	background-color:#eee;
	margin-bottom: 10px;
}

.searchitems label {
	text-align:right;
	margin:8px 30px 0 0;
}

.searchitems input {
	margin:0;
}

.searchitems select {
	margin:0 0 0 8px;
}

.searchitems select.ukregion {
	margin:0 0 0 -12px;
}

/*
 *  UI Dialog
 */
 
div.ui-dialog {
	border: 4px solid #7c7c7c;
	background: red;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

div.ui-dialog iframe {
	width: 100%;
	border: 0;
	background: #fff;
}

.ui-dialog-titlebar {
	padding: 4px;
	background: #eee;
	font-weight: bold;
}

.ui-dialog-titlebar:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ui-dialog-titlebar {
	_height: 1%;
	zoom: 1;
}

.ui-dialog-title {
	float: left;
	color: #666666;
    float: left;
    padding: 7px 0 0 16px;
}

a.ui-dialog-titlebar-close {
	font-weight: bold;
	background: #C00;
	color: #FFF;

	padding:0;
	width:31px;
	height:31px;
	text-decoration: none;
	float: right;
	text-indent:-9999px;
	background:url(/images/popup-close.png) no-repeat;
}

/*
 *  ERRORS AND MESSAGES
 */
 
/* Errors */

.errorbox {
	color:#000;
	background: #FEE;
	border: 1px solid #F99;
	padding:7px;
	margin:0 0 20px 0;
}

.errorbox-highlight {
	border: 1px solid #F00;
}

div.noscript {
	padding: 10px;
}

/*Generic Styles */

.removeheight {
	height:auto !important;
}

.clear-hide {
	height:1px;
	overflow:hidden;
	clear:both;
}

/*
 * CALENDAR
 */
 
.calendar {
	border: 0;
}

.calendar td,
.calendar th {
	background: #FFF;
}

.calendar td.nav {
	border: none;
}

.calendar td.day {
	border: 1px solid #EEE;
}

.calendar td.otherday {
	border: 0;
}

.calendar td.otherday a {
	color: #999 !important;
}

.calendar td a {
	text-decoration: none;
}

/* Maps */

div.map {
	background: #EEE;
	width: 100%;
	margin-bottom: 1em;
}

/* Forms */

div.searchpanel {
	background: #EEE;
	padding: 10px;
}

/* Events */

div.searchpanel dl {
	margin-bottom: 0.5em;
}

div.searchpanel .buttons {
	margin-bottom: 1em;
}

.faq_banner {
	margin:0 0 20px;
	overflow:hidden;
	zoom:1;
}

.faq_banner a {
	display:block;
}

.image-subhome {
	overflow:hidden;
	zoom:1;
}

/* default floats and margin */
#sideleft {
	margin:0 20px 0 0;
}

#sideleft,
#main {
	float:left;
}

#sideright {
	float:right;
}

#sideleft,
#sideright {
	padding:0 0 1px;
}

/* TEMPLATES */

/* single column */
.single_column #main {
	width:auto;
	float:none;
}

/* single column - center aligned */
.single_column_center {
	text-align:center;
}

.single_column_center #main {
	margin:0 auto;
	width:610px;
	float:none;
	text-align:left;
}

/* double column sideleft(LHS) */
.double_column_lhs #sideleft {
	width:155px;
	margin:0 55px 0 0;
}

.double_column_lhs #main {
	width:540px;
}

/* double column sideleft main wide(LHS) */
.double_column_lhs_main_wide #sideleft {
	width:155px;
	margin:0 20px 0 0;
}

.double_column_lhs_main_wide #main {
	width:645px;
}

/* double column thin sideright(RHS), no slideleft */
.double_column_thin_rhs #main {
	width:610px;
}

.double_column_thin_rhs #sideright {
	width:190px;
}

/* double column wide sideright(RHS), no sideleft */
.double_column_wide_rhs #main {
	width:540px;
	overflow:hidden;
}

.double_column_wide_rhs #sideright {
	width:260px;
}

/* treble column */
.treble_column #sideleft {
	width:155px;
}

.treble_column #main {
	width:480px;
}

.treble_column #sideright {
	width:155px;
}

.main_wrap {
	overflow:hidden;
	zoom:1;
	margin:10px 10px 0;
}

/* new subhome lead elements */
.template_82 .primary_zone {
	margin:0 0 20px;
}

.template_82 .primary_zone .lead_panel {
	background-repeat:no-repeat;
	background-position:100% 0;
}

.template_82 .primary_zone .lead_panel .lead_module {
	background-color:#CB5A90;
	width:280px;
	padding:20px 25px 25px;
	color:#FFF;
	border-right:solid 1px #FFF;
	height:115px;
}

.template_82 .primary_zone .lead_panel .lead_module h1 {
	font-size:24px;
	font-weight:normal;
	margin:0 0 10px;
}

