@charset "UTF-8";
body {
	font: 16px/20px "Century Gothic", "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: #0072b6 url(images/back.jpg) scroll top center no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.invisible {display: none;}
.fltrt {float: right; margin: 0 0 10px 10px;}
.fltlt {float: left; margin: 0 10px 10px 0;}
.clearflt {clear: both; display: block;}
.shiftup { margin-top: -5px; }
a {
	text-decoration: none;
	border-bottom: 1px solid #acd7f4;
	color: #004484;
	}
a:hover {
	text-decoration: none;
	border-bottom: 0 none;
	background: #acd7f4;
}

#container {
	width: 806px; 
	background: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}


/*  HEADER  */
#header {
	background: #0072b6 url(images/banner.jpg) top center; 
	height: 208px;
	margin: 0;
}

#header h1 {
	display: none;
}

#header #nav {
	position: relative;
}


/* NAVIGATION */
#nav ul {
	list-style: none;
	position: absolute;
	top: 145px;
	#top: 155px;
	left: 120px;
}
#nav ul li {
	float: left;
	margin-right: 10px;
}
#nav ul li.active {
	font-weight: bold;
	color: #FF0000;
}
#nav ul li a {
	display: block;
	color: #FFF;
	padding: 4px 15px;
	border: 0 none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#nav ul li a:hover {
	background: url(images/nav_hover.gif) repeat-x;
	background: #64a8d9;
	background-color: rgba(140,194,231,0.5);
}



/* CONTENT WRAPPERS */
#contentWrap {
	width: 800px;
	margin:0 auto;
	padding: 0;
	background: #FFF url(images/contentback.gif) repeat-y center;
}

#contentTop {
	background: url(images/contenttop.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
}

#contentEnd {
	background: url(images/contentend.jpg) no-repeat top center;
	height: 56px;
	margin-top: -10px;
}


/*  ACTUAL CONTENT  */
#mainContent {
	padding: 30px 60px;
	line-height: 1.5em;
	font-size: 0.875em;
	color: #0079c1;
}

#mainContent h2 {
	font-size: 150%;
	font-weight: bold;
	color: #40aaf7;
/*
	background: url(images/h2back.gif) repeat-x;

*/	
	padding: 10px 0 5px 5px;
	margin-left: -5px;
}

#mainContent h2 small {
	font-size: 0.5em;
}

#mainContent p img {
}


/*  CONTACT PAGE  */
.detail {
	color: #004484;
}

#map {
	display: block;
	border: 0 none;
	background: transparent;
}
	#map img {
		display: block;
		border: 5px solid transparent;
	}
	#map:hover img {
		border-color: #acd7f4;
	}

p.small { font-size: 70% }



/* FOOTER */
#footer {
	clear: both;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 15px 0;
	background:#80b9db url(images/footershadow.gif) repeat-x top;
}

#footer p {
	font-size: 80%;
	color: #555;
	text-align: center;
	margin: 0;
	padding: 5px 0 3px 0;
}
#footer #phone {
	font-size: 200%;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 5px;
}
#footer #copyright {}

#footer #designer {
	display: block;
	left: 680px;
}

#footer a {
	color: #555;
}
#footer a:hover {
}


/*  TIMETABLE   */
table {
	cell-spacing: 0;
	border: 1px #DDD solid;
	border-collapse: collapse;
}
table tr td {
	border: 1px solid #DDD;
	text-align: center;
	width: 10em;
}
table tr th {
	text-align: center;
	background-color: #80b9db;
	color: #0079c1;
}

/*************/

.divider {
	display: block;
	margin: 0 auto;
	width: 424px;
	height: 34px;
	padding: 20px 0;
	background: url(images/divider.png) no-repeat 50% 50%;
}

.title {
	margin: 0;
	padding: 20px 0 0 0;
}

/* ===================== */
/* = Holiday Timetable = */
/* ===================== */
table .spacer td {
	height: 10px;
/*	padding: 0;*/
	border-right-color: transparent;
	border-left-color: transparent;
}

.alert {
	display: block;
	padding: 10px;
	background: #FFFAAC;
}