/* 2010.02.26 KJD: Created */
body
{
	background-color: #fff;
	color: #333;
	font-family: Tahoma;
	/*font-size: 13px;*/
}

a
{
	/*
	color: #00f;
	text-decoration: underline;
	*/
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}


.UpcomingEventList
{
	border: solid #4F9C4E 1px;
	display: block;
	width: 200px;
	background-color: #f3f3f3;
	margin: 10px 0px 10px 0px;
	font-size: 13px;
}

.UpcomingEventList .EventListHeading
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #383;
	padding: 5px;
}

.UpcomingEventList .EventListHeading:hover
{
	color: #f3f3f3;
	cursor: pointer;
}

.UpcomingEventList .EventListItem
{
	display: block;
	margin: 5px 0px 5px 5px;
	text-align: left;
}

.UpcomingEventList .EventListItem:hover
{
	background-color: #fee;
	cursor: pointer;
}

.UpcomingEventList .EventListItem .title
{
	font-weight: bold;
	padding: 1px;
	color: #A07F40;
	text-decoration: underline;
}

.UpcomingEventList .EventListItem .dates
{
	font-size: 10px;
	color: #4f9c4e;
}

.UpcomingEventList .EventListItem .eventinfo
{
	font-size: 11px;
}

.UpcomingEventList .EventListItem .more
{
	text-align: right;
	padding: 0px 5px 0px 0px;
	font-size: 10px;
	color: #00f;
	text-decoration: underline;
}

.UpcomingEventList .moreevents
{
	font-weight: bold;
	color: #00f;
	text-decoration: underline;
	text-align: center;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 14px;
}

/* 2010.02.28 KJD: Added columns */
.pageGroup
{
	width: 1000px;
}

.pageGroup .pageContent
{
	width: 790px;
	display: inline-block;
	float: left;
}

.pageGroup .pageContent .pageHeader
{
	display: inline-block;
}

.pageGroup .pageContent .pageHeader .logo
{
	display: inline-block;
	float: left;
}

.pageGroup .pageContent .pageHeader .adbox
{
	display:inline-block;
	float:left;
	text-align:center;
	width:540px;
}

.pageGroup .pageContent .columnLeft
{
	display: inline-block;
	width: 200px;
	vertical-align: top;
	float: left;
	margin-top: 10px;
}

.pageGroup .pageContent .columnCenter
{
	display: inline-block;
	width: 580px;
	vertical-align: top;
	float: left;
	margin-top: 10px;
}

.pageGroup .columnRight
{
	display: inline-block;
	width: 200px;
	vertical-align: top;
	text-align: center;
	float: left;
}

.navigationMenu
{
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
	border: solid #4F9C4E 1px;
	background-color: #f3f3f3;
	margin: 0px 0px 10px 0px;
}

.navigationMenu a
{
	color: #00f;
	text-decoration: none;
}

.navigationMenu a:hover
{
	color: #006;
	text-decoration: underline;
}

.navigationMenu .free
{
	color: #0a0;
	font-size: 11px;
	text-transform: uppercase;
}

.navigationMenu .addalist a
{
	color: #6c0;
}

.citylinks
{
}

.citylink
{
	color: #705000;
	padding: 4px 0px 4px 5px;
}

.citylink a
{
	color: #705000;
	font-weight: bold;
	text-decoration: none;
}

.citylink a:hover
{
	text-decoration: underline;
}

.hightlightRow,
.hightlightRow TD
{
	background-color: #ddd;
}

.listingtable
{
	width: 100%;
	border: solid #ddd 1px;
	padding: 5px;
}

.listingtable tr th
{
	background-color: #006;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.copyright
{
	width: 790px;
	font-size: 9px;
	margin: 20px 0px 20px 0px;
	text-align: center;
}

