@charset "UTF-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .76em;
	color: #000000;
	background-color: #DDFFFF;
}

table {
	font-size: 1em;
}

.panelTitle{
	background-color: #DDFFFF;
}

.panelBody{
	background-color: #DDFFFF;
}

h1 {
	margin-top: .5em;
	margin-bottom: .5em;
	border-top: thin solid black;
	border-bottom: thin solid black;
	text-align: center;
	background-color: #DDFFFF;
	color: #004488;
	font-size: 1.25em;
	font-weight: bold;
	width: auto;
}

h2{
	margin-top: .5em;
	margin-bottom: .5em;
	text-align: center;
	background-color: #DDFFFF;
	color: #004488;
	font-size: 1.25em;
	font-weight: bold;
	width: auto;
}

p {
	margin: .4em;
}

#leftcol {
	float: left;
	width: 8em;
	margin-left: .5em;
	margin-top: 0;
	padding-top: 0em;
}

.menuitm {
/*	background-image: url(images/buoy.gif);
	background-repeat:no-repeat;*/
}

#maincol {
	padding-left: 10em;
}

a:link {
	color: #004488;
	text-decoration: none;
}

a:visited {
	color: #004488;
	text-decoration: none;
}

a:hover {
	color: #3399CC;
	text-decoration: none;
}

.captiontxt {
	font-size: 0.76em;
	font-style: normal;
}

.caption {
	text-align: center;
	margin: 5px;
	padding: 5px;
	/* width: 45px; */
	/* width cannot go here unless all images are same size so put width inline instead */
	border: 1px solid #ba8;
	background: #eff;
	font-size: 90%;
	font-style: italic;
	color: #000;
}

.caption img {
	border: 1px solid #ba8;
}  /* adjust to suit */
.left {
	float: left;
}

.right {
	float: right;
}

.hdr1 {
	margin-top: .5em;
	margin-bottom: .5em;
	border-top: thin solid black;
	border-bottom: thin solid black;
	text-align: center;
	background-color: #DDFFFF;
	color: #004488;
	font-size: 1.25em;
	font-weight: bold;
	width: auto;
}

.footertxt {
	border-top: thin solid #888;
	border-bottom: thin solid #888;
	margin-top: 1em;
	text-align: center;
	font-size: .85em;
	background-color: #FFFFFF;
	color: #666;
}

.fineprint {
	font-size: 1em;
	font-style: italic;
	color: #888888;
}

.phone {
	float: right;
	font-size: 1em;
	font-weight: bold;
	margin-top: 3em;
	padding-right: 1em;
	text-align: right
}

.itm {
	padding-left: 20px;
	background-image: url(images/buoy.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.mapbrdr {
	border: thin solid #000000;
	display: block;
}

.questhdr {
	color: #CC0000;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #004488;
}

.secthdr {
	color: #000000;
	background-color: #FFFFCC;
	font-style: italic;
}

.walkinTbl {
	background-color: #fff;
	border: thin solid #000;
	font-size: 1.3em;
	font-weight: bold;
}

.walkinHdr {
	background-color: #fe8;
	text-align: center;
	border-bottom: thin solid black;
}

.coupon {
	border: thin dashed black;
	width: 411px;
	height: 223px;
}

.saletext {
	text-align: center;
	position: absolute;
	top: 115px;
	left: 100px;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #a00;
}

.exptext {
	position: absolute;
	top: 25px;
	left: 260px;
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
	color: #a00;
}

.ordertext {
	height: 1.35em;
	margin-top: .5em;
	margin-bottom: .5em;
	border-top: thin solid #048;
	border-bottom: thin solid #048;
	text-align: center;
	background-color: #ada;
	color: #a00;
	font-size: 1.25em;
	font-weight: bold;
	width: auto;
}

.sellbox{
	margin:10px;
	padding:5px;
	background-color: #fff;
	border:thin solid #048;
}

.selltxt1{
	text-align:center;
	font-size: 1.25em;
	font-weight: bold;
}

.selltxt2{
	text-align:center;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;	
}

#orderbanner {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

#orderin {
	font-size: 1em;
}

.priceTable tr th{
	background-color: #fe8;
	text-align:center;
    border-bottom:thin solid black;
    padding-left:1em;
    padding-right:1em;
}

.priceTable tr td{
    text-align:center;
	border-bottom:thin solid black
}

.faq{
	cursor:pointer;
	background-image: url(images/buoy.gif);
	background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
	color: #00B;
    font-weight:bold;
}

.faqAns{
	padding-left:20px;
	padding-bottom: 1em;
}
.oddRow{
	background-color: #fff;
}

.evenRow{
	background-color: #ddd;
}

@media print {
	.noprint {
		display: none
	}
	.printable{
	}
}

@media screen {
	.noscreen {
		display: none
	}
}
