.jqModal {
	position: absolute;
	bottom: 15px;
	right: 60px;
}
.jqmWindow {
	font-size: 1.1em;
	line-height: 1.4em;
}
.jqmWindow .modal-logo {
	position: absolute;
	top: 25px;
	left: 25px;
}
.jqmWindow .modal-nav {
	position: absolute;
	top: 100px;
	left: 25px;
}
.jqmWindow .modal-contact {
	position: absolute;
	bottom: 40px;
	left: 25px;
	color: #999;
}
.jqmWindow .modal-nav ul {
	list-style: none;
	padding: 0;
}
.jqmWindow .modal-content {
	position: absolute;
	top: 100px;
	left: 330px;
}
.jqmClose {
	position: absolute;
	top: 20px;
	right: 20px;
}
.print-link {
	position: absolute;
	top: -80px;
	right: 25px;
}
.menu-optional {
	background: #ddd;
	padding: 1em;
	padding-bottom: 0.1em;
	margin-bottom: 1em;
	width: auto;
	display: inline-block;
}
.scroll-pane {
	width: 450px;
	height: 360px;
}
.scroll-pane h4 {
	/*background: #9D9271;*/
	background: #AABDCB;
	color: #fff;
	padding: 1em;
	margin: 1em 0;
	margin-top: 2em;
	font-size: 1em;
	width: 40%;
}
.scroll-pane table {
	border-collapse: collapse;
	margin-bottom: 1em;
}
.scroll-pane table td {
	padding: 0.7em;
	border: solid 1px #ccc;
}
.scroll-pane h2 {
background: #AABDCB;
color: #fff;
display: inline-block;
width: auto;
padding: 0.5em;
}
.menu-optional h4 {
	background: #888;
	width: auto;
	font-size: 1em;
	margin: -1em;
	margin-bottom: 1em;
}