﻿/* CSS layout */

body {
  	text-align: center;
  	min-width: 770px; /* Use this, or */
   	background-image: url('../buttons/images/body_light_background.jpg');
   	font-family: verdana;
	font-size: 10pt;
	color: #333333;
}
 
/*Navigation Divs */

div.wrapper {
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   background-color: white;
   width:765px;
   
   }
   
#masthead {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 99px;
	}

#top_left {
	width: 288px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 99px;
}

#topnav {
	margin-left:288px;
	width:477px;
	height:44px;
	}
 
#header {
	margin-left:288px;
}

#container {
	position: relative;
	width:	765px;
	height:220px
}

#left_col {
	width: 288px;
	position: absolute;
	left: 0px;
	top: 0px;
	height:220px
}

#logo {
	width: 288px;
	position: absolute;
	left: 0px;
	top: 0px;
	height:220px;
	background-image:url('images/logo.jpg') 
}


#image_content {
	margin-left: 288px;
	background-image: url('images/green_strip.jpg');
	height:220px; 
	}
 
#slideshow {
	position:relative;
	margin-left: 0px;
	height:170px;
	top:15px
 
	 
	}

#page_container {
	position: relative;
	width:	765px;
	height:100%	;
	background-color:white
	 
}


#blank{
width:765px;
background-color:white

}


#menu{
width:765px;
background-color:white

}

#page_content {
	width:750px;
	margin-left:5px;
	padding-top:12px;
	text-align:left;
 
}

#footer {
	clear:both;
	width: 765px;
	background-image: url('images/green_bottom.jpg');
	background-repeat: repeat-x;
	overflow:auto;
	text-align:center;
}


.flags {
	position: absolute;
	width: 140px;
	height: 23px;
	z-index: 1;
	left: 630px;
	top: 10px;
}


/*Text Styles */
a:link
{
	color: #5C8207; 
	text-decoration:none 
}

a:hover {
	color: #333333;
	text-decoration: underline;
}
a:visited
{
	color: #5C8207; 
	text-decoration:none 
}

.booking_form {
	background-image: url('../buttons/images/book_bg1.gif');
	border: thin solid #669900;
	color: #FFFFFF;
	text-align:center;
	width:170px
}
.bottom {
	text-align:center ;
	font-size:x-small;
	background-image:url('../buttons/images/body_light_background.jpg');
	color:white
}

.copyright {
	text-align:left ;
	font-size:x-small;
}


.style2 {
	text-align: right;
	font-size: x-small; 
	}

.style3 {
	position: absolute;
	width: 130px;
	height: 22px;
	z-index: 1;
	left: 630px;
	top: 10px;
}



.image_border {
	border-width: 0px;
}

	.text_centre {
	text-align:center;
	width:170px
 
 
}
h1 {
	font-family: verdana, tahoma, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #5C8207
}

h2{
	font-family: verdana, tahoma, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #5C8207
 
}
.gallery_logo {
	width:470px;
	text-align:center;
	margin-top:30px
}
.gallery_table {
	background-color: #CCCCCC;
	width:450px
}
.subTableGallery {
	background-color: #CCCCCC;
	width: 400px;
}

.sitemap {
	position: absolute;
	width: 110px;
	height: 30px;
	z-index: 1;
	left: 3px;
	top: 11px;
}


#TopFrame {
	width: 385px;
	height: 300px;
	border: 0px;
}

#BottomFrame {
	width: 385px;
	height: 130px;
	border: 0px;
}
a:link2 {
	color: #FFFFFF;
}
.xmas {
	background-image: url('../buttons/images/snow_ledge.gif');
	background-repeat: repeat-x;
}


