.break {
	clear:both;
}
body {
	margin:0;
	padding:0 0 100px 0;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	background:#454545 url(images/body.jpg) repeat-x top;
	color:#0E0E0E;
	line-height:1.5;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
h1 {
	color:#c00;
	font-size:233%;
	background:url(images/border-faded.jpg) no-repeat top left;
	padding:12px 0 12px 30px;
	margin-left:-30px;
}
h1.text span {
	display:block;
	background:no-repeat left center;
	text-indent:-10000px;
}
h1.text-survey-instructions span { background-image:url(images/text-survey-instructions.gif); }
h1.text-survey-questions    span { background-image:url(images/text-survey-questions.gif); }
h1.text-basic-info-company  span { background-image:url(images/text-basic-info-company.gif); }
h1.text-basic-info-ministry span { background-image:url(images/text-basic-info-ministry.gif); }

h2 {
	color:#ADADAD;
	font-size:150%;
	font-weight:normal;
}
h3 {
	font-size:110%;
}
h4,h5,h6 {
	font-size:100%;
}
a {
	color:#c00;
}
p {
	padding:0;
	margin:0 0 1em 0;
}
strong {
	color:#C00;
}
.big {
	font-size:140%;
}
div#wrap {
	width:795px;
	margin:0 auto;
	background:white;
}
div#header {
	width:795px;
	height:276px;
	background:no-repeat;
	text-indent:-10000px;
}
div#content {
	padding:40px 70px 50px 50px;
}
div.instructions div.error {
	color:#c00;
}
.border-top, .border-top-only {
	background:url(images/box2.jpg) no-repeat top left;
	padding:10px 0 10px 30px;
	margin-left:-30px;
}
.border-top-only {
	background-image:url(images/box3.jpg);
}
div.box {
	position:relative;
	margin:0 0 2em 0;
	padding:10px 0;
	background:url(images/box.jpg) no-repeat top center;
	border:1px solid #E0E0E0;
	border-width:1px 0;
	color:#4B4B4B;
}
div.graded {
	padding-left:180px;
	padding-top:30px;
	padding-bottom:30px;
	min-height:140px;
	font-size:120%;
}
div.graded .grade {
	position:absolute;
	top:20px;
	left:15px;
	width:140px;
	height:140px;
	border:1px solid #e0e0e0;
	text-align:center;
	line-height:140px;
	font-size:150px;
	color:#C00;
}

div.question {
	position:relative;
	margin-bottom:10px;
	padding-left:230px;
	margin-left:-30px;
	min-height:50px;
	zoom:1;
	z-index:1;
}
div.question strong {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:200px;
	height:30px;
	padding-right:15px;
	line-height:30px;
	text-align:right;
	font-size:125%;
	font-weight:bold;
	background:#ECECEC;
	color:#c00;
}
div.question p {
	padding-top:4px;
	min-height:30px;
	margin-bottom:10px;
}
div.question-selected {
	z-index:5;
}
div.question-selected strong {
	background:#BA0015 url(images/question-label.jpg) no-repeat bottom right;
	color:white;
}	

div.question div.choices {
	font-size:140%;
	color:#7C7C7C;
}
div.question div.choices label {
	margin-right:20px;
	cursor:pointer;
	font-weight:bold;
	padding-right:10px;
}
div.tooltip {
	display:none;
	position:absolute;
	min-height:35px;
	width:207px;
	padding:0 5px 10px 5px;
	top:50px;
	left:0px;
	z-index:5;
	font-size:90%;
	color:#A2A2A2;
	zoom:1;
}
div.tipped {
	background:url(images/tooltip-top.gif) no-repeat 0px 32px;
}
div.tipped div.tooltip {
	display:block;
	background:white url(images/tooltip-bottom.gif) no-repeat bottom;
}

div.contact div.col-left {
	width:48%;
	float:left;
}
div.contact div.col-right {
	width:40%;
	float:right;
}
div.contact label {
	display:block;
	color:#787878;
}
div.contact input, div.contact textarea {
	width:100%;
	margin-bottom:8px;
	border:2px solid #ECECEC;
	font-size:100%;
	font-family:arial;
	color:#787878;
}
div.contact input.error, div.contact textarea.error {
	border-color:#c00;
}

#btn-next-step {
	display:block;
	padding:0;
	margin:0;
	height:48px;
	width:252px;
	border:0;
	background:url(images/btn-next-step.jpg) no-repeat;
	text-indent:-10000px;
	font-size:0px;
	line-height:0;
	cursor:pointer;
	float:right;
}

#errormsg {
	clear:both;
	padding:10px 0 0 0;
	text-align:right;
	color:#c00;
}
#errormsg label {
	display:block;
	cursor:pointer;
}
#btn-trinet-portfolio {
	float:right;
	display:block;
	width:250px;
	height:47px;
	background:url(images/btn-goto-portfolio.gif) no-repeat;
	text-indent:-10000px;
}
div#footer {
	clear:both;
	padding:34px 0;
	text-align:center;
	background:#C20017 url(images/footer.jpg) repeat-x bottom;
	color:white;
	font-size:11px;
	font-family:"Trebuchet MS",Arial,sans-serif;
}