* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: /*62.5%*/ 12px;
	line-height: 16px;
	color: #1e1e1e;
	background-color:#FFF;
}

/* 
Changed by Callum - background colour on body was affecting wysiwyg editor, used specific id tag instead.
*/
body.homec {
	background-color: #1e1e1e;

}

img {
	border: none;
}

p {
	margin: 0 0 16px 14px;
	padding: 0 14px 0 0;
}

a, a:active, a:visited {
	color: #dc143c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearfix {
	clear: both;
}

.top {
	margin: 0 0 24px 0;
}

.intro {
	margin-bottom: 36px;
}


/* Colours */
.grey {
	color: #7c7c7c;
}
.red {
	color: #dc143c;
}
.blue {
	color: #1d5ead;
}
.lightBlue {
	color: #96e6ff;
}


/* POSITIONING
******************************************/

#wrapper {
	width: 940px;
	margin: 0 auto;
	background-color: #f4f4ea;
}

#header {
	width: 900px;
	height: 126px;
	margin: 0 auto;
}

#rightHeader {
	float: right;
	width: 240px;
	text-align: left;
	color: #aeaeae;
	margin-top: 60px;
}

#mainNav {
	width: 900px;
	height: 38px;
	margin: 0 auto;
	background: url(../images/mainNav_bg.gif) no-repeat left top;
}

#main {
	width: 900px;
	margin: 0 auto;
	padding: 16px 0 0 0;
}

#content {
	float: left;
	width: 604px;
	text-align: left;
	background: url(../images/content_bg.gif) repeat-y left top;
}

#contentTop {
	width: 604px;
	height: 8px;
	background: url(../images/content_top.gif) no-repeat left top;
}

#contentBottom {
	width: 604px;
	height: 8px;
	background: url(../images/content_btm.gif) no-repeat left top;
}

#content img {
	margin-left: 12px;
}

#sidebar {
	float: right;
	width: 285px;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
}

/* Home page only */
#home #content {
	width: 556px;
	background-image: none;
}

#home #sidebar {
	width: 326px;
}
/* end home */

#footer {
	width: 940px;
	height: 70px;
	clear: both;
	font-size: 11px;
	color: #a88767;
	padding: 16px 0;
	background: url(../images/footer_bg.gif) no-repeat left bottom;
}

#footer a {
	color: #a88767;
}

#footerLeft a {
	font-weight: bold;
	line-height: 24px;
}

#footerLeft {
	float: left;
	width: 600px;
	margin-left: 20px;
	padding-top: 14px;
}

#footerRight {
	float: right;
	text-align: right;
	width: 200px;
	margin-right: 20px;
	padding-top: 14px;
}

#footer .byline {
	margin-top: 16px;
}

#footer .copyright {
	margin-top: 20px;
}

/* Search */
#searchbox {
	width: 239px;
	height: 22px;
	background: url(../images/search_bg.gif) no-repeat left top;
	margin-top: 9px;
}

#searchbox #s {
	font-size: 12px;
	color: #5e5e5e;
    float: left;
    width: 180px;
    padding: 0;
    margin: 2px 0 0 2px;
    border: 0;
    background: none;
}
#searchbox #go {
    float: right;
    width: 50px;
    height: 22px;
    margin: 0;
    padding: 0;
    border: none;
}
/* end search */


/* TYPOGRAPHY
******************************************/

#header h1 {
	width: 208px;
	height: 111px;
	text-indent: -999px;
	margin: 0;
	background: url(../images/logo.gif) no-repeat left top;
}

h1, h2, h3, h4 {
	color: #1d5ead; 
}

h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 6px 0 16px 14px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 4px 0 12px 14px;
	line-height: 24px;

}

h3 {
	font-size: 16px;
	margin: 0 0 8px 14px;
}

h4 {
	font-size: 14px;
	margin: 0 0 4px 14px;
}

h5 {
	font-size: 12px;
	margin: 0 0 0 14px;
}

.twelve {
	font-size: 12px;
	line-height: 16px;
}

#sidebar .infoPanel h3 {
	color: #fff;
	background: url(../images/sb_header_bg.gif) no-repeat left top;
	margin: 0;
	padding: 17px 0 17px 22px;
}

#sidebar .infoPanel .top_curve {
	color: #fff;
	background: url(../images/sb_header_bg.gif) no-repeat left top;
	margin: 0;
	height:9px;
	padding: 0px 0px 0px 0px;
	margin-bottom:5px;
}

#sidebar .infoPanel h3.inline {
	color: #fff;
	background: url(../images/sb_header_bg2.gif) no-repeat left top;
	margin: 0;
	padding: 17px 0 17px 22px;
}

#sidebar .infoPanel h4 {
	color: #1e1e1e;
}

#home #sidebar h3 {
	background: url(../images/sb_header_bg_home.gif) no-repeat left top;
}

#sidebar #regbox h3 {
	color: #fff;
	margin: 0;
	padding: 8px 0 17px 12px;
}

.teaser h3 {
	color: #fff;
	background: url(../images/teaser_hdr.gif) no-repeat left top;
	margin: 0;
	padding: 16px 0 17px 22px;
}

#rightHeader a {
	color: #7b1a00;
	font-weight: bold;
}

#rightHeader a:hover {
	text-decoration: underline;
}

.standfirst {
	font-weight: bold;
}


/* LISTS */

ul, ol {
	margin: 12px 0 16px 52px;
}

ul ul, ol ol {
	margin: 6px 0 0 30px;
}

ul ul {
	list-style: disc;
}

/* Main and secondary navigation */
#mainNav ul {
	margin: 0;
	padding: 0 0 0 6px;
	list-style: none;
}

#mainNav li {
	float: left;
	padding: 0 0 0 7px;
	margin: 0 8px 0 0;
	background: url(../images/tab_left.gif) no-repeat left -32px;
}

#mainNav li a  {
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 11px 6px 7px 0;
	background: url(../images/tab_right.gif) no-repeat right -32px;
}

#mainNav li a:hover, #mainNav li a.selected {
	color: #1e1e1e;
	text-decoration: none;
	background-position: 100% 5px;
}

#mainNav li:hover, #mainNav li.selected {
	background-position: 0% 5px;
}


#sidebar #subNav ul {
	margin: 0 14px;
	padding: 0;
	list-style: none;
}

#sidebar #subNav li {
	line-height: 24px;
	padding: 0 0 0 12px;
	background: url(../images/sb_blue_arrow.gif) no-repeat left 7px;
	border-bottom: 1px dotted #69abcb;
}

#sidebar #subNav li a {
	font-size: 12px;
	font-weight: bold;
	color: #425a61;
	display: block;
}

#sidebar #subNav li a:hover {
	color: #1d5ead;
	text-decoration: none;
}

#sidebar #subNav ul ul {
	margin: 0 0 0 4px;
	border-top: 1px dotted #69abcb;
}

#sidebar #subNav li a.selected {
	color: #1e1e1e;
}

#sidebar #subNav li:last-child {
	border: none;
}


/* Sidebar News List */
#sidebar #news ul {
	margin: 0 14px;
	padding: 0;
	list-style: none;
}

#sidebar #news li {
	margin: 0 0 6px 0;
	padding: 0 0 0 12px;
	background: url(../images/sb_red_arrow.gif) no-repeat left 3px;
}

#sidebar #news li a.red {
	color: #dc143c;
}

/* Sidebar Video List */
#sidebar #videoTeaser ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar #videoTeaser li {
	min-height: 80px;
	margin: 0 0 12px 14px;
	padding: 0;
}

#sidebar #videoTeaser li.odd {
	margin-right: 3px;
}

#sidebar #videoTeaser img {
	float: left;
	width: 138px;
	border: 1px solid #fff;
	margin: 0 8px 0 0;
}

#home #sidebar #videoTeaser li {
	float: left;
	width: 140px;
}

#home #sidebar #videoTeaser img {
	border: 1px solid #fff;
	margin: 0 0 4px 0;
}

/* Sidebar downloads */
#sidebar ul.download {
	margin: 14px 0 0 14px;
	padding: 0 14px 0 0;
	list-style: none;
	font-weight: bold;
}

#sidebar ul.download li.pdf {
	margin: 0;
	padding: 0 0 12px 46px;
	background: url(../images/icon_pdf_sb.gif) no-repeat left top;
}

#sidebar ul.download li.podcast {
	margin: 0;
	padding: 0 0 12px 46px;
	background: url(../images/icon_podcast_sb.gif) no-repeat left top;
}

#sidebar ul.download li a {
	line-height: 22px;
	font-weight: normal;
}

#sidebar ol {
	margin: 14px 0 0 30px;
	padding: 0;
}

/* Footer social icons */
#footerRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footerRight li {
	margin: 0 0 0 6px;
	padding: 0;
	display: inline;
}

/* Main Content Video List */
#videoList ul {
	margin: 0 0 0 0;
	padding: 0 0 20px 14px;
	list-style: none;
}

#videoList li {
	float: left;
	width: 138px;
	margin: 0 8px 16px 0;
	padding: 0;
}

#videoList li a {
	color: #1d5ead;
}

#videoList li img {
	margin-left: 0;
}

#videoList li.last {
	margin-right: 0;
}

/* end lists */


/* SIDEBAR */
.register {
	margin-bottom: 7px;
}

#sidebar a {
	color: #0058a2;
}

#sidebar .infoPanel {
	width: 284px;
	margin: 0 0 7px 0;
	padding: 0 0 10px 0;
	background: #96e6ff url(../images/sb_infoPanel_btm.gif) no-repeat left bottom;
}

#home #sidebar .infoPanel {
	width: 324px;
	background: #96e6ff url(../images/sb_infoPanel_btm_home.gif) no-repeat left bottom;
}

/* Events */
.event {
	clear: both;
	margin: 0 0 14px 0;
}

.date {
	float: left;
	color: #ff7620;
	font-family: Arial;
	text-align: center;
	height: 46px;
	width: 46px;
	background: url(../images/datebox_white.gif) no-repeat left top;
	line-height: 18px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 12px;
	padding: 7px 0 6px 0;
	position: relative;/* ie6 fix */
}

#sidebar .date {
	background: url(../images/datebox.gif) no-repeat left top;
}

.number {
	font-size: 24px;
	letter-spacing: -1px;
}

.month {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.eventData {
	margin-right: 14px;
}

.eventListingData {
	margin-left: 60px;
}

.eventListingLocation {
	line-height: 24px;
	margin-right: 14px;
	padding: 12px;
	background: #f2f2f2;
}

a.redArrow {
	padding: 0 0 0 12px;
	background: url(../images/red_arrow.gif) no-repeat left center;
}

/* Register */
#regbox {
	height: 91px;
	background: url(../images/regbox_bg.gif) no-repeat left top;
	margin-bottom: 7px;
}

#regbox .regtext {
	float: left;
	color: #fff;
	width: 120px;
	margin-left: 12px;
}

#regbox a.regbutton {
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: 128px;
	background: url(../images/register_bttn.gif) no-repeat left top;
	margin-top: 3px;
	padding: 10px 0 12px 10px;
}

#regbox a.regbutton:hover {
	text-decoration: none;
}

/* Sidebar pic */
#sidebar .captionPic {
	width: 256px;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	margin: 0 0 0 14px;
	padding: 0 0 6px 0;
}

#sidebar .captionPic img {
	margin: 0 0 6px 0;
}

/* Testimonial */
#sidebar .testimonial {
	background: url(../images/sb_testimonial_bg.gif) no-repeat left top;
	padding: 0 14px 6px 64px;
}

#sidebar .testimonial a {
	font-weight: normal;
}

/* Enquiries */
form#contact_sidebox {
	margin: 0 0 42px 14px;	
}

#enquiries input, #enquiries textarea {
	width: 254px;
	height: 20px;
	color: #7d7d7d;
	background-color: #fff;
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #98b8c2;
}

#enquiries textarea {
	height: 80px;
}

#enquiries .submitbutton {
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
	width: 120px;
	height: 32px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url("../images/submit_bttn.gif") no-repeat left top;
	border: none;
}

#supporters {
	text-align: center;
}

#supporters img {
	margin: 12px 0;
}


/* MAIN CONTENT */

/* BANNER */
#banner {
	width: 556px;
	background: #fff url(../images/banner_bg.gif) repeat-y left top;
}

#bannerTop {
	width: 556px;
	height: 8px;
	background: url(../images/banner_top.gif) no-repeat left top;
}

#bannerBottom {
	width: 556px;
	height: 8px;
	background: url(../images/banner_btm.gif) no-repeat left top;
}

#banner img {
	margin: 0 0 0 9px;
}

#bannerText {
	font-size: 16px;
	line-height: 24px;
	margin: 12px 12px 6px 12px;
}


/* TEASERS */
.teaser {
	width: 269px;
	margin: 16px 0 0 0;
	padding: 0 0 10px 0;
	background: #96e6ff url(../images/teaser_btm.gif) no-repeat left bottom;
}

#home #content .teaser img {
	margin-left: 10px;
}

.teaser p {
	margin-top: 12px;
}

.teaser a.link_button {
	margin: 0 0 0 12px;
	padding: 6px 0 7px 8px;
	color: #fff;
	font-weight: bold;
	display: block;
	background: url(../images/teaser_bttn.gif) no-repeat left top;
}

.teaser a:hover {
	text-decoration: none;
	color: #ffcb00;
}

.teaser#one {
	float: left;
}

.teaser#two {
	float: right;
}

/* DOWNLOADS */
a.pdf {
	font-weight: bold;
	margin: 0 32px 0 0;
	padding: 12px 0 12px 32px;
	background: url(../images/icon_pdf.gif) no-repeat left center;
	line-height: 32px;
}

a.podcast {
	font-weight: bold;
	margin: 0 32px 0 0;
	padding: 12px 0 12px 32px;
	background: url(../images/icon_podcast.gif) no-repeat left center;
}

/* INLINE PICTURES */
#content .picture {
	width: 200px;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	background-color: #caf2ff;
	padding: 3px 3px 6px 3px;
}

#content .picture2cols {
	width: 278px;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	background-color: #caf2ff;
	padding: 3px 3px 6px 3px;
}

#content .picture img, #content .picture2cols img {
	margin: 0 0 6px 0;
}

.alignleft {
	float: left;
	margin: 0 16px 16px 14px;
}

.alignright {
	float: right;
	margin: 0 14px 16px 16px;
}

/* In-line video */
#videoContent {
	text-align: center;
	margin-bottom: 20px;
}

/* QUOTE */
blockquote ,.blockquote {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	float: left;
	width: 220px;
	background: #0058a2 url("../images/quote_bg.gif") no-repeat left top;
	padding: 16px 14px 16px 54px;
	margin: 0 16px 16px 14px;
}

.pullquote_bttm {
	height: 11px;
	background: url("../images/quote_btm.gif") no-repeat right top;
	/* margin-bottom: 16px; */
}

/* TABLES */
table {
	border-collapse: collapse;
	border: 1px solid #0058a2;
	width: 576px;
	margin: 0 0 0 14px;
}

th {
	color: #fff;
	text-align: left;
	background-color: #0058a2;
	padding: 6px;
}

td {
	border: 1px solid #0058a2;
	padding: 6px;
}

caption {
	font-size: 11px;
	caption-side: bottom;
	text-align: left;
	padding-top: 4px;
	margin-bottom: 16px;
}

/* Calendar */
#sidebar #calendar {}

#sidebar #calendar table {
	width: 261px;
	border: none;
	background-image: url(../images/sb_calendar_bg.gif);
	margin-left: 11px;
}

#sidebar #calendar th {
	font-size: 12px;
	color: #1d5ead;
	text-align: center;
	background: transparent;
	padding: 14px 0;
}

#sidebar #calendar td {
	border: none;
	font-weight: bold;
	text-align: center;
	color: #7c7c7c;
	width: 30px;
	background: /* transparent */#fff;
	padding: 5px;
	border-left: 1px solid #bbb;
}

#sidebar #calendar .noborder {
	border: none;
}

#sidebar #calendar td a {
		background-color:#0057A1;
		color:#FFF;
		padding:3px;
		width:20px;
		display:block;

}

#sidebar #calendar td a:hover {
	color: #1d5ead;
}

#sidebar #calendar td a.today {
	color: #fff;
}

#sidebar #calendar td#today {
	color: #fff;
	background: #1d5ead;
}

#sidebar #calendar td#tableFooter {
	color: #1e1e1e;
	font-weight: normal;
	padding: 19px 0;
	background: url(../images/sb_calendar_ftr.gif);
}

#sidebar #calendar td.days {
	color: #1e1e1e;
}

/* BOXED CONTENT */
.boxtop {
	height: 8px;
	margin: 0 16px 0 14px; 
	background: url("../images/box_top.gif") no-repeat left top;
}
.boxout {
	width: 252px;
	padding: 4px 16px;
	margin: 0 16px 0 14px;
	background: #96e6ff;
}
.boxbottom {
	height: 8px;
	background: url("../images/box_btm.gif") no-repeat left top;
	margin: 0 16px 16px 14px;
}

.boxtopFullWidth {
	height: 8px;
	margin: 0 0 0 14px;
	background: url("../images/box_top_full.gif") no-repeat left top;
}
.boxoutFullWidth {
	width: 548px;
	padding: 4px 16px;
	margin: 0 0 0 14px;
	background: #96e6ff;
}
.boxbottomFullWidth {
	height: 8px;
	margin: 0 0 16px 14px;
	background: url("../images/box_btm_full.gif") no-repeat left top;
}

/* E-COMMERCE */
#content .productListing img {
	float: left;
	width: 136px;
	margin: 0 0 16px 14px;
}

.productDetail {
	margin: 0 0 20px 150px;
	padding-right: 100px;
}

.productDetail h3 {
	color: #1e1e1e;
}

a.buyButton {
	font-weight: bold;
	color: #fff;
	width: 80px;
	height: 27px;
	background: url(../images/buy_now_bttn.gif) no-repeat left top;
	margin: 0 0 0 14px;
	padding: 6px 20px 10px 12px;
}

a.buyButton:hover {
	text-decoration: none;
}

/* FORMS */
/* Contact */
#content form {
	margin-left: 14px;
}

label {
	float: left;
	width: 100px;
	font-weight: bold;
}

input, textarea {
	width: 300px;
	height: 18px;
	font-size: 12px;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #c2c2c2;
	background-color: #fbfbf7;
}

textarea {
	height: 154px;
}

#submitbutton {
	float: left;
	margin: 5px 0 40px 100px;
	padding: 0;
	width: 120px;
	height: 32px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url("../images/submit_bttn2.gif") no-repeat left top;
	border: none;
}

/* HR */
hr {
	border: none;
}

.whiteline {
	clear: both;
	border-bottom: 1px solid #fff;
	margin: 16px 14px;
}

.blueline {
	clear: both;
	border-bottom: 1px solid #4b9fd0;
	margin: 16px 14px;
}

.greyline {
	clear: both;
	border-bottom: 1px solid #bbb;
	margin: 16px 14px;
}

table#register td, table#register {
   border:0px solid #FFF;
}
table#register input.button {
   width:80px;
   background-color:#0058A2;
   color:#FFF;
   height:36px;
   padding-top:0px;
}
div.errors {
   border:1px solid #900;
   background-color:#FEE;
   padding:6px;
   margin-right:10px;
}

/* Extra PDF and Podcast inline styles - added 150110 */
.small_pdf {
	font-weight: bold;
	text-align: right;
	padding: 6px 20px 6px 0;
	margin-right: 4px;
	background: url(../images/icon_pdf_16.gif) no-repeat right center;
}
.small_podcast {
	font-weight: bold;
	text-align: right;
	padding: 6px 20px 6px 0;
	margin-right: 4px;
	background: url(../images/icon_podcast_16.gif) no-repeat right center;
}
#socialLinks {
	float: right;
	width: auto;
	padding: 84px 0 0 0;
}

#socialLinks img {
	padding: 0 6px 0 0;
}

#socialLinks img a {
	text-decoration: none;
}
