body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #8c8165;
	margin: 0;
}

h1 {
	font-size: 20px;
	margin-top: 0;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h1, h2, h3, h4 {
	color: #004534;
}

a, a:visited {
	color: #148a0b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.standard_list {
	list-style: none;
}

.link_list {
	list-style: none;
	padding-left: 0;
}

.bullet_list {
	
}

.standard_list li, .link_list li, .bullet_list li {
	padding-bottom: 10px;
}

#wrap {
	background: url('assets/images/wrap_bg.jpg') repeat-y;
	margin: 0 auto;
	width: 800px;
}

#container {
	background: url('assets/images/container_fade.jpg') no-repeat;
	min-height: 143px;
	height:auto !important;
	height: 143px;
}

#header {
	font-size: 0;
}

#sidebar {
	width: 220px;
	float: left;
}

#events_bg {
	background: url('assets/images/sidebar_bg_repeat.gif');
	margin-left: 1px;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #fff;
}

#events {
	background: url('assets/images/sidebar_bg.jpg') no-repeat;
	min-height: 207px;
	height:auto !important;
	height: 207px;
	margin-top: 5px;
	margin-left: 0px;
	padding: 12px 12px 0 12px;
	color: #fff;
	border-top: 1px solid #fff;
}

#events .title a, #events .title a:visited {
	font-size: 14px;
	color: #ffc000;
}

#events .date {
	color: #dc9712;
}

#newsletter {
	padding: 12px 12px 0 12px;
}

#contact {
	padding: 12px 12px 0 12px;
}

#content {
	float: left;
	padding: 0 15px 15px 15px;
	width: 522px;
	min-height: 143px;
	height:auto !important;
	height: 143px;
}

#footer {
	clear:both;
	background: url('assets/images/footer.jpg') no-repeat;
	min-height: 73px;
	height:auto !important;
	height: 73px;
	text-align: center;
	color: #b1af83;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 40px;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer li a, #footer li a:hover {
	color: #b1af83;
	text-decoration: none;
}

#copy {
	padding: 10px 5px 25px 5px;
	margin: 0 auto;
	width: 800px;
	color: #dad8ae;
}

#copy a, #copy a:hover {
	color: #dad8ae;
}

.line_sep {
	color: #004534;
	height: 1px;
}

.dateheader {
	padding-left: 1px;
}

.evobject {
	border: 1px solid #bfbb9b;
	padding: 15px;
	background: #f7f6de;
}

.evtitle {
	font-weight: bold;
	font-size: 14px;
}

.evtime {
	font-style: italic;
	padding-bottom: 10px;
}

.clear {
	clear:both;
}

/* slide menu */
#menu {
	background: #201d19;
	padding: 8px 0 8px 0;
	color: #b1af83;
	text-align: center;
}

.mm {
	display: inline;
	margin: 0;
}

.mm a, .mm a:visited {
	width: auto;
	padding: 8px 19px 8px 19px;
	color: #b1af83;
	text-decoration: none;
}

.mm a:hover {
	background: #ffc000;
	color: #000;
	text-decoration: none;
}

.legend {
	list-style: none;
	margin: 0;
	padding: 0;
}

.drop_down_element {
	position: absolute;
	z-index: 400;
}
.drop_down_element ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0px solid #999;
	background: #201d19;
}
.drop_down_element .inner {
	padding: 0;
	margin: 0;
}

.drop_down_element ul li {
	padding: 0;
	margin: 0;
}

.drop_down_element li a, .drop_down_element li a:visited {
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 4px;
	color: #b1af83;
	text-decoration: none;
}

.drop_down_element li a:hover {
	background: #ffc000;
	color: #000;
	text-decoration: none;
}

* html .drop_down_element a { /* ie hack*/
	width: 202px;
}

