/* RESET */

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,
b, u, i, center,
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-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MAIN STYLES */

body {
	font: normal 12px/18px Helvetica, Arial, Sans-serif;
	background-color: #ffffff;
}

img, div {
	behavior: url(css/iepngfix.htc);
}

a:link, a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover, a:active {
	color: #006600;
	text-decoration: underline;
}

h2 {
	display: none;
}

h3 {
	font: normal 18px Helvetica, Arial, Sans-serif;
	color: #4d3807;
	padding: 40px 0 10px 0;
	text-align: center;
	font-weight: bold;
}

p {
	padding: 0 0 10px 0;
	text-align: left;
}

/* DIVS */

#header {
	display: none;
}

#nav {
	display: none;
}

#nav .navBar {
	display: none;
}

#nav .navButton {
	display: none;
}

#content {
	padding: 0;
}

#content .container {
	background: #ffffff;
}

#content .sidebar {
	display: none;
}

#content .sidebarborder {
	display: none;
}

#content .sidebarcontainer {
	display: none;
}

#content .sidebarcontent {
	display: none;
}

#content .sidebarcontent p {
	display: none;
}

#content .news {
	display: none;
}

#content .newsborder {
	display: none;
}

#content .newscontainer {
	display: none;
}

#content .newscontent {
	display: none;
}

#content .newscontent img {
	display: none;
}

#content .internal {
	width: 800px;
	float: left;
	padding: 0 0 0 110px;
}

#content .internalborder {
    background-image: none;
	width: 800px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#content .internalcontainer {
	padding: 0 20px 0 20px;
}

#content .internalcontent {
    background-image: none;
	text-align: center;
	width: 740px;
	padding: 10px 10px 0 10px;
}

#content .internalcontent ul {
	display: none;
}

#content .col1 {
	display: none;
}

#content .col2 {
	display: none;
}

#content .col3 {
	display: none;
}

#content .col3center {
	display: none;
}

#content .col3center p {
	display: none;
}

#content .col3center p.caption {
	display: none;
}

#content .coupon {
	width: 350px;
	height: 140px;
	padding: 25px;
	margin: 0 0 20px 0;
	border: 1px dashed #4d3807;
	background:#e2be6b url(../images/bg_coupon.jpg) top center no-repeat;
}

#content .coupon p {
	text-align: center;
	color: #4d3807;
}

#content .couponborder {
	display: none;
}

#content .footer p {
	display: none;
}

#content .footer a {
	display: none;
}

/* CLASSES */

.wrapper {
	width: 1020px;
	margin: 0 auto;
	padding: 0;
}

.containerborder {
	padding: 0;
	background-color: #ffffff;
}

.container {
	background-color: #ffffff;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

/* --- --- --- --- Calendar Styles --- --- --- --- */

.wrapper {
	width: 1020px;
	margin: 0 auto;
	padding: 0;
}

.containerborder {
	padding: 0;
	background: url(../images/bg_container.png) top center repeat-y;
}

.container {
	background: url(../images/bg_wood.jpg) top center repeat-y;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

/* --- --- --- --- Calendar Styles --- --- --- --- */

#content h1.calendarTitle {
	font-size: 28px;
	line-height: 32px;
	padding-top: 15px;
	text-align: center;
}

table.calendar {
	background-color: none;
	border: 1px solid #333366;
	padding: 1px;
}

.calendar td {
	font: normal normal 16px/50px Helvetica, Arial, Sans-serif;
	color: #333366;
	padding: 5px;
	text-align: center;
	height: 40px;
	vertical-align: top;
	background-color: none;
	border: 1px solid #333366;
}

.calendar th {
	width: 85px;
	background-color: #333366;
	padding: 5px 0;
	text-align: center;
	font: bold normal 12px/16px Helvetica, Arial, Sans-serif;
	color: #ffffff;
	vertical-align: middle;
}

.calendar a:link, .calendar a:visited {
	color: #ffffff;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0;
	background-color: none;
}

.calendar a:hover, .calendar a:active {
	color: #ffffff;
	text-decoration: none;
}

.calendar td.activeDate {
	background-color: #333366;
}

.calendar td.inactiveDate {
	background-color: transparent;
	height: 50px;
	padding: 5px;
}
