﻿#masthead_top
{
	position: absolute;
	left: 13px;
	top: 5px;
	
	width: 794px;
	height: 8px;
	
	background-image: url( ../resources/maple/topMast.jpg);
}

#masthead_left
{
	position: absolute;
	left: 5px;
	top: 5px;
	
	width: 8px;
	height: 349px;
	
	background-image: url( ../resources/maple/leftMast.jpg);
}

#masthead_right
{
	position: absolute;
	left: 807px;
	top: 5px;
	
	width: 8px;
	height: 349px;
	
	background-image: url( ../resources/maple/rtMast.jpg);
}

#content
{
	background-image: url( ../resources/maple/mastMain.jpg);
	background-repeat: no-repeat;
}

#content_column_1
{
	width: 462px;
	margin-left: 25px;
	margin-right: 20px;
}

#content_column_2
{
	text-align: left;
	width: 263px;
	margin-right: 10px;
	margin-left: 10px;
}

#event_filter
{
	position: relative;
	width: 232px;
	height: 228px;
	margin-top: 53px;
	margin-bottom: 75px;
	margin-left: 23px;
}

#event_filter select.drop_down_list
{
	position: absolute;
	font: normal 9pt Arial ;
	
	width: 150px;
	margin-bottom: 10px;
}

#event_filter select.type
{
	left: 68px;
	top: 62px;
}

#event_filter select.city
{
	left: 68px;
	top: 116px;
}

#filter_controls
{
	position: relative;
	left: 153px;
	top: 201px;
	
	width: 69px;
	height: 25px;
}

#event_filter input.date_input
{
	position: absolute;
	width: 66px;
}

#event_filter input.start
{
	top: 171px;
	left: 68px;
}

#event_filter input.end
{
	top: 171px;
	left: 147px;
}

#event_list
{
	font-family: Times New Roman;
	font-size: 11pt;
	
	text-align: center;	
}

span.header
{
	font-size: 18pt;
	font-weight: normal;
	color: #FF6803;	
}

div.event
{
	margin-top: 10px;
	margin-bottom: 10px;	
}

span.event_title
{
	font-weight: bold;	
}

span.event_dates
{
	font-weight: normal;
}

span.special_event_title
{
	color: #C51225;
	font-weight: bold;
}

a
{
	color: #FF6803;
	text-decoration: none;	
}

a:hover
{
	color: #DE6813;	
}