p, ul, li, a, span, h1, h2, h3, body, img, div
{
	margin: 0;
	padding: 0;
}

img
{
	padding: 2px;
	border: 2px solid #ddd;
}

a
{
	text-decoration: none;
	color: #ddd;
}

a:hover
{
	color: #ddd;
	font-weight: bold;
	color: white;
}

li
{
	list-style-type: none;
}

body
{
	background-color: black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ddd;
}

body.thumbs h1
{
	font-size: 24px;
	text-align: center;
	margin-bottom: 0;
}

body.thumbs h2
{
	margin-top: 5px;
	font-size: 18px;
	text-align: center;
}

body.thumbs p
{
	margin: 0 auto;
	color: #ddd;
	text-align: center;
	width: 500px;
	margin-bottom: 10px;
}

body.detail p
{
	margin: 0 auto;
	color: #ddd;
	text-align: center;
	width: 500px;
	margin-bottom: 10px;
}

div.header
{
	height: 125px;
	border-bottom: 2px solid #ddd;
}

div.header .header_image
{
	margin: 0 auto;
	width: 810px;
	height: 120px;
}

div.header .header_image img
{
	border: none;
}

div.header h1
{
	font-size: 48px;
	color: #ddd;
}

.leftnav
{
	width: 210px;
	padding-left: 15px;
	padding-top: 20px;
	float: left;
}

.leftnav ul
{
	margin: 0;
	padding: 0;
}

.leftnav li
{
	font-size: 18px;
}

.middle_col
{
	margin-left: 235px;
	border-right: 2px solid #ddd;
	border-left: 2px solid #ddd;
	width: auto;
	padding: 20px 0 20px 20px;
	background-color: #ddd;
	color: #000;
    min-height: 520px;
}

.middle_col > h3
{
	margin-bottom: 10px;
}

.middle_col p
{
	margin-bottom: 20px;
	text-align: justify;
}

.middle_col div.home_pano
{
	clear: both;
	width: 450px;
	margin: 0 auto;
}

.middle_col img
{
	border-color: black;
}

.right_col
{
	background-color: #ddd;
	padding: 20px;
	width: 265px;
	float: right;
}

.right_col .next_event
{
	width: 200px;
	margin: 0 auto;
}

.right_col .next_event p
{
	text-align: right;
}

.right_col .survey input[type=button]
{
	font-size: 10px;
	margin-bottom: 5px;
	float: right;
}

.right_col div.map_image
{
	width: 261px;
	margin: 0 auto;
	height: 400px;
	padding: 2px;
	border: 2px solid black;
}

.right_col div.map_image img
{
	border: none;
	padding: 0;
}

#response
{
	color: #bbb;
    font-size: 12px;
}

.footer
{
    padding-top: 10px;
	border-top: 2px solid #ddd;
	font-size: 10px;
	text-align: center;
}

.footer a:hover.mailto
{
	font-size: 10px;
}

