html{ margin: 0;
    width: 100%;
    height: 100%;
    background-color:#fef7d3;

}
body{
    margin: 0 0px 30px;
}
#wrapper{
    width: 1100px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#splash{
    position: absolute;
    margin: -175px auto 0px;
    left: 0;
    right: 0;
    background-image:url(images/SplashBasic.png);
    background-repeat: no-repeat; 
    background-position: top right;
    background-size: 100%;
    font-family: jane;
    font-size: 7em;
    color: #654e1e;
    width: 50%;
    height: 80%;
}
.title{
    
}
h4.DC{
    text-align: center;
    font-weight: normal;
    margin: 0;
}
.left{
    float: left;
    width: 50%;
    height: 100%;
}
a.left{
    text-decoration: none;
}
.right{
    float: right;
    width: 50%;
    height: 100%;
}
a.right{
    text-decoration: none;
}
@font-face{
    font-family: jane;
    src: url(CalamityJaneNF.ttf);
}
@font-face{
    font-family: Sugar;
    src: url(Sugar.ttf);
}
nav{
    width: 200px;
    float: left;
    margin-top: 40px;
    margin-left: 10px;
    position:fixed;
}
a.img{
    height: 90px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    margin-bottom: 10px;
}
a.selected{
    background: #654e1e;
    color: #fef7d3;
    -webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.5);
    box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.3);
}
nav img{
    width: 200px;
    background-color: #fef7d3;
}
nav a{
    display: block;
    height: 60px;
    -webkit-border-radius:30px 30px 30px 30px;
    -moz-border-radius:30px 30px 30px 30px;
    border-radius:30px 30px 30px 30px;
    background-color: #8e8b33;
    margin-top: 5px;
    text-decoration: none;
    font-size: 1.3em;
    text-align: center;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
}
.a{
    vertical-align: -20px;
}
.footer{
    vertical-align: -10px;
}
nav a:link{
    font-family: Sugar;
    color:#fef7d3;
}
nav a:visited{
    font-family: Sugar;
    color:#fef7d3;
}
nav a:hover{
}

header{
    height: 200px;
    width: 880px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: -1px;
    float: right;
    background: url(images/Header-7.png) no-repeat left;
}
header h1{
    width: 00px;
    margin-top: 115px;
    margin-left: 45px;
    font-size: 4.5em;
    font-family: Sugar;
    width: 300px;
    text-align: center;
}
header h1.smaller{
    font-size: 4em;
}
#content{
    width: 860px;
    min-height: 400px;
    background-color:#ffe596;
    -webkit-border-radius:0 30px 0 30px;
    -moz-border-radius:0 30px 0 30px;
    border-radius:0 0 30px 30px;
    float: right;
    margin-right: 8px;
    margin-top: -0px;
    /*box-shadow: 0 10px 6px -6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,.5);*/
    text-align: justify;
    font-size: 12pt;
    font-family: sugar;
}
#content.FAQ{
    padding-bottom: 75px;
}
#content.home{
    height: 450px;
}
#content.home p{
    margin: 10px 40px;
}
#content.home h3{
    margin: 20px 40px;
}
#content.home h4{
    margin: 20px 40px;
    text-align: center;
}
#content.corp p{
    margin: 10px 40px;
}
#content.corp h3{
    margin: 20px 40px;
}
#content.corp h2{
    margin: 20px 40px;
}
#content.about p{
    margin: 10px 20px;
    float: left;
    width: 470px;
}
#content.about img{
    margin: 10px 20px 0px 0px;
    float: right;
    border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
    border: 3px inset #8e8b33;
    height: 550px;
    width: 320px;
}
#content.tc p{
    margin: 10px 40px;
}
#content.SM p{
    margin: 10px 20px;
}
#content.about{
    height: 670px;
}
#nav{
    width: 260px;
    height: 50px;
    float: right;
    margin-top: 50px;
    margin-right: 30px;
    font-family: sugar;
    font-size: 1.5em;
    font-weight: 700;
}
#nav a{
    text-decoration: none;
}
#nav a:link{
    font-family: sugar;
    color:#654e1e;
}
#nav a:visited{
    font-family: sugar;
    color:#654e1e;
}
#nav a:hover{
    color:#654e1e;
}
#nav a.corporate{
    color: #8e8b33;
}
#nav a.corporate:visited{
    color: #8e8b33;
}
#nav a.corporate:hover{
    color: #654e1e;
}
#nav a.personal{
    color: #654e1e;
}
#nav a.personal:visited{
    color: #654e1e;
}
#nav a.personal:hover{
    color: #8e8b33;
}
#space{
    height: 1320px;
}
#space.long{
    height: 1400px;
}
#space.short{
    height: 1230px;
}
#space.corpshort{
    height: 850px;
}
#space.corplong{
    height:950px;
}
h1{
    color:#654e1e;
}
h1.SM{
    color:#654e1e;
    font-size: 4em;
}
footer.head{
    width: 860px;
    height: 215px;
    margin: -70px auto 0px;
    background-image:  url(images/Footer%20HE.png);
    background-repeat: no-repeat;
    z-index: 5;
    position: relative;
    float: right;
    margin-right: 8px;
}

footer.bottom{
    width: 860px;
    height: 100px;
    margin: 0px auto 50px;
     -webkit-border-radius:0 30px 0 0;
    -moz-border-radius:0 30px 0 30px;
    border-radius:0 0 30px 30px;
    background-color:#ffe596;
    box-shadow: 0 10px 6px -6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,.5);
    float: right;
    position: relative;
    margin-right: 8px;
    z-index: 5;
}
footer ul{
    float: left;
    list-style-type: none;
}
a.top{
    text-decoration: none;
    display: block;
    height: 40px;
    width: 200px;
    margin-right: 8px;
    font-size: 1.3em;
    text-align: center;
    color: #654e1e;
    font-weight: bold;
    -webkit-border-radius:30px 30px 30px 30px;
    -moz-border-radius:30px 30px 30px 30px;
    border-radius:30px 30px 30px 30px;
    border: 5px dashed #654e1e;
    margin: 130px auto 0;
}
a.top:link{
    font-family: sugar;
    color: #654e1e;
}
a.top:visited{
    font-family: sugar;
    color: #654e1e;
}
a.top:hover{
    color:#654e1e;
    border: 5px dashed #8e8b33;
}
footer.bottom a{
    text-decoration: none;
    color: #000;
}
footer.bottom a:link{
    font-family: sugar;
    color: #000;
}
footer.bottom a:visited{
    font-family: sugar;
    color: #000;
}
footer.bottom a:hover{
    color: #000;
    border: 2px dashed #8e8b33;
}
footer ul{
    margin: 0px;
    float: left;
}
#SM img{
    width: 49px;
}
#SM{
    width: 215px;
    margin: 0px auto 0px;
    padding-right: 5px;
}
#SM a:hover{
    color:#654e1e;
    border: none;
}
.footerright{
    font-family: sugar;
    text-align: right;
    float: right;
    margin: 0px;
    margin-right: 40px;
    padding: 0px;
    color: #000;
}

dt{
    font-weight: 700;
}
dd{
    margin-bottom: 10px;
}
dd ul{
    list-style-type: disc;
    padding-left: 0px;
}
hr{
    border-style: groove;
    border-color: black;
}

.tabs h1, .tabs h3{
    margin: 0;
    padding: 0;
}

.tabs{
    width: 775px;
    display: block;
    margin: auto;
    position: relative;
}

.tabs .tab{
    float: left;
    display: block;
}

.tabs .tab>input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.tabs .tab>label {
    display: block;
    margin: 0 10px 0;
    padding: 6px 21px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    color: #fef7d3;
    background: #8e8b33;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
    left: -50px;
    top: 10px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
}

.tabs .content {
    z-index: 0;/* or display: none; */
    overflow: hidden;
    width: 810px;
    padding: 0px;
    position: absolute;
    font-family: sugar;

    top: 50px;
    left: 0;
    /*background: #ccc;*/
    color: #000;
    opacity:0;
    transition: opacity 400ms ease-out;
    /*-webkit-box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.5);*/
    
}
.tabs .content p{
    padding: 0px;
    margin: 10px auto;
}
.tabs>.tab>[id^="tab"]:checked + label {
    top: 0;
    background: #654e1e;
    color: #fef7d3;
    -webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.5);
    box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.3);
    top: 10px;
}

.tabs>.tab>[id^="tab"]:checked ~ [id^="tab-content"] {
    z-index: 1;/* or display: block; */
    opacity: 1;
    transition: opacity 400ms ease-out;
}

.tabscorp h1, .tabs h3{
    margin: 0;
    padding: 0;
}

.tabscorp{
    width: 775px;
    display: block;
    margin: auto;
    position: relative;
}

.tabscorp .tab{
    float: left;
    display: block;
}

.tabscorp .tab>input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.tabscorp .tab>label {
    display: block;
    margin: 0 5px 10px;
    padding: 6px 10px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    color: #fef7d3;
    background: #8e8b33;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
    left: -50px;
    top: 10px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
}

.tabscorp .content {
    z-index: 0;/* or display: none; */
    overflow: hidden;
    width: 810px;
    padding: 0px;
    position: absolute;
    font-family: sugar;

    top: 100px;
    left: 0;
    /*background: #ccc;*/
    color: #000;
    opacity:0;
    transition: opacity 400ms ease-out;
    /*-webkit-box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.5);*/
    
}
.tabscorp .content p{
    padding: 0px;
    margin: 10px auto;
}
.tabscorp>.tab>[id^="tab"]:checked + label {
    top: 0;
    background: #654e1e;
    color: #fef7d3;
    -webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.5);
    box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.3);
    top: 10px;
}

.tabscorp>.tab>[id^="tab"]:checked ~ [id^="tab-content"] {
    z-index: 1;/* or display: block; */
    opacity: 1;
    transition: opacity 400ms ease-out;
}
h2.dc{
    margin-bottom: 0px;
}
ul.dc{
    list-style-type: disc;
}
ul.tc{
    list-style-type: disc;
}
ul.tc li{
    margin-bottom: 20px;
}
img.ex{
    border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
    margin-bottom: 10px;
    margin-left: 20px;
    border: 3px inset #fff;
}
form{
    font-size: 1.65em;
    width: 500px;
    margin-top: 50px;
    font-family: sugar;
    margin: 40px 0;
    float: left;
}
input{
    margin: 10px;
    border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
    width:300px;
    height: 30px;
    font-family: sugar;
    font-size: .8em;
    background-color:#fef7d3;
}
textarea{
    margin: 10px;
    background-color:#fef7d3;
    border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
    width:300px;
    font-family: sugar;
}
select{
    margin: 10px;
    border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
    height: 30px;
    font-family: sugar;
    font-size: .8em;
    text-align: center;
    text-align-last: center;
    background-color:#fef7d3;
}

input.short{
    width: 200px;
}
select.long{
    width: 300px;
}
option{
    text-align: center;
}
ul.sitemap li a{
    text-decoration: none;
    font-size: 1.5em;
}
ul.sitemap li a:link{
    font-family: sugar;
    color: #654e1e;
}
ul.sitemap li a:visited{
    font-family: sugar;
    color: #654e1e;
}
ul.sitemap li a:hover{
    font-family: sugar;
    color:  #8e8b33;
}
#spacer{
    height: 700px;
}
#spacer.long{
    height: 1250px;
}
#spacer.nplong{
    height: 1650px;
}
#contact{
    height: 800px;
}
#contact.short{
    height: 600px;
}
#tc{
    height: 850px;
}
#tc.short{
    height: 500px;
}
cite{
    font-weight: bold;
}
blockquote{
    margin-top: 30px;
}
#testimonials{
    height: 1150px;
}
#testimonials.short{
    height: 500px;
}
img.contactshort{
    margin-top: 20px;
    float: right;
    border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
    border: 3px inset #8e8b33;
}
img.contactlong{
    margin-top: 30px;
    margin-left: 15px;
    float: right;
    border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
    border: 3px inset #8e8b33;
}
ul.floatleft{

}
ul img.massage{
    height: 260px;
    width: 490px;
    float: right;
    border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
    border: 3px inset #8e8b33;
}
ul img.acup{
    margin: 10px 0px  0px 20px;
    height: 500px;
    width: 330px;
    float: right;
    border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
    border: 3px inset #8e8b33;
}
img.ct{
    margin: 0px 0px  0px 20px;
    height: 480px;
    width: 330px;
    float: right;
    border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
    border: 3px inset #8e8b33;
}

img.np1{
    float: right;
    margin-left: 20px;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}
img.np2{
    float: right;
    margin-left: 20px;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}
img.np3{
    float: right;
    margin-left: 20px;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}
img.np4{
    float: right;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}
img.np5{
    float: right;
    margin-left: 20px;
    border-radius:5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}
dd.np{
    margin-left: 0px;
    margin-bottom: 50px;
}
img.home{
    float: right;
    margin-left: 15px;
    margin-right: 40px;
    width: 200px;
    height: 650px;
    margin-bottom: 60px;
    border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
    border: 3px inset #8e8b33;
}
#content.corpabout p{
    margin: 20px;
}
p.pleft{
    float:left;
    width: 400px;
}
p.pright{
    float: right;
    width: 380px
    
}
img.corpabout{
    width: 300px;
    height: 200px;
    margin: 20px 60px;
    border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
}
#content.corpabout{
    padding-bottom: 50px
}
h1.low{
    font-size: 3.9em;
    margin-top: 135px;
}
#wt{
    height: 520px;
}
#wt.long{
    height: 1575px;
}
#wt.medium{
    height: 630px;
}
.cp{
    font-size: .7em;
    font-family: sugar;
    color: #654e1e;
}
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #ffe596;
    cursor: pointer;
    padding: 18px 0px 10px 0px;
    width: 90%;
    text-align: left;
    border: none;
    outline: none;
    margin: 0 5% 0;
    transition: 0.4s;
    border-bottom: 2.5px solid #8e8b33;
    font-size: 1.5em;
    color: #654e1e;
    z-index: -1;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: #ffe596;
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    font-size: 1.2em;
}
div.panel ul{
    padding: 0 40px;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block;
    opacity: 1;
    max-height: 2000px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
table.packages{
    margin: auto;
    margin-bottom: 80px;
    border: 3px solid #654e1e;
    color: #654e1e;
    width: 90%;
    font-size: 1.4em;
    text-align: center;
    border-collapse:collapse;
}
table.packages thead{
    background-color:#8e8b33;
    color: #fef7d3;
    font-size: 1.1em;
}
table.packages th{
    padding: 5px;
}

table.packages tbody td{
    border: 3px solid #654e1e;
}
table.packages .colorbar{
    background-color: #8e8b33;
    border-bottom: 0;
    color: #fef7d3;
}
table.packages h5{
    margin: 10px;
}
img.treat{
    float:right;
    border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
    border: 3px inset #8e8b33;
}
p.contact{
    width: 470px;
    float: left;
    font-size: 1.5em;
    font-family: sugar;
}