/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset { 
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: center; /*fixes IE5 centering bug*/
}

#photomontage {
	width:800px;
	margin-bottom:10px;
}

#titlewrapper {
	width: 800px;
	height: 72px;
	clear: both;
}

#bumbletitle {
	width:300px;
	float:left;
}

	
#pagetitle {
	width: 500px;
	float: left;
	padding-top: 15px;
	text-align: left;
}

#leftsection {
	width: 175px;
	float: left;
}

#rightsection {
	width: 600px;
	float: left;
	padding: 10px;
}

#NavBar {
margin-top:20px;
width: 150px;
margin-left: 10px;
}

#NavBar ul {
font-size: 12pt;
margin: 0px;
padding: 0px;
list-style-type: none;
}

#NavBar li {
padding: 0px;
width: 160px; /*use the width of the image you created*/
text-align: left;
vertical-align: middle;
}

#NavBar a {
display: block; /*this allows the entire area to be clicked*/
height: 30px; /*height of the button*/
padding-top: 2px; /*this creates the space between buttons so
modify accordingly*/
padding-left: 22px;
margin-top: 2px;
text-decoration: none;
color: #000;
background-color: transparent;
background: url(../Images/button.gif) no-repeat;
}

#NavBar a:hover, #NavBar a:focus {
background: url(../Images/button_over.gif) no-repeat;
}

#NavBar .span {
padding-top: 3px;
}

#NavBar .bookOnlineButton a {
height: 45px;
background: url(../Images/book_online_button.png) no-repeat;
}

#NavBar .bookOnlineButton a:hover, #NavBar .bookOnlineButton a:focus {
background: url(../Images/book_online_button_over.png) no-repeat;
}

#Accred {
	margin-top:20px;
}

#Accred img {
margin-top: 10px;
}

#babel {
	margin-top: 25px;
}

p, h1, h2, h3, h4, h5, h6 {
	padding-top: 10px;
}

#myukForm {
	margin: 15px 0 15px 10px;
}


.photoright {
float: right;
font-size:12px;
text-align:center;
clear: both;
margin: 0 0 10px 10px;
}

.photoleft {
float: left;
font-size:12px;
text-align:center;
clear: both;
margin: 0 10px 10px 0;
}

.text {
text-align: left;
}

.text li {
	margin-top: 5px;
	margin-left: 30px;
}

.clearboth {
	clear: both;
}

.gardenActivity {
	font-weight: bold;
	color: green;
}

.otherActivity {
	font-weight: bold;
	color: black;
}

.waterActivity {
	font-weight: bold;
	color: blue;
}



#map {
width: 520px;
height: 480px;
margin: auto;
}

#map ul {
	text-align:left;
	margin-top:20px;
}

#footer {
	width:780px;
	clear:both
}

#selectmonth {
	margin: 20px;
	float: left;
	width: 500px;
}

#key {
float: left;
margin-left: 20px;
margin-top: 25px;
}

.key2 {
	height: 40px;
	width: 110px;
	font-size:12px;
	margin-top:10px;
	margin-bottom:-8px;
	text-align:left;
}

#allmonths {
	margin:auto;
	margin-top:20px;
}

#currentmonth {
	width: 192px;
	float:left;
	margin-left:15px;
	text-decoration: none;
}

.monthwrap {
	width: 192px;
	margin: 0 0 10px 30px;
	float:left;

}

#allmonths a {
text-decoration:none;
display:block;
}

.day {
	background-color:#FF9966;
	width: 25px;
	height: 20px;
	margin: 1px;
	margin-bottom: 3px;
	float: left;
}

.full {
	background-color:#FF99FF;
	width: 25px;
	height: 20px;
	margin: 1px;
	float: left;
}

.full a:hover {
	background-color:#FF66FF
}

.halffull {
	background-color:#FFFF66;
	width: 25px;
	height: 20px;
	margin: 1px;
	float: left;
}

.halffull a:hover {
	background-color:#FFFF00;
}

.empty {
	background-color:#66FF99;
	width: 25px;
	height: 20px;
	margin: 1px;
	float: left;
}

.empty a:hover {
	background-color:#66FF66;
}

.blank {
	background-color:#999999;
	width: 25px;
	height: 20px;
	margin: 1px;
	float: left;
}


#prices {
	float: left;
	width:500px;
	margin-top: 20px;
	margin-bottom:40px;
	margin-left: 100px;
}

#titles {
	clear:both;
}

.pricetitle {
	background-color:#FFCCFF;
	float:left;
	width: 80px;
	margin-right: 1px;
	margin-bottom: 2px;
	text-align:center;
}

.pricetitledate {
	background-color:#FFCCFF;
	float:left;
	width: 140px;
	margin-right: 1px;
	margin-bottom: 2px;
}

#data {
	margin: 1px;	
}

.priceseries {
	clear:both;
}

.pricedata {
	background-color:#6699FF;
	float:left;
	width: 80px;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align:center;
}

.pricedatadate {
	background-color:#6699FF;
	float:left;
	width: 140px;
	margin-right: 1px;
	margin-bottom: 1px;
}

#contactform {
	
}

#contactinputs {
	width: 320px;
}

#subject {
	display: none;
}

.right {
	position:absolute;
	right: 0px;
}

.posrelative {
	position: relative;
	margin: 6px;
}

.nomargpadd {
	margin=0;
	padding=0;
}	

.SpryHiddenRegion {
   visibility: hidden;
}


/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 90px; }
#galnav {	margin:0 auto 5px auto; }
#galleries {	margin:0 auto 10px auto; }
#galleries label { padding-bottom: 2px; }

#galnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#galnav li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#galnav a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 4px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#galnav a:link {
	background: #666;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#galnav a:visited {
	background: #666;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#galnav a:hover {
	background: #666;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#galnav a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	width: 93px;
	float: left;
	margin-right: 10px;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
	
}
#thumbnails div {
	position: relative;
	width: 30px;
	height: 30px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	left: 0px; right: 0px;
}
#picture {
	padding: 0px;
	width: 480px;
	float: left;
	clear: right;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
	width: 0px; height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }

#description {
	font-weight:bold;
}
