/*
colour info:
pink: #cf72b8
dark blue: #036
*/



/* General Styles
-------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

td {
	padding: 5px;
}

/*
hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	border: none;
}
*/

hr {
	height: 0;
	margin: 10px 0;
	border: none;
	border-bottom: 1px dotted #ccc;
}

img {
	display: block;
	border: none;
}

a img {
	border: none;
}

img.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

img.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

img.tableRight {
	margin: 0 0 10px 10px;
}

img.tableLeft {
	margin: 0 10px 10px 0;
}

img.bordered {
	border: 1px solid #ccc;
	padding: 3px;
}

.hide {
	display: none;
}

.inline {
	display: inline;
}

.noMargin {
	margin: 0;
}

.noIndent {
	text-indent: 0;
}

.floatRight {
	float: right;
	margin-left: 15px;
}

.floatLeft {
	float: left;
	margin-right: 15px;
}

span.highlight {
	color: #c00;
	font-weight: bold;
}

.greyedOut {
	color: #ccc !important;
}

.clearBoth {
	clear: both;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	width: 0;
	font-size: 0;	/* fixes an IE bug */
}

ul, ol {
	margin: 0 0 1em 1em;
}

li {
	margin: 0 0 0.15em 1em;
}

ul ul, ol ol {
	margin: 0 0 0.15em 1em;
}

a.readMore {
	display: block;
	float: right;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 23px;
	background: url(../images/iconWhiteBg.gif) no-repeat top left;
	line-height: 18px;
	height: 18px;
	color: #036;
	text-decoration: underline;
	text-align: left;
}

a.readMore:hover {
	color: #cf72b8;
	text-decoration: underline;
}









/* Typography
-------------------------------------------------------------------------------------- */

body, input, textarea, select {
	color: #036;
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #036;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #cf72b8;
	text-decoration: underline;
	font-weight: normal;
}

p {
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 1em;
}

h1 {
	color: #036;
	font-size: 2.5em;
	font-style: normal;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h2 {
	color: #cf72b8;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 1em;
}

h3 {
	color: #036;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1em;
}

h4 {
	color: #036;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1em;
}

.error, .messages {
	color: #c00;
	font-weight: bold;
}








/* General Page Structure
-------------------------------------------------------------------------------------- */

html, body {
	width: 100%;
}

body {
	margin: 18px auto;
	background: #fff;
	width: 960px;
	position: relative;  /* fixes IE relative positioning bug on #header */
}

body.popup {
	margin: 0;
	background: #fff;
	width: auto;
	padding: 10px;
}




/* Header
-------------------------------------------------------------------------------------- */

#header {
	margin: 0 0 10px 0;
	height: 158px;
	position: relative;
}

#headerLogo {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

#headerStrap {
	position: absolute;
	left: 188px;
	top: 35px;
	margin: 0;
}

#headerPatron {
	position: absolute;
	width: 200px;
	right: 0;
	top: 35px;
	margin: 0;
	text-align: right;
}

#headerPatron a {
	font-weight: bold;
	text-decoration: none;
}

#headerPatron a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#headerContact {
	position: absolute;
	display: block;
	right: 0;
	top: 70px;
	margin: 0;
	background: url(../images/headerContact.gif) no-repeat top left;
	line-height: 33px;
	padding-left: 20px;
	text-decoration: none;
	color: #036;
}

#headerContact:hover {
	color: #cf72b8;
	text-decoration: underline;
}








/* Main nav
-------------------------------------------------------------------------------------- */

#mainNav {
	height: 30px;
	width: 960px;
	background: url(../images/mainNavBg.gif) no-repeat top left;
	margin: 0 0 15px 0;
}




/* LHS column
-------------------------------------------------------------------------------------- */






/* Messages
-------------------------------------------------------------------------------------- */

#messageBox {
	background: url(../images/alert32.png) no-repeat 5px 5px #ffe5e5;
	border:1px solid #036;
	margin-bottom: 2em;
	padding: 1em 1em 1em 50px;
	font-weight: bold;
	color: #f00;
	font-style: normal; 
}

#messageBox ul {
	margin: 0 0 0 1em !important;
}

#messageBox li {
	list-style-image: none !important;
	list-style-type: disc !important;
	margin: 0 0 0.15em 1em !important;
}

#messageBox a {
	color: #f00;
}

#messageBox a:hover {
	color: #000;
}





/* Popup help tooltips
-------------------------------------------------------------------------------------- */

#dhtmltooltip{
	position: absolute;
	width: 200px;
	border: 1px solid black;
	padding: 5px;
	background-color: #c4e0ad;
	visibility: hidden;
	z-index: 100;
	color: #000;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#fixedTipDiv{
	position: absolute;
	width: 200px;
	padding: 10px 5px 5px 42px;
	border: 3px solid #6ea740;
	background: url(../images/info32.png) no-repeat 5px 5px #000;
	min-height: 22px;
	color: #fff;
	z-index: 100;
}

div.tooltipHelp {
	width: 16px;
	height: 16px;
}

div.tooltipHelp a {
	width: 16px;
	height: 16px;
	display: block;
	background: url(../images/info16.png) no-repeat left top;
	border: none;
}

div.tooltipHelp a:hover {
	border: none;
}







/* Search styles
-------------------------------------------------------------------------------------- */

#advSearch {
	border: 1px solid #000;
	margin-bottom: 20px;
	padding: 5px;
	background: #fc6;
}

div.resultsNav {
	clear: both;
	/*background: #cae4a5;
	border: 1px solid black;*/
	padding: 3px;
	margin-bottom: 20px;
	text-align: center;
}

div.resultsNav a {
	text-decoration: none;
	font-weight: bold;
}

div.resultsNav a:hover {
	text-decoration: underline;
}







/* General page content
-------------------------------------------------------------------------------------- */

#breadcrumbs {
	margin-bottom: 1em;
	text-align: left;
}

#mainContent {
	/*margin-bottom: 15px;*/
}

#mainContent img {
	padding: 3px;
	border: 1px solid #ccc;
}

#leftColumn {
	float: left;
	width: 300px;
	margin-right: 20px;

}

#rightColumn {
	float: left;
	width: 640px;
}

ul.topLink {
	clear: both;
	list-style: none;
	margin: 50px 0;
}

ul.topLink a {
	display: block;
	padding: 0 0 0 23px;
	background: url(../images/iconWhiteBg.gif) no-repeat top left;
	line-height: 18px;
	height: 18px;
	width: 150px;
}







/* Footer
-------------------------------------------------------------------------------------- */

#footerBar {
	height: 30px;
	width: 930px;
	background: url(../images/footerBarBg.gif) no-repeat top left;
	margin: 0 0 15px 0;
	padding: 0 15px;
	clear: both;
}

#footerBar p.copyright {
	float: left;
	margin: 0;
	line-height: 30px;
	color: #fff;
	font-size: 0.8em;
}

#footerBar p.credits {
	float: right;
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #fff;
	font-size: 0.8em;
}

#footerBar p.credits a {
	color: #fff;
	text-decoration: none;
}

#footerBar p.credits a:hover {
	color: #036;
	text-decoration: underline;
}

#footerNav {
	list-style: none;
	text-align: center;
	margin: 10px 0;
	clear: both;
}

#footerNav li {
	display: inline;
	padding: 0 5px;
	/*line-height: 15px;*/
	border-left: 1px dotted #ccc;
	margin: 0;
}

#footerNav li.first {
	border-left: none;
	/*padding: 0 5px 0 0;*/
}

#footerNav li a {
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	border: none;
	color: #036;
	font-size: 0.8em;
}

#footerNav li a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #cf72b8;
}

#footerIcons {
}

#footerIcons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footerIcons ul li {
	display: block;
	float: right;
	text-indent: -9000px;
	padding: 0 0 0 3px;
}

#footerIcons ul li a {
	display: block;
	text-indent: -9000px;
}

#footerIcons ul li a.wishLogo {
	background: url(../images/logoFooterWish.gif) no-repeat 0 0;
	width: 224px;
	height: 48px;
}

#footerIcons ul li a.csciLogo {
	background: url(../images/logoFooterCsci.gif) no-repeat 0 0;
	width: 41px;
	height: 60px;
}

#footerIcons ul li a.cqcLogo {
	background: url(../images/logoFooterCqc.gif) no-repeat 0 0;
	width: 150px;
	height: 48px;
}

#footerIcons ul li a.sainsLogo {
	background: url(../images/logoFooterSains2.gif) no-repeat 0 0;
	width: 150px;
	height: 50px;
}

#footerIcons ul li a.bchLogo {
	background: url(../images/logoFooterBch2.gif) no-repeat 0 0;
	width: 150px;
	height: 16px;
}

#footerIcons ul li a.iipLogo {
	background: url(../images/logoFooterIip.gif) no-repeat 0 0;
	width: 150px;
	height: 48px;
}


#footerBase {
	clear: both;
	color: white;
	background: #8cc63e;
	margin: 5px 0;
}

#footerBase p.left {
	float: left;
	clear: left;
	margin: 0 5px 0 0;
	width: 470px;
	overflow: visible;
}

#footerBase p.right {
	float: right;
	clear: right;
	text-align: right;
	margin: 0 0 0 5px;
	width: 470px;
	overflow: visible;
}

#footerBase p.right a, #footerBase p.left a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

#footerBase p.right a:hover, #footerBase p.left a:hover {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}









/* Edit record
-------------------------------------------------------------------------------------- */

table.editForm {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 25px;
}

table.editForm td {
	border: 0;
	padding: 2px;
	margin: 0;
}

table.editForm td.required {
	width: 5px;
	text-align: center;
	color: #f00;
}

table.editForm td.submit {
	border: 0;
	padding: 2px;
	margin: 0;
	background-color: transparent;
}

table.editForm th {
	padding: 5px 18px;
	background: #CAE4A5;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

table.editForm tr.row1 {
	background-color: #F5F5F5;
}

table.editForm tr.row2 {
	background-color: #FFFFFF;
}

td.field {
	text-align: left;
	width:99%;
}

td.fieldName {
	white-space: nowrap;
	text-align: right;
}

td.fieldNameError {
	white-space: nowrap;
	text-align: right;
	color: #f00;
	font-weight: bold;
}






/* Home content
-------------------------------------------------------------------------------------- */

h1.home {
	margin: 0 0 0.3em 0;
}

#slideshow {
	margin: 0 0 15px 0;
}

#homeNewsWrapper {
	width: 300px;
	background: url(../images/newsBoxTop.gif) no-repeat top left #cf72b8;
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}

#homeNewsContent {
	padding: 5px 15px 5px 155px;
}

#homeNewsContent h2 {
	color: #fff;
	font-size: 2em;
	padding: 0;
	margin: 0 0 0.5em -142px;
}

#homeNewsContent h2 a {
	color: #fff;
	text-decoration: none;
}

#homeNewsContent h2 a:hover {
	color: #036;
	text-decoration: underline;
}

a.moreNews {
	color: #036;
	text-decoration: underline;
}

a.moreNews:hover {
	color: #fff;
	text-decoration: underline;
}

#homeNewsContent div.homeNewsItem {
	margin: 0 0 10px 0;
}

#homeNewsContent div.homeNewsItem img.main {
	border: 1px solid #fff;
	padding: 0;
	margin: 0 0 0 -142px;
	float: left;
}

#homeNewsContent div.homeNewsItem p {
	margin: 0 0 10px 0;
}

#homeNewsContent div.homeNewsItem p a {
	color: #036;
	text-decoration: none;
	font-weight: bold;
}

#homeNewsContent div.homeNewsItem p a:hover {
	color: #fff;
	text-decoration: underline;
}

#homeNewsContent div.homeNewsItem h3 {
	color: #fff;
	font-size: 1em;
	padding: 0;
	margin: 0 0 1em 0;
}

#homeNewsContent div.homeNewsItem a.readMore {
	float: none;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 23px;
	background: url(../images/iconLilacBg.gif) no-repeat top left;
	line-height: 18px;
	height: 18px;
	display: block;
	color: #fff;
	text-decoration: underline;
	text-align: left;
}

#homeNewsContent div.homeNewsItem a.readMore:hover {
	color: #036;
	text-decoration: underline;
}

#homeNewsFooter {
	width: 300px;
	height: 10px;
	clear: both;
	background: url(../images/newsBoxBottom.gif) no-repeat top left #cf72b8;
	font-size: 0;
}



#homeCsciBox {
	position: relative;
	width: 300px;
	height: 190px;
	background: url(../images/csciBoxBg2.gif) no-repeat top left #cf72b8;
	margin: 0 0 15px 0;
}

#homeCsciBox h3 {
	padding: 50px 10px 0 10px;
	color: #fff;
	font-size: 1.7em;
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: normal;
}

#homeCsciBox h3 strong {
	color: #cf72b8;
	font-size: 1.3em;
	font-weight: normal;
}

/*
#homeCsciBox a.text {
	position: absolute;
	right: 80px;
	bottom: 15px;
	display: block;
	text-align: right;
	color: #fff;
	text-decoration: underline;
}
*/

#homeCsciBox a.text {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: underline;
}

#homeCsciBox a.text:hover {
	color: #cf72b8;
	text-decoration: underline;
}

#homeCsciBox a.img {
	position: absolute;
	right: 20px;
	bottom: 5px;
	display: block;
	width: 49px;
	height: 70px;
}







/* Contact
-------------------------------------------------------------------------------------- */

#contactForm {
	float: left;
	width: 550px;
	margin-right: 25px;
}

#contactAddress {
	float: left;
	width: 250px;
}

table.contact {
	width: 100%;
	border: 0;
	margin: 0 0 30px 0;
	border-collapse: collapse;
}

table.contact td {
	border: 0;
	padding: 2px;
}


table.contact td.fieldName p {
	text-align: right;
	margin-bottom: 0;
	padding-right: 5px;
}


table.contact td.required {
	width: 5px;
	text-align: center;
	color: #c00;
}

table.contact td.field {
	text-align: left;
	width:99%;
}

table.contact td.field p {
	margin-bottom: 0;
}

table.contact td.fieldName {
	white-space:nowrap;
	text-align:right;
}

table.contact td.fieldName label {
	text-align:right;
	margin-bottom: 0;
}

table.contact td.fieldNameError {
	white-space:nowrap;
	text-align:right;
	color: #c00;
	font-weight: bold;
}

table.contact td.fieldNameError label {
	text-align:right;
	color: #c00;
	font-weight: bold;
	margin-bottom: 0;
}






/* News
-------------------------------------------------------------------------------------- */

div.newsListItem {
	clear: both;
	margin: 0 0 20px 0;
}

div.newsListItem div.img {
	float: left;
	width: 160px;
	margin: 0 0 20px 0;
}

div.newsListItem div.img img {
	padding: 3px;
	border: 1px solid #ccc;
}

div.newsListItem div.content {
	float: left;
	width: 800px;
	margin: 0 0 20px 0;
}

div.newsListItem h2 {
	margin: 0 0 8px 0;
}

div.newsListItem h2 a {
	font-weight: bold;
	color: #cf72b8;
	text-decoration: none;
}

div.newsListItem h2 a:hover {
	color: #036;
	text-decoration: underline;
}

div.newsListItem h3 {
	margin: 0 0 8px 0;
}

div.newsListItem div.content a.readMore {
	float: none;
}

div.newsListItem div.content a.readMore:hover {
}

#newsSubNav {
	float: right;
	clear: right;
	margin: 0 0 20px 40px;
	padding: 0;
}

#newsSubNav ul {
	margin: 0;
	padding: 0;
}

#newsSubNav ul li {
	text-align: left;
	margin: 0;
	padding: 0;
}

#newsSubNav ul li a {
	padding: 0 0 3px 0;
	margin: 0;
	text-decoration: none;
}

#newsSubNav ul li a:hover {
	text-decoration: underline;
}






/* Events
-------------------------------------------------------------------------------------- */

div.eventsListItem {
	clear: both;
	margin: 0 0 20px 0;
}

div.eventsListItem h2 {
	margin: 0 0 8px 0;
}

div.eventsListItem h3 {
	margin: 0 0 8px 0;
}


#regularEventsTbl {
	margin: 0 0 20px 0;
	border-spacing: 1px;
	border-collapse: separate;
}

#regularEventsTbl th {
	background: #999;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

#regularEventsTbl td {
	background: #eee;
	padding: 5px;
}

#regularEventsTbl td.name {
	font-weight: bold;
}


#eventsTbl {
	margin: 0 0 20px 0;
	border-spacing: 1px;
	border-collapse: separate;
}

#eventsTbl th {
	background: #999;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

#eventsTbl td {
	background: #eee;
	padding: 5px;
}

#eventsTbl td.name {
	font-weight: bold;
}
