HTML {
	scrollbar-base-color: #446677; /*#269; #245;*/
	scrollbar-arrow-color: white;
}
BODY {
	background:#245;
	font-family: Verdana, Sans-serif;
	color: white;
	margin: 5pt 12pt 2pt 14pt;
}
BODY { font-size: 8pt; }
TABLE { font-size: 1em; }

H1 {
	display: none;
}

H2 {
	font-size: 2em;
	margin-top: 0pt;
	font-weight: normal;
	margin-bottom: 12pt;
	/* OLD: letter-spacing: 1pt; */
	color: orange;
	font-family: Trebuchet MS;
}
H2 EM { font-size: 0.7em; margin-left: 5pt; color: #91752A; }

H3 {
	margin-top: 20pt;
	margin-bottom: 3pt;
	font:bold 1.4em Helvetica,Arial,Verdana,Sans-serif;
	color: white;
}

P, BLOCKQUOTE {
	margin-top: 3pt;
	line-height: 1.4em;
}
p { margin-bottom: 8pt; }

UL {
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 3em;
	padding-left: 0em;
}
UL UL {
	margin-left: 3em;
	margin-bottom: 8pt;
}
LI {
	margin-bottom: 1em;
}
UL UL LI {
	margin-bottom: 0.4em;
}

LI.small {
	font-size: 0.85em;
}



/* Links
----------------------------------------------- */
a:link {
  color:#9df;
  }
a:visited {
  text-decoration:none;
  color:#7a9;
  }
a:hover {
  text-decoration:underline;
  color:orange!important;
  }
a img {
  border-width:0;
  }



/* wedding prices shade boxes **************************/

DIV.divBoxesWrap {
	overflow: hidden;
	width: 100%;
	margin-left: -2pt;
	margin-bottom: -15pt;
}
DIV.divBoxes {
	/* OLD: margin: 10pt -12pt -3pt -10pt; */
	width: 120%;
}
DIV.divShadeBox { 
	/* OLD: margin-bottom: -5pt; */
	border: 1px black solid; 
	width: 154px; /* OLD: 32.5%; */
	/*display: inline;*/
	margin-right: 7pt;
	vertical-align: top;
	font-size: 1em;
	color: white;
	font-family: Tahoma;
	float: left;
}
DIV.divShadeBox DIV.boxTitle { 
	padding: 2pt 5pt 3pt 5pt;
	background-color: #cdb;
	color: #776;
	text-align: center;
	font-size: 1.1em;
}
DIV.divShadeBox DIV.boxTitle B { 
	color: #369;
}
DIV.divShadeBox UL { 
	margin-top: 5pt;
	padding-left: 0pt;
	margin-bottom: 8pt;
	margin-right: 5pt;
}
DIV.divShadeBox UL LI { 
	padding-bottom: 6pt;
	margin-bottom: 0;
	margin-left: -12pt;
	list-style: square;
	line-height: 1.1em;
}
DIV.divShadeBox DIV.priceBox {
	background-color: #269;
	/* margin-top: 8pt; */
	padding: 0pt 5pt 1pt 5pt;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: bottom;
	cursor: help;
	font-weight: bold;
	color: white;
}
.priceBox .currSym {
	/* color: #245; */
	color: lightgrey;
	padding-right: 0pt;
	font-size: 0.95em;
}
SPAN.price {
	/* including in-paragraph prices */
	font-weight: bold;
	color: #9EC9E9;
	font-style: italic;
}

.priceBox .price { 
	font-size: 16pt; 
	letter-spacing: -0.3pt;
}

.priceBox .peakDate * { color: #9EC9E9; }

.priceBox TABLE { width: 90%; }
.priceBox TABLE TD {
	padding: 2pt;
	padding-top: 1pt;
	text-align: center;
}



/* print prices table **************************/

TABLE.printPrices {
	margin-top: 8pt;
	font-size: 7.5pt; 
}
.printPrices TD, .printPrices TH {
	border: 1px solid black;
	padding: 5px;
	text-align: center;
}
.printPrices .leftCol {
	text-align: right;
	background-color: #cdb;
	color:#369;  /* was: #245; */
}
.printPrices TH {
	background-color: #269;
	color: white;
	font-weight: normal;
}



/* content footer **************************/

SPAN.symbol {
	color: #269;
	font-family: Arial, sans-serif!important;
	font-size: 0.8em;
}

DIV.backLink {
	margin-top: 20pt;
	text-align: right;
}
DIV.backLink A {
	color: #467!important;
	font-weight: normal;
}

.footnote {
	font-size: 0.8em;
	color: #AAAAAA;
}


/* general */
IMG.topRightFloat {
	float: right; margin: 0px -15px 10px 15px; border: 5px solid #446677;
}

.moreInfoLink { text-align: right; margin-top: -16pt; width: 135pt; }
