html
{
    overflow: scroll;
}

body 
{
    color: #666;
    xbackground: #f7f7f7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

body#home
{
    background: #F5FAF0;
}

body#about
{
    background: #F3F6F7;
}

body#facilities
{
    background: #EFF5FB;
}

body#activities
{
    background: #F3F1F9;
}

body#booking
{
    background: #FAF0F7;
}

body#contact
{
    background: #FCEFEE;
}

body#links
{
    background: #FFF8EB;
}

a, a:visited
{
    color:#005fa9;
	xcolor: #0066CC;
}
a:hover
{
    color: #00007B;
	xcolor: #FF6600;
}

a.disabled
{
	text-decoration: none;
	color: #999;
}

h2
{
	padding: 0px;
	margin: 0;
	font-size: 22px;
}

h3
{
	padding: 0px;
	margin: 0;
	font-size: 18px;
}

#banner
{
    width: 780px;
	height: 80px;
	background: #397FAD url("../images/logo.png") no-repeat left;
    border: 1px solid #ccc;
    margin: 0 auto;
}

#header
{
    width: 782px;
	color: white;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 0px;
    font-size: 13px;
    margin: 0 auto;
}

#page 
{
	clear: both;
    width: 780px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: white;
    text-align: left;
    margin: 0 auto;
}

#footer 
{
    width: 780px;
    text-align: left;
	font-size: 11px;
	height: 44px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color: White;
    color: #ccc;
}

#footer div
{
	padding: 12px;
}

#footer a
{
    color:#005fa9;
    text-decoration: none;
}

#footer a:hover
{
    color: #00007B;
    text-decoration: underline;
}

#footer p
{
	float: right;
	text-align: right;
	margin: auto;
}

#boxHolder
{
	float: right;
	padding: 12px;
	xbackground: red;
}

#pageHolder
{
	padding: 12px;
}

.pic
{
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 15px !important;
	margin: 10px 0 10px 10px;
}

#picRight
{
	float: right;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 15px;
}

#picRightCompact
{
	float: right;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0px 35px !important;
	margin: 10px 0 0px 30px;
}

#picLeft
{
	float: left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 10px 10px 10px !important;
	margin: 10px 10px 10px 5px;
}

#picLeft img, #picRight img, #picRightCompact img, .pic img
{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	margin: -6px 6px 6px -6px;
	padding: 1px;
}

.rightColumn
{
	float: right;
	margin: 0px 0px 0px 18px;
}

.generalBox
{
	border: 1px solid #ccc;
}

.box
{
	width: 163px;
	xborder: 1px solid #eee;
}

.boxTitleActivities
{
	border: 1px solid #ccc;
    background: #9A85C8;
    padding: 3px 0px 3px 5px;
    color: White;
    font-weight: bold;
}

.boxContents, .boxContentsCenter
{
    padding: 3px 3px 3px 5px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-image: url(../images/boxfade.png);
	background-repeat: repeat-x;
}

.boxContentsCenter
{
	text-align: center;
}

.boxContents p, .boxContentsCenter p
{
	padding: 0px;
	margin: 6px;
}

#headline
{
	overflow: hidden;
    height: 1%;
}

.menuHome 
{
    background: url(../images/box1.png) repeat-x left bottom;
    width: 60px;
}

.menuAbout
{
    background: url(../images/box2.png) repeat-x left bottom;
    width: 80px;
}

.menuFacilities
{
    background: url(../images/box3.png) repeat-x left bottom;
    width: 80px;
}

.menuActivities
{
    background: url(../images/box4.png) repeat-x left bottom;
    width: 80px;
}

.menuBooking
{
    background: url(../images/box7.png) repeat-x left bottom;
    width: 80px;
}

.menuContact
{
    background: url(../images/box5.png) repeat-x left bottom;
    width: 90px;
}

.menuLinks
{
    background: url(../images/box6.png) repeat-x left bottom;
    width: 60px;
}

.menuHome, .menuAbout, .menuFacilities, .menuActivities, .menuBooking, .menuContact, .menuLinks
{
	float: left;
	text-align: left;
    position: relative;
    border-left: 1px solid #bec8cb;
    border-right: 1px solid #bec8cb;
    border-top: 1px solid #bec8cb;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 4px;
}

.t div 
{
    background: url(../images/box_tl.gif) no-repeat top left;
    left: -2px;
}

.t 
{
    background: url(../images/box_tr.gif) no-repeat top right;
    top: -1px;
    right: -1px;
}

.b div 
{
    background: url(../images/box_bl.png) no-repeat bottom left;
    left: -2px;
}

.b 
{
    position: absolute;
    background: url(../images/box_br.png) no-repeat bottom right;
    xbottom: -1px;
    right: -1px;
}

.t div, .t, .b div, .b 
{
    position: absolute;
    width: 100%;
    height: 2px;
    font-size: 2px;
}


#homePage, #aboutPage, #facilitiesPage, #activitiesPage, #bookingPage, #contactPage, #linksPage
{
   	height: 18px;
   	width: 100%;
   	border-bottom: 1px solid #bec8cb;
}

a.menu, a.menu:visited
{
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding-top: .3em;
    padding-bottom: .2em;
    padding-left: .6em;
    font-weight: bold;
    text-decoration: none;
}

a.menu:hover
{
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding-top: .3em;
    padding-bottom: .2em;
    padding-left: .6em;
    font-weight: bold;
    text-decoration: underline;
}

#homePage
{
	background-color: #8FC15E;
}

#aboutPage
{
	background-color: #71969C;
}

#activitiesPage
{
	background-color: #9A85C8;
}

#facilitiesPage
{
	background-color: #5996CD;
}

#bookingPage
{
	background-color: #C25EA0;
}

#contactPage
{
	background-color: #B53528;
}

#linksPage
{
	background-color: #DF910B;
}

.clear
{
	clear: both;
}

.clearLeft
{
	clear: left;
}

.right
{
	float: right;
}

.date
{
	margin-top: 6px;
	color: #aaa;
	font-size: 12px;
}

.subtitle
{
	margin-top: 4px;
	margin-left: 2px;
	color: #aaa;
	font-size: 14px;
	font-weight: bold;
}

#autoContainer
{
	position:relative;
	float: left;
	margin-right: 8px;
	border: solid 1px #999;
	overflow: hidden;
}

#autoContainer img
{
	position:absolute;
	top:0; left:0;
}

ul
{
	xpadding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

li
{
	margin-top: 4px;
	margin-bottom: 4px;
}

table.timetable
{
	border-collapse: collapse;
}

table.timetable th
{
	border: solid 1px #ccc;
	width: 18px;
    background: #9A85C8;
    color: White;
    font-weight: bold;
	padding-left: 4px;
}

table.timetable td
{
	border: solid 1px #ccc;
	width: 18px;
	padding-left: 4px;
	background-image: url(../images/boxfade.png);
	background-repeat: repeat-x;
	white-space: nowrap;
}

table.timetable td.day
{
	border: solid 1px #ccc;
	width: 18px;
	text-align: center;
	height: 40px;
    background: #9A85C8;
    color: White;
    font-weight: bold;
}

table.timetable td.booked
{
	border: solid 1px #ccc;
	width: 18px;
	text-align: center;
	height: 40px;
	background-image: url(../images/boxfade.png);
	background-repeat: repeat-x;
}

table.timetable td.empty
{
	border: solid 1px #ccc;
	width: 18px;
	text-align: center;
	height: 40px;
	background-image: url(../images/back.png);
	background-repeat: repeat;
}

input.contact
{
    background: url(../images/box5.png) repeat-x left top;
	background-color: #B53528;
	border: solid 1px #D55548;
	color: White;
	font-weight: bold;
	cursor: pointer;
	width: 80px;
	height: 26px;
}

td.prompt
{
	vertical-align: top;
	padding-top: 4px;
}

.email
{
	display: none;
}

.error
{
	font-weight: bold;
	color: #900;
}

table.layout
{
	border-collapse: collapse;
}

table.layout td
{
	padding: 0px 0px 4px 0px;
	margin: 0px;
}

