@media all{
html {
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	color: #0C5449;
	text-decoration: underline;
}
abbr {
	border:none;
}
a:visited {}
a:hover {
	text-decoration: none;
}
.small {
	font-size: .9em;
}
.smaller {
	font-size: .8em;
}
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.clearboth { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
pre { padding: 30px 0px 0px 0px; }
.hidden {display: none;}
.display {display: block;}

/* Containers */
#container{
	background: #105e55 url(../static/main-white-bg.gif) top center repeat-y;
}
#bg {
	background: url(../static/main-bg.jpg) top center no-repeat;
	margin-left: 2px;
}
div.c{
	margin: 0px auto;
	width: 910px;
}

/* Header */
#header {
	/*display: none;*/
}
#header a {
	padding: 0px 400px 50px 0px;
	float: left;
}
#header .text {
	display: none;
}
#header .c{
	background: transparent;
}
#header a{
	text-decoration: none;
}
#header h1{
	font-size: 1.7em;
}
#header h2{
	font-size: 1.0em;
}

/* Login button */
#top-buttons {
	float: right;
	margin: -39px 30px 0px 0px;
}

/* Main Area */
#main{
	font-size: 0.8em;
	padding: 1px 0px 5px 10px;
	margin-top: 50px;
	margin-left: 10px;

}

/* Left Column */
#leftColumn {
	border: 1px solid #edf1f1;
	background: #fafcfc;
	padding: 7px 15px;
	float: left;
	width: 200px;
}
#leftColumn .divider {
	background: #eff1f1;
	height: 1px;
	font-size: 0px;
	margin: 15px 0px 15px 0px;
}
#leftColumn a, #leftColumn {
	color: #5a6b68;
}

/* Left Column Choices */
#leftColumn .choices {
	margin: 0px 0px 0px 0px;
}
#leftColumn .choices a {
	text-decoration: none;
}
#leftColumn .choices a.selected {
	font-weight: bold;
}

/* Left Column Mini Calendar */
.mini-calendar {
	margin: 15px 0px 0px 0px;
}
.mini-calendar table {
	width: 100%;
	border-collapse:collapse;
	border-top:1px solid #c5d6d4;
	border-right:1px solid #c5d6d4;
}
.mini-calendar table tr {
	text-align: center;
}
.mini-calendar table th {
	border-bottom: 1px solid #c5d6d4;
	border-left:1px solid #c5d6d4;
	padding: 3px;
	font-size: .95em;
}
.mini-calendar table tr.week-days th {
	background: #f7f8f8;
}
.mini-calendar table tr.month th {
	height: 33px;
	background: url(../static/mini-cal-month.gif) top left repeat-x;
}
.mini-calendar table tr.month th a {
	text-decoration: none;
}
.mini-calendar table th a {
	padding: 3px 7px 3px 7px;
}
.mini-calendar table td {
	border-bottom:1px solid #c5d6d4;
	border-left:1px solid #c5d6d4;
	background: #feffff;
	padding: 0px;
}
.mini-calendar table td a {
	text-decoration: none;
	padding: 4px;
	display: block;
}
#leftColumn .mini-calendar table tr td a.not_current_month {
	color: #CCC;
}
.mini-calendar table td:hover, .mini-calendar table td.chosen_day:hover {
	background: #dcdcdc;
}
.mini-calendar table tr td.today {
	background: #ffeec9;
}
.mini-calendar table tr td.today a {
	color: #907502;
}
.mini-calendar table a.chosen_day {
	background: url(../static/mini-cal-bg.gif) top left repeat-x;
}

/* Date Range */
#leftColumn .date_range {
	background: #feffff;
	border: 1px solid #e7e9e9;
	padding: 5px 5px 5px 10px;
	margin: 10px 0px 0px 0px;
	font-size: 1em;
	margin-bottom: 13px;
}

#leftColumn .date_range label {
	text-align: right;
	width: 30px;
	float: left;
}
#leftColumn .date_range .buttons {
	padding-top: 3px;
}

/* Current Selection */
#leftColumn .current {
	background: #feffff;
	border: 1px solid #e7e9e9;
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 15px 0px;
	font-size: 1em;
	text-align: center;
}
#leftColumn .current .today {
	font-size: .9em;
	font-weight: bold;
	display: block;
}
#leftColumn .current a {
	text-decoration: none;
}

/* Menu */
#leftColumn .menu, #leftColumn ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#leftColumn .menu li {
	margin: 0px 0px 3px 0px;
}
#leftColumn .menu li.selected a {
	background: url(../static/menu-item-selected.gif) top left repeat-x;
}
#leftColumn .menu li a {
	display: block;
	background: url(../static/menu-item-bg.gif) top left repeat-x;
	border: 1px solid #dde8e7;
	padding: 4px;
	text-decoration: none;
	font-size: 1.1em;
	text-align: center;
}
#leftColumn .menu li a:hover {
	color: #000;
}

#leftColumn .menu li .selection {
	overflow:scroll;
	overflow-x: hidden;
	height: 200px;
}

#leftColumn .menu li .selection a {
	background: #ffffff;
	color: #000000;
	border: none;
	font-size: .9em;
	text-align: left;
	padding: 3px 3px 3px 22px;
	/*width: 204px;*/
}
#leftColumn .menu li .selection a.selected {
	font-weight: bold;
}
#leftColumn .menu li .selection a:hover {
	background: #EAEAEA;
}
#leftColumn .menu li .selection .parent {
	/*font-weight: bold;*/
	padding-left: 10px;
	/*width: 216px;	*/
	background: #edf4f3;
}

/* Search */
#container .search-box #search-box {
	float: left;
	padding: 7px;
	width: 145px;
	margin: 0px 0px 0px 0px;
}
#container .search-box #search-button  {
	border: 0px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#container .search-box .light {
	color: #9d9c9c;
}
#container .search-box .divider {
	margin: 15px 0px 15px 0px;
}

/* Search */
#container #form_search {
	margin: 10px 0px 20px 0px;
	padding: 10px;
	display: block;
	border: 1px solid #e7e9e9;
}
#container #form_search input {
	padding: 5px;
}
#container #form_search label {
	padding: 0px 10px 0px 0px;
}
#container #form_search div {
	margin: 10px 0px 0px 0px;
}
#container #form_search #search-button-page {
	border: 0px;
	padding: 0px;
}
h2.search-results {
	margin: 0px 0px 20px 0px;
}
h2.search-results .divider {
	color: #e3e2e2;
	font-size: .9em;
}
h2.search-results .results-found {
	color: #727272;
	font-size: .7em;
}

/* Right Column */
#rightColumn {
	float: left;
	width: 658px;
}

/* Site Title */
#rightColumn h2.site-title {
	/*
	background: url(../static/site-title.jpg) top left no-repeat;
	height: 38px;
	padding: 12px 5px 0px 15px;
	*/
	min-height: 38px;
	padding: 12px 6px 0px 15px;
	background: url(../static/site-title.jpg) bottom left no-repeat;
}
#rightColumn h2.site-title a {
	text-decoration: none;
	color: #000;
}
#rightColumn h2.site-title .site {
	color: #000;
}
#rightColumn h2.site-title .spacer {
	color: #495855;
	padding: 0px 8px;
	font-size: .9em;
}
#rightColumn h2.site-title .sub-site {
	color: #495855;
}

/* Content */
#content {
	padding: 0px 25px 25px 15px;
	line-height: 1.6em;
}

/* Events Listing */
.event-section {
	margin: 0px 0px 20px 0px;
	border: 1px solid #f1f2f2;
}
.event-section .title {
	height: 29px;
	background: url(../static/event-title.gif) top left repeat-x;
	border-bottom: 1px solid #e1edeb;
	padding: 10px 0px 0px 10px;
	font-size: 1.4em;
	color: #000000;
}
.event-section .spacer {
	margin: 0px 4px;
	font-size: .8em;
	color: #bdbdbd;
}
.event-listing .vevent {
	background: #FFFFFF;
	margin: 5px 10px;
	padding: 0px 0px 5px 0px;
	/*border-bottom: 1px solid #EAEAEA;*/
}
.event-listing .event-title a {
	color: #0c5449;
	font-weight: bold;
}
.event-listing .event-date {
	color: #495855;
}
.event-listing .line2 {
	color: #5a5a5a;
}
.event-listing .map a {
	padding: 0px 0px 0px 16px;
	background: url(../static/map.gif) center left no-repeat;
	text-decoration:none;
}
.event-listing .rsvp a {
	text-decoration:none;
}
.event-listing .repeat a {
	text-decoration: none;
}
.next_prev {
	float: right;
	margin: 0px 29px 30px 3px;
}
.next_prev .spacer {
	margin: 0px 5px;
	color: #bdbdbd;
}
.next_prev a {
	text-decoration: none;
}
.next_prev .previous {
	padding: 0px 0px 0px 13px;
	background: url(../static/icons/resultset_previous_small.gif) 0% center no-repeat;
}
.next_prev .next {
	padding: 0px 13px 0px 0px;
	background: url(../static/icons/resultset_next_small.gif) right center no-repeat;
}
.showing {
	margin: 10px 0px 10px 0px;
}


/* Main Homepage */
#main-hp {
	margin: 0px 0px 0px 2px;
}
#main-hp #promos {
}
#main-hp .show {
	display: block;
}
#main-hp .hide {
	display: none;
}
#main-hp .promo-image img {
	width: 619px;
	height: 231px;
}
#main-hp #buttons {
	float: right;
}
#main-hp #buttons a {
	margin: 0px 1px 0px 0px;
	text-decoration: none;
}
#main-hp .promo-image {

}
#main-hp .info {
	margin: 15px 0px 0px 0px;
	height: 90px;
}
#main-hp h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #105e55;
}
#main-hp h2 a {
	text-decoration: none;
}
#main-hp h2 .datetag {
	color: #98a4a2;
	font-size: 1em;
	letter-spacing: .1em;
}
#main-hp h2 .date {
	font-size: .8em;
}
#main-hp p {
	margin-top: 6px;
}

/* Main Homepage Sections */
#main-hp #sections {
}
#main-hp #sections p {
	padding: 5px 0px;
	margin: 0px;
}
#main-hp #sections img {
	margin: 0px;
	padding: 0px;
}
#main-hp .section {
	float: left;
	margin-bottom: 25px;
	color: #8a8d8c;
}
#main-hp .section .view-more {
	margin-left: -1px;
}
#main-hp .second {
	/*margin-left: 7px;*/
	margin: 0px;
}
#main-hp .photogallery .bg {
	margin-left: 1px;
}
#main-hp .photogallery .view-more {
	margin-left: 0px;
}
#main-hp .section .bg {
	background: url(../static/homepage-section-bg.jpg) top left repeat-y;
	padding: 0px 15px 0px 15px;
	margin-top: -5px;
	/*min-height: 225px;*/
}
#main-hp .section a {
	text-decoration: none;
}
#main-hp .section ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}
#main-hp .section ul a {
	color: #8a8d8c;
	padding: 4px 0px 4px 0px;
	display: block;
	width: 255px;
}
#main-hp .section .date_con {
	margin: 8px 0px 3px 0px;
}
#main-hp .section .date_con .date {
	background: #989999;
	color: #FFF;
	padding: 3px 6px;
}
#main-hp #bottom-events {
	clear: both;
}
#main-hp .section p {
	padding-top: 8px;
}



/* Site Homepage Featured Events */
#site-featured-events {
	margin: 10px 0px 0px 0px;

}
#site-featured-events .vevent {
	background: #edf9f8;
	margin: 0px;
	padding: 10px;

}
#site-featured-events .line3 {
	color: #000000;
}
#site-featured-events .image {
	float: left;
	width: 90px;
	height: 75px;
	margin-right: 10px;
}

/* Special Events Homepage */
#special-events-featured .event-section {
	margin: 0px;
}
#special-events-featured {
	background: #edf9f8;
	padding: 0px 0px 25px 0px;
}
#special-events-featured .event {
	background: #edf9f8;
	float: left;
	width: 250px;
	position: relative;
	left: 25px;
	color: #495855;
}
#special-events-featured .image {
	width: 224px;
	height: 84px;
	border: 3px solid #d4dedd;
}
#special-events-featured .event-title {
	margin: 8px 0px 0px 0px;
	padding: 0px 5px;
}
#special-events-featured .event-title a {
	color: #0c5449;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
}
#special-events-featured .date {
	margin: 10px 0px 0px 0px;
	padding: 0px 5px;
}
#special-events-featured .location {
	padding: 0px 5px;
}
#special-events-featured .description {
	margin: 10px 0px 0px 0px;
	padding: 0px 5px;
}

/* Login */
#login_form {
	margin: 15px 0px 0px 0px;
}
#login_form label {
	font-size: 1.3em;
}
#login_form input {
	font-size: 1.3em;
}

/* Options */
.options {
	list-style: none;
}
.options li {
	display: inline;
}
.options a {
	padding : 5px 6px 5px 25px;
	text-decoration: none;
}

.options .add a {
	background: url(../../static/icons/add.gif) 2% center no-repeat;
}
.options .mark-read a {
	background: url(../../static/icons/tick.gif) 2% center no-repeat;
}
.options .return a {
	background: url(../../static/icons/resultset_previous.gif) 2% center no-repeat;
}
.options .print a {
	background: url(../../static/icons/printer_empty.gif) 2% center no-repeat;
}
.options .archive a {
	background: url(../../static/icons/folder_page.gif) 2% center no-repeat;
}
.options li a:hover {
	color: #a1a0a0;
	/*background-color: #f5f0f0;*/
}

/* Override options for front-end */
#rightColumn .options {
	text-align: right;
}

/* Subscribe Page */
#subscribe-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#subscribe-list li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #EAEAEA;
}
#subscribe-list li a {
	text-decoration: none;
	font-size: 1.1em;
	margin-right: 2px;
}
#subscribe-list li a.name {
	margin-left: 4px;
}

/* Recurring Dates */
#recurring_dates {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#recurring_dates li {
	margin: 0px 0px 5px 0px;
}
#recurring_dates a {

}

/* Event 404 Page */
#event-404{
	text-align: center;
	color: #006666;
	font-size: 1.8em;
	font-family: "Arial";
	padding-top: 50px;
	width: 569px;
	margin: 0 auto;
	border: 1px solid #e7e9e9;
	margin-top: 20px;
}
#event-404 h2{
	font-size: 1.6em;
}
#event-404 p.smaller{
	color: #696969;
	font-size: 0.6em;
}

/* Event Down Page */
#event-down{
	text-align: center;
	color: #006666;
	font-size: 1.8em;
	font-family: "Arial";
	padding-top: 50px;
	width: 569px;
	margin: 0 auto;
	margin-top: 20px;
}
#event-down h2{
	font-size: 1.2em;
	line-height: 2em;
}
#event-down p.smaller{
	color: #696969;
	font-size: 0.6em;
}

}

@media handheld{
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
}
#container {
	width: 100%;
}
}
@media print{
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
}
#container {
	width: 100%;
	background-image: none;
	background: #FFF;
}
#bg {
	margin: 0px;
	background-image: none;
}
div.c {
	margin: 0px;
	width: 100%;
}
#rightColumn {
	float: none;
	width: 100%;
}
#rightColumn h2.site-title {
	background-image: none;
}
.site-title {
	margin-bottom: 10px;
}
#main {
	margin: 0px;
}
/* Hide this stuff */
#leftColumn, #top-buttons, #top, .options, #notifications, .noprint {
	display: none;
}
}
