/* CSS Document */

h4 {
	background-image: url(../images/name_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
	margin-bottom:15px;
}

.warningTop {
	background-image: url(../images/warning_top.gif);
	background-repeat: no-repeat;
	background-color:#f3f3f3;
	padding-top:11px;
	padding-left:54px;
	padding-right:9px;
	padding-bottom:2px;
	margin-left:10px;
	margin-top:8px;
}
.warningBot {
	background-image: url(../images/warning_bot.gif);
	background-repeat: no-repeat;
	background-color:#f3f3f3;
	width:548px;
	height:4px;
	background-position: left bottom;
	margin-left:10px;
}

#Content {
	background-image:url(../images/faq_content_bg.gif);
	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:96px;
	background-image:url(../images/faq_banner.jpg);
	background-repeat:no-repeat;
	padding-top:106px;
	padding-left:45px;
}

#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;
	margin:0;
	padding:0;
}
#questions li {
	background-image: url(../images/bluebox_link_border.gif);
	background-repeat: no-repeat;
	background-position: 1px bottom;
	margin:0;
	padding:0;
}
/*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;
	padding-right:6px;
	
}
#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,
#questions li.selected 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;
	height: 620px;
}

#faqwrapper {
	margin-right:7px;
	margin-left:370px;
	padding:10px;
}

#answers ul {
	margin-top:6px;
	margin-left:30px;
	margin-bottom:10px;
}

#boxbots {
	background-image:url(../images/boxbots4.gif);
	background-repeat:no-repeat;
	background-position:6px top;
	height:16px;
	clear:both;
	background-color:#FFFFFF;
}

/*
#questions ul.faq {  float: left;  }
#questions ul.faq li
{
    list-style-type: none;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	width: 359px;
	height: auto;
	height: 40px;
	line-height: 20px;
	text-align: left;
}

#questions ul.faq li.over   { background-color: #1a4084;  }
#questions ul.faq li.over a { background: url(../images/aboutus_li_over_top.gif) top left no-repeat #1a4084; } 
#questions ul.faq li a
{
	height: 29px;
  display: block;
	color: #8f8f8f;
	text-decoration: none;
	padding: 0 0 0 30px;
	cursor: pointer;
}

#questions ul.faq li.active   {  background: url(../images/aboutus_li_active_bottom.gif) bottom right no-repeat #fff;  }
#questions ul.faq li.active a
{
  background: url(../images/aboutus_li_active_top.gif) top right no-repeat;   
	color: #224897;
	font-weight: bold;
}
*/

#faqwrapper ul{
	margin-left:30px;
	padding-top:10px;
	padding-bottom:10px;
}
#faqwrapper ul li{
	padding:5px 0 5px 0;
}

