/* Generic
   ####### */

body, ul, li, h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	clear: both;
}

body {
	background: url('/images/page_bg.gif') repeat-y top center fixed;
	font-family: arial, sans-serif;
	font-size: 12px;
}

:active, :focus {
  outline: none;
}

img {
	border: none;
}

#wrapper {
	width: 870px;
	margin: 0 auto;
	text-align: center;
}

#header {
	height: 114px;
	background: url('/images/header.gif') no-repeat center;
}

#primary_navigation li {
	display: inline;
	list-style-type: none;
}

#content {
	margin: 0 auto;
	padding: 15px;
	background: url('/images/flowers_bg.gif') no-repeat top right;
}

.two_column, .three_column {
	clear: both;
	text-align: left;
}

#footer {
	background: url('/images/footer_bg.gif') no-repeat center;
  clear: both;
  margin-bottom: 15px;
  padding: 5px;
  text-align: left;
}

#footer p {
  color: #FFFFFF;
  font-size: 0.95em;
}

#footer p img {
  margin: 0 2px 0 5px;
  vertical-align: middle;
}

#footer a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


/* Home Page
   ######### */

.slideshow {
  float: left;
	width: 49%;
}

.dont_miss {
  float: right;
	width: 49%;
}

.latest_news {
  float: left;
	width: 49%;
}

.about {
  float: left;
	width: 49%;
	margin-top: 15px;
}

.forthcoming {
  float: right;
	width: 49%;
	margin-top: 15px;
}

.item {
	clear: both;
}

.item h1 {
	margin: 9px 0 5px 0;
	font-size: 1.2em;
}

.item p {
	margin: 0 0 5px 0;
	padding: 0;
	color: #777777;
}

.item img {
	float: left;
	margin-right: 5px;
  padding: 1px;
  border: 1px solid #D5D5D5;
}

.horizontal {
	clear: both;
	margin-top: 10px;
}

.dont_miss h1 {
	color: #ff9900;
}

.dont_miss a {
	text-decoration: none;
	color: #ff9900;
}

.dont_miss a:hover {
	text-decoration: underline;
}

.latest_news h1 {
	color: #018a9c;
}

.latest_news a {
	text-decoration: none;
	color: #018a9c;
}

.latest_news a:hover {
	text-decoration: underline;
}

.about p {
  margin: 10px 0 10px 0;
	color: #777777;
}

.about a {
	font-size: 1.6em;
	text-decoration: none;
	color: #379C9C;
}

.about a:hover {
	text-decoration: underline;
}

.forthcoming h1 {
	color: #4B8A27;
}

.forthcoming a {
	text-decoration: none;
	color: #4B8A27;
}

.forthcoming a:hover {
	text-decoration: underline;
}

#timetable {
	clear: both;
	padding-top: 15px;
  text-align: left;
}

#timetable h1 {
	padding-top: 10px;
  font-size: 1.2em;
	border-top: 1px solid #ccc;
  color: #3f3f3f;
}

#timetable ul {
	margin-top: 10px;
	text-align: center;
}

#timetable li {
	display: inline;
	margin-right: 12px;
	list-style-type: none;
}

#timetable .last_item {
  margin-right: 0;
}


/* Content Page
   ############ */

   #secondary_navigation {
     float :left;
     margin-top: 4px;
     padding: 14px 0 15px 0;
     width: 197px;
   	background: url('/images/secondary_nav_header.gif') no-repeat;
   }

   #secondary_navigation li {
   	padding-top: 5px;
     list-style-type: none;
   }

   #secondary_navigation li a {
     text-decoration: none;
     color: #018A9C;
  }

   #secondary_navigation li a:hover {
     text-decoration: underline;
   }

   #content_body {
   	float: left;
   	width: 406px;
   	margin-left: 12px;
   	margin-right: 12px;
   }

   #content_timetable {
   	float: left;
   	width: 618px;
   	margin-left: 12px;
   }

   #content_body ul {
     margin-bottom: 10px;	
   }

   #content_timetable ul {
     margin-bottom: 10px;	
   }

   #content_body h1, #content_timetable h1 {
   color:#018A9C;
   font-weight:normal;
   margin-bottom:10px;
   padding-top:0pt;
   }
   #content_body h2, #content_timetable h2 {
   font-size:1.5em;
   font-weight:normal;
   margin-bottom:5px;
   margin-top:15px;
   color:#3f3f3f;
   }
   #content_body p, #content_timetable p {
   color:#777777;
   font-size:1.1em;
   line-height:1.3em;
   margin-bottom:10px;
   }

   #content_body h3, #content_timetable h3 {
   	font-size: 1em;
    font-weight: bold;
    color:#3f3f3f;
   }
   
   #content_body p {
   	color: #777777;
   	margin-bottom: 10px;
   }

   #content_timetable p {
   	color: #777777;
   	margin-bottom: 10px;
   }

   #content_body a {
     color: #018A9C;
   	text-decoration: none;
   }

   #content_body a:hover {
   	text-decoration: underline;
   }

#content_body ul {
	color: #777777;
}

#content_body li {
	list-style-type: none;
}

#content_timetable .required {
	color: red;
}

#content_timetable table {
	width: 618px;
	margin-top: 5px;
	border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}

#content_timetable .normal {
	background-color: transparent;
}

#content_timetable .highlight {
	background-color: #f1f1f1;
}

#content_timetable th {
	padding: 5px;
	color: #777;
}

#content_timetable td {
	padding: 5px;
  border-top: 1px solid #ccc;
	color: #777;
}

#content_timetable a {
  color: #3f3f3f;
	text-decoration: none;
}

#content_timetable a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.left {
	width: 33%;
	float: left;
}

.middle {
	width: 33%;
	float: left;
}

.right {
	width: 32%;
	float: left;
}

label, input, textarea {
	float: left;
	display: block;
	width: 300px;
	margin-bottom: 10px;
	padding: 3px;
}

input, select {
  font-size: 1.4em;
}

select, textarea {
	font-family: arial, sans-serif;
}

textarea {
	height: 100px;
}

form {
	margin-top: 20px;
	color: #777777;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
	font-weight: bold;
}

form br {
	clear: left;
}

.submit {
	width: auto;
	font-size: 1em;
}

#content_image {
  float: right;
}

#content_image img {
  margin-top: 17px;
}