/* The Blue Door Spa */

body {
margin: 0px;
padding: 0px;
background: #408749 url(../images/mainBg.jpg) repeat-x;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 12px;
}

p {
margin: 0px;
padding: 0px;
}

.inputbox {
font: 10px;
border: 1px solid #0f8fb9;
}

.button {background-color: #dedede; 
border-bottom: black 1px solid; 
border-left: black 1px solid; 
border-right: black 1px solid; 
border-top: black 1px solid; 
color: black; 
font-family: arial, verdana; 
font-size: 9pt; 
font-weight: normal;}

.smalltext {
font-size: 12px;
color: #FFFFFF;
}

.contentpaneopen {
font-size: 12px;
color: #FFFFFF;
background: url(../images/contentFrameBg.jpg) no-repeat; 
}

.contentpane {
padding: 10px 20px 20px 20px;
}

.componentheading {
font-size: 12px;
color: #FFFFFF;
}

#body {
padding: 15px;
}

.contentpanealign {
margin: 15px;
}

/* Layout */
#header {
width: 100%;
height: 148px;
text-align: center;
}

#wrapper {
width: auto;
height: auto;
margin: 0px;
background: #1abfd5 url(../images/contentBg.jpg) repeat-x;
}

a.mainlevel {
width: 94px;
height: 26px;
margin: 0px 1px 0px 0px;
float: left;
line-height: 26px;
display: block;
font-size: 12px;
text-align: center;
text-decoration: none;
color: #004a91;
background: #0973a9 url(../images/navOff.jpg) no-repeat;
}

#nav {
width: 100%;
height: 26px;
margin: 0px;
font-size: 12px;
}

a.mainlevel:hover, a.mainlevel#active_menu {
color: #FFF;
background: #0973a9 url(../images/navOn.jpg) no-repeat;
}

#content {
width: 790px;
height: auto;
margin: 0px auto 0px auto;
}

#contentcol1 {
width: 240px;
height: inherit;
margin: 0px 20px 0px 0px;
float: left;
}

#contentcol2 {
width: 240px;
height: inherit;
margin: 0px 20px 0px 0px;
float: left;
}

#contentcol3 {
width: 230px;
height: 100px;
margin: 0px;
float: right;
}

h1 { 
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
width: 100%;
background: url(../images/h1_bg.png);
background-repeat: no-repeat;
height: 23px;
line-height: 23px;
padding-left: 5px;
}

h2 { 
font-size: 13px;
font-weight: bold;
margin-left: 5px;
margin-bottom: 2px;
}

.menuitems {
font-size: 12px;
line-height: 20px;
padding-left: 5px;
}

.small {
margin-top: 0px;
margin-bottom: 5px;
font-size: 9px;
padding-left: 5px;
}

#footer {
width: 100%;
height: 234px;
text-align: center; 
background: #408749 url(../images/footerBg.jpg) repeat-x;
}