@charset "utf-8";
/* CSS Document */
BODY { margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 75%; }
h1 { font-size: 2.0em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.3em; }

.bigger { font-size: 1.2em; }
.small { font-size: .75em; }

#wrapper { border: 5px solid #808f9d; width: 850px; background: url(images/bg.jpg); margin: 10px auto 0 auto; }
#interior { background: #fff; padding: 5px; margin: 25px; }

#header { position: relative; }
#sticker {
	position: absolute;
	top: 25px;
	right: 84px;
} 

#pageText { position: absolute; top: 40px; right: 40px; font-size: 1.6em; color: #fff; font-weight: bold; display: none; }

#headerNav { background: #3e6787; border-bottom: 3px solid #fff200; margin-top: 3px; }
#headerNav  UL { list-style: none; margin: 0; padding: 0; height: 27px; }
#headerNav  UL LI { float: left;  }
#headerNav  UL LI A { display: block; padding: 3px 10px 4px 10px; color: #fff; text-decoration: none; font-weight: bold; border-top: 2px solid #3e6787; font-size: 1.2em;  }
#headerNav  UL LI A:hover { border-top: 2px solid #fff200; }

#content { padding: 0 20px 20px 20px; }
#content P, #content LI{ line-height: 1.6em; }

#contactForm { width: 250px; float: right; margin: 0 0 10px 20px;    }
#contactForm FORM { padding: 10px; border: 2px solid #808f9d; background: #ffc; }
.highlight { background: #ffc; }

#tblRates {  }
#tblRates TD { padding: 5px; } 

#faq {  float: right; width: 280px; margin-left: 30px; border: 2px solid #808f9d; background: #ffc; padding: 10px;} 

#social { padding: 20px 0; }
#social  P {  }
#social  IMG { margin: 0 10px; vertical-align: middle;  }

#footer-img { position: absolute; top: -202px; right: 0px; display: none; }
#footer { text-align: center; font-size: .9em; margin: 20px 20px 0 20px; border-top: 2px solid #3e6787; padding: 10px 0 0 0; clear: right; position: relative;} 

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

