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

COLOUR PALETTE

Logo Colours
dark green: #62BD19
light green: #B9D300
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: #62BD19;
	padding: 16px 0 8px 0;
}

h1.pagetitle {
	font-size: 2em;
	font-weight: normal;
	color: #62BD19;
	background: url('../images1/deco_arrow.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: #62BD19;
	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: #62BD19;
}

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: #62BD19;
	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 {
	background: #D8EEC5;
	border-top: 10px solid #FFF;
	padding: 15px;
}

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

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

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

div.clear {
	clear: both;
}


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

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

h3.light_green {
	background: #B9D300;
}

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: #62BD19;
	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: #B9D300;
	padding: 5px 10px;
	margin: 0 -10px 10px -10px;
}


#newsletter {
	float: right;
	width: 195px;
	height: 150px;
	color: #FFF;
	background: #B9D300;
	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;
}

#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.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: #B9D300;
	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;
	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: #7C9F60;
	color: #658D45;
	padding: 10px 27px;
padding: 10px 25px;
}

#nav a:hover {
	background: #C8E8AF;
}

#nav :hover > a {
	background: #C8E8AF;
}

#nav ul ul {
	display: none;
	width: 180px;
	font-size: 1em;
	background: #C8E8AF;
	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 {
	width: 160px;
	padding: 5px 10px;
}

#nav ul ul a:hover{
	background: #B8E197;
}

#nav ul ul :hover > a {
	background: #B8E197;
}

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

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

#nav ul ul ul a:hover {
	background: #A9DB81;
}

#nav ul ul ul ul {
	background: #A9DB81;
}

#nav ul ul ul ul a:hover {
	background: #99D469;
}


/* 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;
	margin-bottom: 20px;
	background-color: #ddd;
}
div.fader {
	position: absolute;
	visibility: hidden;
}
div#fader1 {
	visibility: visible;
}

/* 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;
}
