﻿/*
	COLOURS
	BACKGROUND LILAC:#ede5f2
	RULE LILAC:#dccce5
	PURPLE:#52007b
	PURPLE2:#9766b0
	HEADER PURPLE:#562d73
	PINK:#a500a5
*/

/* RESET
******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

a img,:link img,:visited img {
	border:none;
}

:link,:visited {
	text-decoration:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address,abbr,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

img {
	border:none;
}

ol,ul,dl {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:100%;
	font-weight:normal;
	line-height:100%;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* BASE
******************************************/

html>body {
	font-size:12px;
}

body {
	background:#ede5f2;
	color:#111;
	font-family:"Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:75%;
	line-height:1.5em; 
	text-align:center;
}

button,input,select,textarea {
	font-family:"Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:100%;
	padding:2px;
}

#skip {
	height:0;
	margin:0;
	overflow:hidden;
	position:relative;
	text-indent:-3000em;
	width:0;
}

a:link,
a:visited {
	color:#52007b;
	text-decoration:none;
}

a:hover,
a:active {
	color:#52007b;
	text-decoration:none;
}

/*

a[href $='.pdf'] {
	padding-right: 18px;
	background:transparent url(/SiteElements/Images/icon_pdf.gif) no-repeat center right;
}

a[href $='.doc'] {
	padding-right: 18px;
	background:transparent url(/SiteElements/Images/icon_word.gif) no-repeat center right;
}

/*

#main a:link,
#main a:visited {
	border-bottom:1px solid #dccce5;
}

#main a:hover,
#main a:active,
#footer a:hover,
#footer a:active {
	border-bottom:1px solid #52007b;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

hr {
	height:1px;
	color:#dccce5;
	margin:0.75em 0 1.5em 0;
	padding:0;
	background-color:#dccce5;
	border:0;
}

/* TYPOGRAPHY
******************************************/

p,dl,ol,ul,td,th { /*13*/
	font-size:1.083333em;
	line-height:1.384615em;
}

p {
	margin:0 0 1.384615em 0;
}

h1,h2,h3,h4,h5,h6 {
	color:#52007b;
	font-weight:bold;
}

h1 { /*21*/
	border-bottom:1px solid #dccce5;
	font-size:1.75em;
	line-height:0.857143em;
	margin:0 0 0.857143em 0;
	padding:0 0 0.4285715em 0;
}

h2 { /*18*/
	font-size:1.5em;
	line-height:1em;
	margin:0 0 1em 0;
}

h3 { /*15*/
	color:#9766b0;
	font-size:1.25em;
	line-height:1.2em;
	margin:0 0 0.6em 0;
}

h4 {
	color:#9766b0;
	font-size:1.083333em;
	line-height:1.384615em;
	margin:0 0 0.6923075em 0;
}

#main ul,
#main ol {
	margin:1.384615em 4em;
}

#main ul {
	list-style-type:disc;
}

#main dl {
	margin:1.384615em 0;
}

#main ul ul {
	font-size:100%;
}

#main li,
#main dd {
	padding:0.34615375em 0;
}

ol.decimal {
	list-style-type:decimal;
}

ol.alpha {
	list-style-type:lower-alpha;
}

ol.roman {
	list-style-type:lower-roman;
}

dt {
	color:#9766b0;
	font-size:1.25em;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 0.6em 0;
}

dl#sitemap dt {
	font-size:100%;
	margin:1.384615em 0 0 0;
}

cite {
	color:#9e92a4;
	font-style:italic;
}

/* DECORATION
******************************************/

#breadcrumbs {
	color:#9e92a4;
	font-size:1em;
	margin:0 0 1.5em 0;
}

.item {
	margin:0 0 1.384615em 0;
	width:90%;
}

.cms-item {
	border-bottom:1px solid #dccce5;
	margin:0 0 1.384615em 0;
	padding:0 0 1.384615em 0;
}

p.date {
	color:#9e92a4;
	font-size:1em;
	margin:0 0 0.75em 0;
}

.cms-item p {
	margin:0;
}

span.bulletin {
	color:#a500a5;
	font-weight:bold;
}

a.external {
	background:#fff url(/SiteElements/Images/externallinks.png) 100% 0 no-repeat;
	padding:0 14px 0 0;
}

a.external:hover {
	background:#fff url(/SiteElements/Images/externallinks.png) 100% -40px no-repeat;
}

img {
	margin:1.384615em 0;
}

img.il {
	border:1px solid #dccce5;
	display:block;
	float:left;
	margin:0 1em 1em 0;
	padding:4px;
}

img.ir {
	border:1px solid #dccce5;
	display:block;
	float:right;
	margin:0 1em 1em 0;
	padding:4px;
}

span.star {
	color:#52007b;
	font-size:2em;
	font-weight:bold;
}

p.message {
	background:#fff6e3;
	border:1px solid #ffebc3;
	padding:0.6em;
}

#media {
	margin:0 0 1.384615em 0;
}

p.intro {
	color:#52007b;
	font-size:1.25em;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 1.384615em 0;
}

p.intro strong {
	color:#a500a5;
}

/* HEADER
******************************************/

#logo a {
	/* background:#946bab; */
	float:left;
	height:100px;
	width:380px;
}

#logo a {
	background:#562d73 url(../Images/slips-header.png) 0 0 no-repeat;
	display:block;
	height:100px;
	left:20px;
	overflow:hidden;
	position:relative;
	text-indent:-3000em;
	top:10px;
	width:360px;
}

#actions {
	float:right;
	height:80px;
	position:relative;
	right:20px;
	top:22px;
	width:230px;
}

#actions ul {
	color:#fff;
	font-size:100%;
	margin:0 0 6px 0;
}

#actions li {
	display:inline;
}

#actions a {
	color:#fff;
}

#actions a:hover {
	border-bottom:1px solid #fff;
	color:#fff;
}


/* SIDEBAR (MENU)
******************************************/

ul.sys_accordianMenu {
	font-size:100%;
	width:200px;
}

ul.sys_accordianMenu li {
	border-bottom:1px solid #dccce5;
	display:block;
	height:1%;
	width:200px;
}

ul.sys_accordianMenu li,
ul.sys_accordianMenu li.level01 {
	font-weight:bold;
}

ul.sys_accordianMenu li a {
	display:block;
	height:1%;
	padding:0.34615375em 0;
}

ul.sys_accordianMenu ul.sys_children a {
	background:#fff;
	display:block;
	font-weight:normal;
	padding:0.34615375em 0 0.34615375em 10px;
}

ul.sys_accordianMenu li a:hover {
	background:#f6f2f8;
	text-decoration:none;
}

ul.sys_children li.sys_first {
        border-top:1px solid #dccce5;
}

ul.sys_children li.sys_last {
        border-bottom:none;
}

/* FOOTER
******************************************/

#footer {
	color:#9e92a4;
}

#footer ul{
	font-size:100%;
	margin:0 0 0.75em 0;
}

#footer ul li {
	display:inline;
}

#footer p {
	font-size:0.916667em;
	line-height:1.636364em;
}

#footer p a,
#footer p a:hover {
	color:#9e92a4;
}

#footer p a:hover {
	border-bottom:1px solid #9e92a4;
}

/* FORMS
******************************************/

fieldset {
	background:#fff;
	width:auto;
}

input.sys_searchbox {
        padding: 0px;
        height: 2em;
}

input.search {
	background:#fff;
	border:none;
	color:#9e92a4;
	float:left;
	height:19px;
	padding-top:5px;
	width:156px;
}

button.btn {
	background:#c299d6;
	border:none;
	color:#fff;
	float:left;
	font-weight:bold;
	height:26px;
	padding:3px;
	width:70px;
}

button.btn:hover {
	background:#a500a5;
	cursor:pointer;
}

.sys_search-button {
	background:#c299d6;
	border:none;
	color:#fff;
	float:left;
	font-weight:bold;
	height:26px;
	padding:3px;
	width:70px;
}

.sys_search-button:hover {
	background:#a500a5;
	cursor:pointer;
}

.sys_search-label {
	display: none;
}

.sys_searchbox {
	background:#fff;
	border:none;
	color:#9e92a4;
	float:left;
	height:19px;
	padding-top:5px;
	width:156px;
}

/* TABLE
******************************************/

table {
	margin:1.384615em 0;
	width:100%;
}

th,td {
	padding:0.6em;
	vertical-align:top;
}

th {
	font-weight:bold;
	text-align:left;
}

#main td ul {
	font-size:100%;
	margin:0 2em;
}

thead th {
	background:#946bab;
	color:#fff;
}

tbody td,
tbody th {
	border-bottom:1px solid #dccce5;
}

td.stripe {
	background:#f8f5fa;
}

tbody th.nl,
tbody td.nl {
	border:none;
}

tbody td.seg {
	font-weight:bold;
	text-align:right;
}

/* LAYOUT
******************************************/

#wrapper {
	background:#fff;
	text-align:left;
	margin:0 auto;
	width:962px;
}

#header,
#content,
#footer {
	margin:0 auto;
	width:940px;
}

#header {
	background:#562d73;
	border-bottom:6px solid #c299d6;
	height:120px;
}

#content {
	padding:3em 0;
}

#sidebar {
	float:left;
	width:200px;
}

#main {
	float:right;
	padding-right:40px;
	width:660px;
}

#footer {
	border-top:1px solid #dccce5;
	clear:both;
	padding:1.5em 0 2em 0;
}

/* Cookie popup
*********************/

#cookieDiv {
	padding: 8px;
	width: 94%;
	color: black;
	font-weight: bold;
	background-color: #bcddfe;
	border: solid 6px #fff;
	margin: auto;
}
	
#cookieButton {
	background:#ED1A2E;
	border:none;
	color:#fff;
	font-weight:bold;
	height:26px;
	padding:3px;
	width:70px;
	margin-left: 1.5em;
	vertical-align: middle;
}

#cookieButton:hover {
	background:#562d73;
	cursor:pointer;
}



/*Search results - contensis

.sys_search-title .sys_search-term-text {display:none;}

ul li.sys_folder {font-weight: bold; font-size: 120%; padding-top: .8em; }
li ul li.sys_folder { font-weight: normal; font-size: 80%; padding-top: .4em; }
li ul li ul li.sys_folder { font-weight: normal; font-size: 90%; padding-top: .2em; }