/* Modified from haven.css */

HTML {
  overflow-y: scroll;
}

BODY {
  font-family: arial;
  font-size: 90%;
  color: #666666;
  background-color:#D6D6D6;
  width:100%;
  margin: 0px;
  text-align:center;
}

form {
  margin: 0px;
}

IMG {
  border: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

H3
{
/*  float:left;*/
  margin-top:0px;
  padding-top:6px;
  margin-bottom:7px;
  color:#DE8B11;
  font-size:75%;
  font-weight:bold;
}

H5 {  
  font-family: arial;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

H6 {
  font-family: arial;
  font-size: 1em;
  color: #000000;
  font-weight: normal;
}

P {
  margin: 0px 0px 1em 0px;
  line-height: 1.4em;
  font-size: 0.9em;
}

A, A:active, A:visited {
  text-decoration: none;
  color : black;
}

A:hover {
  text-decoration: underline;
}

STRONG {
  font-weight: bold;
}



TABLE {
  font-size: 1em;
}

TABLE CAPTION {
  display: none;
  height: 0px;
  visibility: hidden;
  width: 0px;
}

.fLeft
{
  float:left;
}
.fright
{
  float:right;
}
.clearFloats
{
  clear:both;
}
#mainPageWrapper
{ 
  width:995px;  
  margin: 0px auto 0px auto;
  text-align:left;
}

#mainPageWrapperPopUp
{ 
  width:721px;  
  margin: 0px auto 0px auto;
  text-align:left;
}

#mainPageWrapperInner {
  float:left;
  width:995px;
  background-color:#fff;  
  position:relative;
}

#mainPageWrapperInnerPopUP {
  float:left;
  width:721px;
  background-color:#fff;  
}
#headerHolder
{
  float:left;
  margin-right:16px;
  height:84px;
}
#header
{ 
  /*margin-top:7px;*/
  float:left;
  margin-right:16px;
  position:absolute;
  top:7px;
  width:979px;
}
#logo
{
  width:102px;
  height:74px;  
  float:left;
}
#rightHeaderContainer
{
  width:777px;
  height:77px;  
  float:right;  
}

#rightHeaderContainerTop
{
  width:777px;  
  float:left; 
}
#primaryMenu
{
  width:721px;
  height:25px;  
  margin-top:12px;
  float:right;
  z-index:60;
  position:relative;
  border-width:0px;
  padding:0px;
  margin-right:0px;
  margin-left:0px;
}
.menuGap
{
  float:left;
  margin-left:3px;
}

#strapLine
{
  width:220px;
  height:40px;  
  float:left; 
}
#siteNavContainer
{
  width:557px;
  height:40px;  
  float:right;  
}

#siteNav
{ 
  height:11px;
  float:right;
  width:557px;
}
#siteNav ul
{
  margin:0px;
  padding:0px;
  height:11px;  
  float:right;
}

#siteNav ul li 
{
  display:inline;
  margin:0px;
  padding:0px;
  float:left;
}

#siteNav a,#siteNav a:link, #siteNav a:active, #siteNav a:visited
 {
  
  text-decoration:none;
  padding-left:5px;
  padding-right:5px;
  border-right:1px solid #000;  
  font-size:75%;
  color:#666666;
  padding-top:0px;
  padding-bottom:0px;
  float:left;
}

#siteNav a:hover 
{
  
}

#siteNav a.noborder,#siteNav a.noborder:link, #siteNav a.noborder:active, #siteNav a.noborder:visited {
  border-right:none;
  padding-right:0px;
  
}
.menuBrdr
{
  width:1px;
  background-color:#666666;
  height:11px;
  float:left;
}
#searchBox
{ 
  height:19px;
  float:right;
  margin-top:10px;
}
.parksText
{ 
  height:19px;
  float:left;
}
.parksText p
{
  font-size:75%;
  color:#666666;
  margin:0px;
  padding:0px;
  float:left; 
}
.selectBox
{
  height:19px;
  float:left;
  padding:0px;
  margin-left:7px;  
}
.selectBox select
{
  height:17px;
  font-size:70%;
}

.goBtn
{ 
  width:41px;
  height:19px;
  float:left;
  margin-left:7px;
}
#pageContentContainer
{
  float:left; 
  width:995px;
}
#pageContentContainerPopUp
{
  float:left; 
  width:721px;
}
#pageHomeContentContainer
{
  float:left; 
  width:995px;
}

#pageHomeContentContainerPopUp
{
  float:left; 
  width:721px;
}
.emptyLeftSpace
{
  width:16px; 
  float:left;
  height:5px;
}

#pageContent
{
  width:963px;
  float:left;
}

#pageContentPopUp
{
  width:721px;
  float:left;
}
#imageContainerHolder
{
  width:721px;  
  float:left;
  height:260px;
}
#imageContainer
{
  width:721px;  
  float:left;
  height:260px;
  position:relative;
  overflow:hidden;
  position:absolute;
  top:0px;
  left:0px;
}
#availabilityBookContainer
{
  width:237px;
  background-color:#EF5D9B;
  float:right;
  height:260px;
}

/*** Top image section CSS Start ****/
.topImageWholeArea 
{
  width:721px;
  height:260px;
  overflow:hidden;
}

.highlightsArea
{
  position:absolute;
  top:0px;
  left:0px;
  width:667px;
  height:260px;
  float:left;
  overflow:hidden;
  z-index:1;
}

.takeAtourArea
{
  position:absolute;
  top:0px;
  left:667px;
  width:667px;
  height:260px;
  float:right;
  z-index:10;
  overflow:hidden;
}


.highlightsLinkImage
{
  width:54px;
  height:260px;
  float:left;
  overflow:hidden;
}

#highlightsLinkImage a, #highlightsLinkImage a:link, #highlightsLinkImage a:visited, #highlightsLinkImage a:hover, #highlightsLinkImage a:active, img
{ 
  text-decoration: none; 
  display: block;
  border: none;
  overflow:hidden;
}

.highlightsMainImage
{
  width:613px;
  height:260px;
  overflow:hidden;
  float:right;
}

.highlightsMainImageFrame
{
   width :100%;
   height :100%;
   filter:alpha(opacity=0);
   -moz-opacity: 0.0;
   opacity: 0.0;
   zoom:1;
}

.takeAtourLinksArea
{   
  width:54px;
  height:260px;
  float:left;
  overflow:hidden;
}

#takeAtourLinksArea a, #takeAtourLinksArea a:link, #takeAtourLinksArea a:visited, #takeAtourLinksArea a:hover, #takeAtourLinksArea a:active, img
{ 
  text-decoration: none; 
  display: block;
  border: none;
  overflow:hidden;
}
.takeAtourImageArea
{
  width:613px;
  height:260px;
  float:right;
  overflow:hidden;
}


.takeATourLinksForm
{ 
  width:150px;  
  height:260px;
  float:left;
  overflow:hidden;
  background-color:#F3D08E;
}
.videoImg
{
  float:left;
  padding:0px;
  margin:0px;
  border:0px;
}

.takeATourLinksImg
{
  float:right;  

}
.takeATourHiddenSection
{
      display:none;
}
#divVideoOn, #divVideoOff
{
  margin-top:10px;  
}

.takeATourMainImage
{ 
  width:463px;  
  height:260px;
  float:right;
  overflow:hidden;
}
.imageBars
{
  width:54px;
  height:260px;
  float:left; 
}

/**** Top image section CSS End ****/
/*
.imageBars
{
  width:54px;
  height:260px;
  float:left; 
}
#mainImage
{
  width:613px;
  height:260px;
  float:left; 
}
*/
#availabilityBook
{
  width:183px;
  height:260px;
  background-color:#EF5D9B; 
  float:left;
}
#headingContainer
{
  width:721px;
  height:65px;  
  float:left;
  margin-top:5px;
}
#emptyHeadingLeft
{
  width:54px;
  height:65px;
  background-color:#EEAA2F;
  float:left;
}
#headingParks
{
  width:667px;
  height:65px;  
  float:left;
  background-color:#F3C56F;
}

/*#headingParks h1 {
  clear:both;
  padding:6px 0px 2px 10px;
}
#headingParks div {
  clear:both;
  margin:3px 0px 3px 10px;
}*/
          
#addressBox, #holidayFinderBox
{
  width:237px;
  height:65px;
  float:left;
  background-color:#EEAA2F;
  margin-top:5px;
}
#addressBox {
  margin-bottom:5px;  
}

.offersDiv
{
  width:237px;  
  float:left;

}
.offerImgLft
{ 
  float:left;
  height:116px;
  width:116px;
  margin-top:15px;
}
.offerImgRght
{ 
  float:right;
  height:131px;
  width:116px;
  background:url(../images/offers_outlineFirst.gif) no-repeat;
}

.offersFirstDiv
{
  width:237px;  
  float:left;
}
.offerFirstImgLft
{ 
  float:left;
  height:116px;
  width:116px;
  margin-top:15px;
}
.offerFirstImgRght
{ 
  float:right;
  height:131px;
  width:116px;
  background:url(../images/offers_outlineFirst.gif) no-repeat;
}
#awards
{
  width:237px;
  background-color:#F8E9CC;
  float:left;
  margin-top:15px;
}
.advtLnkContainer
{
  width:237px;
  background-color:#F8E9CC;
  margin-top:5px;
  float:left;
}
#pageContentRightContainer
{ 
  float:right;
  width:237px;
  
}
#pageContentLeftContainer
{
  float:left;
  width:721px;
  position:relative;
}

#leftMenu
{
  float:left;
/*  width:245px;*/
  width:230px;
  margin-top:12px;  
}

#leftMenu ul
{
  margin:0px;
  padding:0px;
  width:230px;
  float:left;
}

#leftMenu ul li 
{
  text-align:left;
  padding:0px;
  width:100%;
  float:left;
  margin:0px 0px 10px 0px;
  list-style: none;
}


.menuArrow
{
  float:left;
  padding-left:8px;
}
.menuText
{
  float:right;
  width:203px;
  cursor:pointer;
}
.emptyDivLftMenu
{
  width:8px;
  float:left;
  height:5px;
}
#leftMenu a
 {
  text-decoration:none;
  font-size:85%;
  color:#606060;
  padding:0px;
  float:left;
  margin:5px 0px 0px 0px;
}
#leftMenu a.offMnuItem,#leftMenu a.offMnuItemVTour,#glanceTextDiv a.offMnuItem
 {
  margin:0px 0px 0px 0px;
}
#leftMenu a:hover {
  color:#000000;
}

#textContainer
{ 
  float:right;
  width:473px;
  margin-top:17px;
}
.textContainerHolidayAreas
{
  float:left;
  width:468px;
  margin-bottom:18px;
  border-top:solid 1px #CCCCCC;
}

.tabFree
{
  /*background:url(../Images/tabgraphicsfree.gif) no-repeat top right;*/
  float:left;
  width:100%;
}
.headingCont
{
  float:left;
  margin-bottom:7px;
}

.imgTags
{
  float:right;
  width:79px;
}
.newImgDiv
{
  float:right;
  margin-left:5px;
}
.freeImgDiv
{
  float:right;
}
txtImageContainer, .txtOnlyContainer
{
  float:left;
  margin:0px 0px 0px 0px;

}
.holidayTextBox
{
  float:left;
}
.txtImageContainer p
{
  width:335px;
  font-size:85%;
  color:#606060;  
  margin:0px;
  padding:0px;
  float:left;
  line-height:1.2em;
}

.txtOnlyContainer p 
{
  width:461px;
  font-size:85%;
  color:#606060;
  margin:0px;
  padding:0px;
  float:left;
  line-height:1.2em;
}


.holidayImage
{
  float:left;
  width:130px;
}

.holidayText {
  width:330px;
  float:left;
  font-size:90%;
}
.holidayText p
{
  margin:0px;
  padding:0px;
  margin-bottom:8px;
}
.holidayText ul,.holidayTextNoImage ul 
{ 
        margin:0px; 
        padding:0px;         
        float:left; 
} 
.holidayText li,.holidayTextNoImage li 
{ 
        color: #606060; 
        list-style-type:square; 
        list-style-position: outside; 
        margin-left: 15px; 
        margin-top: 5px; 
} 

.holidayText li ul,.holidayTextNoImage li ul 
{ 
        padding: 0px 0px 0px 0px; 
} 

.holidayText li li,.holidayTextNoImage li li 
{ 
        padding-left: 0px; 
        color: #606060; 
}
.moreLink
{
  float:left;
  width:77px;
  height:19px;  
}
.holidayTextNoImage {
  float:left;
  width:460px;
  font-size:90%;
}
.holidayTextNoImage p
{
  
  margin:0px;
  padding:0px;
  margin-bottom:8px;
}

.textContainerHolidayAreasHeading,.textContainerHolidayAreasQuestion
{
  float:left;
  width:473px;
}

.textContainerHolidayAreasHeading p
{
  
  padding:0px 0px 15px 0px; 
  margin:7px 0px 0px 0px;
  font-weight:bold;
  font-size:85%;
  line-height:1.3em;
  color:#606060;
  width:461px;
  float:left;
}

.textContainerHolidayAreasQuestion p{
  margin:0px;   
  padding:0px 0px 13px 0px;
  font-size:90%;
  color:#999999;
  font-weight:bold;
}

/*new fields*/
#availabilityBookWrapper
{
  width:183px;  
  float:left;
  margin-top:15px;
}
#rightContainerEmptyDiv
{
  width:10px;
  height:5px; 
  float:left;
  margin:0px;
  padding:0px;  
}

#rightAvailabilityDiv
{
  width:163px;  
  float:left;
  margin:0px;
  padding:0px;
}

#rightLocationEmptyDiv
{
  width:163px;
  height:14px;  
  float:left;
  margin:0px;
  padding:0px;
  
}

#rightLocationDiv
{
  width:163px;
  height:55px;  
  float:left;
  margin:0px;
  padding:0px;
  
}

#rightLocationSelect
{
  width:163px;
  height:13px;  
  float:left;
  margin:0px 0px 0px 0px;
  padding:0px;
}

#rightLocationSelect p ,.arrDt p,.noNight p,#rightDateNights p,#rightAgeAdults p,.noAdultsTxt p,#rightAgeInfants p,#rightWishText p
{
  font-size:70%;
  font-family:Arial;
  line-height:1.0em;
  margin:0px;
  padding:0px;
  text-align:left;
  float:left;
  color:#000000;
  
  }
#rightLocationDdl
{
  width:163px;  
  float:left;
  margin:2px 0px 0px 0px;
  padding:0px;
  height:40px;
}


#rightLocationFirstDdl
{
  width:163px;
  height:18px;  
  float:left;
  margin:0px 0px 5px 0px;
  padding:0px;
  
}

#rightLocationSecondDdl
{
  width:163px;
  height:18px;  
  float:left;
  margin:0px 0px 0px 0px;
  padding:0px;
  
}
#rightLocationSecondDdlEmpty
{
  float:left;
  height:6px;
  width:5px;
}

.ddl
{
  height:18px;
  font-size:75%;
  color:#000000
}

#rightDateDiv
{
  width:163px;
  float:left;
  margin:0px;
  padding:0px;  
}

#rightDateUpperDiv
{
  width:163px;
  height:7px; 
  float:right;
  margin:0px;
  padding:0px;
}

#rightDateMiddleDiv
{
  width:163px;
  height:21px;  
  float:left;
  margin:0px 0px 3px 0px;
  padding:0px;
}
.arrDtContainer
{
  float:left;
  width:94px;
  margin-top:20px;
   
}
.arrDt
{
  float:left;
  width:66px;
  
}
.arrDt p
{
  padding:0px;
  margin:0px;
  float:left;
}
.calDiv
{
  float:right;
  width:23px;
  height:14px;
  margin-top:10px;
}
.noNight
{
  float:left;
  width:37px;
  height:20px;
  margin:10px 0px 0px 27px;
}

#rightDateArrival
{
  width:98px;
  height:21px;  
  float:left;
  margin:0px 0px 0px 0px;
  padding:0px;
}

#rightDateArrivalEmpty
{
  width:9px;
  height:9px;
  float:left;
}
#rightDateArrivaltxt
{
  width:98px;
  height:11px;  
  float:left;
  margin:9px 0px 0px 0px;
  padding:0px;

}
#rightDateNights
{
  width:38px;
  height:21px;
  float:right;
  margin:0px 0px 0px 0px;
  padding:0px;
}

#rightDateNightsDdl
{
  width:38px;
  height:21px;  
  float:left;
  margin:0px 0px 0px 0px;
  padding:0px;
}
#rightDateLowerDiv
{
  width:163px;
  height:18px;  
  float:left;
  margin:0px;
  padding:0px;

}
#rightDateLowerDiv1
{
  width:96px;
  height:18px;  
  float:left;
  margin:0px;
  padding:0px;

}
#rightDateLowerDiv2
{
  width:67px;
  height:18px;  
  float:Right;
  margin:0px;
  padding:0px;
}


#rightDateLowerDiv2Ddl
{
  width:38px;
  height:18px;
  float:Right;
  margin:0px;
  padding:0px;
}
  
#rightDateLowerDivDdl
{
  width:66px;
  height:18px;  
  float:left;
  margin:0px;
  padding:0px;
  
}
.arrDt INPUT {
  float: left;
  height: 18px;
  width:66px;
  margin:0px;
  padding:0px;
  font-size:75%;
}
#rightCalender
{
  width:23px;
  height:18px;  
  float:right;
  margin:0px;
  padding:0px;
}
#calenderImage
{
  width:16px;
  height:18px;  
  float:right;
  margin:0px;
  padding:0px;
}

#rightArrow
{
  width:4px;
  height:8px;
  float:right;
  margin:0px 0px 0px 0px;
  padding:0px;

}
/*new classes*/
#rightAgeDiv
{
  width:163px;
  float:left;
  margin:0px;
  padding:0px;
  margin:6px 0px 0px 0px;
  
}
.noAdults
{  
  float:left;
  width:39px;
  margin:0px 7px 0px 0px;
}


.noAdultsTxt
{  
    width:39px;
    
  float:left;
  margin:0px 0px 2px 0px;
  padding:0px;
}

.noAdultsDdl
{  
    width:37px;
  height:18px;  
  float:left;
  margin:0px 0px 0px 0px;
  padding:0px;
}

#rightAgeAdults
{
  width:40px;
  height:24px;  
  float:left;
  margin:0px;
  padding:0px;  
}

#rightAgeAdultsDdl
{
  width:40px;
  height:18px;  
  float:left;
  margin:0px;
  padding:0px;  

}
#rightAgeChlrn
{
  width:40px;
  height:24px;
  float:left;
  margin:0px 0px 0px 6px;
  padding:0px;


}
#rightAgeChlrnDdl
{
  width:40px;
  height:18px;
  float:left;
  margin:0px 0px 0px 6px;
  padding:0px;

}
#rightAgeInfants
{
  width:40px;
  height:24px;
  float:left;
  margin:0px 0px 0px 6px;
  padding:0px 
}
  
#rightAgeInfantsDdl
{
  width:40px;
  height:18px;  
  float:left;
  margin:0px 0px 0px 6px;
  padding:0px 
}

#rightAgeDdl
{
  width:163px;
  height:18px;  
  float:left;
  margin:0px;
  padding:0px;
}

#rightWishDiv
{
  width:163px;
  float:left;
  margin:0px;
  padding:0px;
}
#rightWishRadio
{
  width:163px;
  height:14px;
  float:left;
  margin:0px 0px 0px 0px;
  padding:0px;
  
}
.rbTxt
{
  float: left;  
  height: 14px;
  width:46px; 
  margin:0px 0px 0px 0px;
  
}
.rbTxtDiv 
{
  float: left;  
  margin:2px 0px 0px 0px;
  height:12px;  
  float:left;
  font-size:70%;
  color:#000000;
}

#rightWishRadio INPUT {
  float: left;  
  height: 14px;
  width:16px;
  margin:0px; 
} 

#rightWishText
{
  width:163px;
  float:left;
  margin:9px 0px 0px 0px;
  padding:0px;
  
}

#rightSearchBtnDiv
{
  width:163px;
  
  float:left;
  margin:0px;
  padding:0px;

}
#rightCaravanDiv
{
  width:163px;
  float:left;
  margin:13px 0px 0px 0px;
  padding:0px;
}

#rightCaravanDiv a
{
  font-size:75%;
  font-family:Arial;
  line-height:1.1em;
  margin:0px;
  padding:0px;
  text-align:left;
  float:left;
  color:#000000;
  text-decoration:none; 
}

#rightCaravanDiv a.rightHighlighted
{
  font-size:75%;
  font-family:Arial;
  line-height:1.1em;
  margin:0px;
  padding:0px;
  text-align:left;
  float:left;
  color:#FFFFFF;
  text-decoration:none; 
}

#rightButtonDiv
{
  width:163px;
  height:17px;
  float:right;
  margin:0px;
  padding:0px;
}
#rightButtonDivImage, .searchBtnAvail
{
  width:87px;
  height:17px;
  float:right;
  margin:0px;
  padding:0px;
}
.ddlLong
{
  height:18px;
  width:163px;
  font-size:75%;
  color:#000000
  }
.emptyStart
{
  width:10px;
  height:5px;
  float:left;
}
#headingContents

{
  width:647px;
  height:42px;  
  float:left;
  margin:10px 0px 13px 0px;
}
#headingParkName

{
  width:647px;
  height:24px;  
  float:left; 

}
#headingParkName p
{ 
  float:left; 
  margin:0px;
  padding:0px;
  color:#FFFFFF;
  font-weight:bold;
  font-size:160%;
  line-height:1.0em;
}
#headingParkAddress

{
  width:647px;
  height:11px;  
  float:left; 
  margin-top:7px;
  
}
#headingParkAddress p
{
  float:left; 
  margin:0px;
  padding:0px;
  color:#606060;  
  font-size:75%;
  line-height:1.0em;
}
#leftAddress
{ 
  float:left; 
}
#rightAddress
{
  float:right;  
}
#addressBoxContents
{
  width:217px;
  height:44px;  
  float:left;
  margin:8px 0px 13px 0px;
}
#address
{
  width:217px;
  height:24px;
  float:left; 
}
#address p
{ 
  float:left; 
  margin:0px;
  padding:0px;
  color:#FFFFFF;  
  font-size:80%;
  line-height:1.1em;
  font-weight:bold;
}
#address a
{
  text-decoration:none;
  color:#000000;
  margin:0px;
  padding:0px 0px 0px 5px;
  font-size:95%;
}
#directions
{
  width:217px;
  height:11px;  
  float:left; 
  margin-top:7px;
}
#directions p
{
  float:left; 
  margin:0px;
  padding:0px;
  color:#000000;  
  font-size:75%;
  line-height:1.0em;
  font-weight:bold;
}

.emptySubMenu
{
  width:48px;
  height:5px;
  float:left;
}
#subLHS
{
  float:right;  
  width:182px;
  display:none;
}
#regionSubLHS
{
  float:right;  
  width:182px;
        
}
#subLHS ul,#regionSubLHS ul 
{
  float:left;
  width:100%;
  margin:0px;
  padding:0px;
}
#subLHS ul li,#regionSubLHS ul li
{
  float:left;
  width:100%;
  text-align:left;
  margin:0px 0px 2px 0px;
  padding:0px;
        
}

#subLHS ul li a,#regionSubLHS ul li a {
  width:100%;
  display: block;
  text-decoration: none;
  color: #606060;
  overflow: hidden;
  float:left;
  text-align:left;
  margin:0px ;
  padding:0px;
  font-size:85%;
  line-height:1.2em;
}

#subLHS UL LI A:hover,#subLHS UL LI.active A:hover,#regionSubLHS UL LI A:hover,#regionSubLHS UL LI.active A:hover {
  height: auto;
  overflow: hidden;
  color:#000000;
}
#subLHS UL LI A.active,#regionSubLHS UL LI A.active
{
  color:#EEAA2F;
  font-weight:bold;
}



.readMore
{
  font-weight:bold;
  text-decoration:none;
  color:#000000;
}
#awardsContainer
{
  float:right;
  width:227px;    
  margin-top:8px;
  margin-bottom:9px;
}
.rightAdvtHeading
{
  float:left;
  width:227px;
  /*height:16px;*/  
  
}
.rightAdvtHeading p
{
  float:left;   
  font-size:120%;
  color:#EEAA2F;
  font-weight:bold;
  margin:0px;
  padding:0px;
  line-height:1.0em;
}
.rightAdvtText
{
  float:left;
  width:227px;    
}
.rightAdvtText p
{
  float:left;   
  margin:0px;
  padding:0px;
  color:#606060;  
  font-size:85%;
  line-height:1.4em;
  font-weight:bold;
}
.rightAdvtText a
{ 
  color:#000000;  
  line-height:1.4em;
  text-decoration:none;
}
.awardsImageContainer
{
  float:left;
  width:227px;    
  margin-top:9px; 
}
.awardsImage
{
  float:left;
  width:32px;
  height:46px;  
  margin-right:6px; 
}
.awardsImageMiddle
{
  float:left;
  width:32px;
  height:46px;
  margin-left:6px;
  margin-right:6px; 
}
.advtContents
{
  float:right;
  width:227px;  
  margin-top:7px;
  margin-bottom:12px;
}
.loginLnkContainer
{
  width:237px;  
  margin-top:5px;
  float:left;
  background-color:#DCEAF3;
}
.loginLnkContainerNonPark
{
  width:237px;  
  background-color:#F4EAF5;
  margin-top:5px;
  float:left;
}

.loginLinkHeading
{
  float:left;
  width:227px;
  
  /*height:16px;  */
  
}
.loginLinkHeading p
{
  float:left;   
  font-size:120%;
  color:#803590;
  font-weight:bold;
  margin:0px;
  padding:0px;
  line-height:1.0em;
}
.bookNowTag
{
  float:right;
  width:125px;
  height:47px;  
}
.bookNowImg
{
  float:left;
  width:94px;
  height:47px;
}

/*at a Glance div*/

#atAGlance,#selectedParksList
{
  width:237px;
  float:left;
  background-color:#FAEAC8;
}

/* for those pop-up's which aren't using atAGlancePopup template. */
#pageContentPopUp #atAGlance {
  margin-top: 10px;
}

#emptyGlanceDiv
{
  float:left;
  width:10px;
  height:5px;
}

#glanceBoxDiv, #promotionsDiv, .glanceBoxExpDiv
{
  float:right;
  width:227px;
  margin-bottom:16px;
  margin-top:8px; 
}
  

#glanceHeadingDiv, #promotionsHeadingDiv, .glanceExpHeadingDiv
{
  float:left;
  width:227px;  
  font-weight:bold;
}
#glanceHeadingDiv p, #promotionsHeadingDiv p,.glanceExpHeadingDiv p
{
  font-size:120%; 
  float:left;
  color:#DE8B11;
  font-weight:bold;
  margin:0px;
  padding:0px;
  line-height:1.1em;
}

#glanceTextDiv, #promotionsTextDiv, .glanceExpTextDiv, #RegionParksDiv
{ float:left;
  width:227px;
  margin-top:10px;
  font-size:85%;
  font-weight:bold;
}

#glanceMore a {
  text-decoration:none;
  color:black;
  font-size:85%;
  font-weight:bold;
 }

#glanceTextDiv ul, #promotionsTextDiv ul, .glanceExpTextDiv ul, #RegionParksDiv ul{ 
  float:left;
  margin:0px;
  padding:0px;
}
#glanceTextDiv ul li, .glanceExpTextDiv ul li
{
  
  list-style:none;
  color:#46125C;
  margin-bottom:4px;
  margin:0px;
  padding:0px;
  float:left;    
}
#promotionsTextDiv ul li
{
  text-align:left; 
  list-style-type:square; 
  list-style-position:inside;
  color:#606060;
  margin-bottom:4px;
  margin:0px;
  padding:0px;
}
#glanceTextDiv ul li a,#promotionsTextDiv ul li a, .glanceExpTextDiv ul li a
{
  text-decoration:none;
  margin:0px;
  padding:0px;
  color:#606060;
        float:left;
}

#glanceTextDiv ul li a.highlighted
{
  text-decoration:none;
  margin:0px;
  padding:0px;
  color:#DE8B11;
}
#glanceTextDiv ul li a:hover
{
  color:#DE8B11;
}
/*footer*/
#footer
{
  float:left; 
  width:100%;
  background-color:#E7F4FC;
}
#footerPark
{
  float:left; 
  width:100%;
  margin-top:65px;
}

#footerOptionContainer
{ 
  float:left;
  margin-top:46px;
  background-color:#e7f4fc;
}
#footerOptionWrapper
{
  width:100%;
  float:left;
}

#footerOptionLeftDiv
{
  float:left;
  width:713px;
  margin-top:47px;
}
#footerOptionLeftDivPark
{
  float:left;
  width:713px;
}

#footerOptionLeftDiv ul
{ 
  float:left;
  margin:0px;
  padding:0px;
}

#footerOptionLeftDiv ul li
{
  display:inline;
  font-size:75%;  
  text-align:left;  
  margin:0px;
  padding:0px;  
  float:left;
}

#footerOptionLeftDiv a,#footerOptionLeftDiv a:link, #footerOptionLeftDiv a:active, #footerOptionLeftDiv a:visited
{
  text-decoration:none;
  padding-left:5px;
  padding-right:5px;
  padding-top:0px;
  padding-bottom:0px;
  float:left;
  color:#999999;
  border-right:1px solid #999999;
}

#footerOptionLeftDiv a:hover {
  
}

#footerOptionLeftDiv a.footerOptionLeftDiv,#footerOptionLeftDiv a.noborder:link, #footerOptionLeftDiv a.noborder:active, #footerOptionLeftDiv a.noborder:visited {
  border-right:none;
  padding-right:0px;
  
}
#footerOptionLeftDivPark ul
{ 
  float:left;
  margin:0px;
  padding:0px;
}

#footerOptionLeftDivPark ul li
{
  display:inline;
  font-size:75%;  
  text-align:left;  
  margin:0px;
  padding:0px;  
  float:left;
}

#footerOptionLeftDivPark a,#footerOptionLeftDivPark a:link, #footerOptionLeftDivPark a:active, #footerOptionLeftDivPark a:visited
{
  text-decoration:none;
  padding-left:5px;
  padding-right:5px;
  padding-top:0px;
  padding-bottom:0px;
  float:left;
  color:#999999;
  border-right:1px solid #999999;
}

#footerOptionLeftDivPark a:hover {
  
}

#footerOptionLeftDivPark a.footerOptionLeftDiv,#footerOptionLeftDivPark a.noborder:link, #footerOptionLeftDivPark a.noborder:active, #footerOptionLeftDivPark a.noborder:visited {
  border-right:none;
  padding-right:0px;
  
}

#footerOptionRightDiv
{
  float:left; 
  width:237px;
  margin-left:13px;
}

#footerRightAwardTopdiv
{
  float:left;
  height:12px;
  width:237px;
  font-size:12px;
  color:#007cc3;
  margin-bottom:10px;
  
}

#AwardImageDiv
{
  float:left;
  width:237px;
}


    
#footerAddressDiv
{
  float:left;
  background-color:#CEE0EC;
  width:995px;
}

#footerAddressLinks {
  float:left;
  width:207px;

}

#footerAddressLeftDiv
{
  float:left;
  font-size:75%;  
  height:59px;
  width:721px;

}
.headingAddress
{
  float:left;
  width:721px;
  color:#999999;
  
}
#footerAddressRightDiv
{
  float:right;  
  height:59px;
  width:253px;
  font-size:75%;
  
}
#footerAddressRightDiv a
{
  float:left; 
  text-decoration:none;
  color:#007cc3;
}
.headingWebsites
{
  float:left;
  width:233px;
  color:#007cc3;
  font-weight:bold;
}
#footerAddressContainer
{
  float:left;
  margin-top:13px;
  margin-bottom:16px;
  
}
#footerOptionContainerPark
{
  float:left;
  width:100%;
  margin-bottom:10px;
  
}
.emptyFooterStart
{
  float:left;
  width:16px;
  height:5px;
}
.footerCopyrightDiv
{
  float:right;      
  width:17px;
  text-align:right;
}
.footerCopyrightImg
{
  float:left;
  width:12px;
}

/*classes for availability box */
.availabilityBox
{
  position : relative;
  width:237px;
  height:164px;
  background-color:#E8007A;
}
.emptyLftDivAvail
{
  width:10px;
  float:left;
  height:5px;
}
.availabilityBoxContent
{
  margin-top:8px;
  width:224px;
  float:left;
}
.boxtitle
{
  width:100%;
  float:left;
  height:19px;
}
.boxtitle h2
{
  color:#FFFFFF;
  font-size:120%;
  padding:0px;
  margin:0px;
}
.ddwnBoxTop
{

  float:left;
}
.ddwnBoxBottom
{
  width:100%;
  height:40px;
  float:left;
}
.locationParkContainer
{
  float:left;
  width:144px;
}
.arrivalDateContainer
{
  float:left;

}
.arrivalDateContainer INPUT
{
  float:left;
  padding:0px;
  margin:0px;
    font-size:70%;
}
.arrivalDateContainer h2
{
  margin:0px;
  padding:0px;
  color:#000000;
  float:left;
  font-size:70%;
  color:#000000;
}

.arrivalDateContainerTxtBox
{
  width:66px;
  float:left;
  margin:1px 0px 0px 0px;
  padding:0px;
  font-size:70%;
}

.homepageSelectBoxWide
{
  float:left;
  width:100%;
  font-size:70%;
  
}

#homepageSelectBoxPark
{
  margin-top:3px;
}

.ddwnBoxBottom
{
  width:100%;
  float:left;
}
.leftddwnBoxBottom
{
  float:left;
}
.calendarDiv
{
  width:22px;
  float:left;
  height:14px;
  margin-top:4px;
}
.ddwnContainer
{
  float:left;
  color:#000000;
  margin-top:9px;
  
}
.lftDdwnContainer
{
  float:left;
  width:73px;
  
}
.rghtDdwnContainer
{
  float:left;
  width:70px;
}
.petContainer
{
  float:left;
  margin:8px 0px 0px 0px;
  font-size:70%;
  color:#000000;
}
.petContainer p
{
  margin:0px;
  padding:0px;
  
}
.petContainer INPUT
{
  margin:0px;
  padding:0px;
  float:left;
}
.caravanAndCamping
{
  float:left;
  width:100%;
  margin-top:5px;
  
}
.caravanAndCamping a
{
  float:left;
  color:#FFFFFF;
  font-size:75%;
  margin:0px;
  padding:0px;
  line-height:1.0em;
  text-decoration:none;
}
.boxContents
{
  width:100%;
  float:left;
}


.smallDdwnBox
{
  float:left;
}
.smallDdwnBoxBottom
{
  float:left;
  margin-top:5px;
}
.smallDdwnBoxLast
{
  width:38px;
  float:left;
}
.smallDdwnBox h2,.smallDdwnBoxLast h2,.smallDdwnBoxBottom h2
{

  float:left;
  margin:0px;
  color:#000000;
  padding:0px;
  font-size:70%;
  line-height:1.1em;
}
.homepageSelectBoxSmall
{
  width:38px;
  float:left;
  padding:0px;
  margin-top:0px;
  font-size:70%;
  
}
.arrivalDateWrapper
{
  float:left;
  width:71px;
}

#lftContainer
{
  float:left;
  width:144px;
  margin-top:4px;
  
  
}
#rgtContainer
{
  float:right;
  width:80px;
  margin-top:4px;
}
.divPetWish
{
  width:100%;
  float:left;
}
.divPetWish h2
{
  font-size:65%;
  float:left;
  margin:3px 0px 0px 0px;
  border:0px;
  color:#000000;
}
#divPetWishRadio
{ 
  width:70px;
  height:14px;
  float:left;
  margin:3px 0px 0px 10px;
  padding:0px;
}
.rbPetWishTxt
{
  float: left;  
  height:14px;
  width:100%; 
  margin:0px 0px 0px 0px;
  
}
.rbPetWishTxtDiv 
{
  width:19px;
  float: left;  
  margin:2px 0px 0px 0px;
  float:left;
  font-size:65%;
  color:#000000;
}
.rdbL
{
  float:left;
}
.rdbR
{
  float:left;
  margin-left:2px;
}
.rdbL INPUT,.rdbR INPUT
{
  float: left;  
  padding:0px;
  margin:0px; 
}
.rdbText
{
  margin-top:3px;
  float:left;
  font-size:
}
.emptyRgtContainer
{
  float:left;
  width:7px;
  height:5px;
}
.serachBtnDiv
{
  float:left;
  margin-top:7px;
  
  
}

#divPetWishRadio INPUT{
  float: left;  
  height: 14px;
  width:16px;
  margin:0px; 
}

.divSearchAvail
{
  width:100%;
  float:left;
}
.divSearchAvail h2
{
  font-size:70%;  
  float:left;
  margin:0px 0px 0px 0px;
  border:0px;
  color:#FFFFFF;
}

rbYes
{
  float:left;
  height:5px;
  width:5px;
}
.rbNo
{
  float:right;
  height:5px;
  width:5px;
  
}


/*classes for home page*/

.homePageImageContainer
{
/*  width:100%;*/
  margin-bottom:11px;
  width:963px;  
  float:left;
  height:422px;
  position: relative;
  overflow:hidden;
}

/*.homePageMainContentRow
{
  background:url(../images/home_content_bg.gif) repeat-y;
  width:100%;
  float:left; 
  margin-bottom:10px;
}
#blueWrapper
{
  background-color:#e7f4fc;
  width:100%;
  float:left;
}*/
.blueContainer
{
  margin:14px 0px 0px 0px;
  float:left;
  width:979px;
  background:url(../images/home_content_bg.gif) repeat-y;
  margin-bottom:10px;
}
.emptyDivBlueContainer
{
  float:left;
  width:16px;
  height:5px;
}
.contentDiv
{
  width:352px;
  float:left;
  margin-right:10px;
/*  border-right:1px solid #999999; */
}
.contentDivLast
{
  width:236px;
  float:left;
/*  border-right:1px solid #999999;*/
}

.heading
{
  font-size:120%;
  padding:0px;
  margin:0px;
  color:#007cc3;
  line-height:1.3em;
  font-weight:bold;
}
#discoverHdg, #loginHdg
{
  height:19px;
}
#discoverListBox ul
{ 
  float:left;
  margin:0px;
  padding:0px;
  margin-top:3px;
}
#discoverListBox ul li 
{
  text-align:left; 
  list-style-position:inside;
  list-style-type:square;
  margin:0px 0px 0px 0px;
  padding:0px;
  font-weight:bold;
  font-size:80%;
  color:#999999;
}
#discoverListBox ul li a 
{
  text-decoration:none;
  margin:0px;
  padding:0px;
  color:#999999;

}

#discoverListBox ul li a.highlighted
{
  
}
#discoverListBox ul li a:hover
{
  
}


/*Surendra's Classes*/
/*******Home page Image Container section *********************/
.havenExperience 
{
   position:absolute;
   height:422px;
   width:672px;
   float:left;
   top : 0px;
   left : 0px;
   z-index : 10;
   overflow:hidden;
   
}

.havenExperienceLink 
{
   height:422px;
   width:54px;
   float:left;
   position:absolute;
   top : 0px;
   left: 0px;
   z-index : 10;
}

.havenExperienceImage 
{
   height:422px;
   width:618px;
   float:right;
   position:absolute;
   top : 0px;
   left:-160px;
   z-index : 5;
}

.havenExperienceFrame {
   height:422px;
   width:618px;
   float:right; 
   filter:alpha(opacity=0);
   -moz-opacity: 0.0;
   opacity: 0.0;
   zoom:1;
}

.heavenExperienceMsg { 
  position: absolute;
  width:104px;
  height:20px;
  top:390px; 
  left:0px;
        filter:alpha(opacity=0);
        -moz-opacity: 0.0;
        opacity: 0.0;
        zoom:1;
  display:block;
}


.havenParks
{
  position:absolute;
  height:422px;
  width:672px;
  float:left;
  top : 0px;
  left : 417px;
  z-index : 20;
}

.havenParksLink 
{
   height:422px;
   width:54px;
   float:left;
}

.havenParksImage 
{
   position:relative; 
   height:422px;
   width:618px;
   float:right;
}

.havenParksMapLink
{
  position: absolute;
  height:20px;
  top:390px; 
  left:0px;
        filter:alpha(opacity=0);
        -moz-opacity: 0.0;
        opacity: 0.0;
        zoom:1;
  display:block;
}
.havenAccommodationMapLink {
  position: absolute;
  height:20px;
  top:390px; 
  left:54px;
        zoom:1;
        filter:alpha(opacity=0);
        -moz-opacity: 0.0;
        opacity: 0.0;
        zoom:1;        
  display:block;
}
.havenAccommodation
{
  position:absolute;
  height:422px;
  width:855px;
  float:left;
  top : 0px;
  left : 726px;
  z-index : 30;
}

.havenAccommodationLink 
{
   height:422px;
   width:54px;
   float:left;
}

.havenAccommodationImageArea 
{
   height:422px;
   width:801px;
   float:right;
}
.havenAccommodationMainImage
{
     height:422px;
     width:564px;
     float:left;
}
.havenAccommodationFrame
{
   width :100%;
   height :100%;
   filter:alpha(opacity=0);
   -moz-opacity: 0.0;
   opacity: 0.0;
   zoom:1;
}

.havenAccommodationRightImage
{
     height:422px;
     width:237px;
     float:right;
}

.homeAvailabilityAndBook 
{
  position:absolute;
  height:164px;
  width:237px;
  bottom: 0px;
  right:0px;
  z-index : 40;
}
/***************************Home page image container section end ***************/

/* Spring Box Classes*/

.leftEmptyDiv
{
    float:left;
  width:10px;
  height:30px;
  
}
     
.rightSpringDiv
 { 
  float:left;
 }
 .springImage
 {
  height:116px;
  float:left;
  width:116px;
  margin-right:10px;
 }
 .springTxt
 {
  float:left;
  margin:0px 0px 0px 0px;
  width:196px;
 }
   
.springTxt ul
{ 
  float:left;
  margin:0px;
  padding:0px;
  margin-top:3px;
}
.springTxt ul li 
{
  text-align:left; 
  list-style-position:inside;
  list-style:none;
  margin:0px 0px 0px 0px;
  padding:0px;
  font-weight:bold;
  font-size:80%;
  color:#606060;
}
   
.springDescription
{
  float:left;
  margin:5px 0px 0px 0px;
  
}
.springDescription p
{ 
  float:left;
  padding:0px;
  margin:0px;
  color:#606060;
  font-size:80%;  
  line-height:1.2em;
  width:196px;
}

.springLower
{
  float:left;
}

.springLowerLink
{
  float:left;
}

.springLowerLink a
{
  font-size:12px;
  color:#007cc3;
  margin-top:8px;
  float:left;
  text-decoration:none;
  
  
}
.springLowerBtn
{
  float:left;
  margin-left:15px;
  
}
.springLowerLink a.boldLnk
{
   font-weight:bold;
}
.loginContainer
{
  float:left;
}
.platinumContainer
{
  float:left;
}
.loginTextbox
{
  width:100%;
  margin-top:5px;
  float:left; 
}
.loginTxt
{
  float:left;
  width:65px; 
  color:#64696C;
  font-size:80%;
  margin-top:4px;
}
.loginTextbox input
{
  width:154px;
  line-height:1.2em;
  margin-left:5px;
  float:left; 
  font-size:80%;
  padding-bottom:2px;
  padding-top:2px;
}
.loginInfo
{
  width:100%; 
  margin-top:12px;
  float:left; 
}
.loginInfo p,.platinumInfo p
{ 
  float:left;
  padding:0px;
  margin:0px;
  color:#606060;
  font-size:80%;  
  line-height:1.2em;
}
.loginInfo a,.platinumInfo a
{ 
  /*float:left;   */
  color:#007cc3;
  text-decoration:none;
}
.platinumInfo
{
  width:100%; 
  margin-top:9px;
  float:left; 
}
.newsLetterOuterWrapper
{
  float:right;
  width:260px;
}
.newsLetterWrapper
{
  float:right;
  width:236px;
  margin-bottom:10px;
}
.emptyRightNewsDiv
{
  width:16px;
  height:5px;
  float:right;
}
.emptyParaDiv
{
  width:5px;
  height:5px;
  float:left;
}
.brdrDiv
{
  float:left;
  border-bottom:solid 2px #E7F4FC;
  width:100%;
  
}
.newsLetterBoxTop
{
  float:left;
  width:100%;
  background-color:#DCEAF3;
}

.newsLetterBox
{
  float:left;
  width:100%;
  background-color:#DCEAF3;
  margin-top:4px;
}
.newsLetterBox p
{
  float:left;   
  margin:0px;
  padding:0px;
  color:#606060;  
  font-size:85%;
  line-height:1.4em;
  font-weight:bold;
}
.newsLetterBoxExp
{
  float:left;
  width:100%;
  background-color:#DCEAF3;
  margin-top:4px;
}

.newsLetterConatiner
{
  float:left;
  background-color:#DCEAF3;
  margin-top:10px;
  width:100%;
}
.newsLetterInnerConatiner
{
  float:left;
  margin-top:10px;
  width:227px;
}
.newsLetterWrapper p
{
  float:left;
  margin:0px;
  padding:0px;
  font-size:80%;
}
.newsTxt
{
  float:left;
  width:50px; 
  color:#000000;
  font-size:75%;
  font-weight:bold;


}
.newsSubmitBtn
{
  float:right;  
}
#news1Hdg, #news2Hdg
{
  float:left;
  height:19px;
  color:#93009C;
}
.newsHeading
{
  float:left;
}
.HeadingNewsDivContent
{
  background-color:#DCEAF3;
  float:left;
  width:100%;
  margin-bottom:2px;
}
.HeadingNewsDivContent p
{
  float:left;
  padding:0px;
  margin:7px 0px 0px 0px;
  font-size:12px;
  color:#606060;
}
.emptyDivNewsletter
{
  float:left;
  width:5px;
  height:5px;


}
.noBrdrDiv
{
  border:none;
  float:left;
  width:100%;
}

#newsLetter1 a,#newsLetter2 a,#newsLetter1Exp a
{
  padding:0px;
  margin:0px;
  text-decoration:none;
  font-size:100%;
  color:#778085;
}

#newsLetter2 a.lnkMrgn
{
  margin:0px 0px 0px 0px;
  color:#000000;
  float:left;
}
#newsLetter1 a.lnkMoreInfo
{
  margin:0px 0px 0px 0px;
  color:#000000;
  font-size:80%;
  float:left;
  width:152px;
  text-decoration:none;
  padding:0px;
  font-weight:bold;
}
#newsLetter1Exp a.lnkMoreInfo
{
  margin:0px 0px 0px 0px;
  color:#000000;
  font-size:80%;
  float:left;
  width:152px;
  text-decoration:none;
  padding:0px;
  font-weight:bold;
}
#newsLetter2 a.lnkMoreInfo
{
  margin:0px 0px 0px 0px;
  color:#000000;
  font-size:100%;
  float:left;
  width:152px;
  text-decoration:none;
  float:right;
}
#newsLetter1 a.lnkButton,#newsLetter1Exp a.lnkButton
{
  float:left;
  margin:0px 0px 0px 0px;
  padding:0px;
  
}
.lnkAndButton
{
  float:left;
  margin:4px 0px 0px 0px;
  width:100%;
}

.HeadingNewsDivContent {
  padding-left:5px;
}

.spnHdnLnk
{
  font-size:13px;
  font-weight:bold; 
  color:#696D6E;
}
#emptyHeadingLeftExp
{
  width:54px;
  height:65px;
  background-color:#8F01A3;
  float:left;
}
#headingExp
{
  width:667px;
  height:65px;  
  float:left;
  background-color:#D893D6;
}
#addressBoxExp
{
  width:237px;
  height:65px;
  float:left;
  background-color:#D893D6;
  margin-top:5px;
  margin-bottom:5px;  
}


.atAGlanceExp
{
  width:237px;
  float:left;
  background-color:#F4EAF5;
  background-color:Red;
  
}
.glanceExpHeadingDiv p.Exp
{ 
  color:#8F01A3;
  
}
.glanceExpTextDiv ul li a.highlightedExp
{
  color:#8F01A3;
}
.glanceExpTextDiv ul li a:hover
{
  color:#8F01A3;
}
.glanceShowAll
{ 
  float:left;
  margin:5px 0px 0px 8px;
  padding:0px;
  line-height:1.2em;
}

.lnkshowAll
{ 
  color:#000000;  
  line-height:1.4em;
  text-decoration:none;
}
.newsLetter
{
  background-color:#DCEAF3;
  float:left;
}
#newsLetter1
{
  background-color:#DCEAF3;
  float:left;
  width:227px;
  margin-top:0px;
  padding:0px 0px 8px 0px;
}
#newsLetter1Exp
{
  float:left;
  width:227px;
  margin-top:0px;
  padding:0px 0px 8px 0px;
}
 #newsLetter2
{
  background-color:#DCEAF3;
  float:left;
  width:227px;
  padding:8px 0px 8px 0px;
}

#newsLetter3
{
  background-color:#DCEAF3;
  float:left;
  width:227px;
  padding:8px 0px 8px 0px;
}
.borderDiv
{
  float:left;
  height:5px;
  width:50px;
}

.newsLetter3Txt
{
  float:left;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:100%;
  
}
.newsTxtExp
{
  float:left;
  width:45px; 
  color:#000000;
  font-size:75%;
  font-weight:bold;
}
.newsSubmitBtnExp
{
  float:right;
  width:60px;
  height:14px;
  margin-top:4px;
  margin-right:8px;
}
#expTextHeading
{
  color:#8F01A3;
}
#firstExpPara
{
  margin-bottom:6px;
}
.expBoxHeading
{
  float:left; 
}
.expBoxHeading h2
{
  float:left;
  margin-top:6px;
  color:#8F01A3;
  font-size:85%;  
}
.bookNowActionBox
{
  float:left;
  width:455px;
  height:50px;
  background:url(../images/bookNow_ActionBox_bg.gif) no-repeat;
}

.bookNowActionBoxText {
  color: #F53487;
  font-size:12px;
  margin-top: 6px;
  margin-left: 10px;
  width: 310px;
  float: left;
}
.bookNowActionBoxImg {
  float: right;
  margin-top: 4px;
  margin-left: 10px;
  width: 110px;
}

.bookNowActionBoxText a:link,.bookNowActionBoxText a:active,.bookNowActionBoxText a:visited {
  color: #F53487;
  text-decoration: none;
  font-weight: bold;
}

.bookNowActionBoxText a:hover {
  color: #000;
}

#directions a
{
  text-decoration:none;
  color:#000000;
}
#emptyHeadingLeftAccom
{
  width:54px;
  height:65px;
  background-color:#00B5B6;
  float:left;
}
#headingAccom
{
  width:667px;
  height:65px;  
  float:left;
  background-color:#6FD2CF;
}
#addressBoxAccom
{
  width:237px;
  height:65px;
  float:left;
  background-color:#6FD2CF;
  margin-top:5px;
  margin-bottom:5px;
}

#promotionsAccom
{
  width:237px;
  float:left;
  background-color:#C3EEE7;
}
#promotionsHeadingDiv p.Accom
{ 
  color:#00B5B6;
  
}
#promotionsTextDiv ul li a.highlightedAccom
{
  color:#00B5B6;
}
#promotionsTextDiv ul li a:hover
{
  color:#00B5B6;
}
#accomTextHeading
{
  color:#00B5B6;
}
#firstAccomPara
{
  margin-bottom:6px;
}
.accomBoxHeading
{
  float:left; 
}
.accomBoxHeading h2
{
  float:left;
  margin-top:6px;
  color:#00B5B6;
  font-size:85%;  
}
#textAccomContainer
{ 
  float:left;
  width:479px;
  margin:17px 0px 0px 12px;
}

.exclusiveDivWrapper
{
   float:left;
   margin:0px 0px 29px 0px;
}

.mainExclusiveDiv
{
  float:right;
  width:479px;
  margin:0px 0px 5px 0px;
  
}
.mainExclusiveDivWrapper
{
  float:right;
  width:479px;
  margin:0px 0px 11px 0px;
  
}
.mainExclusiveDivLast
{
  float:right;
  width:479px;
  margin:0px 0px 16px 0px;
  
  
}
.exclusiveEmptyDark
{
   float:left;
   width:20px;
   height:28px;  
}
.darkDiv
{
  float:left;
  width:237px;
  background-color:#D5F2F0; 
  border-top:1px solid #CCCCCC; 
  margin:0px 0px 5px 0px;
  height:265px;
}

#darkDivWrapper
{
  float:left;
  background-color:#D5F2F0;   
  margin:0px 0px 0px 0px;
}

.darkDiv h2
{
  margin:0px;
  padding:0px;
  float:left;
  font-weight:bold;
  font-size:95%;
  color:#009994;
}

.exclusiveHeading
{
  height:24px;
  float:left;
  margin:0px 0px 0px 0px;
}
  
.exclusiveHeadingLeftBorder
{
  float:left;
  width:5px;
  height:6px;
} 
  
.exclusiveHeadingTxt
{
  height:17px;
  
  float:left; 
  margin:0px 0px 8px 0px; 
}
  
.exclusiveHeadinImage
{
  height:25px;
  width:38px;
  float:left;
}
  
.exclusiveContentWrapper
{
   float:left;
   width:237px;
} 

.exclusiveContentImageDiv
{
   float:left;
   width:116px;
   padding:0px 0px 0px 0px; 
    
}


.exclusiveContentImageFooter
{
   float:left;
   height:14px;
   width:116px;
  
}

.exclusiveContentTxtDiv
{
   float:right;
   width:116px;
   margin:0px 0px 0px 0px;  
   
}
.exclusiveContentLnk
{
   float:left;
   width:111px; 
   margin:12px 0px 0px 5px; 
 
}

.exclusiveContentLnk a
{
  float:left; 
  margin:0px;
  padding:0px;
  color:#000000;  
  font-size:85%;
  line-height:1.0em;
  text-decoration:none;
  
}
.exclusiveContentTxtDivHeading
{
   float:left;
   width:100%;
   margin:0px 0px 0px 0px;  
}

.exclusiveContentTxtDivContents
{ 
   float:left;
   width:100%;
   margin:9px 0px 0px 0px;   
}

.exclusiveContentTxtDivContents p
{ 
  line-height:1.4em;
  width:111px;
    margin:0px;
  padding:0px;
  float:left;
  font-weight:normal;
  font-size:85%;
  color:#606060;
}

.exclusiveContentTxtDivHeading h2
{ 
  line-height:1.0em;
  width:111px;
  margin:0px;
  padding:0px;
  float:left;
  font-weight:normal;
  font-size:90%;
  color:#009994;
}

#lightDivWrapper
{
  float:left;
  background-color:#ECF8F8;   
  margin:0px 0px 0px 0px;
}

.lightDiv
{
  float:left;
  width:237px;
  height:265px;
  background-color:#ECF8F8; 
  border-top:1px solid #CCCCCC; 
  margin:0px 0px 5px 0px;
}

.exclusiveEmptyLight
{
   float:left;
   width:20px;
   height:28px; 
}

.lightDiv h2
{
  margin:0px;
  padding:0px;
  float:left;
  font-weight:bold;
  font-size:95%;
  color:#009994;
}

.lightHeading h2
{
  margin:0px;
  padding:0px;
  float:left;
  font-weight:normal;
  font-size:90%;
  color:#009395;
}
/*new added*/

.darkDivEmpty
{
   float:left;
   height:5px;
   width:5px; 
}

.textAccomContainerLeftMargin
{
  float:left;
  height:10px;
  width:5px;  
}
.ultimateLuxuryDiv
{
  float:left;
  float:left;
  height:40px;
  width:78px; 
}
#map_inside_overlay {
  border:solid 2px #B4A2AE;
}

#homeMapoverlay
{
  float:left;
  width:179px;  
  background-color:White;
}
#mapOverlayHidden
{
   display:none;
}
.emptyMapStartDiv
{
  float:left;
  width:11px;
  height:5px;
}
.emptyMapEndDiv
{
  float:left;
  width:179px;
  height:8px;
}
.mapOverlayContainer
{
  float:left;
  width:157px;  
  margin-top:11px;
  margin-bottom:8px;  
}
.mapOverlayImg
{
  text-align: center;
  float:left;
  width:157px;  
  /*height:157px; */
}
.mapOverlayContainer h2
{
  margin:0px;
  padding:0px;
  float:left;
  font-weight:bold;
  font-size:100%;
  color:#ED9C19;
  margin-top:8px;
}
.mapOverlayContainer p
{
  float:left;
  margin:0px;
  padding:0px;  
  margin:8px 0px 20px 0px;  
  font-size:80%;
  line-height:1.4em;
  color:#606060;  
}

.mapOverlayContainer a
{
  float:left;
  margin:0px;
  padding:0px;  
  font-size:85%;
  line-height:1.4em;
  color:#ED9C19;
  text-decoration:none;
}
.takeATourLinksContainer
{ 
  width:135px;  
  height:260px;
  float:left;
  overflow:hidden;
  background-color:#F8D89D;
}
.takeATourLinksRightBar
{ 
  width:15px; 
  height:260px;
  float:left;
  overflow:hidden;
  background-color:#EEAA2F;
}

#outerGalleryDiv
{ 
  float:left;
  height:260px;
  width:464px;
  background-color:#F0CB87;
    
 }
 
 #imagelibraryList 
 {
   display:none;
 }
 
 #topImageGallery
 {
  float:left;
  height:233px;
  width:464px;
  
 }
 
 #bottomGallery
 {
  float:left;
  height:24px;
  width:464px;
  margin:3px 0px 0px 0px;
}
  
.bottomLeftGallery
 {
  float:left;
  height:22px;
  width:260px;
  margin:0px 0px 0px 4px;
}

.bottomLeftGalleryTxt
{
  float:left;
  margin:0px 7px 0px 0px;
  }
  
.bottomLeftGalleryDdn
{
  float:left;
  margin:0px 0px 0px 0px;
} 

.bottomRightGalleryLink 
{
   margin-right:4px;
}

.bottomRightGalleryLink p
{
   margin-right:4px;
   color:#100900; 
   font-size:85%;   
}


.bottomRightGalleryLink a, .bottomRightGalleryLink a:active, .bottomRightGalleryLink a:visited, .bottomRightGalleryLink a:link
{
   text-decoration:underline;
   color:#100900;
}
  
#ddwnGallery
{
  float:left;
  font-size:75%;
  margin:0px 0px 0px 0px;
  height:18px;
  width:244px;
  padding:0px;
} 
  
.bottomLeftGalleryTxt p
{
  float:left;
  margin:0px;
  padding:0px;
  color:#100900;
  font-size:85%;
  margin:0px 0px 0px 0px;
}


.bottomRightGalleryPreviousBtn
 {
  float:left;
  width:75px;
  height:22px;
}

.bottomRightGalleryNextBtn
 {
  float:left;
  width:55px;
  height:22px;
} 

#outerIndoorDiv
{ 
  float:left;
  height:260px;
  width:464px;
  background-color:#F0CB87;
    
 }
 
 #topImageIndoor
 {
  float:left;
  height:233px;
  width:330px;

 }
 
 #bottomIndoor
 {
  float:left;
  height:24px;
  width:464px;
  margin:3px 0px 0px 0px;
  
  }
  
.bottomLeftIndoor
 {
  float:left;
  height:22px;
  width:326px;
  margin:0px 0px 0px 4px;

}

.bottomLeftIndoorTxt
{
  float:left;
  margin:0px 7px 0px 0px;
  }
  
.bottomLeftIndoorDdn
{
  float:left;
  margin:0px 0px 0px 0px;
  } 
  
#ddwnIndoor
{
  float:left;
  font-size:75%;
  margin:0px 0px 0px 0px;
  height:18px;
  width:248px;
  padding:0px;
} 
  
.bottomLeftIndoorTxt p
{
  float:left;
  margin:0px;
  padding:0px;
  font-size:80%;
  margin:0px 0px 0px 0px;
  }


.bottomRightIndoorPreviousBtn
 {
  float:left;
  width:75px;
  height:22px;
  
}

.bottomRightIndoorNextBtn
 {
  float:left;
  width:50px;
  height:22px;
  
} 

#topImageIndoorPoolBtn
{
   height:233px;
   width:122px;
   float:right;
   margin:0px 0px 0px 0px;
}

.topImageIndoorPoolEmpty
{
  float:left;
  height:198px;
  width:110px;
 }
 
 .topImageIndoorPoolBtn1
{
   height:32px;
   width:32px;
   float:left;
   margin:0px 4px 0px 0px;
}

.holidayAreasHeadinTxt
{ 
   float:left;
   margin:0px 0px 8px 0px;
}


.stageShowsHeadinTxt h2
{ 
   float:left;
   margin:6px 0px 8px 0px;
   color:#8F01A3;
   padding:0px;
}
  
.stageShowsLeftBorder
{
   float:left;
   width:5px;
   height:6px;
 }

.stageShowHeading
  {
  float:left;
  margin:0px 0px 0px 0px;
}
.caravansHeadinTxt h2
{ 
   float:left;
   margin:6px 0px 8px 0px;
   color:#00B5B6;
   padding:0px;
  }
  
/*Our parks Classes */

.findHoliday
{
  float:left;
  background-color:#FAEAC8;
  width:237px;
  padding:0px;
}

.findHolidayContents
{
  float:left;
  width:237px;
  padding:0px;
  margin:22px 0px 0px 0px;
}
.photoDiv
{
  margin-top:16px;
  float:left;
}

.photoDiv h2,.photoDivTop h2
{
  font-size:100%;
  color:#9A2AB4;
  float:left;
  margin:0px;
  padding:0px 0px 0px 4px;
}
.imgDiv
{
  float:left;
  width:100%;
  margin:9px 0px 0px 0px;
}
.centreImg
{
  margin:0px 6px 0px 6px;
  float:left;
}
.imgTitle
{
  float:left;
  width:75px;
  margin-top:5px;
}

.imgTitle p
{
  margin:0px 0px 0px 0px;
  padding:0px;
  line-height:1.0em;
  font-size:75%;
}
.brdrChkBx
{
  
  border:solid 1px #B4A2AE;
  float:left;
  margin:0px 5px 0px 0px;
  padding:0px;
  
}

.findHolidaychkBx
{
  margin:0px;
  float:left;
  padding:0px;
  width:13px;
  height:13px;
}

.bottomDiv
{
  float:left;
  margin:11px 0px 0px 0px;
}

.bottomDiv h2
{
  margin:0px;
  padding:0px;
  font-size:120%;
  float:left;
  color:#9A2AB4;
  padding-left:4px;
}
.bottomDiv a
{
  margin:0px;
  padding:0px;  
  float:left;
  color:#9A2AB4;
  text-decoration:none;
}
.findHolidayBtn
{
  float:right;
}
.emptyDivBottomHoliday
{
  height:11px;
  width:100%;
  float:left;
}

/*Region Map classes*/
#headingRegion

{
  width:100%; 
  float:left; 
}
#headingRegion p
{ 
  float:left; 
  margin:0px;
  padding:0px;
  color:#FFFFFF;
  font-weight:bold;
  font-size:190%;
  line-height:1.0em;
}
#headingRegionTxt

{
  width:100%; 
  float:left; 
  
}
#headingRegionTxt p
{
  float:left; 
  margin:0px;
  padding:0px;
  color:#000000;  
  font-size:80%;
  font-weight:bold;
  line-height:1.0em;
}
#holidayFinderBoxContents
{
  width:217px;    
  float:left;
  margin:5px 0px 0px 0px;
}
#holidayFinderTxt
{
  width:120px;
  height:60px;
  float:left; 
}
#holidayFinderImg
{
  width:97px;
  height:60px;
  float:right;  
}
#holidayFinderTxt p
{ 
  float:left; 
  margin:0px;
  padding:0px;
  color:#FFFFFF;  
  font-size:80%;
  line-height:1.2em;
  font-weight:bold;
}
#purpleTxt p
{   
  color:#8D205A;
  float:left; 
  margin:0px;
  padding:0px;  
  font-size:80%;
  line-height:1.2em;
  font-weight:bold;   
}
#holidayFinderTxt a
{ 
  float:left; 
  margin:0px;
  padding:0px;
  color:#FFFFFF;  
  text-decoration:none;
}
#textRegionContainer
{ 
  float:right;
  width:473px;
  margin-top:5px;
}
#textOurParkContainer
{ 
  float:right;
  width:473px;
  margin-top:0px;
}
.regionMap
{
  float:left;
  width:100%;
  margin-bottom:8px;
}

.regionMapOurParks
{
  float:left;
  width:100%;
  margin-bottom:8px;
}


#RegionParksDiv ul li
{
  text-align:left;  
  color:#46125C;  
  padding:0px;
  width:227px;
  float:left;
  margin:0px 0px 2px 0px;
  list-style: none; 
}
#RegionParksDiv ul li a
{
  text-decoration:none;
  margin:0px;
  padding:0px;
  color:#606060;  
  float:left; 
  width:100%; 
}
#RegionParksDiv ul li a:hover
{
  color:#000000;
}
.regionParksMenu
{     
    position: relative;
    top:-2px;
    margin-left:5px;
}
txtImageConatinerMenu
{
  float:left;
}
.txtImageConatinerMenu p
{
  float:left;   
  margin:8px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  color:#606060;  
  line-height:1.3em;
  font-size:75%;
  font-weight:bold;
  
  }

.txtImageContainer a.txtImageConatinerLinks
{
  color:#000000;  
  line-height:1.3em;
  text-decoration:none;
  padding:0px 26px 0px 0px;
  
}

.txtImageContainer a.txtImageConatinerLinksLast
{
  color:#000000;  
  line-height:1.3em;
  text-decoration:none;
  padding:0px 0px 0px 0px;
}
.rightAdvtText p.rightLnxTxt
{
  float:left;   
  margin:0px 0px 0px 8px;
  padding:0px 0px 0px 0px;
  color:#606060;  
  line-height:1.3em;
  font-size:85%;
  font-weight:bold;
  
  }
.rightAdvtText a.blueLink
{
  float:left; 
  color:#000000;
  line-height:1.4em;
  text-decoration:none;
}
.rightAdvtText a.blueLinkInfo
{
  float:right;
  width:152px;
  color:#000000;
  line-height:1.4em;
  text-decoration:none;
}
#subLHS UL LI A.activeAccom,#regionSubLHS UL LI A.activeAccom
{
  color:#00B5B6;
  font-weight:bold;
}

.hiddenDiv
{
  display:none;
}

/* Styless for Top Navigations */
#topnav, #topnav ul { /* all lists */
  padding:0px;
  margin:0px;
  border-width:0px;
  list-style:none;
  font-family: Arial, sans-serif; 
  font-size:14px;
  font-weight:bold;
  color:#ffffff;
  position:absolute;
  float: left;
 }

#topnav
{
  height:25px;
  width:100%;
  float:right;
  margin-top: 35px;
  
}

#topnav a, #topnav .iemenufix  {
  display:block;
  color:#ffffff;
  text-decoration:none;
  padding-left:11px;
  /* padding-right:11px; */
  line-height:22px;
}

#topnav li { /* all list items */
  float:right;
  /* width: 10em; *//* width needed or else Opera goes nuts */
  /*margin-left:0px;  for space between top menu items  SG- to avoid the margin on the first menu sapcing is defined by the left-margins on the individual menu items except first */
  border-width:0px;
  margin-right:0px;
  padding:0px 0px 0px 0px; 
  background-repeat:no-repeat;
  background-position:top left;
}

#topnav li ul 
{
  /* second-level lists */
  color:#ffffff;
  width: 15em;
  left: -999em; /* using left instead of display to hide menus because display:none isn't read by screen readers */
  border:0px;
  /* safari rule - will ignore rest of style */
  margin-left:0px;
}

#topnav li ul ul { /* third-and-above-level lists */
  margin:-0.5em 0 0 12em;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
  left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;    
  /*position: static;  suckerfish IE7 fix */
}

/********** light back grounds of top menu by default *****************/

.homeMenu #topnav_1,#topnav_1 li{background-color:#8F01A3; font-size:14px;}
.homeMenu #topnav_2,#topnav_2 li{background-color:#F1AA00; font-size:14px;}
.homeMenu #topnav_3,#topnav_3 li{background-color:#14C7C1; font-size:14px;}
.homeMenu #topnav_4,#topnav_4 li{background-color:#36B4FF; font-size:14px;}
.homeMenu #topnav_5,#topnav_5 li{background-color:#E8007A; font-size:14px;}

#topnav_1,#topnav_1 li{background-color:#CAA5CE;color:#fff;}
#topnav_2,#topnav_2 li{background-color:#E5C886;color:#fff;}
#topnav_3,#topnav_3 li{background-color:#8CD4D1;color:#fff;}
#topnav_4,#topnav_4 li{background-color:#8AC8ED;color:#fff;}
#topnav_5,#topnav_5 li{background-color:#E4AAC3;color:#fff;}

 /***** height of seected menu ************/
li.selectedMenu
{
  height:25px;
}

/**** Dark selected backgrounds if menu is selected ***************/
#topnav ul li#topnav_1.selectedMenu {  background-color:#36B4FF;}
#topnav ul li#topnav_2.selectedMenu {  background-color:#14C7C1;}
#topnav ul li#topnav_3.selectedMenu  {  background-color:#F1AA00;}
#topnav ul li#topnav_4.selectedMenu  {  background-color:#8F01A3;}
#topnav ul li#topnav_5.selectedMenu  {  background-color:#E8007A;}

/**** Dark backgrounds for second level ***************/
#topnav_1 ul li {background-color:#8F01A3;}
#topnav_2 ul li {background-color:#F1AA00;}
#topnav_3 ul li {background-color:#14C7C1;}
#topnav_4 ul li {background-color:#36B4FF;}
#topnav_5 ul li {background-color:#E8007A;}

/************ All dark backgrounds in case menu is at home page i.e. having class homeMenu ***********/
.homeMenu #topnav_1, #topnav_1 li { background-color:#8F01A3; }
.homeMenu #topnav_2, #topnav_2 li { background-color:#F1AA00; }
.homeMenu #topnav_3, #topnav_3 li { background-color:#14C7C1; }
.homeMenu #topnav_4, #topnav_4 li { background-color:#36B4FF; }
.homeMenu #topnav_5, #topnav_5 li { background-color:#E8007A; }

#topnav_1 {width : 156px; margin-left:3px;}
#topnav_2 {width : 116px; margin-left:3px;}
#topnav_3 {width : 136px; margin-left:3px;}
#topnav_4 {width : 136px; margin-left:3px;}
#topnav_5 {width : 165px; }


#topnav_1 li { width: 233px; }
#topnav_2 li { width: 233px; }
#topnav_3 li { width: 233px; }
#topnav_4 li { width: 333px; }
#topnav_5 li { width: 159px; }


/*** Back ground images on the secondary navigation ***************/
#topnav_1 li a { background-image:url(../images/Navigation/haven_chevron_off.gif); background-repeat:no-repeat; background-position:0px 3px; padding-left:27px; padding-bottom:3px;} 
#topnav_1 li a:hover { background-image:url(../images/Navigation/haven_chevron_on.gif); background-repeat:no-repeat; background-position:0px 3px; padding-left:27px; padding-bottom:3px;} 

#topnav_2 li a { background-image:url(../images/Navigation/parks_chevron_off.gif); background-repeat:no-repeat; background-position:0px 3px; padding-left:27px; padding-bottom:3px;} 
#topnav_2 li a:hover { background-image:url(../images/Navigation/parks_chevron_on.gif); background-repeat:no-repeat; background-position:0px 3px; padding-left:27px; padding-bottom:3px;} 

#topnav_3 li a { background-image:url(../images/Navigation/accommodation_chevron_off.gif); background-repeat:no-repeat; background-position:0px 3px; padding-left:27px; padding-bottom:3px;} 
#topnav_3 li a:hover { background-image:url(../images/Navigation/accommodation_chevron_on.gif); background-repeat:no-repeat; background-position:0px 3px; padding-left:27px; padding-bottom:3px;} 

#topnav_4 li a { background-image:url(../images/Navigation/sp-offers_chevron_off.gif); background-repeat:no-repeat; background-position:0px 3px; padding-left:27px; padding-bottom:3px;} 
#topnav_4 li a:hover { background-image:url(../images/Navigation/sp-offers_chevron_on.gif); background-repeat:no-repeat; background-position:0px 3px; padding-left:27px; padding-bottom:3px;} 


#topnav_5 li a { background-image:url(../images/Navigation/availability_chevron_off.gif); background-repeat:no-repeat; background-position:0px 3px; padding-left:27px; padding-bottom:3px;} 
#topnav_5 li a:hover { background-image:url(../images/Navigation/availability_chevron_on.gif); background-repeat:no-repeat; background-position:0px 3px; padding-left:27px; padding-bottom:3px;} 
.BottomMenu
{
  float:left;
  width:100%;
  padding:4px 0px 20px 0px;
  border-top:1px solid #CCCCCC;
  margin-top:20px;
    
}



.BottomMenu ul
{ 
  float:left;
  margin:0px;
  padding:0px;
  float:left;
}


.BottomMenu ul li
{
  display:inline;
  font-size:85%;  
  text-align:left;  
  margin:0px;
  padding:0px;    
}

.BottomMenu a,.BottomMenu ul li a:link, .BottomMenu a:active, .BottomMenu a:visited
{
  text-decoration:none;
  padding:0px 7px 0px 7px;  
  color:#606060;
  border-right:1px solid #000000;
  margin:0px;
  line-height:1.1em;
}

.BottomMenu a.noborder:link,.BottomMenu a.noborder:active, .BottomMenu a.noborder:visited {
  text-decoration:none;
  padding:0px 7px 0px 7px;  
  color:#606060;
  border:none;
  margin:0px;
  line-height:1.1em;
}
.BottomMenu a.firstElement:link,.BottomMenu a.firstElement:active, .BottomMenu a.firstElement:visited {
  text-decoration:none;
  padding:0px 7px 0px 0px;  
  color:#606060;
  border-right:1px solid #000000;
  margin:0px;
  line-height:1.1em;
}
.tagLargeSee 
{
  float: right;
  margin:0px;
  padding:0px;
  width: 109px;
}

.emptyLeftOfferDiv
{
  float:left;
  width:7px;
  height:70px;


}

.upgradeHolidayDiv
{
  float:left;
  width:105px;
  margin:20px 0px 6px 0px;
}

.upgradeHolidayDiv span
{
  float:left;
  width:105px;
  color:#DDA326;
  font-size:90%;
  line-height:1.2em;
  margin:0px;
  padding:0px;
}

.upgradeHolidayDiv p
{
  float:left;
  width:105px;
  color:#000000;
  font-size:85%;
  margin:0px;
  padding:0px;
  line-height:1.0em;
}

.upgradeHolidayDiv a
{
  float:left;
  width:105px;
  color:#DDA326;
  font-size:85%;
  text-decoration:none;
  font-weight:bold;
  line-height:1.0em;
  margin:0px;
  padding:0px;
}

.summerHolidayDiv
{
  float:left;
  width:105px;
  margin:5px 0px 6px 0px;
}

.emptySeeAllImageDiv
{
  float:left;
  width:105px;
  height:48px;
  
}
.summerHolidayText
{
  width:105px;
  color:#007cc3;
  font-size:90%;
  line-height:1.2em;
  margin:0px;
  padding:0px;
}

.summerHolidayDiv a
{
  text-align:right;
  color:#D50D56;  
  line-height:1.2em;
  text-decoration:none;
  font-weight:bold;
  margin:0px;
  padding:0px;
}
.summerHolidayDiv span.highlightedPound
{
  color:#007cc3;
  font-size:200%;
  line-height:1.0em;

  margin:0px;
  padding:0px;
}

.summerHolidayDiv p
{
  float:left;
  width:100%;
  color:#007cc3;
  font-size:85%;
  margin:0px;
  padding:0px;
  line-height:1.0em;
}
/*group page*/

.rowWrapper
{
  float:left;
  width:465px;
  
}
.smallFirstColumn
{
  float:left;
  width:125px;
  color:Black;
  font-weight:bold;
  font-size:85%;  
  line-height:1.3em;
  
}
.largeSecondColumn
{
  float:left;
  width:335px;   
  color:#606060;  
  font-size:85%;
  line-height:1.3em;
}
#AvailAndBook1_txtDate
{
  height:17px;
}

.firstColumnContents 
{ 
    float:left; 
        width:232px; 
        color:Black; 
        font-weight:bold; 
        font-size:85%;         
        line-height:1.3em; 
} 

.secondColumnContents 
{ 
    float:left; 
        width:232px; 
        color:#606060; 
        font-size:90%;         
        line-height:1.4em; 
} 

.firstlargeColumn 
{ 
        float:left; 
        width:280px; 
        color:Black;           
        font-size:85%; 
        line-height:1.3em; 
  height:5px;
} 
.firstlargeContentsDiv 
{ 
        float:left; 
        width:280px;         
        font-size:85%; 
        line-height:1.3em; 
        font-weight:bold; 
        color:Black; 
} 
.secondColumnTitle 
{ 
    float:left; 
        width:85px;           
        font-size:85%; 
        line-height:1.3em; 
        font-weight:bold; 
        color:Black; 
        margin:0px 7px 0px 0px; 
} 
.secondColumnContentsThirdColList
{ 
    float:left; 
        width:92px;           
        font-size:90%; 
        line-height:1.4em;         
        
} 
.thirdColumnTitle 
{ 
    float:left; 
        width:85px;           
        font-size:85%; 
        line-height:1.3em; 
        font-weight:bold; 
        color:Black; 
        margin:0px 7px 0px 0px; 
} 
.thirdColumnContents 
{ 
    float:left; 
        width:92px;           
        font-size:90%; 
        line-height:1.4em; 
        
} 
.regError
{
  margin: 4px 0px 0px 0px;
  line-height: 1.4em;
  font-size: 85%;
  color: #FF0000;
  font-weight: bold;
  margin-bottom: 0px;
  float:left;
}
.ImageOnly
{
  float:left;
  margin-top:10px;
}
.divPrevNext
{
  float:right;
  width:473px;
  margin:5px 0px 10px 0px;
  text-align:right;
}
.divPrevNext a
{
  text-decoration:none;
  color:black;
  margin:0px 0px 0px 10px;
  padding:0px;
  font-weight:bold;
}
.atAGlanceMenuText
{
  float:right;
  
  width:210px;
  cursor:pointer;
}


.atAGlanceMenuTextPopUp
{
  float:right;
  width:206px;
  cursor:pointer;
}
.atAGlanceMenuTextWithOutLink
{
  float:right;
  color:#606060;
  width:210px;
  
}

.atAGlanceMenuTextWithOutLinkPopUp
{
  float:right;
  color:#606060;
  width:206px;
  
}

.atAGlanceBullet
{
  float:left;
  margin-top:3px;
}
/* for at a glance pop up */

#atAGlancePopUp
{
  width:230px;
  float:left;
  background-color:#FAEAC8;
  padding-bottom:15px;
  margin-top:10px;

}

#emptyGlanceDivPopUp
{
   float:left;
 width:8px;
 height:5px; 
}

#glanceBoxPopUp
{
 float:left;
 width:220px;
 margin-top:8px;
}
  

#glanceHeadingPopUp
{
  float:left;
  width:220px;  
  font-weight:bold;
}
#glanceHeadingDiv p
{
  font-size:120%; 
  float:left;
  color:#DE8B11;
  font-weight:bold;
  margin:0px;
  padding:0px;
  line-height:1.1em;
}

#glanceTextPopUp
{ float:left;
  width:220px;
  margin-top:10px;
  font-size:85%;
  font-weight:bold;
}




#glanceTextPopUp ul
{
  float:left;
  margin:0px;
  padding:0px;
}
#glanceTextPopUp ul li
{
  color:#46125C;
  margin-bottom:4px;
  margin:0px;
  padding:0px;
        float:left;
        
  list-style:none;
  
}
#glanceTextPopUp ul li a
{
  text-decoration:none;
  margin:0px;
  padding:0px;
  color:#606060;
}

#glanceTextPopUp ul li a.highlighted
{
  text-decoration:none;
  margin:0px;
  padding:0px;
  color:#DE8B11;
}
#glanceTextPopUp ul li a:hover
{
  color:#DE8B11;
}
.leftPopUpWrapper
{
  float:left;
  width:230px;
}

.havenHolidayLink
{
  float:right;
  height:19px;
  width:197px;
  margin-top:10px;
}
.divRHSOfferDetails 
{ 
        float:left; 
        width:237px; 
        margin-top:13px; 
}
.newsControl
{
	float:left;
	width:177px;
	
}
.validationControl
{
	margin-top:6px;
	text-align:left;	
	
}
.newsError
{
	float:right;
	width:85px;
	
}
.exclusiveContentImageWrapper
{
	float:left;
	height:190px;
	width:100%;
	
}
.exclusiveContentTxtDivWrapper
{
	float:left;
	height:200px;
	width:100%;
}

.confidenceDescription
{
	width:196px;
	float:left;
}
.confidenceDescription p
{
	margin:0px;
	padding:0px;
	margin-bottom:0px;
	line-height:1.1em;
}
.confidenceDescription ul
{ 
margin:0px; 
padding:0px; 
float:left;

} 

.confidenceDescription li
{ 
  color: #606060; 
  list-style:none;
  font-weight:bold; 
  padding:0px;		
  font-size:80%;
  float:left;
  margin:0px;
}

.confidenceMenuTextWithOutLink
{
  float:right;
  color:#606060;
  width:185px;
  
} 




#emptyGlanceDivPopUp1
{
 float:left;
 width:8px;
}
.confidenceIntroText 
{ 
        float:left; 
        margin:0px; 
        padding:0px 0px 7px 0px; 
        line-height:1.1em; 
        font-size:80%; 
        color:#606060; 
}




























/* Created by W C */
.leftCol {
	width:670px;
	float:left;
}
.leftHeadingBox {
	width:53px;
	float:left;
}
.mainBanner {
	width:617px;
	float:left;
}
.rightCol {
	width:289px;
	float:right;
}
.rightHeadingBox {
	width:55px;
	float:left;
}
.rightBanner {
	width:234px;
	float:left;
}
.leftColourBox {
	width:53px;
	float:left;
	height:66px;
	margin-top:3px;
	margin-bottom:15px;
}
.mainTitleBox {
	width:617px;
	height:66px;
	margin-top:3px;
	margin-bottom:15px;
	color:#fff;
	float:left;
}
.title{
	font-size:160%;
	margin:15px 10px;
}
.rightTitleBox {
	width:289px;
	height:66px;
	margin-top:3px;
	margin-bottom:15px;
	color:#fff;
	float:left;
}
.loginBox {
	background-color:#e2eff6;
	border:1px solid #999;
	width:100%;
	height:170px;
}
.loginBox h2 {
	text-align:center;
	color:#0099cc;
	font-size:120%;
	margin-top:20px;
}
.loginBox p {
	width:75px;
	float:left;
	font-size:85%;
	font-weight:bold;
	color:#333;
	margin-top:5px;
	margin-left:30px;
	clear:left;
	display:block;
}
.loginField {
	width:150px;
	margin-top:5px;
	clear:right;
	float:right;
	margin-right:25px;
	display:block;
	margin-left:0px;
}
.bt {
	float:right;
	margin-right:27px;
	margin-top:15px;
}
.welcomeMsg {
	width:265px!important;
	margin-left:0px!important;
	padding:0px 10px;
}
.copySec {
	width:640px;
	float:left;
}
.copySec h2 {
	margin:0px;
}	
.copySec h3 {
	font-size:100%;
	margin-top:0px;
	padding-top:0px;
}
.colourGrey {
	color:#666;
}
.colourPurple {
	color:#8F01A3;
}
.colourYellow {
	color:#F1AA00;
}
.colourGreen {
	color:#14C7C1;
}
.colourBlue {
	color:#36B4FF;
}
.colourPink {
	color:#E8007A;
}
.bgcolourPurple {
	background-color:#8F01A3;
}
.bgcolourYellow {
	background-color:#F1AA00;
}
.bgcolourGreen {
	background-color:#14C7C1;
}
.bgcolourBlue {
	background-color:#36B4FF;
}
.bgcolourBlue {
	background-color:#36B4FF;
}
.bgcolourPink {
	background-color:#E8007A;
}
.tintPurple {
	background-color:#e4a9df;
}
.tintYellow {
	background-color:#face7b;
}
.tintGreen {
	background-color:#74d9da;
}
.tintBlue {
	background-color:#94dcff;
}
.tintPink {
	background-color:#fa7aaa;
}
ul.greenTickList {
	list-style:none;
	margin:0px 0px 0px -39px;
	padding-top:5px;
}
ul.greenTickList li{
	background:url(../images/icon_green_tick.gif) no-repeat left center;
	display:block;
	font-size:80%;
	font-weight:400;
	margin-left:0px;
	padding-bottom:10px;
	padding-left:25px;
	padding-top:5px;
	text-decoration:none;
}
ul.redCrossList {
	list-style:none;
	margin:0px 0px 0px -39px;
	padding-top:5px;
}
ul.redCrossList li{
	background:url(../images/icon_red_cross.gif) no-repeat left center;
	display:block;
	font-size:80%;
	font-weight:400;
	margin-left:0px;
	padding-bottom:10px;
	padding-left:25px;
	padding-top:5px;
	text-decoration:none;
}
.affiliateSec {
	background-color:#f4fbff;
	padding:10px;
}
.affiliateLogo {
	float:left;
	width:164px;
}
.affiliateCopy {
	width:440px;
	float:right;
	padding-left:10px;
	border-left:1px solid #999;
	min-height:90px;
}
.affiliateCopy h3{
	color:#00c2ff;
	font-size:150%;
}
.affiliateLink {
	width:200px;
	float:right;
	margin:5px 0px 30px 0px;
}
.affiliateLink a{
	display:block;
	color:#00c2ff;
	font-weight:bold;
	text-align:right;
}
.faqGroups {padding: 0px; float:left; margin-top: 0px!important; }
.faqGroupsContent {min-height: 151px; background-color:#fff; padding: 8px 0px 0px 0px;}
/*.faqGroupsContent img {display: block;  margin: 0px 0px 9px 8px; border-color: #C1C1C1; border-style: solid; border-width: 1px;}*/
.faqGroupsContent p{margin: 0px 8px 0px 8px!important; font-size: 60%!important; color: #666!important; line-height: 13px!important; padding: 0px 0px 5px 0px!important;}
.faqGroupsContent ul {list-style: none; margin: 0px 0px 0px 8px; padding: 0px 0px;}
.faqGroupsContent ul li {padding: 4px 0px;}
.faqGroupsContent ul li a {background:url(../images/bulletpoint.gif) no-repeat left top; font-size: 80%; color: #999; padding: 0px 0px 0px 25px; display: block; height: 17px;}
.faqGroupsContent ul li a:hover {color:#00bfc5;}
.faqContentArea {padding: 0px 0px 5px 10px; float:left; margin-top: 0px!important; }

a.backToTop{float: right;background:url(../images/bulletpoint.gif) no-repeat left center;color:#00bfc5;display:block;font-size:80%;font-weight:700;margin-right:10px;padding-bottom:3px;padding-left:20px;padding-top:0px;text-decoration:underline;}

/*Display Table*/
table.dataDisplay {border-bottom:1px solid #C6DEF7;border-right:1px solid #C6DEF7;padding:0px 0px;text-align:left;width:300px;}
table.dataDisplay  tr.none{background-image:none!important;}
table.dataDisplay  td{border-top:1px solid #C6DEF7;border-left:1px solid #C6DEF7; font-weight: normal; font-size: 80%!important; padding:5px 11px 5px; color: #666;}
table.dataDisplay  td p{font-size: 100%!important; margin: 0px!important;}
table.dataDisplay  td.col2{background-color: #eef8fe;font-weight: normal!important;}
table.dataDisplay  td.col2 p{font-size: 100%!important; margin: 0px!important;}
table.dataDisplay  td.col3{padding-right:10px;font-weight: bold; color:#666!important;}
table.dataDisplay  td.col3 p{margin: 0px!important;}
table.dataDisplay  td.col4{background-color: #eef8fe;padding-right:10px;font-weight: normal; color: #666 !important;}
table.dataDisplay  td.col4 p{margin: 0px!important;}
table.dataDisplay  td.col5{padding-right:10px;font-weight: normal;color: #666!important;}
table.dataDisplay  td.col5 p{margin: 0px!important;}
/**/
	
.newsSec {
	width:445px;
	float:right;
}
.newsSec h2 {
	margin:0px 0px 20px 0px;
}	
.newsSec h3 {
	font-size:100%;
	margin-top:0px;
	padding-top:0px;
}
#rightContentColD {background:url(../images/speechmark.gif) no-repeat left 10px; padding: 10px 0px 0px 30px;float:right;margin-right:20px; border-bottom:1px dashed #fa7aaa;}
.replyheaders {color:#fa7aaa;font-size:75%;font-weight:700;margin:0px;padding:0px;}
	
.downloadSec {
	width:185px;
	float:left;
}
.downloadSec ul {
	list-style:none;
	margin:0px 0px 0px -39px;
}
.downloadSec li {
	background:url(../images/bulletpoint_pink.gif) left 8px no-repeat;
	padding-left:25px;
	font-size:80%;
	padding-top:5px;
	display:block;
}
.downloadSec a {
	color:#666666;
	text-decoration:none;
}
.downloadSec a:hover {
	text-decoration:underline;
	color:#E8007A;
}
.listheader {
	background:#f6368b!important;
	padding-bottom:5px !important;
	margin-bottom:10px !important;
	color:#fff!important;
	font-weight:bold!important;
	padding-left:10px!important;
}
.contactheader {
	background-color:#f6368b;
	margin-bottom:20px;
	margin-top:20px;
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
}
.havenContactList {
	font-size: 80%; 
	color: #666;
	margin-left:10px;
	margin-top:10px;
}
.havenContactList a{
	color: #fa7aaa;
}

.afflink {
	display:block;
	color:#00c2ff;
	font-weight:bold;
}

	

	








	
	

