@charset "utf-8";
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	background-color: #FFF5E8;
}
#container {
	width: 800px;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	font-size: small;
} 
#navigation {
	background: #9eb7e2;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 1.9em;
	width: 980px;
	font-size: 85%;
}
#navigation li {
	background: #9eb7e2;
	display: inline;
	margin: 0px;
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
	zoom: 1;
}
#navigation a:hover {
	color: #D2E6F8;
	text-decoration: underline;
	border-left-color: #FFF;
	border-right-color: #FFF;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

#Content h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: xx-large;
	margin-bottom: 0em;
}
#Content p {
	padding-top: 0em;
}

#mainContent {
	float: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-right: 10px;
	width: 750px;
	text-align: left;
} 
#homeContent {
	float: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-right: 10px;
	width: 290px;
	text-align: left;	
} 


#FrontPageList {
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: square;
	left: 0px;
}
#FrontPageList a {
	text-decoration: none;
	color: #000000;
}
#FrontPageList a:hover {
	color: #00F;
	text-decoration: underline;
}
#FrontPageList p {
	background-image: url(Images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	padding-left: 1.5em;
}

#Information {
	text-align: center;
	font-weight: normal;
}
#Information ul {
	display: inline;
}
#Information ul li {
	display: inline;
	padding-right: 20px;
	padding-left: 0px;
}
#Information ul li a {
	display: inline;
	text-decoration: none;
	color: #000000;
}
#Information ul li a:hover{
	color: #00F;
	text-decoration: underline;
}
#PhotoLinks {
	float: right; /* since this element is floated, a width must be given */
	width: 450px; /* top and bottom padding create visual space within this div  */
	background-color: #FFF;
	height: 450px;
	margin-right: 10px;
	margin-top: 20px;
}
#PhotoLinks h3, #PhotoLinks p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#photoalbum {
	text-align: center;
	height: 640px;
	width: 760px;
	margin: 0px;
	padding: 0px;
}

#Photo {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* top and bottom padding create visual space within this div  */
	background-color: #FFF;
	text-align: center;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#Photo h3, #Photo p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


#TextLinks {
	font-size: x-small;
	list-style-type: none;
	text-align: center;
	background-color: #D2e6f8;
	padding: 10px;
}
#TextLinks ul {
	font-size: x-small;
	list-style-type: none;
	text-align: center;
}
#TextLinks ul li {
	color: #9eb7e2;
	display: inline;
	padding-right: 20px;
}
#TextLinks ul li a {
	color: #000;
}
#TextLinks ul li a:hover {
	color: #9eb7e2;
}
#footer {
	background-color: #D2e6f8;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p, table { margin:0.75em 0 0; }
.availability table {
	padding: 0px;
	width: 325px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

th {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #9eb7e2;
}
img {
	border-style: none;
}


.column { float:left; margin:0 1.5em 0.75em 0; }

.booking {
	padding: 3px
}
.bookingtable {
	padding: 3px;
	width: 500px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.bookingtablewide {
	padding: 3px;
	width: 640px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
}
.middle {
	vertical-align: middle;
}

.error {
	color: #FF0000;
}
.timetable {
	text-align:center;
	color: #000000;
	background-color: #FFFFFF;
}
.calendarplaceholder {
	height: 280px;
	width: 280px;
}
.calendar {
	float: right;
	width: 290px;
	padding-top: 100px;
	padding-right: 20px;
	padding-left: 10px;
	text-align: left;
}



table.month th {
	padding:3px;
	text-align:center;
	font-size:100%;
	font-weight:bold;
}
table.month td {
	border: none;
	padding: 3pt 1.5pt;
	text-align: center;
	background-color: #d2e6f8;
}
.day-space {
	color:#0000cc;
	font-weight: bold;
	text-decoration: none;
}
.day-space a:hover {
	color: #006;
	text-decoration: underline;
}
.day-full  { color:#cc0000 }
.entered {
	color: #396CC1;
}
