/* CSS Document */
div, ul, li, span, p, img {
	margin: 0px;
	padding: 0px;
}
body {
	background: #d6e7ef;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	margin-left: auto; 
	width: 800px; 
	margin-right: auto; 
	position: relative;
	top: 0px;
}
#header_wrapper {
	position: relative;
	z-index: 30;
}
#header_upper_bar {
	height: 20px;
	width: 800px;
	position: relative;
}
#header_middle {
	width: 800px;
	height: 105px;
	background-color: #006699;
}
#header_left {
	float: left;
	width: 343px;
}
#header_right {
	float: right;
	width: 310px;
}
#header_menu {
	height: 25px;
	width: 800px;
	position: relative;
	z-index: 35;
	background-image:url(/images/index_layout/header_menu_bar.jpg);
	background-repeat:no-repeat;
}

#middle_wrapper {
	margin-top: 15px;
	position: relative;
}
#left_content {
	float: left;
	position: relative;
}
#weekly_schedule {
	background-image: url(/images/index_layout/weekly_schedule_top.jpg);
	background-repeat: no-repeat;
	width: 186px;
	position: relative;
    float: left;
}
#weekly_schedule_content {
	position: relative;
	background-color: #2692B7;
    width: 186px;
    top: 25px;
	color: #FFFFFF;
	font-size: 12px;
    float: left;
}
.weekly_header {
	text-decoration: underline;
	font-weight: bold;
	margin-top: 3px;
    margin-left: 5px;
}
#weekly_schedule_content ul {
	margin-top: 3px;
    margin-left: 10px;
    margin-right: 5px;
}
#weekly_schedule_content li {
	list-style: none;
	margin-left: 10px;
	font-size: 11px;
}
a.weekly_link:link, a.weekly_link:active, a.weekly_link:visited, a.weekly_link:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#weekly_schedule_bottom {
	background-image: url(/images/index_layout/weekly_schedule_bottom.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 186px;
	position: relative;
    float: left;
    clear: both;
    margin-top: 15px;
}
#upcoming_events {
	width: 186px;
	background-image: url(/images/index_layout/upcoming_events_top.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    clear: both;
}
#upcoming_events_content {
	position: relative;
	background-color: #2692B7;
    width: 186px;
    top: 25px;
	color: #FFFFFF;
	font-size: 12px;
    float: left;
}
#upcoming_events_content li, #quick_links_content li {
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
#upcoming_events_content li a:link, #upcoming_events_content li a:visited, #upcoming_events_content li a:active, #quick_links_content li a:link, #quick_links_content li a:visited, #quick_links_content li a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#upcoming_events_content li a:hover, #quick_links_content li a:hover {
	text-decoration: underline;
}
#upcoming_events_bottom {
	background-image: url(/images/index_layout/upcoming_events_bottom.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 186px;
	position: relative;
    float: left;
    clear: both;
    margin-top: 25px;
}
#middle_content {
	float: right;
	margin-left: 13px;
	margin-bottom: 5px;
	position: relative;
	border: solid 1px #FFF;
	background: #FFFFFF;
	position: relative;
	width: 586px;
	min-height: 460px;
}
* html #middle_content {height:460px;}
#page_content {
	/*margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;*/
	font-size: 12px;
}
#page_content p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.pageheader {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*#right_content {
	float: right;
	position: relative;
}
#quick_links {
	width: 186px;
	height: 460px;
	position: relative;
	background-image:url(/images/index_layout/quick_links.jpg);
	background-repeat: no-repeat;
}
#quick_links_content {
	position: absolute;
	top: 30px;
	left: 10px;
	color: #FFFFFF;
	font-size: 12px;
}*/
#footer_wrapper {
	height: 22px;
	width: 800px;
	position: relative;
	background-image: url(/images/index_layout/footer_bar.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	margin-top: -5px;
	clear: both;
}
#footer_wrapper li {
	margin-left: 10px;
	margin-right: 8px;
	list-style: none;
	display: inline;
}
#footer_wrapper li a:link, #footer_wrapper li a:visited, #footer_wrapper li a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_wrapper li a:hover {
	text-decoration: underline;
}
.form_error {
	color: #FF0000;
	font-weight: bold;
}