* {
	font-family:Arial,sans-serif!important;
}
@charset "utf-8";
body {
	color:#444;
	font-size:13px;
	background:#f2f2f2;
	font-family: Arial,sans-serif;
}
#redBar {
	border-bottom:1px solid #960002;
	box-shadow:0 0 2px rgba(0,0,0,0.52);
	height:37px;
	position:relative;
	background-color:#cf1a1b;
	/* background:-moz-linear-gradient(top,#2f2f2f,#040404);
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#2f2f2f),to(#040404));
	*/
	min-width:981px;
	width:100%;
	z-index:300;
}
#redBar.fixed_elem {
	left:0;
	top:0;
}
.intro p,.intro h2,.intro li {
	padding:5px;
}
.intro {
	padding:10px;
}
#credit {
}
#credit p {
	margin:0 auto;
	margin-top:10px;
	text-align:center;
}
.navigation {
	width:900px;
	margin:0 auto;
}
a.zoomOut {
	display:block;
	width:37px;
	height:37px;
	text-decoration:none;
	background:url("../images/zoomOut.png");
	float:left;
}
a.textLink {
	display:block;
	height:27px;
	text-decoration:none;
	float:right;
	background:#cf1a1b;
	color:#FFF;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
a.textLink:hover {
	background:#960002;
}
a.question {
	display:block;
	width:27px;
	height:27px;
	text-decoration:none;
	background:url("../images/question.png");
	float:left;
}
a.question:hover {
	background-position:-27px 0;
}
a.zoomIn {
	display:block;
	width:37px;
	height:37px;
	text-decoration:none;
	background:url("../images/zoomIn.png");
	float:left;
}
a.print {
	display:block;
	width:37px;
	height:37px;
	text-decoration:none;
	background:url("../images/print.png");
	float:left;
}
a.confused {
	display:block;
	width:37px;
	height:37px;
	text-decoration:none;
	background:url("../images/confused.png");
	float:left;
}
.displace {
	position:absolute;
	left:-5000px;
}
.fixed_elem {
	position:fixed !important;
}
#mainContainer {
	width:900px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	margin:37px auto 0;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:10px;
	background:#EEE;
	background:url("../images/back.png");
}
.rightfloat {
	float:right;
}
.help {
	float:right;
	text-align:right;
	color:#c00001!important;
	padding: 5px;
}
/* CSS Document */
* {
	margin:0;
	padding:0;
}
#fixed-div {
	position:fixed;
	top:0;
	width:100%;
	height:40px;
	background:#111;
	z-index:1000;
}
.fixed-div-button {
	height:40px;
	color:#FFF;
	float:left;
	margin-right:10px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}
.breaker {
	border-bottom:1px dotted #CCC;
	height:15px;
}
.format {
	color:#999;
	font-style:italic;
}
#btnAdd,#btnAdd2 {
	cursor:pointer;
	margin-top:5px;
	margin-bottom:5px;
}
#btnDel,#btnDel2 {
	cursor:pointer;
	margin-top:15px;
	margin-bottom:5px;
}
.mail {
	background:url(../images/mail.png) no-repeat;
	background-position:right center;
	height:100px;
}
.mail a {
	margin-left:10px;
	font-weight:strong;
	background:#c00001;
	color:#FFF;
	padding:10px;
}
a .mail {
	color:#fff;
}
span.reference {
	position:fixed;
	left:5px;
	top:5px;
	font-size:10px;
	text-shadow:1px 1px 1px #fff;
}
span.reference a {
	color:#555;
	text-decoration:none;
	text-transform:uppercase;
}
span.reference a:hover {
	color:#000;
}
h1 {
	color:#ccc;
	font-size:36px;
	text-shadow:1px 1px 1px #fff;
	padding:20px;
}
a {
	color:#c00001;
	font-weight:700;
	text-decoration:none;
}
#content {
	width:800px;
	position:relative;
	height:100%;
	margin:15px auto;
	margin-bottom:0px;
	padding-bottom:25px;
}
.black_overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#f9f9f9;
	z-index:1001;
	-moz-opacity:0.8px;
	opacity:.80;
	filter:alpha(opacity=80);
}
.white_content {
	display:none;
	position:relative;
	width:512px;
	border:16px solid #c00001;
	background-color:#FFF;
	z-index:1002;
	overflow:auto;
}
.white_content p {
	display:block;
	background:#222;
	color:#FFF;
	padding:16px;
}
.help a {
	color:#c00001;
	cursor:help;
}
.calculate {
	background:#c00001;
	color:#FFF;
	padding:5px;
}
a.calculate {
	color:#FFF;
}
a:hover {
	cursor:pointer;
}
#accessibility_options {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	z-index:1000;
}
#accessibility_options a {
	font-size:24px;
	background:#c00001;
	color:#FFF;
	border:2px solid #c00001;
	padding:5px;
}
#accessibility_options a:hover {
	font-size:24px;
	background:#c00001;
	color:#FFF;
	border-bottom:5px solid #FFF;
	padding:5px;
}
.accessibility_button {
	width:100px;
}
.close {
	position:absolute;
	top:0;
	right:0;
	background:#111;
	color:#FFF;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	padding:5px 8px;
}
#test {
	background:#444;
}
#wrapper {
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	box-shadow:0 0 3px #aaa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #fff;
	background-color:#f9f9f9;
	width:800px;
	overflow:hidden;
}
#steps {
	width:800px;
	overflow:hidden;
	background:#f9f9f9;
}
.step {
	float:left;
	width:800px;
}
#navigation {
	height:45px;
	background-color:#e9e9e9;
	border-top:0px solid #fff;
}
#navigation ul {
	list-style:none;
	float:left;
}
#navigation ul li {
	float:left;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	position:relative;
	margin:0 1px;
}
#navigation ul li a {
	display:block;
	height:45px;
	background-color:#EEE;
	color:#777;
	outline:none;
	font-weight:700;
	text-decoration:none;
	line-height:45px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	background:0 9% #e3e3e3 55% #f0f0f0 78% );
	padding:0 20px;
}
#navigation ul li a:hover,#navigation ul li.selected a {
	background:#f9f9f9;
	color:#444;
	display:block;
	padding-bottom:2px;
	-webkit-transition:background-color 0.5s linear;
	-moz-transition:background-color 0.5s linear;
	-o-transition:background-color 0.5s linear;
	transition:background-color 0.5s linear;
}
span.checked {
	background:transparent url(../images/checked.png) no-repeat top left;
	position:absolute;
	top:0;
	left:1px;
	width:20px;
	height:20px;
}
span.error {
	background:transparent url(../images/error.png) no-repeat top left;
	position:absolute;
	top:0;
	left:1px;
	width:20px;
	height:20px;
}
#steps form fieldset {
	border:none;
	padding-bottom:20px;
}
.hide {
	display:none;
}
#steps form legend {
	text-align:left;
	/* background-color:#c00001;
	*/color:#444;
	font-size:18px;
	float:left;
	width:690px;
	margin:10px 0;
	margin-bottom:0px;
	margin-left:90px;
	padding:5px 0 5px 10px;
}
#steps .entry {
	float:left;
	clear:both;
	background-color:#f4f4f4;
	border:1px solid #fff;
	width:575px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	box-shadow:0 0 3px #aaa;
	margin:5px 0 5px 100px;
	padding:10px;
}
.conditionalEntry {
	float:left;
	clear:both;
	background-color:#f4f4f4;
	border:1px solid #fff;
	width:575px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	box-shadow:0 0 3px #aaa;
	position:relative;
	margin:5px 0 5px 100px;
	padding:10px;
}
#steps li {
	list-style:none;
}
#steps ul {
	float:left;
}
.info {
	margin-bottom:10px;
	background:#FFFFD5;
	padding:5px;
}
#steps form button:hover {
	background:#4797ED !important;
}
#steps form input:not([type=radio]),#steps form textarea,#steps form select {
	background:#fff;
	border:1px solid #ddd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	outline:none;
	padding:5px;
}
.conditional {
	border:1px solid red;
}
#steps form input:not([type=radio]):not([type=checkbox]),#steps form select {
	width:50%;
}
#steps form p label {
	display:block;
	text-align:left;
	margin-right:15px;
	line-height:26px;
	color:#666;
	text-shadow:1px 1px 1px #fff;
	font-weight:700;
}
#newspanel {
	width:30%;
	height:20px;
	background:#f0f0f0;
	overflow:hidden;
}
.mborder {
	border:1px #404040 double;
	border-top:1px silver double;
	border-right:1px silver solid;
	background:#f0f0f0;
}
.advance-entry {
	clear:both;
	width:700px;
	margin:0 auto;
	margin-left:65px;
	padding:10px;
}
.previousButton {
	float:left;
	width:200px;
}
.nextButton {
	float:right;
	width:250px;
}
.next:hover,.previous:hover {
	border:none;
	outline:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#fff;
	display:block;
	cursor:pointer;
	clear:both;
	text-shadow:0 1px 1px #777;
	font-weight:700;
	font-family:"Century Gothic",Helvetica,sans-serif;
	font-size:22px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	box-shadow:0 0 3px #aaa;
	background:#4797ED !important;
	margin:0 auto;
	padding:7px 25px;
}
a.zoomOut:hover,a.zoomIn:hover,a.print:hover,a.confused:hover {
	background-position:-37px 0;
}
.fixed-div-button p,.checkbox {
	padding:10px;
}
#steps form button,.next,.previous,.begin {
	border:none;
	outline:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#fff;
	display:block;
	cursor:pointer;
	clear:both;
	text-shadow:0 1px 1px #777;
	font-weight:700;
	font-family:"Century Gothic",Helvetica,sans-serif;
	font-size:22px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	box-shadow:0 0 3px #aaa;
	background:#c00001 !important;
	margin:0 auto;
	padding:7px 25px;
}
.disclaimer {
	font-size:10px;
	text-align:center;
	font-weight:bold;
	padding:15px;
	padding-top: 0px;
}