html, body {
	margin:0;
	padding:0;
}
body {
	font-family:"PT Serif",serif;
	font-size:16px;
	background-color:#ffffff;
}
h1 {
	font-family:"Didact Gothic",sans-serif;
	font-size:28px;
	font-weight:400;
	text-decoration:none;
	margin-top:5px;
	padding-top:0px;
	}
.headwrap h1 {
	color:#ffffff;
	}
h2 {
	font-family:"Didact Gothic",sans-serif;
    font-size:24px;
	font-weight:700;
	color:#000000;
	margin-top:2em;
	padding-top:0px;
	}
p.spacer {
	font-size:16px; 
	display:block;
	margin:0;
	padding:0;
}
a,
a:visited {
	color:#336699;
	font-weight:700;
	text-decoration:none;
}
a:hover,
a:active {
	color:#FF3300;
    text-decoration:underline;
}
form {
	padding:0px;
	margin:0px;
}
.headwrap {
	margin:0;
	padding:30px 0;
	color:#ffffff;
	background-color:#007398;
}
.bodywrap {
	max-width:960px;
	margin:30px auto 80px auto;
	background-color:#ffffff;
}
.form-wrapper {
	margin-top:30px;
}
#breadcrumbs {
	font-size:16px;
	max-width:960px;
	margin:20px auto 0 auto;
}
.registerlinks {
	float:right;
	clear:right;
	margin:0 20px 10px 0;
}
.registerlinks a {
	display:inline-block;
}
.footwrap {
	margin:0;
	padding:40px 0 40px 0;
	background-color:#444444;
	color:#ececec;
	font-family: "Didact Gothic",sans-serif;
}
.footwrap a,
.footwrap a:visited {
	color:#ffffff;
	font-weight:400;
	text-decoration: underline;
}
.footwrap .related-links a {
  white-space: nowrap;
}
.leftfoot {
	float:left;
	max-width:70%;
}
.rightfoot {
	float:right;
	text-align:right;
	max-width:30%;
	min-width:190px;
}
.pagerow {
	max-width:960px;
	margin:0 auto;
	clear:both;
}
#frmRegister input[type=text],
#frmRegister input[type=email] {
	border: 1px solid #ccc;
	padding: 5px;
	font-weight: 600;
}
textarea {
	font-size:17px;
}
input {
	font-size:17px;
	margin:0;
}
a.btn,
input.btn {
    display: inline-block;
    width: auto;
    padding: 10px 10px;
    border-radius: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size:18px;
    font-weight: normal;
    color: #ffffff;
    background-color: #00966c;
    border: none;
    cursor: pointer;
}
a.btn:hover,
input.btn:hover {
    text-decoration: underline;
}
.btn.btn-back {
    color:#007398;
    background-color: #efefef;
    border: 1px solid #007398;
    margin: 10px;
}
.btn.btn-continue {
    border: 1px solid #00966c;
    font-weight:700;
    margin: 10px;
}
.btn.btn-disabled {
    color:#999999;
    border: 1px solid #999999;
    cursor: not-allowed;
}
select {
	font-size:17px;
	margin:0;
	padding:0;
}
#factor-results {
	width:100%;
    margin-top:30px;
}
#item-results {
	width:100%;
}
#progressbar {
	font-size:10px;
}
#progressbar table td {
	font-size:2px;
}
.small {
	font-size:16px; 
}
.smallBold {
	font-size:16px; 
	font-weight:700;
}
.smallGray {
	font-size:16px; 
	color:#666666;
}
.larger {
	font-size:22px; 
}
.largest {
	font-size:24px; 
}
.bold {
	font-weight:700;
}
.errMsg {
	font-size:16px; 
	color:#ec0000;
}
.form-wrapper a,
.form-wrapper a:visited {
	font-weight:400;
}
.padRadio {
    width:20px;
    height:20px;
}
.surveyTitle1 {
	color:#ffffff;
	font-size:20px; 
	font-weight:700;
}
.surveyTitle2 {
	color:#ffffff;
	font-size:20px; 
	font-weight:700;
}
.title1 {
	font-size:22px; 
	font-weight:700;
}
.title2 {
	font-size:20px; 
	font-weight:700;
}
.black {
	color:#000000;
}
.red {
	color:#ec0000;
}
.gray {
	color:#666666;
}
.redBold {
	color:#ec0000;
	font-weight:700;
}
.smallWhite {
	font-size:16px; 
	color:#ffffff;
}
.q {
	font-size:18px;
	font-weight:400;
}
p.q {
	text-indent:-25px;
	padding-left:25px;
	padding-right:5px;
}
.form-wrapper .q {
	margin:40px 0 20px 0;
}
.form-wrapper label.radio {
    display:block;
    padding: 5px;
    min-height: 3.25em;
    color: #336699;
    border:1px dashed transparent;
}
.form-wrapper label.radio:hover {
    background-color:#eeeeee;
    border:1px dashed #cccccc;
}
.r {
	font-size:18px; 
	color:#000066;
}
.ifThenElse {
	color:#ec0000;
	font-size:18px; 
	font-weight:700;
	font-variant:small-caps;
}
.hilight {
	color:#ec0000;
	background-color:#ffff99;
	border:1px dashed #cccccc;
	padding:2px;
}
.note {
	font-size:17px;
	font-weight:700;
	color:#996633;

}
fieldset {
  border: none;
}


@media only screen and (max-width:960px) {
    .headwrap,
    .footwrap {
        padding-left:15px;
        padding-right:15px;
    }
    .bodywrap {
        margin-left:15px;
        margin-right:15px;
    }
    .leftfoot {
		float:none;
		max-width:100%;
	}
	.rightfoot {
		float:none;
		margin-top:1em;
		text-align:left;
		max-width:100%;
	}
}

@media only screen and (max-width:420px) {
    .headwrap {
        padding: 5px;
    }
    .headwrap h1 {
        margin: 0;
    }
    .form-wrapper {
		padding:0;
	}
	.q {
		font-size:16px;
	}
	.radioLink, a.radioLink,
	a.radioLink:visited {
		font-size:14px;
	}

}

@media only print {
    .headwrap,
    .headwrap h1,
    .footwrap,
    .footwrap a,
    .footwrap a:visited {
        color:#000000;
        background-color:#ffffff;
    }
    .footwrap {
        border-top: 1px solid #cccccc;
    }
}