/* CSS Document */

h4 {
	background-image: url(../images/name_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
	margin-bottom:15px;
}

#Content {
	background-image:url(../images/assessment_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position: 0px 200px;
}

#contentwrapper {
	background-image:url(../images/grey.gif);
	background-repeat:repeat-y;
	background-position:944px top;
}

#banner {
	height:136px;
	background-image:url(../images/assessment_banner.jpg);
	background-repeat:no-repeat;
	padding-top:66px;
	padding-left:15px;
}

#questions {
	float:left;
	width:360px;
	margin-left:6px;
	color:#d5deee;
	background-image:url(../images/questionsbg.jpg);
	background-repeat:no-repeat;
}
/*ie6 double margin bug*/
*html #questions {display:inline}

#questions p {
	padding:11px;
}

#questions ul {
	list-style:none;
	padding-bottom:0px;
}	
#questions li {
	background-image: url(../images/bluebox_link_border.gif);
	background-repeat: no-repeat;
	background-position: 1px bottom;
}
/*ie6 bug*/ *html #questions li {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #607fb3}

#questions a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:27px;
	display:block;
	color: #d5deee;
	background-image: url(../images/white_double_arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-top:8px;
	padding-bottom:8px;
	cursor: pointer; cursor: hand;
}
#questions a:link,
#questions a:visited  {
	text-decoration: none;
	color: #d5deee;
}

#questions li.over a {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/green_double_arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
}

#questions li.active a {
	color: #2c57a1;
	background-image: url(../images/currentquestion.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#questionsbg {
	background-image:url(../images/questionsbg-repeat.gif);
	background-repeat:repeat-y;
	background-position: 6px 0px;
	padding-bottom: 0px;
}

#faqwrapper {
	margin-right:7px;
	margin-left:370px;
	padding:15px;
}
/*ie6 disapearing text bug*/ *html #faqwrapper {height:1%}

#faqwrapper ul {
	padding: 0 0 0 20px;
}

#boxbots {
	background-image:url(../images/boxbots4.gif);
	background-repeat:no-repeat;
	background-position:6px top;
	background-color:#FFFFFF;
	height:16px;
	clear:both;
}


/* Testimonials */

#TestimonialsContentWrapper {
	background-image:none;
	background-color:#FFFFFF;
}

#TestimonialsBanner {
	height:89px;
	background-image:url(../images/assessment_banner.jpg);
	background-repeat:no-repeat;
	padding-top:106px;
	padding-left:15px;
}

#TestimonialLeft {
	float:left;
	width:380px;
	padding-left:6px;
	padding-right:46px;
	padding-bottom:40px;
	padding-top:40px;
	line-height:18px;
	margin-left:25px;
	background-image: url(../images/testimonialright.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#TestimonialRight {
	float:left;
	width:380px;
	padding-left:46px;
	padding-right:6px;
	padding-bottom:40px;
	padding-top:40px;
	line-height:18px;
}

#TestimonialDivider {
	clear:both;
	height:1px;
	background-image: url(../images/testimonialbottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

