/*******************************************************
This version of reset.css developed by Eric Meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*******************************************************/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* GENERAL */
body { color: #333;
       font-family: Verdana;
       text-align: center;
       font-size: 12px;
       background-color: #a4c5e4; }

#container { width: 941px;
             text-align: right;
             margin: 0 auto;
             background-color: #fff; }

/* LEFT BAR */
#leftBar { background: url(../images/headerLeft.jpg) no-repeat;
           width: 159px;
           vertical-align: top;}

#mainNav { margin-top: 118px;
           margin-left: 16px;
           background: #ecd150 url(../images/navBg.jpg) no-repeat;
           width: 135px;
           padding-top: 5px; }

#mainNav li { border-bottom: 1px solid #c00;
              padding: 5px 0 5px 0;
              font-size: 12px;
              margin: 0 5px; }

#secondaryNav li a,
#mainNav li a { color: #333;
                text-decoration: none;
                padding-left: 10px; }

#secondaryNav li a:hover,
#mainNav li a:hover { text-decoration: underline; }

#mainNav li h2 { font-weight: normal;
                 cursor: pointer;
                 padding-left: 10px;
                 background: url(../images/arrowHorizontal.jpg) no-repeat left center; }

#mainNav li h2.togglerActive { color: #c00;
                               font-weight: bold;
                               background-image: url(../images/arrowVertical.gif); }

#mainNav .highlight,
#secondaryNav .highlight { color: #c00; }

#mainNav li ul { padding: 0 0 0 10px;
                 margin: 0; }

#mainNav li ul li { border: 0;
                    padding: 5px 0 0 0;
                    font-size: 11px; }

#mainNav li ul li a { padding-left: 0; }

#mainNav li.highlight ul li a { color: #333; }

#mainNav li ul li h3 { font-weight: bold; }

#mainNav li.bottom { padding: 0;
                     border: 0;
                     margin: 10px 0 -1px 0;
                     background: url(../images/navBgBottom.gif) no-repeat;
                     height: 6px; }

#secondaryNav { margin: 5px 0 25px 16px;
                background: url(../images/secondaryNavBg.jpg) no-repeat center bottom;
                width: 135px;
                padding-bottom: 5px;}

#secondaryNav li  { border-top: 1px solid #c00;
                    padding: 5px 0 5px 0;
                    font-size: 12px;
                    margin: 0 5px; }

#secondaryNav li.top { background: url(../images/secondaryNavBgTop.gif) no-repeat center top;
                       margin: 0;
                       padding: 10px 5px 5px 5px;
                       border: 0; }

#secondaryNav li.brochure { position: relative;
                            height: 60px;}

#secondaryNav li.brochure a { display: block;
                              height: 87px;
                              width: 130px;
                              font-size: 11px;
                              background: url(../images/downloadNow2.png) no-repeat 3px 15px;
                              position: absolute; }

#papers { display: block;
          margin: 10px 0 0 16px;
          width: 134px;
          height: 68px; }

#aito { display: block;
        margin: 10px 0 0 16px;
        width: 57px;
        height: 60px; }

/* HEADER */
#header { height: 144px;
          width: 782px;
          background: url(../images/headerRight2.jpg) no-repeat right center; }

/* CONTENT */
#content { width: 462px;
           vertical-align: top;
           padding: 0 5px 30px 5px; }

#content a:link,
#content a:visited { color: #7595C8;
                     text-decoration: none; }

#content a:hover,
#content a:active { text-decoration: underline; }

#content p.phoneNumber { text-align: right;
                         color: #335795;
                         font-size: 16px;
                         margin-top: 3px; }

#content p.phoneNumber span { color: #c00;
                              font-weight: bold;
                              font-size: 20px; }

#content table.headerTable { width: 100%;
                             margin-top: 15px; }

#content td.headerbox { width: 340px;
                        font-size: 16px;
                        color: #333; }

#content td.navigationbox { width: 120px; }

#content h1.campsiteHeader { font-size: 26px;
                             color: #335795;
                             display: inline;
                             font-weight: bold; }

#content h1.pageHeader { margin-top: 15px;
                         font-size: 26px;
                         color: #335795;
                         display: block;
                         font-weight: bold; }

#content a.campsiteNavigation { color: #666;
                                text-decoration: none; }

#content a.campsiteNavigation:hover { text-decoration: underline; }

#content h2.subTitle { color: #335795;
                       font-size: 14px;
                       font-weight: bold;
                       margin: 20px 0;
                       text-align: center; }

#content h2.priceHeader { font-weight: bold;
                          margin: 20px 0 10px 0;
                          color: #555;
                          font-size: 1.2em; }

#content h3.textHeader { font-weight: bold;
                         margin: 20px 0 3px 0;
                         color: #666; }

#content p.introText { color: #c00;
                       font-weight: bold;
                       font-size: 12px;
                       margin: 10px 0 0 0;
                       line-height: 16px; }

#content p.strongIntro { color: #555;
                         font-weight: bold;
                         font-size: 1.2em;
                         margin: 10px 0;
                         line-height: 16px; }

.mainText { color: #666;
            line-height: 18px;
            margin-bottom: 10px; }

#content p.subText { color: #333;
                     line-height: 18px;
                     margin-bottom: 30px;
                     font-size: 0.8em; }

#content p.mainText strong { font-weight: bold; }

#content p.reviewText { color: #666;
                        line-height: 18px;
                        margin-top: 20px; }

#content p.reviewText span.customerName { font-weight: bold;
                                        display: block; }

#content .mainImage { margin: 10px 0 0 0;
                      display: block; }

#content a.mainImage { margin-bottom: 10px; }

#content p.imageSubText { color: #666;
                          text-align: center;
                          font-style: italic; }

#lyteboxLinks { overflow: hidden;
                margin-bottom: 10px; }

#galleryLink { margin-left: 10px;
               cursor: pointer; }

#content  p.homeText { color: #333;
                       line-height: 18px;
                       font-size: 14px;
                       margin-top: 3px;
                       width: 170px;
                       padding-left: 20px;
											 float: left; }

#content p.homeText strong { font-weight: bold;
                             font-size: 13px; }


#content h1.homeHeader { margin: 15px 0;
                         font-size: 24px;
                         color: #335795;
                         display: block;
                         font-weight: bold; }

#content h2.homeSubHeader { color: #6a8eda;
                            font-style: italic;
                            font-size: 18px;
                            clear: both;
                            padding-top: 5px; }

#content ul.benefits { list-style-type: disc;
                       list-style-image: url(../images/bulletHome.gif);
                       margin: 10px 40px 0 25px; }

#content ul.benefits li { font-size: 14px;
                          margin-bottom: 7px;
                          line-height: 18px;
                          color: #333; }

#content div.feature { background: url(../images/featureBox1.gif) no-repeat center bottom;
                       width: 213px;
                       float: left;
                       margin: 10px 10px 0 20px; }

#content div.feature2 { background: url(../images/featureBox2.gif) no-repeat center bottom;
                         width: 213px;
                         float: left;
                         margin: 10px 0 0 0; }

#content div.feature2 h2,
#content div.feature h2 { display: block;
                          width: 213px;
                          height: 36px;
                          color: #fff;
                          line-height: 36px;
                          text-align: center;
                          font-size: 18px; }

#content div.feature h2 { background: url(../images/featureBoxTop1.jpg) no-repeat; }

#content div.feature2 h2 { background: url(../images/featureBoxTop2.jpg) no-repeat; }

#content div.feature2 img,
#content div.feature img { margin: 0 0 0 4px; }

#content div.feature2 p,
#content div.feature p { padding: 8px 8px 10px 8px;
                         color: #666;
                         font-size: 12px;
                         line-height: 15px; }

#content img.rightImage { float: right; }

#content img.leftImage { float: left; }

#content ul.links { margin-top: 20px; }

#content ul.links li { padding: 5px 0; }

#content div.acommodation { background: #f5e7a6 url(../images/acommodation/boxBottom.jpg) no-repeat center bottom;
                            padding-bottom: 10px;
                            margin: 10px 0 20px 0;
                            text-align: right; }

#content div.acommodation h3 { margin: 0 0 10px 0;
                               text-align: left;
                               padding: 10px 10px 0 10px;
                               color: #335795;
                               background: #f5e7a6 url(../images/acommodation/boxTop.jpg) no-repeat center top;}

#content div.acommodation p { margin: 10px 10px 0 10px;
                              text-align: left;
                              color: #333; }

#content div.acommodation a { margin: 0 10px; }

.brochureForm,
#bookingForm { background: url(../images/booking/borderMiddle.jpg) repeat center bottom;
               margin: 20px 0 0 0; }

.brochureForm h2,
#bookingForm h2 { font-size: 20px;
                  color: #666;
                  padding: 10px;
                  background: url(../images/booking/borderTop.jpg) no-repeat center top; }

.brochureForm label { float: left;
                      width: 200px;
                      display: block; }

.brochureForm label.longLabel { width: 350px; }

.brochureForm input,
.brochureForm select { float: left;
                       clear: right;
                       display: block;
                       margin: 0 0 3px 0; }

.brochureForm input.secondInput { margin-left: 200px; }

.brochureForm p { padding-bottom: 10px; }

.brochureForm p.disclaimer { padding: 10px 34px;
                             font-weight: bold;
                             font-size: 0.9em; }

.brochureForm textarea { margin-bottom: 2px;
                         width: 300px; }

.brochureForm select.large { width: 140px; }

.brochureForm div { overflow: hidden;
                    clear: both;
                    border-bottom: 1px solid #fff;
                    margin: 0 34px;
                    padding: 5px; }

.brochureForm div.alt { background-color: #DAE0EC; }

.brochureForm div:hover,
.brochureForm div:active { border-bottom: 1px dashed #335795; }

.brochureForm h3 { margin: 15px 1px;
                   padding: 8px 39px;
                   background-color: #335795;
                   color: #fff;
                   font-weight: normal;
                   font-size: 1.1em; }

#bookingForm p.mainText { padding: 0 10px;
                          font-size: 11px;
                          line-height: 12px; }

#bookingForm h3 {
  font-weight: bold;
  margin-bottom:20px;
}

.bookingBottom { background: url(../images/booking/borderBottom.jpg) no-repeat center top;
                 height: 17px;
                 margin-bottom: 20px; }

#bookingForm table { margin: 0 10px;
                     width: 420px; }

#bookingForm th { background-color: #335795;
                        color: #fff;
                        padding: 3px; }

#bookingForm td { border-bottom: 1px solid #333;
                        padding: 3px; }

#bookingForm table tr.current td { background-color: #f5e7a6; }

#bookingForm fieldset {
  border-top: 1px dotted #335795;
  margin: 0 10px;
  padding: 20px 0 10px 0;
  overflow: auto;
  position: relative;
}

#bookingForm fieldset select,
#bookingForm fieldset textarea,
#bookingForm fieldset input { margin-bottom: 3px; }

#bookingForm fieldset div.form { float: left;
                                 width: 220px;
                                 margin-bottom: 10px; }

#bookingForm fieldset div.form span { font-size: 0.75em;
                                      letter-spacing: -0.1em; }

#bookingForm fieldset div.form label { display: -moz-inline-box;
                                       display: inline-block;
                                       width: 90px;
                                       float: none; }

#bookingForm fieldset label,
#bookingForm fieldset p { float: left;
                          width: 222px;
                          color: #335795;
                          font-size: 11px; }

#bookingForm fieldset p.info {
  float: none;
  clear: both;
  width: 100%;
  color: #666;
  line-height: 13px;
  padding-top: 10px;
}

#bookingForm fieldset p.copy {
  font-style: italic;
}

#bookingForm span.offer {
  display:block;
  font-weight: bold;
  margin-top: 10px;
  width: 180px;
  color: #f00;
  font-size: 11px;
  position: absolute;
  top: 20px;
  left: 0;
}

.brochureForm div.submit,
#bookingForm div.submit { background: url(../images/booking/borderBottom.jpg) no-repeat center bottom;
                          padding: 10px 20px;
                          text-align: right;
                          border: 0;
                          margin: 0; }

#bookingForm div.inline { padding: 0 10px 3px 10px;
                          font-size: 11px; }

.brochureForm div.submit:hover,
.brochureForm div.submit:active { border: 0; }

.bookingBox { background: url(../images/booking/borderMiddleDark.jpg) repeat-y;
              overflow: hidden;
              clear: both;
              margin-bottom:0;}

.bookingBoxBottom { background: url(../images/booking/borderBottomDark.jpg) no-repeat center top;
                    height: 17px;
                    margin-bottom: 20px; }

.bookingBox h2 { background: url(../images/booking/borderTopDark.jpg) no-repeat center top;
                 font-size: 13px;
                 font-weight: bold;
                 color: #666;
                 padding: 10px; }

.bookingBox li,
.bookingBox div { overflow: hidden;
                  margin: 0 10px 3px 10px;
                  clear: both;
                  display: block; }

.bookingBox li label,
.bookingBox div label { display: block;
                        width: 180px;
                        font-size: 11px;
                        float: left; }

.bookingBox li label.short,
.bookingBox div label.short { width: 100px; }

.bookingBox li label.long,
.bookingBox div label.long { width: 375px; }

.bookingBox li input,
.bookingBox li select,
.bookingBox div input,
.bookingBox div select { float: left; }

.bookingBox p.labelParagraph { float: left;
                               width: 400px; }

.bookingBox input.labeledCheck { float: right;
                                 margin-right: 10px; }

.bookingBox label.light,
.bookingBox p.text {
  margin: 10px;
  color:#666666;
  line-height:18px;
}

.bookingBox .insuranceText {
  margin: 10px;
  color:#666666;
  font-size: 10px;
  line-height:16px;
}

.bookingBox h3.insuranceText {
  margin-bottom: 0;
}

.bookingBox p.insuranceText {
  margin-top: 0;
}

.bookingBox button.ferrybutton { display: block;
                                 margin: 20px auto 0 auto; }

.bookingBox .insurance {
  padding: 0;
  overflow: hidden;
}

.bookingBox .insurance label {
  clear: left;
}

.bookingBox .insurance label.short {
  width: 100px;
}

.bookingBox .insurance span {
  float: left;
  font-size: 0.75em;
  letter-spacing: -0.1em;
  line-height: 2.2em;
  margin-left: 5px;
}

.bookingBox hr {
  margin: 10px;
}

#ITC {
  clear: both;
  color: #666666;
  font-size: 10px;
  font-style: italic;
  line-height: 14px;
  margin: 10px;
}

#AvailabilityMatrix th {
  padding: 0;
  width: 85px;
  background-color: #fdf6e3;
  border-right: 1px dotted #335795;
  border-left: 1px dotted #335795;
  color: #333;
  text-align: center;
  font-size: 10px;
  padding-bottom: 5px;
}

#AvailabilityMatrix th.side {
  border: 1px dotted #335795;
  padding: 0;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
}

#AvailabilityMatrix th.alt {
  background-color: #fbf0d0;
}

#AvailabilityMatrix td {
  text-align: center;
  width: 85px;
  height: 49px;
  padding: 5px 0;
  border: 1px dotted #335795;
  background-color: #fdf6e3;
  vertical-align: middle;
}
#AvailabilityMatrix tr td input {
  margin: 0;
}

#AvailabilityMatrix td.alt {
  background-color: #fbf0d0;
}

#AvailabilityMatrix td.blank {
  border: 0;
  background-color: #fff;
  padding:0;
}

#AvailabilityMatrix tr.alt td {
  background-color: #fbf0d0;
}

#AvailabilityMatrix tr.alt td.alt,
#AvailabilityMatrix tr.alt th {
  background-color: #f8eabd;
}

#AvailabilityMatrix td.image {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  width: 85px;
  height: 60px;
}

#AvailabilityMatrix td.full {
  color: #f00;
}

#AvailabilityMatrix td.sale {
  padding: 2px 0 0 0;
}

#AvailabilityMatrix td.sale label {
  text-decoration: line-through;
}

#AvailabilityMatrix td.sale span {
  color: #f00;
  font-weight: bold;
  display: block;
  margin-top: 2px;
  font-size: 11px;
  padding: 2px 0;
}

#AvailabilityMatrix td label {
  width: auto;
  float: none;
}

#AvailabilityMatrix td label.std {
  font-weight: bold;
  font-size: 12px;
}

div.optionGroup { float: right;
                  clear:right;
                  margin-right: 115px;}

div.optionGroup label { width: 50px; }

.info { color: #335795;
        margin-bottom: 10px;
        font-size: 10px; }

.text label { display: block;
              margin: 0 10px 10px 10px; }

.text textarea { display: block;
                 width: 400px;
                 height: 60px;
                 margin-left: 10px; }

.ferryList { width: 440px;
             margin: 20px 10px 0 10px; }

.ferryList tr.altRow { background-color: #fff; }

.ferryList tr { border-bottom: 1px solid #333; }

.ferryList tr th { padding: 3px 0;
                   background-color: #335795;
                   color: #fff; }

.ferryList tr td { padding: 3px 0; }

.ferryinfo { margin: 20px 10px 0 10px; }

div.availableDates { clear: both;
                     overflow:hidden;
                     padding-top: 10px;}

div.availableDates p { float: left;
                       margin-top: 40px; }

.submit input.prev { float: left; }

.submit input.next { float: right; }

#Calendar { float: right;
            width: auto !important; }

#Calendar label { float: none !important;
                  width: auto !important;
                  color: #333 !important;
                  font-size: 12px !important; }

#Calendar tr td { padding: 5px; }

#Calendar tr.headers th { font-weight: bold;
                          background-color: #335795;
                          color: #fff; }

#content table.prices { width: 100%;
                        border-collapse: collapse;
                        margin-bottom: 3px;
                        font-size: 0.9em; }

#content table.prices th { background-color: #F5E7A6;
                           text-align: left;
                           font-weight: normal;
                           padding: 5px;
                           vertical-align: top;
                           border-top: 2px solid #fff; }

#content table.prices th.left { background-color: #335795;
                                font-weight: normal;
                                color: #fff;
                                text-align: left; }

#content table.prices th.strong { background-color: #ECD150;
                           border: 2px solid #fff; }

#content table.prices th.blank { background-color: #fff;
                                 border: 0; }

#content table.prices th[scope=row] { text-align: left;
                                      background-color: #DAE0EC;
                                      color: #333;
                                      width: 168px;
                                      font-weight: normal; }

#content table.prices th[scope=row].thin { width: 110px; }

#content table.prices th[scope=row].long { width: 290px; }

#content table.prices th a { color: #333;
                             display: block; }

#content table.prices td { padding: 5px;
                           text-align: center;
                           background-color: #F9F0C6; }

#content table.prices td.strong { background-color: #F5E7A6;
                           border: 2px solid #fff; }

#content table.prices tr.alt th,
#content table.prices tr.alt td { background-color: #fff; }

/* RIGHT BAR */
#rightBar { vertical-align: top;
            padding: 0 10px 0 10px; }

#checkAvailabilityHeader { width: 280px;
                           height: 28px;
                           background: #c00 url(../images/checkonlineback2.jpg) no-repeat;
                           color: #f5e7a6;
                           line-height: 28px;
                           font-size: 16px;
                           padding-left: 10px; }

#checkAvailabilityHeader span { color: #fff;
                                font-weight: bold; }

#checkAvailabilityForm { width: 275px;
                         height: 68px;
                         padding: 10px 5px 10px 10px;
                         background: #ecd150 url(../images/checkaback3.jpg) no-repeat;
                         position: relative;
                         display:block!important; }

#checkAvailabilityForm select { font-size: 10px; }

#checkAvailabilityForm table tr td { padding-bottom: 5px; }

#checkAvailabilityForm table tr th { padding-bottom: 5px;
                                     padding-right: 10px; }

#checkAvailabilityForm div.submit { position: absolute;
                                    bottom: -15px;
                                    right: 15px; }

#selectCampsites { width: 128px; }

#locations { margin: 15px 0 4px 0; }

#highlights { width: 290px;
              background: url( ../images/featureback.jpg);
              padding: 5px 0 0 0;
              margin: 20px 0; }

#highlights h2 { font-size: 18px;
                 color: #ECD150;
                 margin: 5px 10px 0 30px; }

#highlights ul { color: #ECD150;
                 list-style-type: disc;
                 list-style-image: url(../images/bullet.gif);
                 margin: 10px 10px 0 30px; }

#highlights ul li { color: #fff;
                    font-size: 13px;
                    padding: 0 0 5px 0; }

#highlights div.disclaimer { color: #fff;
                             text-align: right;
                             font-style: italic;
                             padding-right: 10px;}

#highlights span { background: url(../images/highlightBottom.gif) no-repeat center bottom;
                   display: block;
                   width: 100%;
                   height: 13px; }

#flydrive {
	background: url( ../images/flydrive.jpg);
	margin: 20px 0;
	padding: 5px 0 0 0;
	width: 290px;
}
#flydrive h2 {
	color: #1E4573;
	font-size: 18px;
	margin: 15px 10px 0 30px;
}
#flydrive ul {
	color: #1E4573;
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
	margin: 10px 10px 0 30px;
}
#flydrive ul li {
	color: #1E4573;
	font-size: 13px;
	padding: 0 0 5px 0;
}
#flydrive div.disclaimer {
	color: #7595C8;
	font-style: italic;
	padding-right: 10px;
	text-align: right;
}
#flydrive span {
	background: url(../images/flydriveBottom.gif) no-repeat center bottom;
	display: block;
	height: 13px;
	width: 100%;
}

#childrensClub { display: block;
                 width: 140px;
                 height: 106px;
                 float: left;
                 margin-top: 6px; }

#pitchTogether { display: block;
                 width: 140px;
                 height: 103px;
                 float: right;
                 margin-bottom: 10px; }

#customersSay { display: block;
                width: 140px;
                height: 53px;
                float: left;
                margin-top: 10px; }

#holidayStatus { width: 290px;
                 background: #f5e7a6 url(../images/booking/holidaySelection.jpg) no-repeat top center;
                 padding-top: 10px; }

#holidayStatus li { margin: 0 10px;
                    padding: 10px 0;
                    border-bottom: 2px solid #c00; }

#holidayStatus li.total { border: 0;
                          margin: 30px 0 0 0;
                          padding: 0;
                          overflow: hidden;
                          height: 50px;
                          background: #ecd150 url(../images/booking/holidayTotal.jpg) no-repeat; }

#holidayStatus li table { width: 100%;
                          border-collapse: collapse; }

#holidayStatus li tr { font-size: 11px; }

#holidayStatus li tr th { width: 100px;
                          font-weight: bold; }

#holidayStatus li tr th.short { width: 20px; }

#holidayStatus li tr th,
#holidayStatus li tr td { padding: 3px 0; }

#holidayStatus li.total tr { font-size: 12px; }

#holidayStatus li.total tr td,
#holidayStatus li.total tr th { height: 50px;
                                vertical-align: middle; }

#holidayStatus li.total tr th { font-weight: bold;
                                color: #335795;
                                padding: 0 0 0 10px; }

#holidayStatus li.total tr td { text-align: right;
                                padding: 0 20px 0 0; }

#holidayStatus li h3 { color: #335795;
                       font-weight: bold;
                       margin-bottom: 3px; }

#holidayStatus li h3.toggle { cursor: pointer; }

#holidayStatus li a.editBooking { color: #c00;
                                  float: right;
                                  margin-top: -14px; }

/* Footer section */

#footer { text-align: center;
          padding: 10px 0; }

#footer ul { width: 700px;
             margin: 20px auto 0 auto; }

#footer ul li { display: inline;
                color: #6a8eda;
                line-height: 14px;
                font-size: 10px; }

#footer ul li a  { color: #6a8eda;
                   text-decoration: none; }

#footer ul li a:hover { text-decoration: underline; }
/*
Slimbox css file
*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 95%;
}

#lbNextLink {
	right: 0;
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 95%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber { margin-right: 71px; }

#lbCaption { font-weight: bold; }

/*
cycle all
*/

.slideshow { width: 263px;
             height: 194px;
             overflow: hidden;
             position: relative;
             float: right;
             top: -7px;  }

.slideshow img { width: 263px;
                 height: 194px;
                 position: absolute;
                 top: 0;
                 left: 0;
                 z-index: 900; }

#val {
	background: url( ../images/val.jpg);
	margin: 20px 0;
	padding: 20px 0 0 0;
	width: 290px;
	clear: both;
}
#val p { margin-bottom: 5px;
         font-size: 0.8em;
         line-height: 1.2em;
         padding: 0 20px; }

#val p.sig { font-weight: bold;
             margin: 10px 0 0 0;
             padding-bottom: 20px;
             background: url(../images/val-bottom.jpg) no-repeat center bottom; }

#val img { margin: 0 0 0 20px; }

.printer { float: right;
           margin: -25px 30px 0 0; }

#summaryTable tr td { padding: 5px 3px;
                      line-height: 1.5em; }


.error { color: #c00;
         font-size: 1.3em;
         line-height: 1.8em;
         padding-top: 10px; }

/*------------ QUESTIONNAIRE SECTION -------*/

div.longQuestion,
div.question {
  margin-top: 20px;
  overflow: hidden;
}

div.longQuestion label {
  float: left;
  width: 240px;
}

div.question label {
  float: left;
  width: 150px;
}

table.questionnaire {
  width: 100%;
  margin-top: 20px;
}

table.questionnaire th {
  font-size: 11px;
  border: 1px solid #aaa;
  background-color: #F5E7A6;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
}

table.questionnaire th.alt {
  background-color: #F3E18F;
}

table.questionnaire td {
  text-align: center;
  width: 55px;
  border: 1px solid #aaa;
  vertical-align: middle;
  background-color: #FDF6E3;
  padding: 3px;
}

table.questionnaire th[scope=row] {
  width: 175px;
  background-color: #DAE0EC;
  text-align: left;
  height:35px;
}

table.questionnaire tr.alt th[scope=row] {
  background-color: #CFD5E5;
}

table.questionnaire td.alt,
table.questionnaire tr.alt td {
  background-color: #FBF0D0;
}

table.questionnaire tr.alt td.alt {
  background-color: #F8EABD;
}

table.questionnaire .blank {
  font-size: 10px;
  border: 0;
  background-color: #fff;
  width: 175px;
}

table.questionnaire .span {
  text-align: left;
}

.retrieveBooking {
  background-color: #f5e7a6;
  border: 1px solid #335795;
  margin: 40px auto;
  padding: 15px 15px 5px 15px;
  width: 300px;
}

.retrieveBooking div {
  margin-bottom: 10px;
  overflow: hidden;
}

.retrieveBooking .error {
  font-size:0.9em;
  line-height:0.9em;
  margin-left: 50px;
  padding: 2px 0 4px 0;
}

.retrieveBooking label {
  color: #333;
  float: left;
  font-weight: bold;
  width: 50px;
}

.retrieveBooking label:after {
  content: ':';
}

.retrieveBooking input[type=text] {
  width: 220px;
}