/* LAYOUT */
body {
	background: url(../images/bg.png);
}

/*
div#container {
	position: absolute;
	width: 1000px;
	height: 800px;
	top: 0;
	left: 50%;
	margin-left: -500px;
	background: url(../images/pano_main.png) no-repeat;
}

div#slideshow {
	position: absolute;
	top: 198px;
	left: 100px;
	width: 800px;
	height: 180px;
	background: none;
}

div#info {
	position: relative;
	top: 450px;
	width: 620px;
	left: 50%;
	margin-left: -311px;
	padding-top: 350px;
	padding-bottom: 3em;
}
*/

div#faq_container {
	position: absolute;
	width: 460px;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 2em 10px;
}

/* TYPOGRAPHY */
body {
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #3696ff;
}

p {
	line-height: 1.4;
}

body#faq p {
	margin-top: 0;
	font-size: 14pt;
	line-height: 1.2;
}
body#faq h1 {
	font-size: 1.4em;
	color: #3696ff;
	margin-bottom: 0.4em;
}
body#faq h2 {
	font-size: 1em;
	margin-bottom: 0.2em;
}

span.pilcrow {
	color: #e19f30;
	margin: 0 0.6em 0 0;
}

a, 
a:visited {
	text-decoration: none;
	color: #e19f30;
	border-bottom: 1px solid #3696ff;
}

a.image {
	border: none;
}

.hidden {
	display: none;
}
.shown {
	display: inline;
}