/*================================================================================

COLOUR PALETTE

Logo Colours
dark green: #beda32
light green: #beda32
pink: #EF6ABF

Site Colours
logo dark green 25%: #D8EEC5
logo dark green 50%: #B0DE8C
grey 1: #F5F5F5
grey 2: #EEEEEE
grey 3: #CCCCCC

================================================================================*/


/* UNIVERSAL STYLES
================================================================================*/

body {
	font: 62.5% verdana, arial, helvetica, sans-serif;
	color: #777;
	text-align: center;
	background: #EEE;
	padding: 0;
	margin: 0;
}

.spaw_body {
	font: 12px/16px arial, helvetica, sans-serif;
 	text-align: left;
	color: #777;
 	background: none;
	padding: 10px;
}

body * {
	margin: 0;
}

td {
	vertical-align: top;
}


/* TYPOGRAPHY
================================================================================*/

h1 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	color: #beda32;
	padding: 16px 0 8px 0;
}

h1.pagetitle {
	font-size: 2em;
	font-weight: normal;
	color: #beda32;
	background: url('../images1/deco_arrow_new.gif') no-repeat 0 7px;
	padding: 5px 0 5px 30px;
/*	padding: 0 0 15px 0;*/
	margin: 0 0 15px 0;
}

h2 {
	font-size: 1.3em;
	line-height: 1em;
	color: #EF6ABF;
	padding: 16px 0 8px 0;
}

h3 {
	font-size: 1.2em;
	color: #beda32;
	padding: 16px 0 8px 0;
}

h4, h5, h6 {
	font-size: 1em;
	color: #EF6ABF;
	padding: 16px 0 8px 0;
}

h5 {
	color: #777;
}

h6 {
	color: #777;
}



hr {
	width: 100%;
	height: 1px;
	color: #CCC;
	background: #CCC;
	border: none;
	margin: 10px 0;
	clear: both;
}

img {
	border: none;
}

blockquote {
	background: #F5F5F5;
	padding: 10px 15px;
	margin: 10px 0;
	clear: both;
}

blockquote p {
	padding: 0;
}

p {
	padding: 4px 0 10px 0;
}

a, a:visited, a:focus, a:hover, a:active {
	text-decoration: none;
	color: #beda32;
	color: #8ba700;
}

a:hover, a:active {
	text-decoration: underline;
}

ul, .spaw_body ul, ol, .spaw_body ol {
	padding: 8px 0;
	margin: 0 0 0 35px;
}

ul, .spaw_body ul {
	list-style-image: url('../images1/ul_default.gif');
}

ol, .spaw_body ol {
	margin: 0 0 0 40px;
}

ul li ul, ul li ol, ol li ul, ol li ol, 
.spaw_body ul li ul, .spaw_body ul li ol, .spaw_body ol li ul, .spaw_body ol li ol {
	padding: 0;
}

ul li, .spaw_body ul li {
	padding: 2px 0;
}

ul ul, ul ol, ol ul {
	list-style-image: none;
}

ul li li, ol li, .spaw_body ul li li, .spaw_body ol li {
	padding: 2px 0;
}

ol, ul, ol ol, ol ul, ul ol, ul ul, ol p, ul p, td, td p, td ol, td ul, form, fieldset, input, select {
	font-size: 1em;
}

form, fieldset, legend {
	border: none;
	padding: 0;
}

form ol, form ol li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

form td {
	padding: 3px 0;
}

label {
	display: block;
	font-weight: bold;
	color: #3193D8;
}

span.error {
	font-weight: bold;
	color: #F00;
	font-size: 0.8em;
}

input, textarea, select {
	font: 0.9em arial, helvetica, sans-serif;
}

input.textbox, textarea.textbox {
	color: #333;
	border: 1px solid #CCC;
	padding: 2px 3px;
}

input.textbox {
	width: 200px;
}

textarea.textbox {
	width: 325px;
	height: 200px;
	padding: 0;
}

input.submit {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #FFF;
	background: #beda32;
background: #b9d300;
background: #beda32;
	border: 1px solid #FFF;
	padding: 2px 10px;
	overflow: visible;
}

div#content, div#content_side {
	line-height: 1.3em;
}


/* DEFAULT LAYOUT STYLES
================================================================================*/

#container, #container_home {
	font-size: 1.2em;
}

#header, #nav, #content, #content_side, #footer {/* set default font size */
	font-size: 1em;
}

#container, #container_home {
	width: 880px;
	text-align: left;
	background: #FFF;
	border: 1px solid #CCC;
	border-top: none;
	padding: 10px;
	margin: 0 auto;
}

#header {
	width: 880px;
}

#header img {
	display: block;
	float: left;
	border: none;
	margin: 0 0 0 10px;
}


#container img.banner {
	margin-top: 10px;
}

#wrap {
	width: 880px;
	background: url('../images1/border_ccc.gif') repeat-y 645px 0;
	padding-top: 10px;
	margin-top: 10px;
}

#content {
	float: left;
	width: 600px;
	padding: 0 20px 0 25px;
}

#content_side {
	float: right;
	width: 225px;
	padding: 0 0 0 10px;
}

#footer {
color: #FFF;
	background: #D8EEC5;
background: #eb65ba;
	border-top: 10px solid #FFF;
	padding: 15px;
}

#footer p {
	font-size: 0.85em;
	float: left;
	padding: 0;
	margin-left: 15px;
	margin-right: 15px;
}

#footer p.copyright {
	width: 175px;
	margin-left: 0;
}

#footer p.reg_no {
	width: 175px;
/*	margin-left: 20px;
	margin-right: 20px;*/
}

#footer img {
	margin-top: -5px;
	margin-bottom: -5px;
}

#footer p.biz {
	float: right;
	text-align: right;
	margin-right: 0;
}

#footer a, #footer a:visited, #footer a:focus, #footer a:hover, #footer a:active {
	color: #777;
color: #FFF;
}

div.clear {
	clear: both;
}


/* INSIDE PAGE SIDE CONTENT STYLES
================================================================================*/

h3.dark_green, h3.light_green, h3.pink {
	font-size: 1em;
	color: #FFF;
	background: #beda32;
	padding: 5px 10px;
/*	margin-top: 10px;*/
}

h3.light_green {
	background: #beda32;
}

h3.pink {
	background: #EF6ABF;
}


/* HOMEPAGE LAYOUT STYLES
================================================================================*/

#container_home #content, #container_home #video, #container_home #calendar {
	font-size: 0.9em;
}

#container_home #wrap {
	border-bottom: 1px solid #CCC;
	padding: 0 0 10px 0;
}

#container_home img.banner {
	margin-bottom: 20px;
}

#container_home #content {
	width: 635px;
	padding: 0 10px 0 0;
}

#news {
/*	width: 320px;  leave 5px space 
	float: left;*/
	padding: 0 10px 0 20px;
}

#news h1 {
	font-size: 1.8em;
	color: #beda32;
	background: url('../images1/deco_arrow.gif') no-repeat 0 50%;
	padding: 4px 0 4px 25px;
	margin: 0 0 15px 0;
}

#news .btn {
	margin: 15px 0 0 0;
}

#programs, #calendar {
	background: #F5F5F5;
	padding: 0 10px 15px 10px;
}

#programs {
	float: right;
	width: 260px;
}

#programs h2, #calendar h2 {
	font-size: 1em;
	color: #FFF;
	background: #beda32;
	padding: 5px 10px;
	margin: 0 -10px 10px -10px;
}

#donate, #newsletter-home {
	float: right;
	width: 219px;
	color: #FFF;
	background: #beda32;
	padding: 3px;
	margin: 0 0 8px 0;
}

#donate div, #newsletter-home div {
	border: 1px solid #FFF;
/*	padding: 20px;*/
}

#donate h3, #newsletter-home h3 {
	font-size: 1.4em;
	color: #FFF;
	text-align: center;
	padding: 20px 0 0 0;
}

#newsletter-home h3 {
	padding: 10px;
}

#donate ul {
	padding: 10px 20px;
	margin: 0;
}

#donate ul li {
	list-style-type: none;
	list-style-image: none; 
	background: url('../images1/ul_arw_green.gif') no-repeat 0 8px;
	padding: 5px 0 5px 20px;
	margin: 0;
}

#donate p a, #donate p a:visited, #donate p a:focus, #donate p a:hover, #donate p a:active, 
#newsletter-home p a, #newsletter-home p a:visited, #newsletter-home p a:focus, #newsletter-home p a:hover, #newsletter-home p a:active {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: #eb65ba;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 5px;
}
/*
#newsletter {
	float: right;
	width: 195px;
	height: 150px;
	color: #FFF;
	background: #beda32;
	padding: 10px 15px 15px 15px;
	margin: 0 0 8px 0;
	overflow: hidden;
}

#newsletter legend {
	font-size: 0.9em;
	font-weight: bold;
}

* html #newsletter legend {
	margin: 0 0 0 -7px;
}

#newsletter p {
	font-size: 0.9em;
	padding: 7px 0 3px 0;
}

#newsletter label {
	font-size: 0.9em;
	font-weight: normal;
	color: #FFF;
	margin-top: 3px;
}

#newsletter .textbox {
	width: 180px;
	border: none;
}

#newsletter .submit {
	margin: 7px 0 0 0;
}
*/

#newsletter li {
	clear: both;	
}

#newsletter label {
	display: block;
	float: left;
	width: 75px;
	color: #EF6ABF;	
}

#newsletter input.textbox {
	float: left;
	width: 250px;
	margin-bottom: 5px;	
}

#newsletter input.submit {
	margin-left: 75px;	
}

#btn_ftr {
/*	border: none;
	margin: 0 0 20px 0;*/
clear: both;
}

#calendar h2 {
	background: #EF6ABF;
}
/* note: ie bug, bottom margin on wrap div repeats after video & calendar floats */
/* top margins set on floats instead */
#video {
	float: left;
	width: 614px;
	border: 1px solid #CCC;
	padding: 15px;
	margin: 10px 0 0 0; 
}

#video h3 {
	color: #EF6ABF;
	border-bottom: 1px solid #CCC;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

#video a, #video a:visited, #video a:focus, #video a:hover, #video a:active {
	font-weight: bold;
	color: #777;
}

#video td td {
	vertical-align: middle;
	background: #F5F5F5;
	border-bottom: 10px solid #FFF;
	padding: 10px;
}

#video td img {
	border: 1px solid #FFF;
}

#calendar {
	float: right;
	width: 205px;
	margin: 10px 0 0 0;
}


/* CALENDAR STYLES
================================================================================*/
/*
table.calendar {
	width: 100px;
	border: none;
}
*/
table.cal_prevnext {
	width: 300px;	
}

table.calendar_table {
	float: left;
	width: 300px;	
}

div#hide_event_default {
	float: right;
	width: 200px;	
}

table.calendar th, table.calendar td {
	border: 1px solid #BBB;
	padding: 3px 4px;
}

table.calendar th {
	text-align: center;
	color: #437CA6;
	background: #DDD;
}

table.calendar td {
	font-size: 0.95em;
	color: #555;
}

table.calendar td.month {
	font-size: 1em;
	text-align: center;
	color: #FFF;
	background: #437CA6;
}




/* EVENTS LISTINGS STYLES
================================================================================*/

div.event_list_title {
	font-size: 1.3em;
	font-weight: bold;
	color: #3A9A0B;
	padding: 0 0 15px 0;
}

table.events_list {
	width: 100%;
}

table.events_list th {
	text-align: left;
	color: #FFF;
	background: #beda32;
	padding: 7px 5px;
}

table.events_list th a, table.events_list th a:visited, table.events_list th a:focus, table.events_list th a:hover, table.events_list th a:active {
	color: #FFF;
}

table.events_list td {
	border-bottom: 1px solid #CCC;
	padding: 7px 5px;
}

table.events_list td.date {
	width: 20%;
}

table.events_list td.title {
	width: 35%;
}

table.events_list td.title p {
	padding: 0;
}

table.events_list td.location {
	width: 20%;
}

table.events_list tr.odd {
	background: #F3F7EC;
}

/* EVENTS DETAILS STYLES
================================================================================*/

table.event_details {
	border-collapse: collapse;
}


/* MAIN NAVIGATION STYLES
================================================================================*/

#nav {
	width: 880px;
	background: #D8EEC5;
background: #eb65ba;
	border-top: 20px solid #FFF;
	position: relative;
	z-index: 1000;
}

#nav ul {
	list-style-type: none;
	list-style-image: none;
	font-size: 1.15em;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

#nav a, #nav a:visited, #nav a:focus, #nav a:hover, #nav a:active {
	display: block;
	text-decoration: none;
color: #FFF;
border-left: 1px solid #eb65ba;
border-right: 1px solid #eb65ba;
	padding: 10px 27px;
padding: 10px 25px;
padding: 10px 23px;
}

#nav :hover > a, #nav a:hover { /*set first tier to style on after hover off*/
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#nav .first ul a, #nav .first ul a:visited, #nav .first ul a:focus, #nav .first ul a:hover, #nav .first ul a:active {
border: 1px solid #FFF;
border-left: 1px solid #eb65ba;
border-bottom: none;
}

#nav ul ul {
	display: none;
	width: 180px;
	font-size: 1em;
	background: #C8E8AF;
background: #eb65ba;
/*border: 1px solid #FFF;
border-top: none;*/
border-bottom: 1px solid #FFF;
	position: absolute;
	top: 100%;
	left: 0;
}

#nav ul ul li {
	font-size: 0.8em;
}

#nav ul ul a, #nav ul ul a:visited, #nav ul ul a:focus, #nav ul ul a:hover, #nav ul ul a:active, #nav .first ul ul a, #nav .first ul ul a:visited, #nav .first ul ul a:focus, #nav .first ul ul a:hover, #nav .first ul ul a:active {
	width: 158px;
border: 1px solid #FFF;
border-bottom: none;
	padding: 5px 10px;
}

#nav ul ul a:hover{
text-decoration: underline;
background: #eb65ba;
}

#nav ul ul ul {
	background: #B8E197;
background: #eb65ba;
	top: 0;
	left: 179px;
}

#nav ul ul ul li {
	font-size: 1em;
}


/* TOP NAVIGATION STYLES
================================================================================*/

#header table {
	float: right;
	width: 700px;
	text-align: right;
	margin: 15px 0 0 0;
}

#header ul {
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
	padding: 0;
	margin: 10px 0;
}

#header li {
	display: inline;
	padding: 0 0 0 20px;
}

#header ul a, #header ul a:visited, #header ul a:focus, #header ul a:active {
	text-decoration: none;
	color: #777;
}

#header ul a:hover, #header ul a.on, #header ul a.on:visited, #header ul a.on:focus, #header ul a.on:hover, #header ul a.on:active {
	text-decoration: underline;
}


/* SEARCH STYLES
================================================================================*/

#header .textbox {
	width: 142px;
}

#header form li {
	padding: 0;
}

* html #header .submit {
	margin: 1px 0 -1px 0;
}

/* CONTACT FORM STYLES
================================================================================*/
/*
form.form_contact fieldset {
	border-style: none;
	padding: 0;
	margin: 15px 0 0 0;
} 

form.form_contact legend {
	font-weight: bold;
	color: #000000;
	margin-left: 0;
} 

div#content form.form_contact fieldset ol {
	list-style: none;
	padding: 3px 3px 0 3px;
} 

form.form_contact fieldset ol li {
	padding-bottom: 10px; margin: 0 0 10px 0;
}

form.form_contact label {*/
/*	display: block;*/
/*	float: left; 
	width: 100px;
	font-weight: bold;
	color: #00667C;
}

form.form_contact input, form.form_contact select, form.form_contact textarea {
	width: 220px;
	color: #37383A;
	border: 1px solid #777;
}

form.form_contact textarea {
	width: auto;
}

form.form_contact input.submit {
	width: auto;
	margin: 0 0 0 105px;
}
*/

/* BANNER FADING
================================================================================*/

div#anim_container {
	position: relative;
	overflow: hidden;
	width: 635px;
	height: 255px;
height: 128px;
	margin-bottom: 20px;
	background-color: #ddd;
}
div.fader {
	position: absolute;
	visibility: hidden;
}
div#fader1 {
	visibility: visible;
}


/* HOME TAB BOX
================================================================================*/

.tabcontent {
	color: #000;
	background: #b9d300;
background: #beda32;
	padding: 20px;
	display: none;
}

.tabcontent h2 {
	color: #FFF;
	padding-top: 0;
}

.tabcontent ul {
	list-style-image: url('../images1/ul_white.gif');	
}

.tabcontent a, .tabcontent a:visited, .tabcontent a:focus, .tabcontent a:hover, .tabcontent a:active {
	color: #FFF;	
}

#panel_events h2 {
	color: #FFF;
	padding-top: 5px;
}

#panel_events ul {
	margin: 20px;
	padding: 0;	
}

#panel_events li {
	padding: 0;	
}

.tabcontent .events_list th {
	padding: 5px 0;	
}

.tabcontent .events_list td {
	padding: 5px 0;
	border-bottom: 1px solid #FFF;	
}

#tabs, #tabs li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#tabs li {
/*	float: left;
	width: 137px;
	font-size: 1.4em;
	color: #FFF;
	background: #aaaaa9 url('../images1/tab_bg.gif') repeat-x 0 0;
	border: 1px solid #FFF;
	border-right: none;
	padding: 10px;*/
	float: left;
}

#tabs a, #tabs a:visited, #tabs a:focus, #tabs a:hover, #tabs a:active {
	display: block;
	float: left;
	width: 137px;
	font-size: 1.4em;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: #aaaaa9 url('../images1/tab_bg.gif') repeat-x 0 0;
	border: 1px solid #FFF;
	border-right: none;
	padding: 10px;	
}

#tabs li.first a, #tabs li.first a:visited, #tabs li.first a:focus, #tabs li.first a:hover, #tabs li.first a:active {
	width: 141px;
	border-left: none;
}

#tabs a.on, #tabs a.on:visited, #tabs a.on:focus, #tabs a.on:hover, #tabs a.on:active {
	color: #000;
	background: #b9d300;
background: #beda32;
	border-top: 1px solid #b9d300;
border-top: 1px solid #beda32;
}


/* BANNER STYLES
================================================================================*/
div.tmbanner {
	float:right;
	text-align:	right; 
	margin-top:30px
}

div.bannerimage {
	float: left;
}

/* GOOGLE NEWS STYLES
================================================================================*/

#rss_feed {
	padding: 0;
	width: 180px;
	float: right;
	margin: 0px 0px 8px 8px;
}

#rss_feed div div {
	height: 280px;
	overflow: auto;
	padding: 8px;
	border: none;
}

#rss_feed div {
	border: 1px solid #8fa900;
	padding: 2px;
}

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

#rss_feed ul li {
	padding-bottom: 8px;
}

#rss_feed ul li a, #rss_feed ul li a:visited, #rss_feed ul li a:hover, #rss_feed ul li a:active {
	color: #797370
}

#rss_feed h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #469601;
	background-color: #d8eec5;
	margin: 0;
	padding: 6px 10px;
}

#donate a, #donate a:visited, #donate a:focus,#donate  a:hover,#donate  a:active {
	color: #FFF;	
}

 

