@charset "utf-8";
/* CSS Document */

body {
	font-family:Final Frontier, Georgia, "Times New Roman", Times, serif;
	background-color:#CCF;
	color:#006;
	margin-top:20px;
}
a:link, 
a:active, 
a:visited {
	color:#600;
}
h1, h2, h3 {
	padding:0;
	margin:0;
}
h1 {
	color:#a32431;
	font-size:1.25em;
}
h2 {
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
}
p {
	font-size:1em; 
}
img {
	border:0;
}
img.floatRight {
	float:right;
	clear:right;
}
img.floatLeft {
	float:left;
	clear:left;
	padding:5px;
}
.red {	
	color:#A81423; 
}
hr {
	color: #993333;
	background-color: #993333;
	height: 1px;
}

#wrap {
	margin:0 auto;
	width:770px;
}
#nav {
	width:90px;
	float:left;
	text-align:center;
	margin-right:10px;
}
#nav img {
	padding-bottom:15px; 
}
#navfooter {
	text-align: center;
	line-height: 14px;
	color: #4923B7;
	font-size: 12px;
}
#header {
	background-color: #CCF; 
	padding: 10px 0px; 
	margin-bottom: 25px;
	text-align:left;
	border-bottom: thin #5374A9 solid;
}
#header h1 {
	display:inline;
}
#content {
	position:relative;
	width:645px;
	float:right;
	border-left: medium #933 solid;
	padding:10px;
	background:url(../images/bg.jpg) bottom right no-repeat;
}

#content #home_logo {
	float:left;
	width:420px;
	text-align:center;
}
#content #home_text {
	float:right;
	width:215px;
	font-size:.92em;
}
#content #home_text h1 {
	font-size:1.3em;
	font-weight:bold;
	font-style:italic;
	color:#006;
}

#content #timetable td {
	width:100px;
	height:75px;
	text-align:center;
	vertical-align:middle;
}
#content #timetable td.leftCol {
	width:30px;
}
#content #timetable th {
	font-size:.8em;
}
#content #timetable .highlight {
	background-color:#8b5290;
}
#content #timetable a:link,
#content #timetable a:active,
#content #timetable a:visited {
	color:#006;
}
#content #newslettertext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.90em;
}
#content .note {
	border: #A81518 solid thin;
	padding:15px;
	text-align:center;
}
#content .profile {
	display:table;
	float:none;
	clear:both;
	padding:10px;
	height:260px;
}
#content .profile div {
	vertical-align:middle;
}
#content .profile img {
	display:table-cell;
	margin:5px;
}
#content marquee {
	color: #A81518; 
	font-family: Lucida Calligraphy;
	width: 655px;
	height: 26px;
}

/* BOOKING FORM */
#divBookingForm {
	display:none;
	min-height:450px;
}
#divBookingForm #ajax-response {
	padding:15px;
	background:#FFFF00;
	border:thin solid #F00;
	display:none;
}
#divBookingForm table th {
	text-align:right;
	vertical-align:text-top;
}
.enableLink {
	cursor:pointer;
}
.enableLink:hover {
	text-decoration:underline;
}
#frmBooking_Table {
	width:100%;
}
#frmBooking_Table input.fixed,
#frmBooking_Table textarea.fixed {
	width:200px;
}



/* END BOOKING FORM */


#footer { 
	clear:both; 
	margin-top:10px;
}
#footer a:link, 
#footer a:active, 
#footer a:visited {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer_content {
	padding-top:10px;
	border-radius: 5px;
	text-align:center;
	background-color:#c3c1f2;
	padding:10px;
	font-family:"Book Antiqua";
	font-size:0.7em;
	color:#000066;
}
#footer_top {
	border-bottom:thin #900 solid;
	padding-bottom:10px;
}
#footer_left {
	text-align:left;
	float:left;
	padding-top:10px;
}
#footer_right {
	text-align:right;
	float:right;
	padding-top:10px;
}

