table.grid, table.grid th, table.grid td {
	border-collapse: collapse;
	border: 1px solid #000;
	vertical-align: top;
	
}
table.grid {
	margin: 20px 0px;
}

table.grid th, table.grid td {
	width: 13%;
}

table.grid th {
	background: #96B1D0;
}



table.grid th.cal_top {
	background: #522C1B;
	font-size: 16pt;
	color: #FFFFFF;
	text-align: center;
}

table.grid td {
	background: #FFF;
}



BODY {
	font: 12px Arial, Helvetica, sans-serif;
	background-color : #F0FFF0;
	color: #000;
	margin: 0px;
}

A {
	color: #369;
}
.top_nav {
	float: right;
}
.top {
	background-color : #522C1B;
	color: #000;
	padding: 10px;
	border-bottom: 1px solid #000;
}

.nav {
	background-color : #96B1D0;
	color: #000;
	padding: 0px 10px;
	border-bottom: 1px solid #522C1B;
	line-height: 30px;
	margin-top: 6px;
}
.top A, .nav A, .cal_top A, .bottom A {
	color: #96B1D0;
	text-decoration: none;
}
.cal_top A {
	color: #96B1D0;
}
.nav A {
	color: #FFFFFF;
	padding: 2px;
}
.nav A.selected {
	background: #522C1B;
	color: #FFFFFF;
}
.bottom {
	clear: left;
	background-color : #522C1B;
	color: #000;
	padding: 5px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.top h1 {
	margin: 0em;
	padding: 0em;
}
.content {
	padding: 10px;
}
.content .item {
	padding: 2px;
}
h1 {
	font-size: 18pt;	
}
h2 {
	font-size: 16pt;	
}
h3 {
	font-size: 14pt;	
}
h4 {
	font-size: 12pt;
	margin: 0em;
	padding: 0em;
}
input {
	font-size: 10pt;
}
.element {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
form {
	margin: 0em;
	padding: 0em;
}
.morning {
	background: #ffc;
}
.noon {
	background: #fcc;
}
.afternoon {
	background: #cff;
}
.evening {
	background: #ccf;
}
.midnight {
	background: #ccc;
}
div#timelayer {
	position:absolute;
	visibility:hidden;
}

form.top_form {
	margin: 0px;
	padding: 0px;
	float: right;
}
.time {
	font-size: 8pt;
}
.title {
	font-size: 10pt;
	font-weight: bold;
}

.venue {
	font-size: 8pt;
}
.location {
	font-size: 8pt;
}
.edit {
	font-size: 8pt;
}


.day ul {
	margin: 5px;
	padding: 0px 15px;
}
.day_of_month {
	text-align: right;
	float: right;
	font-size: 14pt;
	font-weight: bold;
	color:#999;
}


/* Added v0.2.0 */
.error {
	background: #fcc;
}
td, th {
	vertical-align: top;
}
.sidebar {
	width: 300px;
	border: 1px solid #000;
	background: #fff;
	padding: 5px;
	float:right;
}
/* Added v0.4.0 */

.day_of_month_s {
	text-align: right;
	float: right;
	color:#999;
}
table.grid th.cal_top_s {
	background: #522C1B;
}

.button {
	padding: 2px;
	float: left;
}

.button div {
	width:10px;
	height:10px;
	border:1px solid #000;
}
table.grid td.holder {
	 vertical-align:top;
	 border: 0px solid #fff;
	 padding: 5px;
}
/* Added v0.4.1 */
.cell {
	height:29px;
	border-bottom: 1px dashed #ccc;
	color: #999;
}
.cell_top {
	background: #96B1D0;
	height:24px;
	border-bottom: 1px solid #000;
	font-weight:bold;
	text-align:center;
	padding-top: 5px;
}
.date {
    position: absolute;
    border: 1px solid #000;
    background-color : #fff;
    z-index: 1;
    overflow-y: hidden;    /* changed from auto because I didn't want the scroll bar */
    overflow-x: hidden;    /* added to allow IE to size the width of the event properly */
    margin: 0px;
}
.wrap{
width: 100%;
clear: both;
}

#dates {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}
.inner {
	padding: 0px 2px;
	font-size: 6pt;
}
.frame {
	background: #fff;
	border: 1px solid #000;
}

div.cal_top {
	background: #522C1B;
	font-size: 16pt;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #000;
}
.single_day_frame {
	position:relative;
	margin: 0px;
	padding: 0px;
	
}
/* Added v1.0.0 */
.time_frame {
	position:relative;
	margin: 0px;
	padding: 0px;
}
.timex {
	width: 80px;	
}

.day_of_week {
	height: 1440px;
	border-left: 1px solid #000;
	position: absolute;
}
#today {
	background: #ffc;
}
.day_of_month a, .day_of_month_s a, .week a {
	color: #999;
	text-decoration: none;
}
th.cal_top_s a {
	color: #000;
	text-decoration: underline;
}
table.day {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
table.day th {
	background: #96B1D0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 5px;
}
td.single_day {
	border-left: 1px solid #000;
}
.week {
	clear: right;
	text-align: right;
	float: right;
	font-size: 8pt;
	font-weight: bold;
	color:#999;
}
.cell_top a {
	color: #000;
	text-decoration: underline;
}

.inner .time, .inner .venue, .inner .location, .inner .edit {
	font-size: 6pt;
}

.inner .title {
	font-size: 8pt;
}
.code {
	font-family: Courier New;
}

@charset "utf-8";
html, body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #371D10;
	background: url(../images/pagebg2.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#outer {
	background: #FFFFFF;
	text-align: left;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	padding-top: 31px;
	clear: both;
	position: relative;
}
#logo {
	width: 325px;
	height: 127px;
	position: absolute;
	top: 0;
	left: 0;
}
#inner {
	margin: 0 37px 0 37px;
	padding: 15px;
	border: 2px solid #522C1B;
}
#nav1 {
	height: 28px;
	clear: both;
	padding-top: 70px;
	z-index: 100;
	position: relative;
}
#nav1 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	z-index: 101;
}
#nav1 ul ul {
	width: 150px;
	position: absolute;
	z-index: 102;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav1 li {
	float: right;
	width: auto;
	position: relative;
	display: inline;
}
/* style the links for the top level */
#nav1 li a, #nav1 li a:visited {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #522C1B;
	width: auto;
	height: 28px;
	float: left;
	background: #FFFFFF;
	line-height: 28px;
	padding: 0 26px 0 26px;
}
/* style the top level hover */
#nav1 li a:hover {
	color: #96B1D0; 
	background: #FFFFFF; 
}
#nav1 li :hover > a {
	color: #96B1D0; 
	background: #FFFFFF; 
}
/* style the second level links */
#nav1 li li a, #nav1 li li a:visited {
	display: block;
	font-size: 12px;
	background: #96b1d0 none; 
	color: #522C1B; 
	line-height: 21px;
	height: 21px; 
	padding: 0px; 
	width: 180px;
	border-bottom: 1px solid #522C1B;
	text-align: center;
	z-inex: 103;
}
#nav1 li li a:hover {
	background: #522C1B none; 
	color: #96b1d0;
}
/* style the third level background */
#nav1 li li li a, #nav1 li li li a:visited {
	background: #522C1B none; 
	color: #96b1d0;
} 
/* style the third level hover */
#nav1 li li li a:hover {
	background: #96b1d0 none; 
	color: #522C1B;
}
#nav1 li li li :hover > a {
	background: #96b1d0 none; 
	color: #522C1B;
} 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav1 ul ul {
	visibility: hidden;
	position: absolute;
	top: 28px;
	left: 0; 
	width: 180px;
	z-index: 102;
}
/* another hack for IE5.5 */
* html #nav1 ul ul {
	top: 28px;
	t\op: 28px;
	z-index: 102;
}
/* position the third level flyout menu */
#nav1 ul ul ul{
	left: 150px; 
	top: 0;
	width: 150px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
#nav1 table {position:absolute; top:0; left:0; z-index: 101}
/* make the second level visible when hover on first level list OR link */
#nav1 ul li:hover ul,
#nav1 ul a:hover ul {
visibility:visible;
z-index: 102; 
}
/* keep the third level hidden when you hover on first level list OR link */
#nav1 ul :hover ul ul {
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#nav1 ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#nav1 ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#nav1 ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}

#main_nav {
	background: #522C1B;
	height: 28px;
	z-index: 80;
	position: relative;
}
#main_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-transform: uppercase;
	z-index: 81;
}
#main_nav ul ul {
	width: 150px;
	position: absolute;
	z-index: 82;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#main_nav li {
	float: left;
	width: auto;
	position: relative;
	display: inline;
}
/* style the links for the top level */
#main_nav li a, #main_nav li a:visited {
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	width: auto;
	height: 28px;
	float: left;
	background: #522C1B;
	line-height: 28px;
	padding: 0 19px 0 19px;
}
/* style the top level hover */
#main_nav li a:hover {
	color: #96B1D0; 
	font-weight: normal;
	background: #522C1B; 
}
#main_nav li :hover > a {
	color: #96B1D0; 
	font-weight: normal;
	background: #522C1B; 
}
/* style the second level links */
#main_nav li li a, #main_nav li li a:visited {
	display: block;
	font-size: 12px;
	font-weight: normal;
	background: #96b1d0 none; 
	color: #522C1B; 
	line-height: 21px;
	height: 21px; 
	padding: 0px; 
	width: 180px;
	border-bottom: 1px solid #522C1B;
	text-align: center;
}
#main_nav li li a:hover {
	background: #522C1B none; 
	color: #96b1d0;
}
/* style the third level background */
#main_nav li li li a, #main_nav li li li a:visited {
	background: #522C1B none; 
	color: #96b1d0;
} 
/* style the third level hover */
#main_nav li li li a:hover {
	background: #96b1d0 none; 
	color: #522C1B;
}
#main_nav li li li :hover > a {
	background: #96b1d0 none; 
	color: #522C1B;
} 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#main_nav ul ul {
	visibility: hidden;
	position: absolute;
	top: 28px;
	left: 0; 
	width: 180px;
	z-index: 82;
}
/* another hack for IE5.5 */
* html #main_nav ul ul {
	top: 28px;
	t\op: 28px;
	z-index: 82;
}
/* position the third level flyout menu */
#main_nav ul ul ul{
	left: 150px; 
	top: 0;
	width: 150px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
#main_nav table {position:absolute; top:0; left:0;}
/* make the second level visible when hover on first level list OR link */
#main_nav ul li:hover ul,
#main_nav ul a:hover ul {
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#main_nav ul :hover ul ul {
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#main_nav ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#main_nav ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#main_nav ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}

#main_content {
	margin-top: 4px;
}
#content_columns {
	margin-top: 4px;
	/*background: url(images/columnsbg.gif) top left repeat-y;*/
}
#left_column {
	width: 240px;
	float: left;
	padding: 0 10px 10px 10px;
	background: #96b1d0;
}
#right_column {
	font-size: 14px;
	width: 616px;
	float: right;
	border-top: 4px solid #96b1d0;
}
#content_columns2 {
	margin-top: 4px;
	background: url(../images/columnsbg2.gif) top left repeat-y;
}
#left_column2 {
	font-size: 14px;
	width: 420px;
	float: left;
	padding: 0 10px 10px 10px;
	background: transparent;
}
#right_column2 {
	font-size: 14px;
	width: 420px;
	float: right;
}
.sidebar_left {
	width: 240px;
	padding: 0 10px 10px 10px;
	background: #96b1d0;
}
.main_right {
	font-size: 14px;
	border-top: 4px solid #96b1d0;
}
.left_half {
	font-size: 14px;
	width: 420px;
	padding: 0 10px 10px 10px;
	background: #96b1d0;
}
.right_half {
	font-size: 14px;
	width: 420px;
}

#newsletter_signup {
	line-height: 37px;
	text-align: center;
	height: 37px;
	white-space: nowrap;
}

.clearer {
	clear: both;
}
.sidenav {
	font-size: 15px;
	font-weight: normal;
	list-style-type: none;
	margin: 10px 0 0 1px;
	padding: 0;
}
.sidenav li {
	display: block;
	color: #440b00;
	text-decoration: none;
	line-height: 40px;
	background: url(../images/arrow.gif) left center no-repeat;
	width: 210px;
	margin: 0 0 1px 0;
	text-align: left;
	padding-left: 20px;
}
.sidenav li a, .sidenav li a:visited {
	display: block;
	color: #440b00;
	font-weight: regular;
	text-decoration: none;
	line-height: 40px;
	background: #96b1d0;
	width: 210px;
	padding-left: 20px;
	margin-left: -20px;
	text-align: left;
}
.sidenav li a:hover {
	background: url(../images/arrow.gif) left center no-repeat;
	color: #440b00;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #96b1d0;
}
#left_column h1 {
	color: #d9e3ee;
	line-height: 44px;
	margin: 0;
	padding: 0;
}
.sidebar_left h1 {
	font-size: 20px;
	color: #d9e3ee;
	line-height: 44px;
	margin: 0;
	padding: 0;
}
.sidebar_left h2 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 44px;
	margin: 0;
	padding: 0;
}
#right_column h2 {
	font-size: 18px;
	color: #96b1d0;
	line-height: 38px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #96b1d0;
}
.main_right h2 {
	font-size: 18px;
	color: #96b1d0;
	line-height: 38px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #96b1d0;
}
#right_column2 h2 {
	font-size: 20px;
	color: #96b1d0;
	font-weight: bold;
	line-height: 44px;
	margin: 0;
	padding: 0;
}
#left_column2 h2 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 44px;
	margin: 0;
	padding: 0;
}
.right_half h2 {
	font-size: 20px;
	color: #96b1d0;
	font-weight: bold;
	line-height: 44px;
	margin: 0;
	padding: 0;
}
.left_half h2 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 44px;
	margin: 0;
	padding: 0;
}
a.services_link:link, a.services_link:visited {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
	background: #522C1B;
	padding: 4px 10px 4px 10px;
	height: 26px;
}
a.services_link:hover {
	color: #96B1D0;
}	
#home_fades {
	width: 459px;
	height: 272px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	float: left;
}
#home_edit {
	font-size: 26px;
	color: #CABFBA;
	background: #4E2716;
	width: 402px;
	height: 111px;
	padding: 10px;
	float: left;
	border-bottom: 2px solid #FFFFFF;
}
#logo_flash {
	width: 422px;
	height: 140px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	background: #4E2716;
}