html {
	/* 
	This is placed here to stop pages shifting in FireFox.
	Shifting is caused by the Scroll Bar Disappearing when the page is too short.
	*/
	height: 100%;
	margin-bottom: 1px;
}
/* clearing class to ensure accurate layout of sections */
.clr {
	clear: both;
	float: none;
}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	padding: 0;
	margin: 0;
}
#theFrame{
	background-image: url(../image/base.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0;
	margin: 0;
}
/* footer section that sits below the frame */
#footer {
	width: 800px;
	clear: both;
	float: none;
	padding:1em 10px;
	margin: 0 auto;
	color: #999999;
	font-size: 0.8em;
	text-align: right;
	background-color:#FFFFFF;
	background-image:url(../image/bg-base.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 0px none #FFFFFF;
}
/* background image is set in the individual web page */
#mainScrn .walkAnim {
	height: 296px;
	width: 780px;
	background-repeat: no-repeat;
	padding:0;
	margin:0;
}


/* text specific formatting */
h1 {
	font-family: Kristen ITC, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF6600;
	letter-spacing: 0.1em;
	font-size: 1.5em;
	margin:10px 0;
}
h2 {
	font-weight: normal;
	color: #009900;
	font-size: 1.2em;
	margin:0;
	padding: 0;
	line-height: 1em;
	letter-spacing: 0.1em;
}
p {
	padding:0;
	margin:0em 0 1.5em 0;
}
a {
	font-size:0.9em;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color:#FF6600;
}


/* define basic layout of left column and right column */
#mainScrn {
	background-color: #FFFFFF;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.set {
	clear: both;
	float: none;
	padding: 0;
	background-color: #FFFFFF;
}
.col1 {
	float: left;
	width: 150px;
	text-align:left;
	margin: 0;
	padding: 0 10px 0 20px;
}
.col1 .ebrief {
	font-size: 0.75em;
	padding: 0;
	margin: 0.25em 0 1em 0;
}
.col1 .ebrief a {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	display:inline;
}
.col1 .ebrief a:hover {
	color:#FF6600;
}

/* column for section contents */
.col2 {
	float: right;
	width: 560px;
	text-align:left;
	margin: 0 20px 0 10px;
	line-height: 1.4;
	background-color: #FFFFFF;
}

/* formatting for navigation column */
.set .col1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 12px 0 20px 0;
}
.set .col1 ul li {
	text-align:center;
	font-size:0.85em;
	line-height: 1.2em;
	padding: 4px 0 0 0;
	margin: 8px 0 1px 0;
	display: block;
	background-image: url(../image/t-button.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.set .col1 .bBase {
	background-image: url(../image/l-button.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	height: 7px;
}
.col1 a{
	color:#FFFFFF;
	display:block;
	text-decoration:none;
}
.col1 ul li:hover {
	background-color:#990033;
}
.leafLnk{
	text-align: center;
}
.leafLnk a{
	border:none;
}
.contact{
text-align:right;
font-size:0.8em;
color:#333333;
padding:0 0 1em 0;
}
.button1 {
	background-color: #4D5D94;
}
.button2 {
	background-color: #EC0000;
}
.button3 {

	background-color: #FB9600;
}
.button4 {
	background-color: #009900;
}
.rhF {
	float: right;
	border: 1px solid #666666;
	padding: 4px;
	margin: 8px;
}
#gallery {
	width: 400px;
	margin: 0px auto;
}
#gallery img {
	padding:10px;
	border:1px solid #000000;
	margin:10px 0px;
}
.smallTxt {
	font-size: 0.8em;
	text-align: center;
}
.lgCol {
	float: left;
	width: 300px;
}
.smCol {
	float: right;
	width: 235px;
	border-left: dotted 1px #009900;
}
smCol.sBox{
	padding-left: 12px;
}
.gbHead{
	margin:0 0 1em 0;
	padding-left:12px;
}
.sBox{
	border-top: dotted 1px #009900;
	margin:1em 0;
	padding-top:1em;
	padding-left:12px;
}
.sBox ul {
	margin: 0.5em 0 0.2em 0.5em;
	padding-left: 0em;
	list-style:none;
}
.sBox li {
	background-image: url(../image/t-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .4em;
	padding-left: 1.5em;
}
.sBox .ages {
	font-size: 0.8em;
	font-weight: bold;
	color: #FF9900;
	margin: 0.5em 0;
}
#sponLogo {
	width: 550px;
	margin: 1px auto;
	text-align: center;
	padding: 1px;
}
#sponLogo img {
	padding: 1em;
}

