
/* All-around {{{ */
html {
    overflow: -moz-scrollbars-vertical;
    font-size: 100%;
}

html, body {
    padding: 0px;
    border: 0px;
    margin: 0px;
    background: url(/images/bg-yellow.gif) #faecbd;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

body {
    font-size: 80%;
    text-align: center;
}

form {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 100%;
}

td, th {
    border: 0;
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
    font-size: 10%;
}

sup, sub {
    font-size: 80%;
    position: relative;
}

sup {
    vertical-align: top;
    top: -0.5em;
}

sub {
    vertical-align: bottom;
    top: 0.5em;
}
/* }}} */

/* Layout {{{ */
#container {
    text-align: left;
    margin: 35px auto;
    width: 772px;
}

#logo {
    float: left;
}

#header {
    float: left;
    width: 698px;
    background: url(/images/main-curve-top.png) transparent left top no-repeat;
    margin-top: -35px;
    padding: 6px 37px 0 37px;
    position: relative;
}

.curveBox {
    background: url(/images/curve-blue-lt.gif) #31678f left top no-repeat;
}

.curveHead {
    background: url(/images/curve-blue-rt.gif) transparent right top no-repeat;
    padding: 2px;
}

.curveFoot {
    background: url(/images/curve-yellow-lb.gif) #fee078 left bottom no-repeat;
    border-top: 2px solid white;
}

.curveFoot form {
    background: url(/images/curve-yellow-rb.gif) transparent right bottom no-repeat;
    padding: 2px 2px 4px 2px;
}

.curveFoot .formStandin {
    background: url(/images/curve-yellow-rb.gif) transparent right bottom no-repeat;
    padding: 10px 2px 12px 2px;
}

#header .curveBox {
    position: relative;
    display: inline;
    float: right;
    width: 267px;
    margin-top: 12px;
    margin-right: 6px;
    text-align: center;
}

#header .curveBox h2 {
    margin: 0;
    padding: 8px 0 8px 40px;
    color: white;
    font-weight: normal;
    font-size: 117%;
}

#header .formGroup {
    padding: 4px 0;
    clear: none;
    float: none;
}

#header form select {
    margin-right: 7px;
}

#header form {
    padding: 10px 0;
}

#header form input.iSubmit {
    font-size: 160%;
}

.starfish {
    background: url(/images/starfish.png) transparent left top no-repeat;
    padding: 0 0 51px 49px;
    position: absolute;
    left: 3px;
    z-index: 10;
    top: 8px;
}

#main {
    float: left;
    width: 100%;
    background: url(/images/main-shadow.png) transparent left top repeat-y;
}

#menugroup {
    padding-left: 33px;
    clear: left;
    text-align: center;
    font-size: 11px;
}

.menu {
    padding: 0;
    margin: -3px -300px 0 0;
    clear: left;
    float: left;
    text-align: center;
    line-height: 13px;
    list-style: none;
    width: expression('100%');
}

.menu li.double {
    line-height: 26px;
}

.menu li {
    display: inline;
    float: left;
    background: url(/images/tab-left.png) transparent left top no-repeat;
    margin-right: -13px;
}

.menu a {
    padding: 9px 28px 6px 28px;
    display: block;
    float: left;
    color: #f1f0e6;
    text-decoration: none;
    position: relative;
}

.first a {
    padding: 9px 30px 6px 30px;
}

.menu.last {
    margin-right: -20px;
}

.menu .last a {
    background: url(/images/tab-right.gif) transparent right top repeat-y;
}

.menu li:hover, .menu .active {
    background-image: url(/images/tab-left-active.png);
}

.menu .last a:hover, .menu .last_active a {
    background-image: url(/images/tab-right-active.gif);
    color: white;
}

.menu.first {
    padding-left: 12px;
}

#footer {
    text-align: center;
    font-size: 85%;
    clear: left;
    background: url(/images/main-curve-bottom.png) transparent left top no-repeat;
    padding-top: 50px;
    position: relative;
    width: 100%;
    color: #31678f;
}

a {
    color: #31678f;
}

#middle {
    clear: left;
    float: left;
    display: inline;
    margin: 0 24px;
    border: 3px solid white;
    margin-bottom: -20px;
    position: relative;
    z-index: 2;
    background-color: #098bac;
    width: 718px;
}

#submenu {
    width: 147px;
    margin: 0;
    padding: 8px 0;
    float: left;
    list-style: none;
    color: white;
    font-size: 85%;
    overflow: hidden;
}

#submenu li {
    display: block;
    margin: 0;
    padding: 0;
}

#submenu a {
    display: block;
    text-indent: -15px;
    padding: 2px 10px 2px 25px;
    color: #f1f0e6;
    text-decoration: none;
    width: 112px;
}

#submenu .active a {
    color: #fee078;
}

#submenu a:hover {
    color: black;
    background-color: #fee078;
}

#submenu .special {
    padding-top: 16px;
}

#emailSpecialsButton {
    display: block;
    margin-left: -5px;
}

#submenu a#emailSpecialsButton:hover {
    background-color: transparent;
}

#content {
    float: left;
    width: 548px;
    min-height: 170px;
    background-color: white;
    padding: 5px 10px;
    border-left: 3px solid white;
}

#footElements {
    padding-bottom: 10px;
}

#footEle2 {
    font-size: 130%;
    font-weight: bold;
}

#footTextlinks {
    padding-bottom: 10px;
}
/* }}} */

/* Content {{{ */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0.4ex 0;
}

h1 { display: none; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

.contentPic {
    text-align: center;
    display: inline;
    float: left;
    font-weight: bold;
    width: 50%;
    height: 205px;
}

.contentitem_default {
    margin-bottom: 1em;
    float: left;
    width: 100%;
}

.c_default_standin {
    display: none;
}

.leftFloat {
    float: left;
    margin-right: 5px;
}

.rightFloat {
    float: right;
    margin-left: 5px;
}

table.csv {
    border: 2px solid #31678f;
    margin: 0.5em 0;
    font-size: 70%;
    text-align: center;
}

table.csv .odd {
    background-color: #fee078;
}

table.csv .even {
    background-color: #faecbd;
}

table.csv th, table.csv td {
    padding: 1px 7px;
}

#content p {
    margin: 0;
    padding: 0;
}

a.nameonly {
    color: black;
}

.formGroup label {
    float: left;
    width: 150px;
}

#content form p.help {
    float: right;
    width: 225px;
    margin: 0;
    padding: 3px 0 0 0;
    font-size: 85%;
    color: #666666;
}

.formGroup label.wide {
    width: 280px;
}

.formGroup input.iText, .formGroup select {
    float: left;
    margin: 0 0 4px 0;
}

.formGroup input.iText {
    width: 150px;
}

.formGroup input#GRFguests, .formGroup input#GRFnights {
    width: 40px;
}

.formGroup input#PFcity {
    width: 100px;
    margin-right: 3px;
}
.formGroup input#PFstate {
    width: 30px;
    margin-right: 3px;
}
.formGroup input#PFzip {
    width: 60px;
}

.formGroup {
    clear: left;
}

.formGroup textarea {
    float: left;
    clear: left;
    width: 290px;
    height: 80px;
}

.formGroup #GBcomments {
    height: 120px;
}

fieldset {
    width: 246px;
    clear: left;
    padding: 5px 8px 8px 8px;
    border: 1px solid #31678f;
}

legend {
    color: black;
}

fieldset label {
    padding-right: 10px;
}

#professionalsForm .formGroup label {
    width: 160px;
}

#blogForm .formGroup label {
    width: 180px;
}

#blogForm .formGroup textarea {
    width: 330px;
}

.formFoot {
    width: 260px;
    clear: left;
    text-align: center;
    padding-top: 1em;
}

.important {
    display: none;
}

#header .formGroup label {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
}

#header .formGroup {
    padding: 3px 0 2px 0;
}

#header .formGroup select, #header .formGroup input {
    float: none;
    margin: 0;
}

a.reserveButton {
    font-size: 130%;
    padding: 0.25em 1em;
    display: block;
    width: 180px;
    color: #333333;
    background-color: #eeeeee;
    border: 1px solid #999999;
    text-decoration: none;
    margin: 0px 0px 0px 28px;
}

a.reserveButton:hover {
    background-color: #ffffff;
    color: #000066;
}

.col2 {
    float: left;
    width: 49.5%;
}

.captionBox {
    float: right;
    text-align: center;
}

.captionBox img {
    border: 1px solid #31678f;
}

.virtualTour, .virtualTourPopup {
    text-align: center;
}

.virtualTour applet, .virtualTourPopup applet {
    margin: 0 auto;
}

.virtualTourPopup {
    border: 2px solid #098bac;
    background-color: white;
    width: 400px;
    height: 240px;
    padding: 15px 20px;
    margin: 15px auto;
}

.galleryItem {
    float: left;
    width: 274px;
    height: 130px;
}

.galleryImage {
    float: left;
    padding-right: 5px;
    width: 120px;
    text-align: center;
}

.hiddenGroupLink {
    display: none;
}
/* }}} */

/* Administration {{{ */
#adminPage, #adminPage table {
    color: black;
}

span.admin_message {
    background-color: #009900;
    color: #ffffff;
    font-weight: bold;
}

span.admin_error {
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
}

div.admin_message {
    padding: 4px;
    background-color: #009900;
    color: #ffffff;
    font-weight: bold;
}

div.admin_error {
    padding: 4px;
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
}

table.admin_index {
    font-size: 0.8em;
}

th.admin_index {
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

tr.admin_index_th {
    background-color: #666666;
    color: #ffffff;
}

tr.admin_index_even, tr.admin_index {
    background-color: #dddddd;
    font-size: 1.0em;
}

tr.admin_index_odd {
    background-color: #eeeeee;
    font-size: 1.0em;
}

tr.admin_index_context {
    background-color: #aaaadd;
    font-size: 1.0em;
}

td.admin_index {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

ul.admin {
    padding-left: 2em;
}
/* }}} */

/* Slideshows {{{ */
.slideshow {
    padding-bottom: 1.25em;
    overflow: hidden;
    clear: left;
    margin: 0 auto;
}

.slideshow div.contentPic {
    width: auto;
    height: auto;
    margin-bottom: 200px;
}

#slideshowHome {
    width: 718px;
    height: 264px;
    overflow: hidden;
    padding-bottom: 0 !important;
}

#slideshowHome img {
    margin-bottom: 200px;
    display: block;
}
/* }}} */

