html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: white;
	background: url(../images/body-pattern.jpg);
	font: .8em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	color: white;
	margin-bottom: -18px;
	font: 50px Georgia, "Times New Roman", Times, serif;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	color: #feefce;
	margin: 2px 0;
	line-height:36px;
	font: 30px Georgia, "Times New Roman", Times, serif;
}

/*------------------------------------------*/

h1 {
	font: 44px Georgia, "Times New Roman", Times, serif;
}

h2 {
	font: normal normal 30px/0 Georgia, "Times New Roman", Times, serif;
	color: #feefce;
	text-transform: uppercase;
	margin: 2px 0;
	line-height:36px;
	letter-spacing: 2px;
}

h3 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #600;
	margin: 10px 0 0;
}

h4 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	margin: 28px 0 4px;
	border-bottom: 1px solid #ccc;
	line-height: 17px;
}

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

a:hover, a:active {
	color: #069;
}

.clear {
	clear: both;
}

.opaque {
	width: 596px;
	margin-top: 10px;
	padding: 12px;
	background-image: url(../images/transbg.gif);
}

.holiday-table{
	width: 500px;
	margin: 10px 0 20px 20px;
}

p.buffer, .opaque p {
	padding: 6px 0 6px 16px;
}

p.bottom {
	font: 20px/1.6em Georgia, "Times New Roman", Times, serif;
}

#container {
	background: url(../images/body-bg.jpg) repeat-x;
}

#main-container {
	width: 850px;
	margin: 0 auto;
}

#left-container{
	float: left;
	background: url(../images/logo.png) no-repeat;
	width: 234px;
	text-align: center;
	padding-top: 340px;
	margin-bottom: 10px;
}

#content {
	margin-left: 240px;
}

#header {
	padding-top: 3px;
}

#nav {
	height: 76px;
	width: 600px;
	margin-left: 20px;
}

#nav li {
	text-align: center;
}

#nav li a {
	background: url(../images/tab.png) no-repeat top;
	padding: 12px 0;
	display: block;
	float: left;
	width: 149px;
	height: 15px;
	font: bold 1.22em Georgia, "Times New Roman", Times, serif;
}

#nav li a:hover {
	background: url(../images/tab.png) no-repeat 0 bottom;
}

#nav li a.active {
	background: url(../images/tab.png) no-repeat bottom;
	color: #069;
}

#main-blocks {
	position: relative;
	color: #333;
	text-align: center;
	margin: 10px 0;
	font-size: 10px;
	height: 300px;
	width: 660px;
	margin-bottom: 12px;
}

#b-thanksgiving, #b-christmas, #b-newyears {
	padding: 78px 30px 0;
	float: left;
	background: url(../images/b-thanksgiving.png) no-repeat top;
	height: 220px;
	width: 146px;
}

#b-thanksgiving:hover, #b-christmas:hover, #b-newyears:hover  {
	background-position:bottom;
	padding-top: 76px;
	height: 222px;
}

#b-christmas {
	background: url(../images/b-christmas.png) no-repeat top;
	width: 148px;
	padding-left: 33px;
}

#b-newyears {
	background: url(../images/b-newyears.png) no-repeat top;
	width: 148px;
	padding-left: 33px;}

#thanksgiving, #christmas, #newyears {
	margin: 10px 0 0;
	height: 80px;
	background: url(../images/header-thanksgiving.png) no-repeat;
}

#christmas {
	background: url(../images/header-christmas.png) no-repeat;
}

#newyears {
	background: url(../images/header-newyears.png) no-repeat;
}

#holiday {
	color: #333;
	width: 554px;
	font: 16px/1.5em Georgia, "Times New Roman", Times, serif;
	padding: 6px 30px;
	background: url(../images/header-middle.png) repeat-y;
}

#holiday-bottom {
	height: 66px;
	margin-bottom: 20px;
	background: url(../images/header-bottom.png) no-repeat;
}

#calendar {
	width: 181px;
	height: 169px;
	margin: 0 auto;
	background: url(../images/calendar.png) no-repeat;
	color: red;
	font: bold 20px/22px Georgia, "Times New Roman", Times, serif;
}

#today {
	float: left;
	line-height: 18px;
	margin: 52px 42px 0 32px;
}

#days-left {
	float: left;
	margin: 32px 0 0 0;
}

#calendar p {
	font-size: 12px;
	line-height: 14px;
	color: #600;
	clear: both;
	padding: 18px 20px 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
}

#footer {
	clear: both;
	font-size: 11px;
	text-align: right;
	padding: 30px 26px;
	margin: 0 auto;
	height: 31px;
	width: 830px;
	color: #600;
	background: url(../images/footer.png) no-repeat right;
}



