
/* All-around {{{ */
html {
    overflow-y: scroll;
    text-align: center;
    background: url(/images/bg-water.jpg) #4f7777;
}

html, body {
    padding: 0px;
    border: 0px;
    margin: 0px;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
}

ul, 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%;
}
/* }}} */

/* Layout {{{ */
body {
    background: url(/images/curve-top.png) transparent center top no-repeat;
    width: 770px;
    margin: 1px auto;
    padding-top: 16px;
    position: relative; /* IE6 Hack */
}

#header {
    border: 5px solid black;
    border-width: 0px 5px;
    padding: 1px 0 7px;
    background: url(/images/bg-header.png) white left top repeat-x;
    height: 115px;
}

#header a {
    position: relative;
}

#header img {
    display: block;
}

#logo {
    margin-top: -17px;
    display: inline;
    float: left;
    margin-left: 40px;
    width: 384px;
    height: 100px;
}

#tagline {
    display: inline;
    margin-left: 37px;
    float: left;
    padding-top: 7px;
    width: 399px;
    height: 17px;
}

#rentalsButton {
    display: inline;
    float: right;
    margin-right: 37px;
    margin-top: -5px;
    background: transparent url(/images/rentals-button.png) no-repeat;
    width: 214px;
    height: 100px;
    text-decoration: none;
    color: black;
    font-size: 140%;
    padding-top: 15px;
}

#rentalsButton strong {
    display: block;
    font-size: 120%;
    padding-bottom: 4px;
}

#rentalsButton em {
    font-style: normal;
    display: block;
    text-decoration: underline;
    color: blue;
    font-size: 80%;
}

#main {
    border: 5px solid black;
    border-width: 0px 5px;
    background-color: white;
    padding-bottom: 1px;
    position: relative; /* IE6 Hack */
}

.menu {
    list-style: none;
    margin: 0;
    padding: 1px 0;
    font-size: 90%;
    background-color: #009e9a;
    color: white;
}

.menu li {
    display: inline;
}

.menu a {
    text-decoration: none;
    color: white;
    padding: 0px 18px;
}

.menu a:hover {
    text-decoration: underline;
}

#content {
    text-align: left;
    padding: 0px 20px;
    font-size: 90%;
}

#footImages {
    clear: both;
    height: 101px;
    position: relative;
    top: 12px;
}

#footImages img {
    float: left;
}

#footer {
    font-size: 80%;
    text-align: center;
    background: url(/images/curve-bottom.png) transparent center top no-repeat;
    color: white;
    position: relative;
    padding-top: 16px;
}

#footElements {
    padding-top: 1em;
}

#footTextlinks {
    padding: 1.5em 0;
}

#footer a {
    color: white;
}
/* }}} */

/* Content {{{ */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0.3em 0;
    font-weight: bold;
}

h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size:  90%; }

.button {
    background: url(/images/button-orange-right.png) #e76e2c right top no-repeat;
    height: 25px;
    line-height: 25px;
    display: block;
    width: 270px;
    margin: 0 auto;
    font-size: 130%;
}

.button a {
    background: url(/images/button-orange-left.png) transparent left top no-repeat;
    height: 25px;
    line-height: 25px;
    display: block;
    width: auto;
    color: white;
    text-decoration: none;
}

.contentitem_default {
    margin: 0;
    padding: 0.5em 0;
}

.contentitem_default p {
    margin: 0;
    padding: 0;
}

.icon_default {
    font-size: 90%;
    text-align: center;
}

.c_gallery {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.c_gallery td {
    padding: 5px;
}

.c_gallery .controller td {
    font-size: 10%;
    height: 1px;
    width: 8.3333%;
    padding: 0;
}

.floatLeft {
    display: inline; /* IE6 Hack */
    float: left;
    position: relative; /* IE6 Hack */
    margin-right: 5px;
}

.floatRight {
    display: inline; /* IE6 Hack */
    float: right;
    position: relative; /* IE6 Hack */
    margin-left: 5px;
}

.alignLeft   { text-align: left;   }
.alignCenter { text-align: center; }
.alignRight  { text-align: right;  }

table.csv {
    font-size: 90%;
    border-bottom: 1px solid black;
}

table.csv th, table.csv td {
    padding: 0 8px;
}

table.csv th {
    text-align: center;
}

table.csv thead th {
    border-bottom: 1px solid black;
}

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

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

.error {
    color: #aa0000;
}
/* }}} */

