* {
	margin: 0px;
	padding: 0px;
}

html {
	min-width: 850px;
	min-height: 100%;
	height: auto;
	background-color: #778899;
}

body {
	height: 100%;
	min-width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;/* horizontal centering for IE Win quirks */
}

table {
	width: 100%;
}

img {
	position: relative;
	border: none;
	overflow: hidden;
	vertical-align: bottom;
}

h1, h2, h3, h4, h5, th, td, p, a {
	text-align: left;
}

h1 {
	font-size: 22px;
	color: #fff;
	padding: 0px 2px 0px 2px;
}

h2 {
	font-size: 18px;
	color: #555;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	color: #000;
	border-top: solid 1px #fff;
	padding-top: 3px;
	margin-top: 5px;
}

h5 {
	font-size: 12px;
	color: #000;
}

a {
	color: #fff;
	text-decoration: none;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

form select option {
	padding: 0px 0px 0px 5px;
}

form select option.disabled {
	background-color: #607080;
	color: #fff;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #333;
}

.over {
	color: #fff;
	text-decoration: none;
	background-color: #333;
}

#top {
	position: relative;
	width: 100%;
	height: 184px;
	color: #fff;
	background-color: #000;
}
	#top #header div#flash_obj {
		position: absolute;
		background-color: #333;
		border: none;
		width: 400px;
		height: 180px;
		margin-left: 7px;
		left: 50%;
	}
	#top #header div#flash_obj div#flash {
		position: relative;
		width: 400px;
		height: 180px;
		overflow: hidden;
	}

#header {
	position: relative;
	width: 100%;
	height: 180px;
	margin: 0 auto;
	background-color: #333;
	background-image: url('../images/banner1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;/* horizontal centering for IE Win quirks */;
}

#page_back {
	position: relative;
	width: 100%;
	background-image: url('../images/page_background.jpg');
	background-position: 0px bottom;
	background-repeat: repeat-x;
}

#page {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 5px;
}

#topmenu {
	position: relative;
	width: 800px;
	background-color: #778899;
}
#topmenu p {
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	text-align: right;
	color: #fff;
}
#topmenu p a {
	font-size: 12px;
	padding-top: 5px;
}
#topmenu p a:hover {
	background: none;
	color: #000;
	background-image: url('../images/top_menu_hover.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

#left {
	position: relative;
	width: 200px;
	float: left;
}
	#left a {
		display: block;
		padding: 2px 2px 2px 12px;
		background-image: url('../images/yellow_arrow.gif');
		background-repeat: no-repeat;
		background-position: 0px 4px;
	}
	#left a:hover {
		background-image: url('../images/yellow_arrow_over.gif');
	}
	#left div {
		margin: 5px 5px 15px 0px;
		padding: 5px;
	}
	#left div p a {
		display: inline;
		background-image: none;
	}
	#left h3 {
		margin: -5px -5px 4px -5px;
		padding: 1px 0px 1px 5px;
		color: #000;
		background-color: #778899;
		background-image: url('../images/header_bar_left.jpg');
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	#left p {
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
	}
	#left p a {
		padding: 0px;
		margin: 0px;
		background-image: none;
		color: #fff;
	}
	#left p a:hover {
		background-image: none;
		color: #fff;
	}
	#left div p a.blockit {
		display: block;
		padding: 2px 2px 2px 20px;
		background-image: url('../images/left_menu_arrow.gif');
		background-repeat: no-repeat;
		background-position: 4px 4px;
	}
	#left div p a.blockit:hover {
		background-color: #333;
		background-image: url('../images/left_menu_arrow_hover.gif');
	}

#center {
	position: relative;
	margin-left: 15px;
	width: 585px;
	float: left;
}
	#center div {
		position: relative;
		background-color: #f5f5f5;
		margin: 0px 0px 15px 0px;
		padding: 5px;
		border: none;
		border-top: none;
	}
	#center div.post {
		background-image: url('../images/post_background.jpg');
		background-repeat: no-repeat;
		background-position: 0px bottom;
	}
	#center div.post p {
		line-height: 24px;
	}
	#center div.nopost {
		border-top: none;
		padding: 10px 5px 10px 5px;
		background-image: url('../images/post_background.jpg');
		background-repeat: no-repeat;
		background-position: 0px bottom;
	}
	#center div.nopost div.whitecorners {
		position: absolute;
		left: 0px;
		top: 0px;
		padding: 0px;
		width: 100%;
		height: 10px;
		background-image: url('../images/white_corners.jpg');
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	#center div a {
		color: #4682b4;
	}
	#center div a:hover {
		background-color: #333;
		color: #fff;
	}
	#center div div {
		border: none;
	}
	#center div p {
		padding-left: 3px;
	}
	#center div h2 {
		padding-bottom: 3px;
	}
	#center div.post_dates {
		margin-bottom: 0px;
		padding: 2px;
		background-color: #778899;
		background-image: url('../images/post_bar.jpg');
		background-repeat: no-repeat;
		background-position: 0px 0px;
		border: none;
	}
	#center div.post_dates p {
		padding: 0px 5px 0px 0px;
		font-size: 11px;
		text-align: right;
		color: #f5f5f5;
	}
	#center div.pagetitle {
		height: 28px;
		color: #fff;
		background-image: url('../images/header_bar_main.jpg');
		background-repeat: no-repeat;
		background-position: 0px 0px;
		border: none;
	}

#bottommenu {
	position: relative;
	margin: 0px auto;
	width: 800px;
	padding: 10px 0px 10px 0px;
	background: none;
	border-top: solid 1px #fff;
	color: #fff;
}
#bottommenu table tr td p a {
	font-size: 12px;
	padding-left: 12px;
}
#bottommenu table tr td p a:hover {
	background: none;
	background-image: url('../images/bottom_menu_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#bottom_bar {
	position: relative;
	width: 100%;
	height: 9px;
	background-color: #000;
}

#bottom {
	margin: 0 auto;
	width: 800px;
	padding: 5px 0px 5px 0px;
	clear: both;
}
	#bottom p {
		color: #fff;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	#bottom p span {
		color: #333;
	}
	#bottom p a {
		font-size: 12px;
		padding-top: 5px;
	}
	#bottom p a:hover {
		background: none;
		color: #000;
		background-image: url('../images/top_menu_hover.gif');
		background-position: center top;
		background-repeat: no-repeat;
	}
		
/*----------------GOOGLE MAP----------------*/

div#map {
	margin: 0px;
	padding: 0px;
	height: 400px;
	background-color: #f5f5f5;
}
div#map * {
	margin: 0px;
	padding: 0px;
	background: none;
}
div#map div {
	margin: 0px;
	padding: 0px;
	background: none;
}
div#map div * {
	margin: 0px;
	padding: 0px;
	background: none;
}
div#map span {
	background-color: #f5f5f5;
}
div#map a {
	background-color: #f5f5f5;
}



div#directions {
	background-color: #f5f5f5;
}
div#directions * {
	margin: 0px;
}
div#directions div {
	padding: 0px;
}

div.googledir {
	padding: 0px;
}

div#center div.sitemap {
	border-top: none;
	padding: 10px 5px 10px 5px;
	background-image: url('../images/post_background.jpg');
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
div#center div.sitemap div.whitecorners {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	width: 100%;
	height: 10px;
	background-image: url('../images/white_corners.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.sitemap a {
	display: block;
}

/*----------------CALENDAR----------------*/
#center div table.calendar tr td {
	width: 14%;
	height: 70px;
	padding: 1px;
}
#center div table.calendar tr td p {
	line-height: 14px;
}
#center div table.calendar tr td p a {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#center div table.calendar tr td p.daynum {
	background-color: #333;
	color: #fff;
	margin: -1px -1px 0px -1px;
	padding: 0px 0px 0px 2px;
}

#center div table.calendar tr td div.eventDiv {
	position: absolute;
	width: 340px;
	height: 150px;
	padding: 0px;
	background: none;
	border: none;
}
#center div table.calendar tr td div.eventDiv div {
	padding: 2px;
	margin: 0px;
	position: relative;
	width: 336px;
	background: none;
	border: none;
}
#center div table.calendar tr td div.eventDiv div.eventHeader {
	top: 0px;
	left: 0px;
	margin-bottom: 0px;
	background-image: url('../images/event_top_bar.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
#center div table.calendar tr td div.eventDiv div.eventHeader h5 {
	padding: 0px 2px 0px 2px;
	font-size: 13px;
	color: #fff;
}
#center div table.calendar tr td div.eventDiv div.eventText {
	height: 106px;
	width: 334px;
	overflow: auto;
	background-color: #f5f5dc;
	border-bottom: solid 1px #999;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
#center div table.calendar tr td div.eventDiv div.eventText p {
	font-size: 14px;
	line-height: 24px;
}
#center div table.calendar tr td div.eventDiv div.eventText p a {
	font-size: 14px;
}
#center div table.calendar tr td div.eventDiv div.eventFooter {
	width: 100%;
	padding: 0px 0px 5px 0px;
	background-image: url('../images/event_bottom_bar.gif');
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#center div table.calendar tr td div.eventDiv div.eventFooter p {
	margin: 0px;
}
#center div table.calendar tr td div.eventDiv div.eventFooter div.confirmDelete {
	position: relative;
	width: 100%;
	background-color: #f5f5f5;
	margin: 0px;
	padding: 0px;
}
#center div table.calendar tr td div.eventDiv p {
	font-size: 12px;
}

#center div table.calendar tr td p.allday {
	background-color: #F0E68C;
	padding: 2px 0px 3px 0px;
	margin: 0px;
	line-height: 12px;
}
#center div table.calendar tr td p.partday {
	padding: 2px 0px 3px 0px;
	margin: 0px;
	line-height: 12px;
}

#center div table.calendar tr td.today p a {
	color: #4682b4;
}
#center div table.calendar tr td.today p a:hover {
	color: #fff;
}
#center div table.calendar tr td.day p.partday a {
	color: #333;
}
#center div table.calendar tr td.day p.partday a:hover {
	color: #fff;
}

#center div table.calendar tr td p.allday a:hover {
	color: #fff;
}

#center div table.calendar tr td.offday p.allday {
	background-color: #cc6;
}

.calendar-prev {
	font-size: 21px;
}
.calendar-next {
	font-size: 21px;
}
.calendar-month {
	font-size: 21px;
}
.offday {
	background-color: #778899;
	vertical-align: top;
}
#center div table.calendar tr td.offday p.partday a.event {
	color: #fff;
}
#center div table.calendar tr td p.partday a.over {
	color: #fff;
	text-decoration: none;
	background-color: #333;
}
#center div table.calendar tr td p.allday a.over {
	color: #fff;
	text-decoration: none;
	background-color: #333;
}
#center div table.calendar tr td p.allday a {
	color: #333;
}
.day {
	background-color: #b0c4de;
	vertical-align: top;
}
.today {
	background-color: #fff;
	vertical-align: top;
}
#center div table.calendar tr td p a.event {
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}

#center div table.calendar tr td p.backborder {
	background-image: url('../images/dash.gif');
	background-repeat: repeat-x;
	background-position: 0px bottom;
}

/*----------------ADMIN----------------*/

form {
	text-align: left;
}

form textarea {
	width: 567px;
	height: 200px;
	margin-bottom: 5px;
}

form label {
	font-weight: bold;
}

form p {
	margin-bottom: 5px;
}

#center div.admin {
	position: relative;
	height: 28px;
	border-top: none;
	background-image: url('../images/header_bar_admin.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
}

#center div.admin h1 {
	color: #fff;
}

#center div.admin-index {
	padding: 10px 5px 10px 5px;
	position: relative;
	background-image: url('../images/post_background.jpg');
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

#center div.admin-index div.whitecorners {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	width: 100%;
	height: 10px;
	background-image: url('../images/white_corners.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#center div.admin-index a {
	display: block;
	padding: 2px;
}

#center div.admin-index table tr.odd {
	background-color: #dcdcdc;
}

#center div.admin-index table tr.even {
	background-color: #f5f5f5;
}

div#center div p.edit {
	text-align: left;
}

div#center div p.edit a {
	color: #966;
}
div#center div p.edit a:link {
	color: #966;
}
div#center div p.edit a:visited {
	color: #966;
}

p.admin {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

#center div.notice {
	color: #696;
	padding: 10px 5px 10px 5px;
	background-image: url('../images/post_background.jpg');
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

#center div.notice div.whitecorners {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	width: 100%;
	height: 10px;
	background-image: url('../images/white_corners.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#center div#post_preview {
	padding: 0px;
	margin: 0px;
	background: none;
	border: none;
}
#center div#post_preview div {
	position: relative;
	background-color: #f5f5f5;
	padding: 10px 5px 10px 5px;
	background-image: url('../images/post_background.jpg');
	background-repeat: no-repeat;
	background-position: 0px bottom;
	border: none;
}
#center div#post_preview div.post_dates {
	margin-bottom: 0px;
	padding: 2px;
	background-color: #778899;
	background-image: url('../images/post_bar.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
}
#center div#post_preview div.post_dates p {
	padding: 0px 5px 0px 0px;
	font-size: 11px;
	text-align: right;
	color: #f5f5f5;
}

#center div#ext_link {
	position: relative;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	background-color: #f5f5f5;
	border: solid 1px #333;
}
#center div#ext_link p {
	text-align: left;
}
#center div#ext_link p input {
	width: 400px;
}
#center div#ext_link p a {
	display: inline;
}
#center div#ext_link a:hover {
	color: #fff;
	cursor: pointer;
}