/* CSS Document */

/* Main element styles */
* {
	margin: 0;
	padding: 0;
	}
html {
	height: 100%;
	}
body {
	text-align: center;
	background: #FFF url(images/bgBody.jpg) repeat-x;
	}
h2 {
	color: #5E885C;
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin: 0 40px 10px 40px;
	}
h3 {
	color: #5E885C;
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	margin: 0 40px 0 50px;
	}
p {
	margin: 0 50px 15px 50px;
	line-height: 1.4em;
	}
ul {
	margin: 0 0 10px 80px;
	}
a:link, a:visited {
	color: #AE6697;
	text-decoration: underline;
	}
a:hover, a:active, a:focus {
	color: #5E885C;
	text-decoration: none;
	}

/* End Main element styles */

#container {
	position: relative;
	width: 920px;
	margin: 0 auto 0 auto;
	text-align: left;
	}
#header {
	height: 210px;
	background: url(images/bgHeader.png) no-repeat;
	background-position: 0 40px;
	}
	#flash_container {
		height: 160px;
		width: 550px;
		margin: 50px 10px 0 0;
		float: right;
		}
#nav {
	list-style-type: none;
	display: block;
	height: 38px;
	background: url(images/bgContent.png) repeat-y;
	padding: 0 10px 0 10px;
	margin: 0;
	}
	#nav li {
		display: block;
		width: 12.5%;
		float: left;
		}
		#nav li a {
			color: #FFF;
			background: #006 url(images/bgNav.png) repeat-x;
			font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Verdana, Helvetica, Arial, sans-serif;
			display: block;
			height: 35px;
			border-left: 1px solid #003;
			border-right: 1px solid #009;
			border-bottom: 3px solid #003;
			line-height: 35px;
			text-align: center;
			font-weight: bold;
			text-decoration: none;
			}
			#nav li a:hover, #nav li a:active, #nav li a:focus {
				background: #5E885C url(images/bgNavOver.png) repeat-x;
				border-left: 1px solid #314730;
				border-right: 1px solid #5E885C;
				border-bottom: 3px solid #AE6697;
				}
#content-wrapper {
	font-family: Garamond, Georgia, serif;
	background: url(images/bgContent.png) repeat-y;
	color: #006;
	}
#content-inner {
	background: #FFF url(images/bgContentInner.png) repeat-x bottom;
	margin: 0 10px 0 10px;
	padding: 20px;
	min-height: 250px;
	}
	* html #content-inner { height: 250px; }
	
#specialpage-linkbox {
	margin: 0 100px 0 100px;
	padding: 10px 30px 10px 30px;
	background: #fff;
	border: 1px solid #006;
	clear: both;
	}
	#specialpage-linkbox a {
		font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Verdana, Helvetica, Arial, sans-serif;
		font-size: 1.2em;
		color: #006;
		}
	#specialpage-linkbox a:hover {
		color: #5E885C;
		}
#footer {
	width: 920px;
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	background: url(images/bgFooter.png) no-repeat;
	padding: 50px 0 30px 0;
	line-height: 30px;
	}


/* Classes */

.bold {
	font-weight: bold;
	}
.italic {
	font-style: italic;
	}
.clearboth {
	clear: both;
	}
.centre {
	text-align: center;
	}
	.center {
		text-align: center;
		}
div.imgrow {
	margin: 0;
	text-align: center;
	clear: both;
	}
	div.imgrow img {
		border: 1px solid #AE6697;
		padding: 2px;
		margin: 5px;
		}
.floatright {
	float: right;
	margin: 0 30px 10px 20px;
	}
.infobox {
	border: 1px solid #AE6697;
	padding: 5px 0 5px 0;
	margin: 30px 100px 0 100px;
	font-size: 0.8em;
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	}
.linkbutton, .linkbutton:link, .linkbutton:visited {
	padding: 10px 20px 10px 20px;
	height: 40px;
	line-height: 20px;
	margin-top: 30px;
	font-weight: bolder;
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	background: #003 url(images/bgNav.png) repeat-x;
	border: 2px outset #006;
	color: #FFF;
	}
	.linkbutton:hover, .linkbutton:active {
		background: #314730 url(images/bgNavOver.png) repeat-x;
		border: 2px outset #314730;
		}
/* <<----- Form Styles ----- */

#contactform {
		text-align: center;
		width: 400px;
		float: right;
		margin: 0 50px 0;
		}
		#contactform fieldset {
			border: none;
			display: block;
			background-position: right;
			border: 1px solid #5E885C;
			margin: 0 auto;
			text-align: left;
			padding: 10px;
			}
			#contactform fieldset legend {
				color: #006;
				font-weight: bolder;
				padding: 0 7px 0 7px;
				}
#specialform {
		text-align: center;
		width: 400px;
		margin: 0 50px 0 50px;
		}
		#specialform fieldset {
			border: none;
			display: block;
			border: 1px solid #AE6697;
			margin: 0 auto;
			text-align: left;
			padding: 10px;
			}
			#specialform fieldset legend {
				color: #006;
				font-weight: bolder;
				padding: 0 7px 0 7px;
				}
#tourplanner {
	border: 1px solid #5E885C;
	margin: 10px 60px 10px 60px;
	padding: 0;
	background: #EEFFEE;
	}
	#tourplanner h3 {
		text-align: center;
		margin: 0;
		background: #5E885C url(images/bgNavOver.png) repeat-x;
		color: #fff;
		font-weight: bold;
		height: 35px;
		line-height: 35px;
		}
	#tourplanner fieldset {
		border: 1px solid #AE6697;
		margin: 10px 30px 10px 30px;
		padding: 20px;
		}
		#tourplanner fieldset legend {
			margin: 0 0 0 10px;
			padding: 2px 10px 2px 10px;
			font-weight: bold;
			font-size: 1.1em;
			}
		#tourplanner fieldset label {
			width: 200px;
			font-size: 1em;
			}
		#tourplanner fieldset p {
			clear: both;
			margin: 20px 0 10px 0;
			}
		#tourplanner fieldset table {
			margin: 10px 0 10px 0;
			}
			#tourplanner fieldset table caption {
				text-align: center;
			}
			#tourplanner fieldset table tr td {
				padding: 2px;
				}
	.formrow {
		clear: both;
		padding: 3px;
		text-align: left;
		margin: 0 0 5px 0;
		}
	.formrow label {
		color: #006;
		display: block;
		width: 100px;
		float: left;
		text-align: right;
		font-weight: bold;
		font-size: 0.9em;
		cursor: pointer;
		padding: 2px 2px 0;
		}
	.formelement {
		color: #006;
		background: #FFF;
		display: block;
		float: left;
		font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Verdana, Helvetica, Arial, sans-serif;
		font-size: 0.8em;
		border: 1px solid #AE6697;
		padding: 3px;
		width: 250px;
		}
	.formselect {
		color: #006;
		font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Verdana, Helvetica, Arial, sans-serif;
		font-size: 0.8em;
		border: 1px solid #AE6697;
		padding: 3px;
		background: #FFF;
		min-width: 80px;
		}
	.formbutton {
		display: block;
		width: 100px;
		float: left;
		margin-left: 105px;
		color: #006;
		background: #BCD0BB;
		border: 2px outset ##BCD0BB;
		font-weight: bolder;
		font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Verdana, Helvetica, Arial, sans-serif;
		font-size: 0.8em;
		}
		* html .formbutton {
			margin-left: 50px;
			}
.bolder {
	font-weight: bold;
	}
.smaller {
	font-size: 0.9em;
	line-height: 1em;
	margin-top: 0;
	}
/* ----- Form styles end ----->> */

.coursetable {
	display: block;
}
.coursetable tbody tr td a{
	font-size: smaller;
	\font-size: x-small; 
	f\ont-size: smaller;
}
.coursetable caption {
	color: #006;
	font-weight: bold;
	text-align: left;
	padding: 0 0 5px 15px;
}


/* ----- Booking system styles ----- */


#bookingContainer {
	width: 700px;
	padding: 10px 0;
	margin: 20px auto;
	text-align: justify;
}
#bookingContainer h1 {
	background: url(images/bgHeader.png) no-repeat;
	height: 60px;
	text-indent: -10000px;
	margin: 10px 0;
}
#bookingContainer h2 {
	color: #5E885C;
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 1.2em;
	margin: 0;
}
#popupcontent {
	padding: 20px;
	min-height: 300px;
	}
	* html #popupcontent {
		min-height: 300px;
		}

#headerBookingSystem {
	background: url(images/headerBookingSystem.jpg) no-repeat;
}

.center {
	padding: 20px;
	text-align: center;
}
.hide {
	display: none;
}
.bolder {
	font-weight: bolder;
	margin: 10px 0;
	padding: 10px 0;
	clear: both;
}
.smaller {
	font-size: smaller;
	margin: 0;
	padding: 0;
}
.italics {
	font-style: italic;
}
.clearboth {
	clear: both;
	}
#form {
	text-align: center;
}
#form fieldset {
	border: 1px solid #AE6697;
	display: block;
	width: 480px;
	margin: 0 auto 20px auto;
	text-align: left;
	padding: 10px;
}
#form fieldset legend {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.formrow {
	clear: both;
	padding: 3px;
	text-align: left;
	margin-top: 10px;
}

.formrow label {
	display: block;
	width: 160px;
	float: left;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
	padding: 3px;
	margin: 0;
}

.formelement {
	display: block;
	float: left;
	font: small "Trebuchet MS", Garamond, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #EFE;
	border: 1px solid #AE6697;
	padding: 3px;
	width: 230px;
}
.formselect {
	font: small "Trebuchet MS", Garamond, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #EFE;
	border: 1px solid #AE6697;
}
.formselectwide {
	font: small "Trebuchet MS", Garamond, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #EFE;
	border: 1px solid #AE6697;
	width: 240px;
	margin: 0;
}

.formbutton {
	float: right;
	display: block;
	padding: 2px 10px 2px 10px;
	margin-right: 35px;
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	background: #006;
	border: 2px outset #006;
	color: #EEF;
}


#bookingContainer  ol li {
	margin-bottom: 20px;
	}
#bookingContainer ol li ol {
	list-style-type: lower-roman;
	}
#bookingContainer ul li {
	margin-bottom: 0;
	}
#bookingContainer .bold {
	font-weight: bold;
	}
