@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the
? markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Common / Typography */
html {
	font-size:100.01%;
}
body {
	color:#000000;
	background:#F4F3F3;
	font-size: 95%;
	line-height:165%;
	font-family: 'Muli', Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color:#534741;
	font-family: 'Muli', Verdana;
	/*font-family: "IstokWebRegular";*/
}
h1 {
	font-size:2.4em;
	line-height:1;
	margin-bottom:0.5em;
	/*letter-spacing:-2px;*/
}
h1.features	{
	background:url(../images/h1-helvetica.png) no-repeat 0 0;
	width:170px;
	height:35px;
	display:block
}
h2 {
	font-size:2em;
	margin-bottom:0.75em;
	line-height:1;
}
h2.contacts {
	font-size:2em;
	margin:10px 0px 0.75em 18px;
	line-height:1;
}
h2.contact	{
	background:url(../images/h1-helvetica.png) no-repeat 0 -35px;
	width:170px;
	height:35px;
	display:block
}

h2.contacts-faq {
	font-size:1.5em;
	margin:10px 0px 20px 18px;
	line-height:1;
}
h2.h2-twitter	{
	background:url(../images/h1-helvetica.png) no-repeat 0 -70px;
	width:170px;
	height:35px;
	display:block
}
h3 {
	font-size:1.4em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin:0.8em 0;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p	{
	margin:0 0 1.4em .2em;
}
a:focus, a:hover {
	color: #C4C3C3; 
	text-decoration:none;
}
a	{
	color:#F4F3F3;
	text-decoration:none;
}

a.dark:focus, a.dark:hover {
	color: #000000; 
	text-decoration:none;
}
a.dark{
	color:#000000;
	text-decoration:none;
}

.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center	{
	text-align:center;
}
.align-justify	{
	text-align:justify;
}
.no-border {
	border: medium none;
}
.clearer {
	clear: both;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.hide-text	{
	text-indent: -9999px;
}
.hide	{
	position:absolute;
	left: -9999px;
}
.display-none	{
	display:none;
}
.italic	{
	font-style:italic;
}
.no-padding	{
	padding:0px;
}

/* Layout */
.span-800 {
	margin: 0 auto;
	width: 800px;
}

#content-wrapper {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 10px solid #088783;
	border-bottom: 10px solid #088783;
}

#content-faq {
	position:relative;
	padding:0px 0px 30px 0px;
}

h1#faq-title{
	background: #088783;
	color: #F4F3F3; 
	text-align:center;
	font-size:20px;
	margin:0px;
	padding:5px 0px 10px 0px;
}

h2#faq-subtitle{
	text-align:center;
	font-size:15px;
	line-height:20px;
	margin-top:0px;
}

ul.section_menu{
	list-style: disc;
	color: #F4F3F3;
	font-size:1em;
	background:#088783;
	padding:5px 5px 5px 15px;
	margin-right:0px;
}
ul.section_menu li {
    margin-left: 10px;
}

dl.faq{
	margin-bottom:30px;
}

dl.faq dt{
	font-size:1.1em;
	font-weight:bold;
	color:#000000;
	padding:25px 5px 5px 5px;
	display:block;
}

dl.faq dd{
	font-size:1em;
	padding:0px 5px 25px 5px;
	border-bottom:1px solid #e5e5e5;
	display:block;
	margin-left: 0px;
}
dl.faq dd ul li {
	padding:0px;
}

dl.faq dd ul li.nobullet {
	padding:0px;
	list-style: none;
}

.back-to-top {
	text-align:center;
}
