/* CSS RESET
----------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, fieldset, legend, 
dl, dt, dd, ol, ul, li, 
form, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}


/* BASIC HTML ATTRIBUTES
----------------------------------------------------------------- */

body {
  background: #A5801D url(/im/bg/body.jpg) repeat-x 0 0;
  margin: 0;
  padding: 0;
  color: #000;
}

a {
  color: #996600;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #996633;
}

h1 {
  font-size: 2.2em;
  color: #000;
  margin-bottom: 0.5em;
  letter-spacing: -.05em;
  font-family: Helvetica, arial, sans-serif;
  color: #347703;
}

h2 {
  font-size: 1.4em;
  margin-bottom: 1.2em;
  color: #A5801D;
  border-bottom: 1px dotted #A5801D;
}

h3 {
  font-size: 1.4em;
  margin-bottom: 1.2em;
}



p {
  margin-bottom: 1.4em;
}

ul {
  margin: 0 0 1.4em 1.4em;
}


/* SITE STRUCTURE
----------------------------------------------------------------- */

.booking-button {
  border: 4px solid #e2e2e2;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  cursor: pointer;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  font: bold 24px "Helvetica Neue", Helvetica, sans-serif;
  padding: 8px 10px 12px;
  text-decoration: none;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  vertical-align: baseline;
  white-space: nowrap;
  background: #347703;
  margin: 10px 0 22px;
}


#outerContainer {
  width: 760px;
  margin: 0 auto;
}

#contentContainer {
  background-color: #FFF;
  padding: 15px;
  font: 0.75em Arial;
}

#mainNav {
  margin: 0;
  background-color: #fff;
}

#mainNav li {
  float: left;
  list-style-type: none;
  margin: 0 2px 0 0;
  padding: 0;
}

#mainNav li a {
/*  background: transparent url(/im/bg/nav.gif) no-repeat 0 0;*/
  text-align: center;
  display: block;
  padding: 10px 8px 0;
  text-decoration: none;
  font: bold 1em Helvetica, arial, sans-serif;
  letter-spacing: -1px;
}

#mainNav li a:hover {
  color: #e5f99f;
}

.photoWrapper {
  overflow: hidden;
  width: 730px;
  position: relative;
}
/*
.photoCover {
  background: transparent url(/im/bg/imageCover.png) no-repeat 0 0;
  height: 310px;
  width: 248px;
  position: absolute;
  z-index: 1;
  left: 6px;
  top: 6px;
}
*/

.photoCover {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  width: 340px;
  height: 65px;
  left: 10px;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background-color: rgba(255, 255, 255, 0.9);
 color: rgba(255, 255, 255, 0.9);
}

#cottage {
  right: 10px;
  left: auto;
  width: 330px;
}


.ie6 .photoCover {
  background: transparent url(/im/bg/imageCover.gif) no-repeat 0 0;
}

.photoCover div {
  margin-top: 0;
  font-family: Helvetica, arial, sans-serif;
  font-size: 1.2em;
  padding: 15px;
  font-weight: bold;
  color: #000;
}

#map {
  height: 320px;
}

.copyContainer {
  background: #C6E358;
  margin-top: 12px;
  padding: 15px;
}

.facilities {
  margin-bottom: 20px;
}

.facilities ul {
  margin: 0;
}

.facilities li {
  float: left;
  width: 200px;
  margin-right: 10px;
  background: transparent url(/im/bg/sprite.gif) no-repeat 0 -55px;
  padding: 0 0 5px 22px;
  list-style-type: none;
  list-style-image: none;
}

.ie6 .facilities li {
  margin-left: 0;
}

#footer {
  background-color: #1d5c0d;
  margin: 12px 0 0 0;
  padding: 10px;
  color: #FFF;
  font-size: 0.9em;
}

#footer a {
  color: #CCCCCC;
}

.header {
  position: relative;
}

.header address {
  font-style: normal;
  position: absolute;
  right: 0;
  top: 10px;
  text-align: right;
  font-weight: bold;
  font-size: 0.9em;
  font-family: helvetica, arial, sans-serif;
  color: #347703;
  letter-spacing: -1px;
}

.header h4 {
  color: #347703;
  margin-bottom: 0;
  margin: 10px 0 15px;
  background: url(../im/pics/logo.gif) no-repeat 0 0;
  text-indent: -10000px;
  height: 50px;
}

/* CLASSES AND IDs
----------------------------------------------------------------- */

.floatClear {
  border: none;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  height: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
  width: 0;
}

.floatFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ie6 .floatFix {
  height: 1%;
}

.ie7 .floatFix {
  display: inline-block;
}

.lightbox {
  border: 1px solid #e1ef95;
  padding: 4px;
  margin: 0 5px 5px 0;
  float: left;
  display: block;
}

.lightbox:hover {
  background-color: #FFF;
}

.last {
  margin-bottom: 0;
  margin-right: 0;
}


#gallery {
  margin-bottom: 15px;
}

/* CONTACT FORM
----------------------------------------------------------------- */

label {
  width: 190px;
  float: left;
  padding: 2px 20px 0 0;
  text-align: right;
}

legend {
  font: bold 14px Arial;
  color: #996600;
  border-bottom: 1px dotted #996600;
  margin-bottom: 20px;
}

.contactBox input,
.contactBox select,
.contactBox textarea {
  width: 200px;
  margin-bottom: 10px;
  font: 12px Arial;
  padding: 1px 0 2px 3px;
  border: 1px solid #003300;
}

.contactBox textarea {
  width: 400px;
  height: 150px;
}

.contactBox input.short {
  width: 93px;
  margin-right: 10px;
}

input:focus,
select:focus,
textarea:focus {
  background-color: #FFFF99;
}

.alert input,
.alert textarea {
  background-color: #FDF5F5;
  border-color: #FF0000;
}

.alert label,
h3.alert {
  font-weight: bold;
  color: #FF0000;
}

.buttonSubmit {
  margin: 15px 0 0 210px;
  font-weight: bold;
  padding: 6px 8px;
}

.contactBox strong {
  color: #FF0000;
  font: bold 14px Arial;
}

#footer {
  position: relative;
}

#TA_excellent630 {
  position: absolute;
  top: -150px;
  right: 0;
}

#TA_cdswritereviewlg955 {
  float: right;
}

#TA_selfserveprop361 {
  float: right;
  margin: 0 0 15px 20px;
}


/* JQUERY LIGHTBOX
----------------------------------------------------------------- */

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#lightbox a img { border: none; }

#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#imageContainer {
  padding: 10px;
}

#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
  width: 49%;
  height: 100%;
  background: transparent url(/im/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
  display: block;
}

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/im/lightbox/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/im/lightbox/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
  color: #FF9834;
  font-weight:bold;
  text-decoration: none;
}

#nextLinkText{
  padding-left: 20px;
}

#prevLinkText{
  padding-right: 20px;
}

/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
}

#imageData{
  padding:0 10px;
}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;  }
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
/*  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6; */
  display: none;
}


