/* 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 {
	margin: 0;
	font: normal 12px/18px Helvetica, Arial, Sans-serif;
	color: #333366;
	background-color: #00b7f1;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;
}

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 {
	font: normal 24px Helvetica, Arial, Sans-serif;
	color: #333366;
	padding: 0;
	text-align: left;
}

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 {
	height: 270px;
	padding: 0;
	background: transparent;
}

#nav {
	background: url(../images/bg_nav.png) top left no-repeat;
	padding: 0;
	height: 90px;
}

#nav .navBar {
	padding: 15px 0 0 40px;
	height: 30px;
}

#nav .navButton {
	float: left;
	padding: 0;
	margin: 0;
}

#content {
	padding: 0;
}

#content .container {
	background: url(../images/bg_shadow.png) 0 0 no-repeat;
}

#content .sidebar {
	width: 320px;
	float: left;
	padding: 0 0 0 110px;
}

#content .sidebarborder {
	background: url(../images/sidebar_border.png) top center repeat-y;
	width: 320px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#content .sidebarcontainer {
	padding: 0 20px 0 20px;
}

#content .sidebarcontent {
	background: #ffffff url(../images/sidebar_bg.jpg) top center repeat-y;
	text-align: center;
	width: 260px;
	padding: 10px 10px 0 10px;
}

#content .sidebarcontent p {
	text-align: center;
	padding: 0 0 10px 0;
}

#content .news {
	width: 480px;
	float: left;
}

#content .newsborder {
	background: url(../images/news_border.png) top center repeat-y;
	width: 480px;
}

#content .newscontainer {
	padding: 0 20px 0 20px;
}

#content .newscontent {
	background: #ffffff url(../images/news_bg.jpg) top center repeat-y;
	width: 420px;
	padding: 10px 10px 0 10px;
}

#content .newscontent img {
	width: 200px;
	float: left;
	padding: 0 20px 20px 0;
}

#content .internal {
	width: 800px;
	float: left;
	padding: 0 0 0 110px;
}

#content .internalborder {
	background: url(../images/internal_border.png) top center repeat-y;
	width: 800px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#content .internalcontainer {
	padding: 0 20px 0 20px;
}

#content .internalcontent {
	background: #ffffff url(../images/internal_bg.jpg) top center repeat-y;
	text-align: center;
	width: 740px;
	padding: 10px 10px 0 10px;
}

#content .internalcontent ul {
	text-align: left;
	padding: 0 0 10px 20px;
	list-style-type: disc;
}

#content .internalcontent ol {
	text-align: left;
	padding: 0 0 10px 25px;
	list-style-type: decimal;
}

#content .col1 {
	width: 490px;
	float: left;
	padding: 0 10px 0 0;
}

#content .col2 {
	width: 365px;
	float: left;
	padding: 0 10px 0 0;
}

#content .col3 {
	width: 240px;
	float: left;
	padding: 0 10px 0 0;
}

#content .col3center {
	width: 240px;
	float: left;
	padding: 0 10px 0 0;
}

#content .col3center p {
	text-align: center;
}

#content .col3center p.caption {
	font: normal 11px/14px Helvetica, Arial, Sans-serif;
	padding-top: 5px;
}

#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 .footer p {
	font: normal 11px/14px Helvetica, Arial, Sans-serif;
	text-align: center;
	padding: 10px 0 10px 0;
}

#content .footer a {
	color: #333366;
}

/* CLASSES */

.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 --- --- --- --- */

.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: 24px;
	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: #666699;
}

.calendar td.inactiveDate {
	background-color: transparent;
	height: 50px;
	padding: 5px;
}

#demotipCalendar {
	display:none;
	background: transparent url(../images/calendar-event_bg.png) no-repeat;
	font: normal 12px/16px Helvetica, Arial, Sans-serif;
	height:100px;
	width:245px;
	padding:20px 20px;
	color:#333366;
	_behavior: url(iepngfix.htc);
}