/*////////Slider Quiz////*/



/* Graphix styles */
#sliderWrap {
margin: 0 auto;
width: 746px;
z-index:2;

}

#slider {
position: absolute;
background-image:url(../images/quizBG.gif);
width: 746px;
height: 580px;
margin-top: -581px;
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-left-radius: 20px;
z-index:2;
}

#slider img {
border: 0;
}

#sliderContent {
position: absolute;
padding:20px 0 0 20px;
color:#333333;
width:700px;
}

#sliderContent h2 {
	color:#777;
	font-family: Geneva, Myriad Pro, Arial;	
	font-size:19px;
	padding-left:170px;
	font-weight:lighter;
}

#sliderContent h2 span{
	color:#158b20;
}

#openCloseWrap {
position:absolute;
margin: 580px 0 0 15px;
}

/* Content styles */

#radioColumn {
color:#158b20;
padding-left:30px;
font-family: Geneva, Myriad Pro, Arial;	
font-size:13px;
}

#radioColumn p{
color:#555555;
width: 570px;
float:left;
}

#radioColumn li{
padding:5px 0 15px 0;
clear:both;
}

.radioButtons {
float:right;
}

#radioColumn input {
margin:0px 5px;
}

.radioButtons span {
	color:#0f75bc;
}

p#totals {
	font-family:Futura, Myriad Pro, Arial;
	color:#3c3c3c;
	font-size: 16px;
	padding:0px 0 20px 250px;
}

#total {
background: none;
border:none;
font-size:29px;
color:#158b20;
width:40px;
padding-left:10px
}

#sliderContent p:last-child {
	color:#0f75bc;
	padding:0 15px;
}

#sliderContent p:last-child span {
	color:#843696;
}

.bottom {
margin:24px 0 0 -17px;
}
