/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
}

p {
	padding-top:0px;
	padding-bottom:0px;
}

ul {
		padding:0px;
		margin:10px 10px 10px 20px;
}

h1 {
	font-size:1.6em;
	font-weight:lighter;
	text-align:center;
	padding-bottom:5px;
}

h2 {
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	padding-bottom:5px;
}


.main {
	border:1px solid #999999;
	width:950px;
	
	margin:auto;
	margin-top:10px;
}

.topNav {
	width:100%; 
	height:30px; 
	background-color:#709605; 
	color:#fff; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:0.8em; 
	font-weight:bold;
}

.mainText {
	background-color:#D3C297;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#004066;
	width:284px;
	height:303px;
	margin:0px;
	padding:10px;
	text-align:justify;
}

.OnlineBooking {
	background-color:#BCBCBC;
	color:#053B5F;
	text-align:left;
	font-size:0.8em;
	padding:5px;

}

.weather {
	padding:10px;
	background-color:#7A7A7A;
	color:#fff;
	text-align:center;
}


.footer {
	background-color:#004066;
	height:30px;
	width:100%;
}
/******************************************************************
-------------------------------------------------------------------
				Start TOP menu styles
-------------------------------------------------------------------
******************************************************************/
/* This is the banner with the horizontal menu structure.  */
#bannerMenu_horizontal {
	margin: 0;
	display:block; 
	height: 20px;
	text-align:right; 
	padding-top: 3px;
	padding-bottom: 1px;
	background-color: #709605;
	list-style-type: none;
}

#bannerMenu_horizontal li {
	display: inline;
	font-size: 1.4em;
	margin: 0;
	border-right: 1px solid #fff;
	padding: 0 5px;
	height: 20px;
}

#bannerMenu_horizontal li.lastHeaderList {
	border-bottom: 0;
	border-right: 0;
}

#bannerMenu_horizontal a {
	height: 20px;
}

/* the default look and feel of the banner horizontal menu links */
#bannerMenu_horizontal a:link, 
#bannerMenu_horizontal a:visited, 
#bannerMenu_horizontal a:hover,
#bannerMenu_horizontal a:active {
	color: #fff;
	text-decoration: none;
	font-size: .90em;
	font-weight: 700;
	padding: 0 5px;
}

/* colour change as users hover/focus and click on menu items in the banner  */
#bannerMenu_horizontal a:active, 
#bannerMenu_horizontal a:hover {
	color: #fff;
	text-decoration: none;
	background-color:#053B5F;
} 

/* this is the style applied to the currently active menu on the banner. */
#bannerMenu_horizontal a:link.currentPage,
#bannerMenu_horizontal a:hover.currentPage,
#bannerMenu_horizontal a:focus.currentPage,
#bannerMenu_horizontal a:active.currentPage,
#bannerMenu_horizontal a:visited.currentPage {
	color: #fff;
}


/******************************************************************
-------------------------------------------------------------------
				Start Left menu styles
-------------------------------------------------------------------
******************************************************************/

#leftMenu {
	position: relative; 
	width: 175px;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-left: 0px;
	line-height: 1.090;
	list-style-type: none;
	height: 1%;
	padding-right:0px;
	margin-right:0px;
}

#leftMenu li {
	padding: 0;
	background-color: #7A7A7A;
	color: inherit;
}

#leftMenu a:link, 
#leftMenu a:hover, 
#leftMenu a:focus, 
#leftMenu a:active, 
#leftMenu a:visited {
	display: block;
	color: #fff;
	font-size: 1.0em;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	background-color: #7A7A7A;
	margin:0px;
	padding:5px 0px 5px 10px;


}

#leftMenu a:hover, #leftMenu a:focus {
	background-color: #4C7A94;
	color: #fff;
}

#leftMenu a:active {
	background-color: #4C7A94;
	color: #fff;
}

#leftMenu a:link.currentPage,
#leftMenu a:hover.currentPage,
#leftMenu a:focus.currentPage,
#leftMenu a:active.currentPage,
#leftMenu a:visited.currentPage {
	background-color: #004066;
	color: #fff;
}


/******************************************************************
				end left menu - first level
******************************************************************/