/*

Colours:
GREEN	Dark		#00886e
		Medium		#67b09b
		Light		#bdded3
		V light		#d8ebe4
		VV light	#ebf6f2
				
ORANGE	Dark		#be6f09
		Medium		#dd8d26
		Light		#f6dbb7

RED		Dark		#a10000;
		Medium		#f70000;
		Light		#efbfbf;

*/

@font-face {
	font-family: "Arial Rounded";
	src: url( "ARLRDBD.eot" );
	src: local( "Arial Rounded MT Bold" ),
		 url( "ARLRDBD.otf" ) format( "opentype" );
}

body {
	background: url(/images/bg.png) #009378;
}

div#container {
	position: relative;
	margin: 20px auto;
	width: 970px;
}

div#inner_container {
	background: white;
	width: 954px;
	padding: 0px;
	-webkit-box-shadow: 2px 2px 15px #333;  
	-moz-box-shadow: 2px 2px 15px #333;  
	box-shadow: 2px 2px 15px #333;
}

div#header {
	background: url( /images/header_bg.jpg ) top center no-repeat;
	white-space: nowrap;
	padding: 0px;
	height: 166px;
	margin-bottom: -31px;
}

div#top_menu {
	float: right;
	z-index: 20;
	height: 31px;
}

	/* Menu item */
	div#top_menu a {
		float: left;
		display: block;
		white-space: nowrap;
		margin: 0px;
		padding: 6px 12px 5px 12px;
		text-decoration: none;
		font: bold 100% Arial,sans-serif;
	}

	/* Menu item at rest */
	div#top_menu a:link,
	div#top_menu a:visited,
	div#top_menu a:active {
		color: #a10000;
		background: none;
	}
	
	/* Menu item at rest (current section) */
	div#top_menu a.current:link,
	div#top_menu a.current:visited,
	div#top_menu a.current:active {
		color: #fff0d8;
		background: #be6f09;
		border: 1px solid #be6f09;
	}
	
	/* Menu item on mouse-over */
	div#top_menu a:hover {
		color: #be6f09;
		background: #f6dbb7;
	}
	
	div#site_search {
		float: left;
		margin-right: 10px;
	}
	
	div#search_hints_results {
		position: absolute;
		top: 161px;
		left: 767px;
		width: 175px;
		background: #f6dbb7;
		border: 1px solid #be6f09;
		border-top: 0px;
		font-size: 70%;
	}
	
	p.search_hint_caption {
		clear: both;
		font: 80% Arial, Helvetica, sans-serif;
		color: #333;
		margin: 0px 13px;
		padding: 0px;
		width: 155px;
		position: relative;
		top: -5px;
	}
	
div#sub_menu {
	float: left;
	z-index: 15;
	width: 954px;
	padding: 5px 0px 0px 0px;
	background: #fff0d8;
	border-top: 1px solid #be6f09;
	text-align: center;
}

	/* Menu item */
	div#sub_menu a {
		display: inline-block;
		white-space: nowrap;
		margin: 0px;
		padding: 6px 10px 5px 10px;
		text-decoration: none;
		font: 85% Arial,sans-serif;
	}

	/* Menu item at rest */
	div#sub_menu a:link,
	div#sub_menu a:visited,
	div#sub_menu a:active {
		color: #be6f09;
		background: none;
	}
	
	/* Menu item at rest (current section) */
	div#sub_menu a.current:link,
	div#sub_menu a.current:visited,
	div#sub_menu a.current:active {
		color: #be6f09;
		background: white;
	}
	
	/* Menu item on mouse-over */
	div#sub_menu a:hover {
		color: #be6f09;
		background: #f6dbb7;
	}
			
div#sub_sub_menu {
	float: left;
	width: 904px;
	padding: 5px 0px 0px 0px;
	background: white;
	text-align: center;
}

	/* Menu item */
	div#sub_sub_menu a {
		display: inline-block;
		white-space: nowrap;
		margin: 0px;
		padding: 6px 10px 5px 10px;
		text-decoration: none;
		font: 85% Arial,sans-serif;
	}

	/* Menu item at rest */
	div#sub_sub_menu a:link,
	div#sub_sub_menu a:visited,
	div#sub_sub_menu a:active {
		color: #00886e;
		background: #ebf6f2;
	}
	
	/* Menu item at rest (current section) */
	div#sub_sub_menu a.current:link,
	div#sub_sub_menu a.current:visited,
	div#sub_sub_menu a.current:active {
		color: white;
		background: #00886e;
	}
	
	/* Menu item on mouse-over */
	div#sub_sub_menu a:hover {
		color: #be6f09;
		background: #f6dbb7;
	}	

div#home_left_column {
	float: left;
	width: 600px;
	margin: 20px;
	padding: 0px;
}

div#home_right_column {
	float: right;
	width: 273px;
	padding: 0px 20px;
	margin: 20px 0px 0px 0px;
	border-left: 1px solid #bdded3;
}

div#section_centre_column {
	float: left;
	width: 750px;
	margin: 20px 0px 10px 100px;
}

div#section_centre_column_full {
	float: left;
	width: 880px;
	margin: 20px 0px 10px 40px;
}

div.item_box {
	float: left;
	width: 250px;
	height: 120px;
	background: #ebf6f2;
	border: 1px solid #67b09b;
	padding: 10px;
	margin: 10px;
	border-radius: 5px;
}

	div.item_box p {
		font-size: 90%;
	}
	
	div.three_line {
		height: 80px;
	}

div#welcome_para {
	float: left;
	width: 600px;
	height: 280px;
	background: white url( /images/welcome.png ) 15px 15px no-repeat;
	margin: 0px;
	padding: 0px;
}

div#welcome_image {
	float: left;
	position: relative;
	top: -280px;
	z-index: 99;
	width: 620px;
	height: 280px;
}

div#static_welcome_image {
	display: none;
}

div#intro_text {
	background: #bdded3;
	padding: 10px;
}

	div#intro_text p {
		padding: 0px;
		margin: 0px;
	}
	
div#news {
	background: #00886e;
	padding: 10px;
	margin-bottom: 20px;
}

	div#news p {
		color: white;
		padding: 0px;
		margin: 0px;
		font-size: 90%;
	}
	
	div#news a {
		color: white;
	}

div#event_box {
	float: left;
	width: 251px;
	padding: 10px;
	background: #ebf6f2;
	border: 1px solid #bdded3;
	margin-bottom: 10px;
	border-radius: 5px;
}

div#event_box h2 {
	padding: 0px;
	margin-bottom: 0px;
}

div#event_box p {
	margin: 3px 0px 0px 0px;
	font-size: 90%;
	line-height: 120%;
}

div#featured_activity {
	float: left;
	width: 279px;
	padding-right: 20px;
	border-right: 1px solid #bdded3;
}

div#resources {
	float: left;
	width: 275px;
	padding-left: 20px;
}

div#links {
	float: left;
	width: 580px;
	padding: 10px;
	margin-top: 40px;
	border: 1px solid #bdded3;
	border-radius: 5px;
}

div.clear {
	width: 1px;
	height: 1px;
	clear: both;
}

div#footer {
	background: url( /images/footer_bg.png ) top center no-repeat;
	font: 80% Arial,sans-serif;
	text-align: center;
	padding: 50px 10px 0px 10px;
}

	div#footer p {
		color: white;
		margin: 0px;
	}
	
	div#footer a:visited {
		color: white;
	}

div.footer_column {
	float: left;
	width: 135px;
	text-align: left;
	padding: 10px;
	font-size: 95%;
}

	div.footer_column a {
		font-weight: normal;
		color: white;
	}

div.section_sub_menu {
	float: left;
	width: 954px;
	background: #fff0d8;
	text-align: center;
}

div.insetpicright {
	float: right;
	margin: 10px 0px 10px 10px;
	padding-left: 10px;
	background: none;
	color: #00886e;
	font: 75% Arial,sans-serif;
	text-align: left;
	max-width: 200px;
}

div.insetpicleft {
	float: left;
	margin: 10px 10px 10px 0px;
	padding-right: 10px;
	background: none;
	color: #00886e;
	font: 75% Arial,sans-serif;
	text-align: right;
	max-width: 200px;
}

div.insetpicright img,div.insetpicleft img {
	border: 1px solid #666;
}

div.this_week_event {
	float: left;
	width: 265px;
	padding: 4px;
	border-bottom: 1px solid #bdded3;
	color: #333;
	font: 10pt Arial, Helvetica, sans-serif;
}

div.highlighted div.this_week_event {
	padding: 4px;
	background: #f6dbb7;
}

div.sunday_highlighted div.this_week_event {
	background: #ebf6f2;
}

div.this_week_day {
	float: left;
	background: #bdded3;
	color: #00886e;
	padding: 4px;
	width: 265px;
	font: bold 10pt Arial, Helvetica, sans-serif;
}

div.this_week_time {
	float: left;
	width: 70px;
	color: #333;
}

div.this_week_title {
	display: block;
	font-size: 10pt;
}

div.this_week_desc {
	float: left;
	width: 195px;
	color: #333;
	font-size: 8pt;
}

div.news_item {
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div#repeating_dates {
}

	span.repeating_date_yes {
		color: #009933;
		font-weight: bold;
		background: #66FF66;
		padding: 1px 5px;	
	}
	
	span.repeating_date_no {
		color: #990000;
		font-weight: bold;
		background: #FFCCCC;
		padding: 1px 5px;
	}

div.equal_2_col {
	float: left;
	width: 49%;
}

div.equal_3_col {
	float: left;
	width: 280px;
	margin-right: 10px;
}

div.comments {

}

div.comment {
	background: #d8ebe4;
	font: 80% Arial,sans-serif;
	padding: 10px;
	margin-bottom: 5px;
}

div.add_comment_form {
	margin-top: 20px;
}

/* DIVS FOR PARTICULAR SECTIONS */

div#activity_header {
	width: 640px;
	padding: 5px;
	margin-bottom: 15px;
	font: 150% Arial Rounded,Arial,sans-serif;
	font-family: Arial Rounded;
}

div.activities_team_box {
	float: left;
	width: 305px;
	padding: 5px;
	margin: 0px 0px 20px 0px;
}

div.activities_team_box h1 {
	background: none;
	border: none;
	padding: 0px 8px 5px 8px;
	margin: 0px;
	font-size: 120%;
}

div.activities_team_box_inside {
	background: white;
	padding: 10px;
	width: 285px;
}

/* GENERAL PARAGRAPH ATTRIBUTES THAT APPLY IN MOST DIVS */

p {
	margin: 0px 0px 20px 0px;
	font: 90% Arial,sans-serif;
	color: #333;
	line-height: 150%;
}

p.adminlinks,
span.adminlinks {
	display: inline-block;
	background: #eee;
	border: 1px dashed #ddd;
	padding: 4px;
	font: 8pt Verdana,sans-serif;
	color: #666;
}

p.larger {
	font-size: 130%;
	line-height: 150%;
}

p.intro {
	font-size: 120%;
	background: #d8ebe4;
	padding: 10px;
	color: #00886e;
	border-radius: 5px;
}

p.small {
	font-size: 80%;
	color: #ddd;
}

p.success {
	background: #cfc; // green
	border: 1px solid #090;
	color: #090;
	padding: 8px;
}

p.warning {
	background: #fdd; // red
	border: 1px solid #c00;
	color: #c00;
	padding: 8px;
}

p.tip {
	background: #eee; // grey
	border: 1px solid #999;
	color: #666;
	padding: 8px;
	margin-bottom: 0px;
}

p.resource_series {
	background: #00886e;
	color: white;
	padding: 5px;
	margin: 0px;
	border-radius: 4px;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
}

p.resource_search_results_nav {
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}

/* GENERAL HEADINGS */

h1 {
	display: inline-block;
	margin: 5px 0px 10px 0px;
	font: 150% Arial Rounded,Arial,sans-serif;
	color: #be6f09;
}

h2 {
	font: 105% Arial Rounded,Arial,sans-serif;
	color: #00886e;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* LINKS */

a {
	font-weight: bold;
}
h2 a {
	font-weight: normal;
}
a:link,a:visited {
	color: #a10000;
	text-decoration: none;
}
a:hover,a:active {
	color: #a10000;
	text-decoration: underline;
}

a.button {
	color: #a10000;
	padding: 2px 10px;
	background: #f6dbb7;
	border: 1px solid #be6f09;
}

a.highlighted {
	background: #f6dbb7;
	padding: 2px 0px;
}

h1 a:link,h1 a:visited,h1 a:hover,h1 a:active {
	color: #be6f09;
	font-weight: normal;
}

p.adminlinks a,
span.adminlinks a {
	color: #a10000;
}


/* FORMS */

form {
	margin: 5px 0px 0px 0px;
}

input,
textarea,
select {
	font: 100% Arial,sans-serif;
	color: #00886e;
	padding: 2px;
	margin: 0px 5px 2px 0px;
	border: 1px solid #bdded3;
	background: #ebf6f2;
}

input,
textarea {
	width: 98%;
}

input[type=submit] {
	width: auto;
	padding: 7px;
}
input[type=text],
input[type=password],
input[type=file] {
	padding: 7px;
}
textarea {
	padding: 7px;
}

input[type=radio],
input[type=checkbox] {
	width: auto;
	border: none;
	background: none;
}

input.warning,
textarea.warning,
select.warning {
	background: #fdd;
	border: 2px solid #c00;
}

input.search {
	font: 80% Arial,sans-serif;
	position: relative;
	top: -5px;
	left: 2px;
	padding: 4px;
	width: 140px;
	border: none;
}

input.search:focus {
	background: white;
}

div#site_search {
	margin-left: 10px;
	margin-right: 0px;
}

	div#site_search input {
		background: #fff0d8;
		border: 1px solid #be6f09;
		color: #be6f09;
	}
	
input.search_button {
	background: #a10000;
	border: 1px solid #a10000;
	padding: 0px 2px;
	margin: 0px;
	font: 80% Arial,sans-serif;
	position: relative;
	top: -5px;
	left: -10px;
	width: 30px;
	height: 26px;
}


/* TABLES */

table {
	color: #333;
	width: 100%;
	font: 90% Arial,sans-serif;
	border-spacing: 0px;
}

table.invisible {
	background: none;
	border: 0px;
	color: #666;
}

table.invisible td {
	padding: 0px 10px 0px 0px;
	border: 0px;
}

table.invisible td h2 {
	margin-top: 0px;
}

tr.firstrow td {
}

td,th {
	vertical-align: top;
	border-bottom: 1px solid #bdded3;
	padding: 10px;
}

td.labelcolumn {
	width: 120px;
	font-weight: bold;
	padding-top: 14px;
}

td.resource_table_heading {
	background: #bdded3;
	font-size: 130%;
}

/* IMAGES */

img {
	border: 0px;
}

img.border {
	border: 1px solid #666;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.inset_right {
	float: right;
	border: 1px solid #666;
	margin-left: 7px;
}

img.icon {
	position: relative;
	top: 3px;
	margin-right: 10px;
}


/* LISTS */

ul {
	font: 90% Arial,sans-serif;
	padding-left: 30px;
	list-style-type: square;
	line-height: 120%;
	color: #666;
}

ol {
	font: 90% Arial,sans-serif;
	padding-left: 30px;
	line-height: 120%;
	color: #666;
}

li {
	margin: 5px 0px;
}


label.error {
  background: #FF9999;
  color: #990000;
  position: relative;
  top: 4px;
  padding: 2px 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}


/* MISC */

.red {
	color: #c00;
}

.grey {
	color: #999;
}

.small {
	font-size: 85%;
}

.v_small {
	font-size: 75%;
}

.vv_small {
	font-size: 70%;
}

.unbold {
	font-weight: normal;
}