﻿html {
	font-size: 16px; /* 1.0 em */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 150%;
	min-height: 101%;
	height: auto;
}
body {
	border: 0;
	margin: 0;
	text-align: center;
	background-color: #444444;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
div {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
	white-space: normal;
	vertical-align: top;
}
td {
	font-size: 1.0em;
	vertical-align: top;
	text-align: left;
}
td.classifieds {
	border: 1px silver dotted;
	padding: 10px 10px 10px 10px;
}
td.content {
	border: 1px silver dotted;
	background-color: #ffffff;
}
td.footer {
	font-size: 0.9em;
	color: #999999;
	line-height: 140%;
}
td.menu_spacer {
	width: 20px;
}
a {
	color: #32678b;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.footer {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	line-height: 150%;
	font-size: 0.9em;
}
a.footer:hover {
	color: #ffffff;
	text-decoration: underline;
}
h1 {
	color: #000000;
	font-size: 2.0em;
	font-weight: 700;
	margin: 0 0 0 0;
	line-height: 125%;
}
h2 {
	color: #000000;
	font-size: 1.4em;
	font-weight: 700;
	margin: 0 0 10px 0;
	line-height: 140%;
}

div#contentwrap {
	text-align: center;
	width: 100%;
    padding: 0;
    margin: 0;
}
body>div#contentwrap {
    float: left;
	width: 100%;
	overflow: hidden;
}
div#content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	position: relative;
	z-index: 1;
}
div#sub-content{
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}
div#footer {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	position: relative;
}
div#sub-footer {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
	background-color: #32678b;
}
div#header {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	position: relative;
	z-index: 9999;
}
div#sub-header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}

div#menuspacer {
	width: 40px;
}
.footerheading {
	color: #999999;
	font-size: 1.2em;
	font-weight: 700;
}
.gallery_caption {
	text-align: center;
	margin-top: 2px;
}

/* Sidebar */
div.sidebar-heading {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}
div.sidebar-heading-sub {
	display: block;
	width: 90%;
	text-align: left;
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 44px;
	font-weight: 700;
	margin: 0 auto 0 auto;
}
.sidebar-heading-classifieds { background-color: #006837; }
.sidebar-heading-contact { background-color: #366ab5; }
.sidebar-heading-maps { background-color: #c9772c; }
.sidebar-heading-event-calendar { background-color: #366ab5; }

div.sidebar-map-container {
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}
div.sidebar-map-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-align: left;
}
div.sidebar-map-title a {
	color: #c9772c;
}
div.sidebar-map-content {
	text-align: left;
}