@charset "utf-8";
/* CSS Document */

div.holNotes {
	background-repeat: no-repeat;
	width:960px;
	float:left;
/*		overflow:hidden;*/
	position:relative;
}
div.bigNote{
	position:absolute;
	/*height:11em;*/
	width:960px;
	height: 175px;
	top:18em;
	z-index:9999;
	left:50%;
	margin-left:-480px;
	background-image:url(/images/hn_960x175_bg.png);
	
	/**top:0.5em;
	*position:relative;*/
}
div.overlayNote{
	font-size:15px;
	position:absolute;
	/*height:11em;*/
	width:958px;
	top:13.5em;
	z-index:999;
	line-height:3;
	left:50%;
	margin-left:-480px;
	background-image:url(/images/holNoteGrad2.png);
	
	/**top:0.5em;
	*position:relative;*/
}


.holNotes h2{
	color:#800;
	font-weight:bold;
	margin:1.1em 0.8em;
	font-size:14px;
	/*float:left;*/
	line-height:1.25em;
	float: left;
}
.smallNote h2{
	margin-bottom: 0;
	margin-top: 0.5em;
}
.smallNote1 h2{
	margin-bottom: 0;
	margin-top: 0.5em;
}
.smallNote2 h2{
	margin-bottom: 0;
	margin-top: 0.5em;
}
.smallNote1 h2{
	margin-bottom: 0;
	margin-top: 0.2em;
}
.holNotes .closeBtn{
	/*
	text-decoration:underline;
	margin-right:1em;
	font-size:0.9em;*/
	cursor:pointer;
	background:transparent url(/images/hn_hide_bg.png) no-repeat;
	height:17px;
	width:18px;
	text-indent:-9999em;
	margin-top: 5px;
	margin-right: 7px;
	display:block;
	float:right;
}
.holNotes .hideBtn{
	/*
	text-decoration:underline;
	margin-right:1em;
	font-size:0.9em;*/
	cursor:pointer;
	background:transparent url(/images/okButton.png) no-repeat;
	height:24px;
	width:49px;
	text-indent:-9999em;
	margin-top: 55px;
	margin-right: 10px;
	display:block;
	float:right;
}
/*.holNotes .closeBtn span{
	background-image:url(/images/holNoteClose.gif);
	background-repeat:no-repeat;
	text-indent:-9999em;
	text-decoration:underline;
	width:19px;
	height:19px;
	position:absolute;
	right:0.4em;
	top:0.4em;
}*/
.holNotes p{
	margin:0.4em 0 0.6em 1em;
	font-family: Arial, Helvetica, sans-serif;
	/*float:left;
	clear:both;*/
	font-size:11px;
	line-height:1.3;
	float: left;
	clear: left;
	width: 95%;
}
.holNotes p b{
	font-family: Arial, Helvetica, sans-serif;
}
div .smallNote1 {
	height: 41px;
	background-image:url(/images/hn_960x41_bg.jpg);
}
div .smallNote2 {
	height: 85px;
	background-image:url(/images/hn_960x85_bg.png);
}
div .smallNote {
	font-size:13px;
	height: 63px;
	background-image:url(/images/hn_960x63_bg.png);
}
.holNotes a{
	font-size:0.8em;
	color:#000;
	float: right;
}

.holNotes .holidaySorry{
	display:block;
	font-weight:bold;
	margin:0.5em;

}

.smallNote .hideBtn{
	display: none;
}
.overlayNote .hideBtn{
	/*display:block;
	float:right;
	clear:left;
	text-indent: -9999em;
	position:absolute;
	right:0.5em;
	bottom:0.5em;
	background-repeat:no-repeat;*/
	width:61px;
	height:33px;
	background-image:url(/images/holNoteOk2.gif);
}

div#tHeader{
	/*height:250px;*/
	height:auto;
	/*position:relative;*/
}
.clearBoth{
	clear:both;
}

/*flash and dropdowns think their g-ds gift to humanity*/

.hideBigots #paginationFormTop{
	display:none;
}

.hideAllBigots embed,
.hideAllBigots select, 
.hideAllBigots input,
.hideAllBigots #paginationFormTop{
	display:none;
}
a.hideBtn{
	width: 49px;
	height: 24px;
	display: block;
	margin-right: 10px;
	margin-top: 55px;
	background-image: url(/images/okButton.png);
	text-indent: -9999em;
}

div.darkBg {
	width: 100%;
	_width: 1000%;
	height: 2000px;
	position:absolute;
	background-color: #FFF;  /* the background          */
    filter:alpha(opacity=75);   /* Internet Explorer       */
    -moz-opacity:0.75;           /* Mozilla 1.6 and below   */
    opacity: 0.75;               /* newer Mozilla and CSS-3 */
	top: 0;
	left: 0;
	z-index:998;
}
