/* global */
html{height: 100%;}

body
{ font-family: tahoma, verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

body
{ background: #3E6F42;
  color: #333333;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  font-size: 108%;
  letter-spacing: .1em;
}

h1
{ background: transparent;
  color: #83B82E;
  border-color: #E1E1E1;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

h3
{ font-family:  arial, tahoma, sans-serif;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 5px 0px; 
  font-size: 108%;
  font-weight: bold;
  color: #385F3B;
  line-height: 25px;
}

img{border: 0px;}

a{outline: none;
color:#FF9900;
text-decoration: none;
font-weight: bold;}

a:hover{color:#FF9900;
text-decoration: underline;}

a:visited{color:#FF9900;
}


/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #logoflash, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 785px;}

#main
{ background: #FFFFFF url(images/bg.gif) repeat-y;
  color: #333333;
}

#banners
{ margin-left: auto; 
  margin-right: auto;
  width: 765px;
  height: 100px;
  font-size: 88%;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
}

/* links above the logo / footer */
#links, #footer
{ width: 765px;
  height: 60px;
  font-size: 88%;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
}

#links{text-align: right;}

#links, #footer
{ background: #527453;
  color: #FFFFFF;
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #FFFFFF;
}

#footer
{ text-align: center; 
  border-top: 5px solid;
  border-bottom: 5px solid;
}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

#base
{ margin-left: auto; 
  margin-right: auto;
  width: 785px;
  height: 20px;
  font-size: 88%;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
}

/* logo */
#logo
{ width: 765px;
  height: 178px;
  border-bottom: 5px solid;
}

#logoflash
{ width: 765px;
  height: 178px;
  border-bottom: 5px solid;
}

#logo h1, #logo h2
{ margin: 0px;
  letter-spacing: .2em;
}

#logo h1
{ padding: 28px 0px 0px 19px;
  font-size: 160%;
}

#logo h2
{ font-family: arial, sans-serif;
  padding: 5px 0px 0px 19px;
  font-size: 108%;
}

#logo
{ background: #FFFFFF url(images/main.jpg);
  color: #656F57;
  border-top-color: #656F57;
  border-bottom-color: #559258;
}

#logoflash
{ color: #656F57;
  border-top-color: #656F57;
  border-bottom-color: #559258;
}

#logo h2
{ background: transparent;
  color: #EEE;
}

/* navigation menu */
#menu
{ height: 75px;
  width: 785px;
  padding: 0px;
  position: relative;
}

#menu
{ background: #FFFFFF url(images/menu_bg_blank.jpg);
  color: #656F57;
}

#menu ul{margin: 0px auto;
padding-left: 10px;} 

#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 49px 0px 0px 0px;
  list-style: none;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 12px 0px 12px;
} 

#menu li a
{ background: #466E46;
  color: #CCCCCC;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #559258;
  color: #FFFFFF;
} 

/* main content */
#content
{ width: 765px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 197px;
  margin: 0px 0px 0px 0px;
  float: right;
  padding: 19px 19px 15px 19px;
}

.sidebaritem
{ text-align: left;
  width: 168px;
  float: left;
  margin: 0px 0px 23px 0px;
  border: 1px solid;
  padding: 14px 8px 14px 19px;
}

.sidebaritem
{ background: #F9F9F9;
  color: #656F57;
  border-color: #E1E1E1;
}

.sidebaritem h1
{ margin: 0px; 
  font-size: 125%;
  font-weight: bold;
  color: #385F3B;
  padding: 0px 0px 12px 0px;
}

.sidebaritem p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 0px 0px;
  text-decoration: none;
}

.sbilinks{padding: 0px}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
  
} 

.sbilinks li a
{ float: left; 
  height: 16px;
  text-decoration: none; 
  } 

.sbilinks li a, .sidebaritem a
{ color: #FF9900;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ color: #FF9900;
text-decoration: underline;
} 

/* History Page */

.date
{ font-family: arial, tahoma, arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #FF9900;
}

#history
{ width: 725px;
  text-align: left;
  padding: 10px 20px 0px 20px;
  margin-bottom: 5px;
}

#history h1
{ font-family: arial, tahoma, arial, sans-serif;
  padding: 5px 0px 0px 0px; 
  margin: 0px 0px 0px 0px; 
  border-bottom: 1px solid;
  border-color: #E1E1E1;
  font-size: 108%;
  font-weight: bold;
  color: #385F3B;
}

#historyimage, #poemimage
{ width: 543px;
  text-align: left;
  padding: 0px 20px 0px 200px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#historyimage h1, #poemimage h1
{ font-family: arial, tahoma, arial, sans-serif;
  padding: 5px 0px 0px 0px; 
  margin: 0px 0px 0px 0px; 
  border-bottom: 1px solid;
  border-color: #E1E1E1;
  font-size: 108%;
  font-weight: bold;
  color: #385F3B;
}

#historyimage
{ background: url(images/history.jpg) no-repeat left top;
}

#poemimage
{ background: url(images/poem.jpg) no-repeat left top;
}

/* End of History Page */

/* Booking Pages */

#booking
{ width: 543px;
  text-align: left;
  padding: 0px 20px 0px 200px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#booking h1
{ font-family: arial, tahoma, arial, sans-serif;
  padding: 5px 0px 0px 0px; 
  margin: 0px 0px 0px 0px; 
  border-bottom: 1px solid;
  border-color: #E1E1E1;
  font-size: 108%;
  font-weight: bold;
  color: #385F3B;
}

#booking
{ background: url(images/booking.jpg) no-repeat top left;
}

/* Build Pages */

.date
{ font-family: arial, tahoma, arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #FF9900;
}

#build1, #build2, #build3, #build4, #build5, #build6, #build7, #build8, #build9, #build10, #build11, #build12, #build13, #build14, #build15, #build16, #build17, #build18, #build19, #build20, #build21, #build22
{ width: 543px;
  text-align: left;
  padding: 0px 20px 0px 200px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#build1 h1, #build2 h1, #build3 h1, #build4 h1, #build5 h1, #build6 h1, #build7 h1, #build8 h1, #build9 h1, #build10 h1, #build11 h1, #build12 h1, #build13 h1, #build14 h1, #build15 h1, #build16 h1, #build17 h1, #build18 h1, #build19 h1, #build20 h1, #build21 h1, #build22 h1
{ font-family: arial, tahoma, arial, sans-serif;
  padding: 5px 0px 0px 0px; 
  margin: 0px 0px 0px 0px; 
  border-bottom: 1px solid;
  border-color: #E1E1E1;
  font-size: 108%;
  font-weight: bold;
  color: #385F3B;
}

#build1
{ background: url(images/build01.jpg) no-repeat top left;
}

#build2
{ background: url(images/build02.jpg) no-repeat top left;
}

#build3
{ background: url(images/build03.jpg) no-repeat top left;
}

#build4
{ background: url(images/build04.jpg) no-repeat top left;
}

#build5
{ background: url(images/build05.jpg) no-repeat top left;
}

#build6
{ background: url(images/build06.jpg) no-repeat top left;
}

#build7
{ background: url(images/build07.jpg) no-repeat top left;
}

#build8
{ background: url(images/build08.jpg) no-repeat top left;
}

#build9
{ background: url(images/build09.jpg) no-repeat top left;
}

#build10
{ background: url(images/build10.jpg) no-repeat top left;
}

#build11
{ background: url(images/build11.jpg) no-repeat top left;
}

#build12
{ background: url(images/build12.jpg) no-repeat top left;
}

#build13
{ background: url(images/build13.jpg) no-repeat top left;
}

#build14
{ background: url(images/build14.jpg) no-repeat top left;
}

#build15
{ background: url(images/build15.jpg) no-repeat top left;
}

#build16
{ background: url(images/build16.jpg) no-repeat top left;
}

#build17
{ background: url(images/build17.jpg) no-repeat top left;
}

#build18
{ background: url(images/build18.jpg) no-repeat top left;
}

#build19
{ background: url(images/build19.jpg) no-repeat top left;
}

#build20
{ background: url(images/build20.jpg) no-repeat top left;
}

#build21
{ background: url(images/build21.jpg) no-repeat top left;
}

#build22
{ background: url(images/build22.jpg) no-repeat top left;
}

/* End of Build Pages */

/* Gallery Pages */

/* image fader */
img.image_smoke {border:0px solid #333333;}

/* greenbull */
.greenbull{font-size:10px; font-weight:bold; color:#00C355; text-decoration: none;}

.details
{ font-size: .68em;
  color: #333333;
  }
		
#gallnav
{ width: 725px;
  text-align: center;
  padding: 25px 20px 0px 20px;
  margin-bottom: 5px;
  font-weight:bold;
  color: #999;
}

#gallnavbottom
{ width: 725px;
  text-align: center;
  padding: 10px 20px 20px 20px;
  margin-bottom: 5px;
  font-weight:bold;
  color: #999;
}
		
/* End of Gallery Pages */

/* Contact Form */
input.form_mailing       {border:1px solid; width:200px; height:16px; overflow:hidden; padding-left:05px; color:#559258;}
input.form_content       {border:1px solid; padding-left:05px;}
input.form_reset       {border:3px solid; width:100px; padding-left:05px; color:#559258;}
input.form_submit       {border:3px solid #559258; width:185px; padding-left:05px; color:#559258;}
textarea.form_content       {border:1px solid; width:285px; padding-left:05px; color:#559258;}

/* End of Contact Form */

/* Plan Page */

#plan1, #plan2, #plan3, #plan4, #plan5, #plan6, #plan7, #plan8, #plan9, #plan10, #plan11, #plan12, #plan13, #plan14
{ width: 543px;
  height: 100px;
  text-align: left;
  padding: 0px 20px 0px 200px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#plan1 h1, #plan2 h1, #plan3 h1, #plan4 h1, #plan5 h1, #plan6 h1, #plan7 h1, #plan8 h1, #plan9 h1, #plan10 h1, #plan11 h1, #plan12 h1, #plan13 h1, #plan14 h1
{ font-family: arial, tahoma, arial, sans-serif;
  padding: 5px 0px 0px 0px; 
  margin: 0px 0px 0px 0px; 
  border-bottom: 1px solid;
  border-color: #E1E1E1;
  font-size: 108%;
  font-weight: bold;
  color: #385F3B;
}

#plan1
{ background: url(images/plan01.jpg) no-repeat left;
}

#plan2
{ background: url(images/plan02.jpg) no-repeat left;
}

#plan3
{ background: url(images/plan03.jpg) no-repeat left;
}

#plan4
{ background: url(images/plan04.jpg) no-repeat left;
}

#plan5
{ background: url(images/plan05.jpg) no-repeat left;
}

#plan6
{ background: url(images/plan06.jpg) no-repeat left;
}

#plan7
{ background: url(images/plan07.jpg) no-repeat left;
}

#plan8
{ background: url(images/plan08.jpg) no-repeat left;
}

#plan9
{ background: url(images/plan09.jpg) no-repeat left;
}

#plan10
{ background: url(images/plan10.jpg) no-repeat left;
}

#plan11
{ background: url(images/plan11.jpg) no-repeat left;
}

#plan12
{ background: url(images/plan12.jpg) no-repeat left;
}

#plan13
{ background: url(images/plan13.jpg) no-repeat left;
}

#plan14
{ background: url(images/plan14.jpg) no-repeat left;
}

/* End of Plan Page */

/* Links Page */

#linkenthusiasts, #linkofficial, #linklocal
{ width: 543px;
  text-align: left;
  padding: 0px 20px 0px 200px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#linkenthusiasts h1, #linkofficial h1, #linklocal h1
{ font-family: arial, tahoma, arial, sans-serif;
  padding: 5px 0px 0px 0px; 
  margin: 0px 0px 0px 0px; 
  border-bottom: 1px solid;
  border-color: #E1E1E1;
  font-size: 108%;
  font-weight: bold;
  color: #385F3B;
}

#linkenthusiasts
{ background: url(images/link_enthusiast.jpg) no-repeat left top;
}

#linkofficial
{ background: url(images/link_official.jpg) no-repeat left top;
}

#linklocal
{ background: url(images/link_local.jpg) no-repeat left top;
}

/* End of Links Page */

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 508px;
  float: left;
  padding: 2px 3px 15px 19px;
}

#column2 h1
{ font-family:  arial, tahoma, sans-serif;
  padding: 17px 0px 0px 0px; 
  margin: 0px 0px 5px 0px; 
  border-bottom: 1px solid;
  border-color: #E1E1E1;
  font-size: 108%;
  font-weight: bold;
  color: #385F3B;
}

#content, #column2
{ background: #FFFFFF;
  color: #333333;
  border-color: #cccccc;
}

#column2 a
{ color: #FF9900;
  font-weight: bold;
  text-decoration: none;
 
}

#column2 a:hover
{ background: #FFFFFF;
  color: #FF9900;
  border-color: #83B82E;
  text-decoration: underline;
}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 259px; 
  font-family: tahoma, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
  margin: 2px;
}

input, textarea
{ background: #FFFFFF;
  color: #656F57;
  border-color: #E1E1E1;
}

.submit
{ font-family: tahoma, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
}

#copy
{ margin-left: auto; 
  margin-right: auto;
  text-align: right;
  width: 785px;
  height: 30px;
  font-size: 88%;
  background: #FFFFFF url(images/copy_bg.gif);
  
}

#copy li, li a
{ list-style: none;
padding: 5px 5px 0px 0px;
color: #669966;
text-decoration: none;}

#copy li a:hover, #copy li a#selected:hover
{ color: #669966;
  text-decoration: underline;
}

#copy li a:visited
{ color: #669966;
  text-decoration: none;
}