@CHARSET "UTF-8";

body, div {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 98%; 
}

body {
	text-align: center;
}

a, a:visited{
	color: #0000cc;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#wrapper {
	text-align: left;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}
/* HEADER */

#header {
	margin-top: 3px;
	height: 75px;
	width: 980px;
	border: solid 0px blue;
}

#global-nav {
	width: 980px;
	background-color: #eee;
}
/*
#masthead {
	width: 695px;
	height: 70px;
	margin: 2px 0px 0px 0px;
	float: left;
}

#masthead #logo{
	width: 200px;
	height: 68px;
	margin: 0px 1px 0px 2px;	
	float: left;
}

#masthead #tagline{
	
	height: 58px;
	text-align: left;
	float: left;
	padding-left: 10px;
	padding-top: 0px;
	font-size: 130%;
	font-family: cursive;
	font-style: italic;
}
	
#header-features {
	width: 300px;
	height: 68px;
	margin: 2px 0px 0px 1px;
	float: left;
}

#header-features a {
	font-size: 10pt;
}

#header-features div {
	text-align: center;
}
*/
/* FOOTER */

#footer {
	width: 980px;
	clear: left;
	padding: 10px 0 2px 2px;
	margin: 40px 0 0 0;
	border-top: dashed 1px #ccc;
}

#footer a {
}

#footer #footer-features {
	height: 30px;
	border: solid 0px black;
	text-align: center;
}

#footer #footer-features div {
	font-size: 9pt;
}

/* PAGE LAYOUT */
#left-column{
	float: left;
	width: 180px;
}

#local-nav {
	float: left;
	width: 170px;
	min-height: 440px;
	padding: 20px 3px 0 15px;
	line-height: 14pt;
}

#local-nav a {
	display: block;
	
	border-top: solid 1px #c62a00;
	border-bottom: solid 1px #c62a00;
	text-decoration: none;
	padding: 0 0 0 5px;
}

#local-nav a:hover {
	background-color: green;
	color: white;
}

#local-nav a.homepage-link {
	margin-bottom: 8px;
}

#local-nav #selected-nav-group {
	margin: 4px 0 4px 0;
}

#local-nav #category-items {
	padding: 4px 0 0 8px;
	font-size: 10pt;
}

#local-nav #selected-nav-group div {
	background-color: #8e1f01;
	color: #da831b;
	padding: 0 0 0 5px;
}

#page-content {
	float: left;
	width: 740px;
	min-height: 460px;
	border-left: dashed 1px #ccc;
	padding: 0 0 0 20px;
}

/* BREADCRUMB STYLES */

.breadcrumb {
	border-bottom: solid 1px #ccc;
	margin: 5px 0;
	padding-bottom: 3px;
}

.breadcrumb a, .breadcrumb a:visited {
	color: blue;
}

.breadcrumb a{
	text-decoration: none;
}

.breadcrumb a:hover{
	text-decoration: underline;
}

.breadcrumb span {
	font-weight: bold;
}

#event-list{
	width: 780px;
}

#event-list a{
	color: #0000cc;
	text-decoration: none;
}

#event-list a:visited{
	color:#000099;
}

#event-list a:hover{
	text-decoration: underline;
}

#event-details{
	border: solid 1px #ccc;
	margin: 25px;
}

#event-details #title{
	border-bottom: dashed 1px #ccc;
	padding: 7px 0 7px 5px;
	background-color: #f0f0f0;
	font-weight: bold;
	font-size: 17pt;
	color: green;
}

#event-details #date-venue{
	border-bottom: solid 0px #ccc;
	padding: 7px 0 7px 5px;
}

#event-details #body{
	padding: 0 0 0 0;
}

#event-type-links{
	margin-top: 18px;
}

#event-type-links div{
	margin: 3px 0;
	font-size: 11pt;
	background-color: #eee;
	padding: 3px;
}

#event-type-links a, #event-type-links a:visited{
	color: #0000cc;
	text-decoration:none;
}

.event-entry {
	width: 750px;
	border-bottom: dashed 0px #ccc;
	padding: 5px 3px;
}

.col {
	float: left;
	padding: 3px 5px;
}

.colored-row {
	background-color: #eee;
}

a.special-link {
	color: white;
	font-size: 5pt;
}