@charset "UTF-8";
/* CSS Document */
* {
	color: #000 !important;
}

h2 {
	color: #000 !important;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}
#wrapper {
	background: none;
}
#header {
	position: relative;
	height: 120px;
}
#header h1 {
	position: absolute;
	left: 0;
	top: 10px;
	color: #000;
	display: block;
	width: 30%;
}

#header img {
	position: absolute;
	top: 10px;
	right: 251px;
	display: block;
	float: right;
}
#pagequote {
	position: relative;
	clear: both;
	min-height: 60px;
	_height: auto; /* IE6 */
	width: 525px;
	margin: 10px 0 30px 0;
	background: none !important;
	border-bottom:2px solid black;
}
#pagequote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.5em;
	padding: 0;
	color: #000;
	font-weight: normal;
}

#pagequote p.highlight {
	position: relative;
	left: 0;
	margin: 0;
	margin-top: 10px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding-left:0;
}
h2.trigger {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.9em;
	padding: 0;
	background: none;
	height: 30px;
	width: 525px;
	font-weight: bold;
	font-style: normal;
	border: none;
	text-transform: none;
}

h2.trigger a {
	padding: 0 !important;
	color: #000;
	text-decoration: none;
	display: block;
	border: none;
	outline: none; /* FF, deactivates onClick-border */
}
p.trigger {
	display:none
}
#mainmenu ul {
	display: none;
}

p.zoom-plus,
p.zoom-minus {
	display: none;
}
.toggle_container {
	display: block !important;
}
