/* Module or special stylesheets are called in below... */
@import url("news.css");
@import url("contact.css");
@import url("directions.css");
@import url("offline.css");
@import url("gallery.css");
@import url("calendar.css");
@import url("poll.css");
@import url("staff.css");


html {
	height: 100%;
}


body {
	height: 100%;
	font-family: Tahoma, Arial;
	font-size: 12px;
	background: #f9f9f9;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


table {
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
}


input, textarea, select {
	font-family: Tahoma, Arial;
	font-size: 12px;
	padding: 3px;
	vertical-align: middle;
}


a, a:link, a:active, a:visited {
	color: #000;
	text-decoration: underline;
}


a:hover {
	color: #000;
	text-decoration: underline;
}


.header {
	width: 100%;
}


.logoCell {
	width: 100%;
	height: 125px;
	background-image: url('../../images/header.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	padding-left: 30px;
}

.secondCell {
	width: 100%;
	background-image: url('../../images/header.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	padding-right: 30px;
	vertical-align: top;
}

.tabTable {
	height: 100px;
}

.addressCell {
	height: 50px;
	min-height: 50px;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}

.tabCell {
	height: 50px;
	min-height: 50px;
	vertical-align: bottom;
}

.tabs {
	margin: 0px;
}

.tabs a, .tabs a:link, .tabs a:active, .tabs a:visited {
	color: #FFF;
	text-decoration: underline;
}

.tabs a:hover {
	color: #EBEBEB;
	text-decoration: underline;
}

.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color: #000;
	text-decoration: underline;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}

.tabLeft {
	height: 40px;
	min-width: 14px;
	width: 14px;
	background-image: url('../../images/tabLeft.png');
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px;
}


.tabRight {
	height: 40px;
	min-width: 14px;
	width: 14px;
	background-image: url('../../images/tabRight.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
}


.tab {
	min-width: 60px;
	width: 60px;
	height: 40px;
	background-image: url('../../images/tabBg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}


.tabSelected {
	min-width: 60px;
	width: 60px;
	height: 40px;
	background-image: url('../../images/tabSelected.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.body {
	min-width: 920px;
	width: 920px;
	background-image: url('../../images/bodyBg.png');
	background-position: top center;
	background-repeat: no-repeat;
	padding: 20px;
	padding-bottom: 14px;
	text-align: center;
}

.wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.bodyFooter {
	background-image: url('../../images/footerBg.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 6px;
	font-size: 0px;
}

.footer {
	width: 900px;
	padding: 10px;
	font-size: 13px;
}

.pageTitle {
	text-shadow: #999 1px 1px 2px;
	font-size: 30px;
	font-weight: bold;
	color: #AE4116;
}

.subPageTitle {
	text-shadow: #999 1px 1px 2px;
	font-size: 25px;
	font-weight: bold;
	color: #666;
}

.feeTable {
	border-width: 0px;
	border-color: #000;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
}

.feeTable td {
	border-width: 0px;
	border-color: #000;
	border-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

.feeHeader {
	background-image: url('../../images/feeHeader.jpg');
	background-repeat: repeat-x;
	color: #FFF;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.feeCell {
	background-image: url('../../images/feeCell.jpg');
	background-repeat: repeat-x;
	color: #000;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.smallNote {
	font-size: 11px;
}

.infoWrapper {
	padding-left: 30px;
	padding-right: 30px;
}

.announcement {
	background-image: url('../../images/announcementBg.jpg');
	background-repeat: no-repeat;
	color: #FFF;
	width: 700px;
	height: 80px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 17px;
}

.newsletter {
	background-image: url('../../images/newsletter.jpg');
	background-repeat: no-repeat;
	color: #FFF;
	width: 550px;
	height: 56px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 17px;
	vertical-align: middle;
	color: #000;
}

.sideBar {
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	background-color: #CCC;
	color: #000;
	padding: 10px;
}

.sideBarTitle {
	font-size: 15px;
}

.programSchedule {
	border-width: 0px;
	border-style: dotted;
	border-bottom-width: 1px;
	border-color: #000;
}

.programSchedule td {
	width: 115px;
	padding: 5px;
	border-style: dotted;
	border-width: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-color: #000;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
}

.programHeader {
	background-color: #AE4116;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	border-style: solid;
}

.product{
color: #ca4e1b;
font-size: 17px;
}

.price{
color: #dd6f0d;
font-size: 14px;
}
