@charset "UTF-8";
/* CSS Document */

#ElevatorPositioning.mini h2#faq {
	background:transparent url(/images/splash_faqs.png) no-repeat left;}

.splitline {
	display:block;
	clear:both;
	float:left;
	height:10px;
	width:100%;
	background:transparent url(/images/block_split.png) repeat-x left;
}
/* questions-blocks */

.sc-quest-wrap {
	display:block;
	clear:left;
	float:left;
	width:748px;
	height:auto;
	padding:5px 0 5px 0;
	border-bottom:1px dotted #d8d8d8;
}

.sc-quest-wrap.intro {
	width:662px;
}


.sc-quest-wrap span {
	display:block;
	float:left;
	width:732px;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#069;
	font-weight:bold;
	text-align:left;
	text-transform: capitalize;
	background: transparent;
	padding: 5px 0 5px 15px;
	margin: 0;
	background-image: url(/images/bullet_red_arrow_right_light.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.sc-quest-wrap.intro span {
	width:647px;
}

.sc-quest-wrap span:hover {
	background-color:#F7F9FF;
	cursor: pointer;
}


.sc-quest-wrap ul {
	display:block;
	float:left;
	height:auto;
	width:465px;
	font-weight:bold;
	text-align:left;
}
.sc-quest-wrap ul li {
	display:block;
	float:left;
	height:26px;
	line-height:26px;
	width:465px;
	font-size:12px;
	color:#333;
	font-weight:normal;
	text-align:left;
}
.sc-quest-wrap ul li strong {
	color:#000;
	font-weight: bold;
}
.sc-quest-wrap ul li.logo {
	width:250px;
}
.sc-quest-wrap ul li.logo span {
	display:block;
	float:left;
	height:60px;
	width:250px;
	background-image:url(/Data/secondChance/logos/default_minilogo.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.sc-quest-wrap p {
	padding:0px;
	float: left;
}

.sc-quest-wrap h4 {
	display:block;
	float:left;
	height:20px;
	color:#036;
	font-size:16px;
	font-weight:bold;
	width: 575px;
	background:#fff url(/images/title_middle_line.jpg) repeat-x center;
	margin-bottom: 10px;
}
.sc-quest-wrap em {
	background-color:#fff;
	line-height:20px;
	padding:0 10px 0 0;
	font-style:normal;
	border-right:1px solid #e1e1e1;
	color: #000;
}

.sc-quest-wrap .box {
	display:block;
	float:left;
	margin:10px 0 20px 20px;
	width: 728px;
}

.intro .box{
	width:622px;
}

.intro .sc-quest-wrap {
	width:668px;
}

.intro .sc-quest-wrap span {
	width:653px;
}

