html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    outline: none;
    background-color: #751690;
}
p {
    margin-top: 10px;
    padding: 0;
    font-family: Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #6e6e6e;	
}
h1 {
    font-family: Helvetica;
    font-size: 32px;
    font-weight: normal;
    color: #ff7200;	
    margin-top: 65px;
    background-color: #e4e4e4;
}
h2 {
    font-family: Helvetica;
    font-size: 22px;
    font-weight: lighter;
    color: #1c5b97;	
}
h3 {
    font-family: Helvetica;
    font-size: 24px;
    font-weight: normal;
    color: #006cff;	
}

a img {border: none; }

a {
    text-decoration: none;
}

a.closelink:link {
    font-family:Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    color: #4e4e4e;
    text-decoration: none;
}
a.closelink:visited {
    font-family:Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    color: #4e4e4e;
    text-decoration: none;
}
a.closelink:hover {
    font-family:Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    color: #4e4e4e;
    text-decoration: none;
}
a.closelink:active {
    font-family:Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    color: #4e4e4e;
    text-decoration: none;
}

a.oLink:link {
    font-family:Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    color: #FF7200;
    text-decoration: none;
}
a.oLink:visited {
    font-family:Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    color: #FF7200;
    text-decoration: none;
}
a.oLink:hover {
    font-family:Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    color: #FF7200;
    text-decoration: none;
}
a.oLink:active {
    font-family:Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    color: #FF7200;
    text-decoration: none;
}

.bookEssent {
    font-family: Helvetica;
    width: 180px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;	
    margin-top: -15px;
    background-color: red;
    text-align: center;
}

#logo {
    position: absolute;
    width: 500px;
    height: 135px;
    background-image: url(images/logo.jpg);
    margin-top: 20px;
    left: 0px;
}

a.logo {display: block;}

#container {
    position: relative;
}

#containerPage {
    position: absolute;
}

#contactTop {
    position: absolute;
    top: 75px;
    left: 590px;
    font-family: Helvetica, Arial sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: white;
}

#nav {
    position: absolute;
    width: 640px;
    height: 40px;
    left: 310px;
    top: 140px;
}

.menuItemS {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 18px;
    height: 40px;
    width: auto;
    background-color: #5d0676;
    font-family: Helvetica, Arial sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 40px;
    color: #ffd800;
    float: left;
}

.menuItem {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 18px;
    height: 40px;
    width: auto;
    font-family: Helvetica, Arial sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 40px;
    color: #ffffff;
    float: left;
}

a.menuitem {
    display: block;
    width: auto;
    height: auto;
}
#slides {
    position: absolute;
    width: 950px;
    height: 500px;
    top: 405px; /*    was 192*/
    left: 0;
    display: none;
    z-index: 0;
}

#overlay {
    position: absolute;
    width: 950px;
    height: 500px;
    top: 405px; /*    was 192*/
    left: 0;
    z-index: 100;
}

#title {
    position: absolute;
    width: 700px;
    height: 185px;
    top: 20px;
    left: 20px;
    color: #FFF;
    text-shadow:
   -1px -1px 0 #333,  
    1px -1px 0 #333,
    -1px 1px 0 #333,
     1px 1px 0 #333;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 66px;
/*    background-image: url(images/title.png);*/
}

#galleryButton {
    position: absolute;
    top: 390px;
    left: 50px;
    width: 80px;
    height: 80px;
    background-image: url(images/instagramLogo.png);
}

a.galleryButton {
    display: block;
    width: auto;
    height: auto;
}
#fb {
    position: absolute;
    width: 139px;
    height: 45px;
    top: 437px;
    left: 792px;
    background-image: url(images/FBButton.png);
}

a.fb {
    display: block;
    width: auto;
    height: auto;
}

#content {
    position: absolute;
    top: 1275px; /*was 710*/
    width: 950px;
    height: auto;
}

#contentPage {
    position: relative;
    top: 200px;
    width: 850px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: white;
    min-height: 800px;
}


#boxA {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 6px;
    width: 466px;
    height: 183px;
    background-image: url(images/BoxA.png);
    float: left;
}

a.boxA {
    display: block;
    height: auto;
    width: auto;
}

#boxB {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 6px;
    width: 466px;
    height: 183px;
    background-image: url(images/BoxB.jpg);
    float: left;
}

a.boxB {
    display: block;
    height: auto;
    width: auto;
}

#boxC {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 6px;
    width: 466px;
    height: 227px;
    background-image: url(images/BoxC.jpg);
    float: left;
}

a.boxC {
    display: block;
    height: auto;
    width: auto;
}

#boxD {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 6px;
    width: 466px;
    height: 106px;
    background-image: url(images/BoxD.jpg);
    float: left;
}

a.boxD {
    display: block;
    height: auto;
    width: auto;
}

#boxE {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 6px;
    width: 466px;
    height: 106px;
    background-image: url(images/BoxE.jpg);
    float: left;
}

a.boxE {
    display: block;
    height: auto;
    width: auto;
}

#boxF {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 6px;
    width: 466px;
    height: 106px;
    background-image: url(images/BoxF.jpg);
    float: left;
}

#BnH {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 946px;
    height: 100px;
    background-image: url(images/bnhBanner.png);
    float: left;
}

a.BnH {
    display: block;
    height: auto;
    width: auto;
}
#footer {
    position: relative;
    margin-top: 6px;
    margin-bottom: 35px;
    width: 950px;
    height: 142px;
    background-color: #500466;
    float: left;
}

#footerPage {
    position: relative;
    margin-top: 6px;
    margin-bottom: 35px;
    width: 950px;
    height: 142px;
    background-color: #500466;
    float: left;
    top: 210px;
}

#footerA {
    width: 950px;
    height: 107px;
    text-indent: 30px;
    line-height: 107px;
    font-family: Helvetica, Arial sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;        
    color: #ffd800;
}

#footerB {
    width: 950px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-family: Helvetica, Arial sans-serif;
    font-weight: normal;
    font-size: 13px;     
    color: #b865d0;
}


#BW {
    width: 240px;
    height: 13px;
    position: absolute;
    top: 145px;
    left: 750px;
    font-family: Helvetica, Arial sans-serif;
    font-weight: normal;
    font-size: 13px;     
    color: #ad65c1;
}

a.BW {
    display: block;
    height: auto;
    width: auto;
}

.thumbNail {
    position: relative;
    width: 150px;
    height: 112px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    font-family: Helvetica, Arial sans-serif;
    font-weight: lighter;
    font-size: 14px;     
    color: #028afe;
}

a.thumbNail {
    display: block;
    height: auto;
    width: auto;
}

.thumbNail:hover {
    color: #ff7200;
}
.backLink {
    position: absolute;
    top: 80px;
    left: 780px;
    text-decoration: underline;
}

#contact {
    position: relative;
    left: 70px;
    width: 695px;
    height: 778px;
    background-image: url(images/contact.jpg);
    margin-bottom: 50px;
}

#calendar {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 60px;
    width: 950px;
    height: 720px;
    background-color: #FFFFFF;
}

#month {
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-family: Helvetica;
    font-size: 55px;
    font-weight: bold;
    color: #232323;	
    text-transform: uppercase;
}

#inputs {
    text-align: center;
}



#boxedIn {
    position: relative;
    top: 65px;
    width: 930px;
    height: 590px;
    margin-left: auto;
    margin-right: auto;
}

.dayLabel {
    position: relative;
    float: left;
    width: 130px;
    height: 26px;
    margin-right: 2px;
    margin-bottom: 2px;
    background-color: #4e4e4e;
    line-height: 26px;
    text-align: center;
    font-family: Helvetica;
    font-size: 15px;
    font-weight: regular;
    color: #FFFFFF;	
}

.dayBox {
    position: relative;
    float: left;
    width: 130px;
    height: 80px;
    background-color: #e2e2e2;
    margin-right: 2px;
    margin-bottom: 2px;
}

.dateBox {
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #808080;
    left: 104px;
    top: 0;
    line-height: 26px;
    text-align: center;
    font-family: Helvetica;
    font-size: 15px;
    font-weight: regular;
    color: #FFFFFF;	
}

.sunriseGreen {
    position: absolute;
    left: 10px;
    top: 13px;
    height: 15px;
    width: 90px;
    line-height: 20px;
    font-family: Helvetica;
    font-size: 11px;
    font-weight: regular;
    color: #FFFFFF;	
    background-color: #01d81a; 
    text-align: center;
}

.sunriseRed {
    position: absolute;
    left: 10px;
    top: 13px;
    height: 15px;
    width: 90px;
    line-height: 20px;
    font-family: Helvetica;
    font-size: 11px;
    font-weight: regular;
    color: #FFFFFF;	
    background-color: #fb1757; 
    text-align: center;
}

.kayakRed {
    position: absolute;
    left: 10px;
    top: 33px;
    height: 15px;
    width: 90px;
    line-height: 20px;
    font-family: Helvetica;
    font-size: 11px;
    font-weight: regular;
    color: #FFFFFF;	
    background-color: #fb1757;
    text-align: center;
}

.kayakGreen {
    position: absolute;
    left: 10px;
    top: 33px;
    height: 15px;
    width: 90px;
    line-height: 20px;
    font-family: Helvetica;
    font-size: 11px;
    font-weight: regular;
    color: #FFFFFF;	
    background-color: #01d81a;
    text-align: center;
}

.sqaure {
    display: inline;
    height: 15px;
    width: 15px;
    margin-right: 7px;
}

#checkAvailability {
    position: absolute;
    width: 242px;
    height: 41px;
    top: 10px;
    left: 700px;
    background-image: url(images/availhomeButton.jpg);
}

.standupRed {
    position: absolute;
    left: 10px;
    top: 53px;
    height: 15px;
    width: 90px;
    line-height: 20px;
    font-family: Helvetica;
    font-size: 11px;
    font-weight: regular;
    color: #FFFFFF;	
    background-color: #fb1757;
    text-align: center;
}

.standupGreen {
    position: absolute;
    left: 10px;
    top: 53px;
    height: 15px;
    width: 90px;
    line-height: 20px;
    font-family: Helvetica;
    font-size: 11px;
    font-weight: regular;
    color: #FFFFFF;	
    background-color: #01d81a;
    text-align: center;
}

#legend {
    position: absolute;
    top: 130px;
    height: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.Green {
    position: absolute;
    left: 350px;
    top: 10px;
    height: 15px;
    width: 90px;
    line-height: 20px;
    font-family: Helvetica;
    font-size: 11px;
    font-weight: regular;
    color: #FFFFFF;	
    background-color: #01d81a; 
    text-align: center;
}

.Red {
    position: absolute;
    left: 500px;
    top: 10px;
    height: 15px;
    width: 90px;
    line-height: 20px;
    font-family: Helvetica;
    font-size: 11px;
    font-weight: regular;
    color: #FFFFFF;	
    background-color: #fb1757; 
    text-align: center;
}

#closeBox {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 920px;
    top: 10px;
}

#centreDown {
    width: 80%;
    height: 20%;
    margin-top: 20%;
    margin-left: auto;
    margin-right: auto;
/*    border: 1px solid red;*/
    text-align: center;
    color: #fff;
    font-size: 22px;
}

#bus {
    position: absolute;
    top: 180px;
    height: 136px;
    width: 764px;
    background-image: url(images/busTransferMap.jpg);
}

#tripAdvisor {
    position: absolute;
    width: 152px;
    height: 124px;
    left: 785px;
    top: 175px;
}

#kfac {
    position: absolute;
    top: 922px;
    width: 940px;
    height: 332px;
    background-image: url(images/VlassofCay.jpg);
    border: 3px dashed #FFF;
}

a.kfac {
    display: block;
    width: 940px;
    height: 332px;
}

#entry {
    margin-top: 50px;
    padding: 20px;
    border: 2px solid #FF7200;
    float: left;
}

#noticeBoard {
    position: absolute;
    top: 316px;
    width: 744px;
    height: 65px;
    background-color: #2482bf;
    font-family: Helvetica, Arial sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #93d6ff;
    padding: 10px;
}

.p-notice {
    display: block;
    margin-top: 5px;
    color: #FFF;
}

#tripA-2 {
    position: absolute;
    width: 152px;
    height: 60px;
    left: 795px;
    top: 320px;
}

#down {
    position: relative;
    height: 150px;
    width: 100%;
}


