/* CSS Document */

h1 {
	color: #38bc91;
	color:#003875;	
	font-size:1.7em;
	font-weight:normal;
	margin: 0px 0px 8px 0px;

}

.quizrow li {
	margin: 0px;
	list-style-position: inside;
	position: relative;
	padding: 8px 100px 10px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbcde;
	background-image: url(../images/quiz_no_business.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

.quizrow {
	position: relative;
	width: 544px;
	background-image: url(../images/check_bg_business.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}

#colorblock {
	height: 120px;
	width: 22px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #38bc91;
}

#true {
	position: absolute;
	top: 0px;
	left: 446px;
	width: 49px;
	height: 18px;
	background-color:#38bc91;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	background:url(../images/true_bg_business.gif);
	background-repeat:no-repeat;
}
#false {
	position: absolute;
	top: 0px;
	left: 495px;
	width: 49px;
	height: 18px;
	background-color:#38bc91;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	background:url(../images/false_bg_business.gif);
	background-repeat:no-repeat;
}

.subquestion {
	font-weight: normal;
	color: #000000;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/quiz_options_business.gif);
	background-repeat: repeat-y;
	background-position: 26px;
	border-top:1px solid #bbbcde;
	margin-left: -8px;
	padding-top: 5px;
}

.quizrow_options {
	position: relative;
	margin: 0px;
	padding: 0px;
}


.quiz_list_item {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbcde;
	background-image: url(../images/quiz_no_business.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 0px;
	margin: 0px;
}

.subquestion_nobg {
	font-weight: normal;
	color: #000000;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 38px;
	background-position: 26px;
	margin-left: -8px;
	padding-top: 5px;
}

.subquestion_nobg textarea{
width:450px;
height: 100px;
}
.header {
	color: #38bc91;
	font-size: 1.3em;
	font-weight: bold;
}
.box {
	border: 1px solid #38bc91;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ebf8f4;
	margin-right: 10px;
}
.box ul, .box2 ul, .box3 ul, .box4 ul  {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.box2 {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ebf8f4;
	margin-right: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #38bc91;
	border-right-color: #38bc91;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #38bc91;
}

.box3 {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ebf8f4;
	margin-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #38bc91;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #38bc91;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #38bc91;
}

.box4 {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ebf8f4;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #38bc91;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #38bc91;
}

.subquestion_nobg ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;

}

.top_tips {
	border: 1px solid #38bc91;
	padding: 5px;
	background-color: #ebf8f4;
}

