* {
    margin: 0;
}
h3 {
    margin: 1em 0 0;
}

p {
    margin: 0 0 1em;
}

html, body {
    height: 100%;
}

body{
    font-family: Tahoma, sans-serif;
    height: 100%;
    background-color: #fff;
    font-size: 13px;    
}

div#wrapper {
    min-height: 100%;
    position: relative;
}

div#banner {
    position: relative;
    margin-bottom: 2em;
}

div#header_top {
    background: #1F4556 url('../images/banner.png') repeat-x;
}

div#header_bottom {
    height: 30px;
    background: transparent url('../images/banner.png') repeat-x 0 100%;
}

div#container, div#banner, div#footer {
    min-width: 740px;
}

div#container {
    margin: 0 auto;
    max-width: 70em;    
    padding: 0 0 40px;    /* height of the footer */
}

div#footer {
    width: 100%;
    height: 40px;                    /* height of the footer */
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 11px;    
}

div#footer_top {
    height: 20px;
    background: url('../images/footer.png') repeat-x;
}

div#footer_bottom {
    background: black url('../images/footer.png') repeat-x 0 -20px;
    height: 16px;
    padding-top: 4px;
}


div#content {
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    margin: 0 0 0 25%;     /* for leftbox */ 
}

div#top {
    height: 20px;
    background: url('../images/top_shade.png') repeat-x;
} 

div#middle {
    background-color: #f5f5f5;
    min-height: 22em;
}

div#bottom {
    height: 40px;
    background: url('../images/bottom_shade.png') repeat-x;
}

div#stuff {
    padding: 0 1em 1em 2em;
}

h1 {
    font-size: 2em;  
    margin: 0 0 1em 0;  
    color: #384048;
}

#banner h1 {
    color: #eee;
    text-align: right;
    font-size: 36px;
    margin: 0 7%;
}

#banner h1 a:link, #banner h1 a:visited {
    color: #eee; 
    text-decoration: none;
}

h2 {
    color: #2e394c; 
    font-size: 1.5em;   
}

h2 a:link, h2 a:visited {
    color: #2e394c; 
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;
}

#leftbox h2 {
    font-size: 1.2em;   
}

h3, h3 a {
    color: #a10000;
    text-decoration: none;
}

h3 a:hover {
    text-decoration: underline;
}

caption {
    color: #a10000;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 0px solid #CCCCCC;
    padding: 0;
    text-align: left;
}


.phperror {
    background: white;
    color: red;
    font-weight: bold;
    text-align: center;
}

.phperror p {
    border: 1px dashed red;
    padding: 1em;
    margin: 1em 0;
}

#leftbox {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 23%;
    overflow: auto;
    height: 100%;
}

#wr {
    position: relative;       /* for leftbox absolute to work */
    margin: 0 1em;
}

#contactform input[type=text], #contactform textarea, #contactform select {   /* IE6 ignores this */
    width: 95%;
}

div#contactform {
    margin: 0 0 1em;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 3px 4px 4px;
}

#contact_confirmation {
    text-align: center;
}

div.logged{
    color: #888;
    text-align: center;
    font-size: 0.8em;    
    margin: 2em;
}

.rightfooter {
    position: absolute;
    right: 0px;
    margin: 0 1em 0 3em;
    background-color: #000;
}

.leftfooter {
    position: absolute;
    left: 0px;
    margin: 0 3em 0 1em;
    background-color: #000;
}

.rightfooter a:visited, .rightfooter a:link, .leftfooter a:visited, .leftfooter a:link {
    color: #a64;
}

#logo {
    background: url('../images/logo.png') 0 0 no-repeat;
    height: 60px;
    width: 60px;
}

table.header {
    margin: 0 7%;
}

table.header td.logo {
    width: 1%;
}

table.header td.header {
    width: 99%;
}

.payimage{
    margin-left: 1em;
    vertical-align: bottom;
    width: 95px;
    height: 26px
}
.bg {
    color: #023;
}

.pay input {
    vertical-align: middle;
} 

ul#sup {
    font-size: 0.8em;
    list-style: none outside none;
    padding: 2em 0;
    color: #333;
}

div.special {
    background-color: #ffc;
    padding: 0 1em;
    border: 1px solid #888;
}

.sub {
    font-size: 0.6923em;
    color: #666;    
}

#contact_info a:link, #contact_info a:visited {
    color: #134; 
    text-decoration: none;
}

.rates td {
    border-bottom: 1px solid #ddd;
}

.rates th {
    text-align: left;
}

td.rate, th.rate {
    width: 12em;
    text-align: left;
    padding-right: 3px;
}

table.rates {
    margin: 1.5em 0 0 0;
    border-collapse: collapse;
    width: 100%;
    font-size: 0.85em;
}

sup {
    padding: 0 0 0 2px;
}

ul {
    margin: 1em 0;
}
