/* ------------------ default styling ----------------- */

body	{
	background: #6fb504;
	margin: 0 auto; padding: 0;
	color: #000;
	font-family: "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-size: 80%
	}
	
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	}

p	{}

a:link 		{color: #000; font-weight: bold; text-decoration: none;}
a:visited	{color: #000; font-weight: bold; text-decoration: none;}
a:hover	 	{color: #000; font-weight: bold; text-decoration: underline;}
a:active	{color: #000; font-weight: bold; text-decoration: none;}

.whitetext	{color: #FFF;}
.redtext	{color: #C00;}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
	}

/* ------------------ layout ----------------- */

#container	{
	width: 780px;  
	margin: 0 auto; padding: 0;
	text-align: left;
	}

#header		{
	background: #6fb504 url(../images/header.jpg) no-repeat;
	width: 780px;
	height: 171px;
	margin: 0; padding: 0;
	color: #fff;
	}
	
#address {
	font-size: 12px;
	padding-top: 60px;
	padding-left: 30px;
	color: #000000;
	}
	
#slideshow {float: right; margin: 10px;}

#main	{ 
	background: #6fb504 url(../images/main_rpt.jpg) repeat-y;
	width: 780px;
	margin: 0; padding: 0; 
	}

#content	{
	float: left;
	width: 520px;
	margin: 0;
	padding-right: 30px;
	}

#forcer	{
	
	}

#datetime	{float: right; clear: left; width: 100%; text-align: right;}

#footer	{
	background: url(../images/page_bottom.jpg) no-repeat;
	width: 560px;
	margin: 0;
	padding: 25px 0 10px 220px;
	font-size: 80%;
	text-align: center;
	color: #fff;
	}
	
#footer a	{
	color: #fff;
	font-weight: normal;
	}

#SubNav	{width: 530px;  }

#SubNav ul {display: block; padding: 0px; margin: 0px; width: 530px;}

#SubNav li {display: inline; padding: 4px 5px; margin: 6px 3px; background-color:#6FB504; line-height: 240%; font-size: 90%;}

#SubNav li a {color: #ffffff; white-space: nowrap; }

/* ------------------ start menu classes for image replaced menus ----------------- */

				#menu	{ 
					float: left;
					margin: 0; padding: 0;
					width: 220px;
					height: 345px;
					background-image: url(../images/but_menubottom.jpg);
					background-repeat: no-repeat;
					background-position: bottom;
					}
					
				#menu ul	{
					margin: 0; padding: 0; 
					width: 220px;
					}
					
				#menu li 	{
					list-style: none;
					}
				
				#menu1	{
					height: 31px;
					text-indent: -5000px;
					background: url(../images/but_home.jpg) no-repeat;
					}
				#menu1 a {
					height: 31px;
					display: block;
					}
				
				#menu2	{
					height: 31px;
					text-indent: -5000px;
					background: url(../images/but_schoolinfo.jpg) no-repeat;
					}
				#menu2 a {
					height: 31px;
					display: block;
					}
				
				#menu3	{
					height: 32px;
					text-indent: -5000px;
					background: url(../images/but_newsletters.jpg) no-repeat;
					}
				#menu3 a {
					height: 32px;
					display: block;
					}
					
				#menu4	{
					height: 35px;
					text-indent: -5000px;
					background: url(../images/but_termdates.jpg) no-repeat;
					}
				#menu4 a {
					height: 35px;
					display: block;
					}
				
				#menu5	{
					height: 29px;
					text-indent: -5000px;
					background: url(../images/but_gallery.jpg) no-repeat;
					}
				#menu5 a {
					height: 29px;
					display: block;
					}
				
				#menu6	{
					height: 53px;
					text-indent: -5000px;
					background: url(../images/but_socialcare.jpg) no-repeat;
					}
				#menu6 a {
					height: 53px;
					display: block;
					}
				
				#menu7	{
					height: 30px;
					text-indent: -5000px;
					background: url(../images/but_woodlanders.jpg) no-repeat;
					}
				#menu7 a {
					height: 30px;
					display: block;
					}
				
				#menu8	{
					height: 29px;
					text-indent: -5000px;
					background: url(../images/but_weblinks.jpg) no-repeat;
					}
				#menu8 a {
					height: 29px;
					display: block;
					}
				
				#menu9	{
					height: 35px;
					text-indent: -5000px;
					background: url(../images/but_contact.jpg) no-repeat;
					}
				#menu9 a {
					height: 35px;
					display: block;
					
					}


/* ------------------ ^^ end menu classes for image replaced menus ^^ ----------------- */