@charset "UTF-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	line-height:30px;
	text-align: left;
/*	background-image:url(../images/page02_bg.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-position:top center;*/
	background-repeat: no-repeat;
background: #2880b2; /* Old browsers */
background: -moz-linear-gradient(top, #2880b2 0%, #00477a 100%) no-repeat; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2880b2), color-stop(100%,#00477a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2880b2 0%,#00477a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2880b2 0%,#00477a 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #2880b2 0%,#00477a 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2880b2', endColorstr='#00477a',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #2880b2 0%,#00477a 100%); /* W3C */
	margin-top:40px;
}

hr.divider {
	width: 100%;
	margin-top:35px;
	margin-bottom:35px;
}

#wrapper {
	text-align: left;
	width: 860px;
	margin: 0 auto;
	padding: 0 20px
}
#form_wrapper
{
	width:100%;
	background-color:#FFFFFF;
	padding:30px;
}
#results_wrapper
{
	width:800px;
	background-color:#FFFFFF;
	padding:30px;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	line-height:40px;
	color:#FFFFFF;
	text-align:left;
}
h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:30px;
	color:#000000;
	text-align:left;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#01b9f6;
	line-height:25px;
	text-align:left;
	padding:10px;
	background-color:#FFC;
}
h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#01b9f6;
	line-height:25px;
	text-align:left;
}

label.block {
	display: block;
	padding-left:20px;
	list-style-position:outside;
	line-height:30px;
}

p span {
	color:#01b9f6;
}

.question
{
	width:100%;
	padding:10px;
	text-align:left;
}
.question p
{
	border-bottom:1px dotted #999999;
	padding-bottom:25px;
	margin-bottom:20px;
}
#footer
{
	color:#FFFFFF;
	font-size:11px;
	text-align:left;
	width:860px;
	margin:0px 0px 30px 0px;
	margin:0 auto;
}
#diagnostics
{
	display:none;
}