
/****** Body ******/

body {
	font-size: 70%; 
	margin: 0px auto; 
	padding: 0px; 
	background: url(../img/body_background.gif) top center repeat-y; 
	font-family: arial, sans-serif;
}

.container {
	width: 990px;
	margin: 0px auto;
	padding: 0px;
	background-color: rgb(255,255,255);
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}

.img-header {
	clear: both;
	float: left;
	width: 990px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	border-top: thin solid Silver;
	border-bottom: thin solid Silver;
}

/****** Menu - Top ******/

.menu-top {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans serif;
	font-size: 1.0em;
}
.menu-top ul {
	float: left;
	width: 990px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	background-color: rgb(102,127,70);
	font-weight: bold;
}	
.menu-top li {
	display: inline; 
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}
.menu-top li a {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid Black;
	color: rgb(255,255,255);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 100%;
}
.menu-top a:hover, .menu-top a.selected {
	color: rgb(50,50,50); 
	text-decoration: none;
}

.buffer {
	clear: both; 
	width: 990px; 
	height: 15px; 
	margin: 0px; 
	padding: 0px; 
	background-color: rgb(255,255,255);
}

/****** Side Bar - Left ******/

.side-bar-left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	color: rgb(0,0,0);
	font-size: 1.0em;
}
.side-bar-left ul {
	width: 200px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom: solid 1px rgb(216,206,159);
	background-color: rgb(102,127,70);
}	
.side-bar-left li {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}
.side-bar-left li.title {
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 2px 15px; 
	background-color: rgb(156,186,214); 
	color: rgb(255,255,255); 
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: 120%;
}
.side-bar-left li.group a {
	display: block; 
	min-height: 1.7em; 
	height: auto !important; 
	height: 1.7em; 
	line-height: 1.7em; 
	margin: 0px; 
	padding: 0px 7px 0px 15px; 
	border-top: solid 1px rgb(200,200,200); 
	border-left: solid 7px rgb(219,230,241); 
	color: rgb(0,0,0); 
	font-weight: bold; 
	font-size: 120%;
}
.side-bar-left li a {
	display: block; 
	min-height: 1.7em; 
	height: auto !important; 
	height: 1.7em; 
	line-height: 1.7em; 
	margin: 0px; 
	padding: 0px 7px 0px 20px; 
	border-left: solid 7px rgb(219,230,241); 
	color: rgb(0,0,0); 
	text-decoration: none; 
	font-size: 120%;
}
.side-bar-left li a:hover, 
.side-bar-left li a.selected {
	border-left: solid 7px rgb(156,186,214);  
	color: rgb(0,0,0); 
	text-decoration: none;
}
.sidebar-title {
	width:180px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 3px 10px 2px 10px;
	background-color: rgb(102,127,70);
	color: White;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
}
.sidebar-txtbox-noshade {
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
}
.sidebar-txtbox-shade {
	margin: 0px 0px 10px 0px; 
	padding: 2px 10px 3px 10px; 
	background-color: rgb(235,235,235);
}
.sidebar-txtbox-noshade p {
	margin: 0px 0px 5px 0px; 
	padding: 0px; 
	line-height: 1.25em; 
	font-size: 110%;
}
.sidebar-txtbox-shade p {
	margin: 0px 0px 5px 0px; 
	padding: 0px; 
	line-height: 1.25em; 
	font-size: 110%;
}
.sidebar-left-box {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid Silver;
}

/****** Side Bar - Right ******/

.side-bar-right {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	color: rgb(0,0,0);
	font-size: 1.0em;
}
.sidebar-right-box {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid Silver;
}
.side-bar-right ul {
	width: 200px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom: solid 1px rgb(216,206,159);
	background-color: rgb(102,127,70);
}	
	
/****** Big day counter ******/

.big-day {
	color: Black;
	font-size: small;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 15px;
}

/******  Images ******/

.image-centre {
	text-align: center;
	width: 500px;
	margin: 0px 25px 0px 25px;
}
.image-caption {
	text-align: left;
	color: #656565;
	font-size: 90%;
}
.image-box {
	border: 1px solid Black;
	margin-bottom: 0px;
}
.image-sidebar {
	text-align: center;
	margin: 0px 15px 15px 15px;
}
.image-left {
	float: left;
	margin: 0px 20px 5px 0px;
}
.image-right {
	float: right;
	margin: 0px 0px 0px 10px;
}
.image-pad {
	float: left;
	padding: 5px 5px 5px 5px;
}

/****** Centre content ******/

.content1 {
	float: left;
	width: 547px;
	min-height: 500px;
	margin: 0px;
	padding: 0px 20px 10px 20px;
	color: rgb(0,0,0);
	font-size: 120%;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
}
.content1-pagetitle {
	text-align: center;
	overflow: hidden;
	width: 530px;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 3px rgb(102,127,70);
   color: rgb(0,0,0);
	font-weight: bold;
	font-size: 150%;
}
.content1-1col {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}
.content-photopage {
	overflow: hidden;
	margin: 0px 0px 0px 27px;
	padding: 0px;
	float: left;
}
.content1-indent {
	overflow: hidden;
	margin: 10px 20px;
	padding: 0px;
}
.content1-box {
	overflow: hidden;
	margin: 10px 0px;
	border-bottom-width: 1px;
	border: 1px solid Silver;
	padding: 5px 5px 5px 5px;
}
.content1 ol {
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 0px 25px;
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 80%;
}
.content1-faq {
	font-style: italic;
	font-weight: bold;
}
table.course { 
	width: 60%; 
	padding: 0px; 
	border: none; 
	border: 1px solid #789DB3; 
	margin-left:20%; 
	margin-right:20%; 
}
table.course td { 
	font-size: 12px; 
	border: none; 
	background-color: #F4F4F4; 
	vertical-align: middle; 
	padding: 3px; 
	font-weight: bold; 
}

/****** Text Insert ******/

.txtbox {
	float: right;
	width: 180px;
	background-color: #F4F4F4; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 1px solid Silver;
	margin-left: 5px;
}
.txtbox-title {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: rgb(102,127,70);
	color: White;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
}
.txtbox-image {
	width: 179px;
	border: 1px solid Silver;
	margin: 0px;
}
.txtbox-inner {
	padding: 3px;
	padding-bottom: 0px;
}
.txtbox-link {
	border-top: 1px solid Silver;
	width: 174px;
	padding: 3px;
	background-color: #F4F4F4;
	color: #0000FF;
}

/****** Photo Gallery ******/

#gallery {
	padding: 0;
	margin: 0 93px;
	list-style-type: none;
	overflow: hidden;
	width: 362px;
	height: 611px;
	border: 1px solid #667F46;
	background: #fff url(../img/gallery_back.gif);
}
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:30px;
  width:362px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:362px; 
  height:30px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:239px;
  }
#gallery li a:hover img {
  height:239px;
}

/****** Alignment ******/

.align-centre {text-align: center;}

/****** Footer Area ******/

.footer {
	overflow: hidden;
	clear: both;
	width: 990px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid Black;
	color: White;
	font-size: 1.0em;
	background-color: rgb(102,127,70);
	border-bottom: 1px solid Black;
}
.footer p {
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
	line-height: 1.3em; 
	font-size: 110%;
}


