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

body {
    text-align: center;
}

#wrapper {
    background-color:#FFF;
}


#banner img {
	border:#2E6E2E solid;
	border-width: 5px 5px 5px 5px;
	margin-top: 40px;
	margin-bottom: 40px;

}

#header {
	background-color:#67B767;

}

/*This is to hold the page in the centre of the browser*/

#outer_wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color:#7CB77C;
	background-image:url(../images/green_top.png);
	background-repeat:no-repeat;
}

#inner_wrapper {
	width: 960px;
	margin: 0 auto;
	height:250px;
	overflow: hidden;
}

#wrapper {
	margin: 0 auto;
	width: 870px;
	min-height: 650px;
	margin-top: 40px;
	margin-bottom: 40px;
            }
			


#navigation {
	width: 700px;
	margin: 0 auto;
	height: 20px;
	background-color: #286928;
	color: #FAE8C7;
	font-family: Tahoma, Geneva, sans-serif;
	padding:5px 0 5px 0;
}

/*This holds the 3 content divs, left, right & main*/
#content {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper #content #main ul li {
	list-style-type: disc;
}


#right {
	float:right;
	width: 150px;
	margin: 20px 20px 10px 10px;
	height: 500px;
	display: inline;
}

#left {
	float:left;
	width: 200px;
	margin: 20px 10px 10px 20px;
	padding-bottom: 10px;
	height:500px;
	display: inline;
}

#main {
	padding: 20px 10px 10px 10px;
	overflow:hidden;
	margin-top: 20px;
	text-align: justify;
	line-height: normal;
	font-family: tahoma;
	font-size: smaller;
	min-height: 580px;
	display: block;
        }
        
#footer {
	text-align:center;
	clear:both;
	background-color: #286928;
	color: #FAE8C7;
	font-family: Tahoma, Geneva, sans-serif;
}


        
h1 {
    text-align:center;
	text-shadow:#A4CCA4;
    font-size: 36px;
    font-family: "Lucida Console", Monaco, monospace;
    color: #286928;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;

	text-align: center;
	font-weight: bold;
}

h3 {
    font-family:Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
    line-height: normal;
    font-size: smaller;
}

/*Navigation link styles*/
a:link {
    color: #FAE8C7;
}

a:visited {
    color: #FAE8C7;
}

a:hover {
    color: #B8AB93;
}


/*I had to insert this style otherwise these would pick up the background color and appear invisible*/
.gallerypics, #maps, .links {
	font-family: Arial, Helvetica, sans-serif;
	color: #286928;
	text-decoration: underline;
}

/*Style for the table on the Prices page*/
tr {
	background-color:#A4CCA4;
	}
	
td {
	padding: 5px 5px 5px 5px;
	text-align:center;
}
#calendar {
	font-size: 0.5em;
	text-align:center;
	font-weight:bold;
}
 

.questions p .ans {
	font-style: italic;
}

.questions p .que {
	font-weight:bold;
}
#outer_wrapper #wrapper #banner img {
	background-color: #67B767;
}

.shadow {
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: none;
	border-right-color: #666;
	border-bottom-color: #666;
}
.booked {
	background-color:#F00;
}