* { border: 0; margin: 0; padding: 0; }

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	background-color: #ede9b7;
}

p {
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
	line-height: 15pt;
}

.blue { color: #2F77A5; }
h1.blue{font-size:15px; text-transform:uppercase; margin-bottom:5px;}

a:link { color: #2F77A5; }
a:visited { color: #2F77A5; }
a:hover { color: #000000; }

#main {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #ffffff;
}

#nav {
	float: left;
	width: 110px;
}

#content {
	float: left;
	margin-left: 32px;
	padding-right: 8px;
	margin-top: 10px;
	width: 610px;
	text-align: justify;
}

#footer {
	background-color: #70A2C1;
	padding: 3px 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #000000;
}

#footer p {
	color: #000000;
	font-size: 9pt;
	text-align: center;
}

#footer a:link { color: #1d1d4b; }
#footer a:visited { color: #1d1d4b; }

.float_l { float: left; }
.float_r { float: right; }
.clearFloats { clear: both; }

.bordered {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

li {
	list-style-position: outside;
	margin-left: 60px;
	list-style-type: circle;
	line-height: 15pt;
}

.note {
	font-style: italic;
	font-size: 9pt;
}

p.paragraph { margin-left: 20px; }

.directions{
	width:550px;
	margin:20px;
	background-color:white;
}


#survey{width:95%; margin:10px auto; font-family:tahoma, sans-serif;}
#survey table{ border:0; cell-padding:0; cell-spacing:0; border-collapse:collapse;}
#survey td{border:1px solid black;}
#survey .label{text-align:center; font-weight:bold; padding:1px;}
#survey .answer{width: 40px; text-align:center; font-size:12px;}
#survey .category, #survey .subcategory{padding:3px; color:#666; font-weight:bold; font-size:14px;}
#survey .subcategory{padding-left:10px; font-style:italic;font-size:13px;}

#survey .question{padding:5px 5px 5px 20px;}
#survey label{position:absolute; width:34px; height:21px; padding:5px 8px 0 0; margin:-6px 0 0 -26px; text-align:right;}
#survey .answer:hover{background:#70A2C1; color:#333;}

#survey .comments {margin:15px auto 5px auto;}
#survey h3{font-size:15px; color:#333; margin-bottom:3px;}
#survey .comments textarea{border:1px solid #666; width:100%; padding:3px; font-family:arial, sans-serif; font-size:13px; color:#333;}

#survey .buttons{width:150px; margin:10px auto 0 auto;}
#survey .buttons input{margin:2px auto; padding:3px 7px; border:1px solid #666; font-size:14px;}
#survey .buttons input:hover{background-color:#bbb;}
#survey .buttons #submit{float:right;}

#survey tr.stripe td{background:#ededed;}

.errors{background:#FFF094; border:1px solid orange; width:95%; margin:5px auto; padding:5px;}
#survey tr.error td{color:#cc0011;}

#recaptcha_response_field{font-family:arial, sans-serif;}

.thankyou{background:#D7E7EF; margin:10px 0; border: 1px solid #70A2C1; padding:5px;}
