/* 
FAQs Stylesheet
*/
#container{
	position: relative;
	margin: 0 auto;
	width: 1024px; height: 1400px;
	overflow: hidden;
}
#bg_cont {
	position: absolute;
	width: 1024px; height: 1400px;
	overflow: hidden;
}
#bg {
	margin: 45px auto 0 auto;
	background: url(../images/stripe.gif) repeat center;
	width: 973px; height: 1400px;
	border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	overflow: hidden;
	z-index: 0;
}
.bullets ul li {
	position: relative;
	left: 15px;
	font-size: 18px;
	padding:2px;	
}
#faqs_cont {
	position: relative;
	top: -200px; left: 80px;
	width: 650px;
}
#faqs_text div {
	position: relative;
	top: -15px; left: -30px; 
	margin: 30px;}

.answerText {
	font-size: 14px; 
	position: relative;
	left: 0px; top: 5px;
	margin: auto;
	width: 550px;
}
#promo_container {
	position: relative;
	top: 25px; left: -35px;
	width: 730px; height: 115px;
}
#promo_horiz_6hrOnline {
	position: relative;
	background:url(../images/siteStructure_sprite.png) -6px -446px no-repeat;
	width: 415px; height: 112px;
}
#promo_horiz_6hrOnline a { display: block; height: 112px;}
 
#promo_horiz_anim {
	position: relative;
	top:-112px; left: 428px;
	background:url(../images/siteStructure_sprite.png) -433px -446px no-repeat;
   	width: 300px; height: 112px;
}
#promo_horiz_anim a { display: block; height: 112px;}













