@charset "utf-8";
/* CSS Document */

/* tabs */
a {
	color:#ff7801;
	text-decoration:none;
}
a:hover {
	color:#404141;
}
ul.tabs, ul.tabs2  {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
   /*	border-bottom: 1px solid #4E75C2;*/
	border-left: 1px solid #4E75C2;
	/*width: 100%;*/
}
ul.tabs li, ul.tabs2 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	 /*background: #FFF#e0e0e0;*/
	background:#F7FFEF;
	
	margin-right:1px;
}
ul.tabs li a, ul.tabs2 li a {
	background:url("images/right.png") no-repeat scroll center center transparent;
	color:#FFFFFF;
	display:block;
	font-family:Verdana;
	font-size:1.2em;
	font-weight:bold;
	outline:medium none;
	padding:0 20px;
	text-decoration:none;
}
ul.tabs li a:hover, ul.tabs2 li a:hover {
	background:url(images/selected-right-sub.png) no-repeat center ;
	color:#000
}
html ul.tabs li.active a, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	/*background: #fff;
	border-bottom: 1px solid #fff; --Makes the active tab look like it's connected with its content--*/
	background:url(images/selected-right-sub.png) no-repeat center ;
	color:#000
	
}
.tab_container {
	border: 1px solid #4E75C2;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	color:#252525;

}
.tab_content {
	padding: 20px;
	/*font-size: 1.2em;*/
}
/* accordion  */
h2.acc_trigger {
    /*background: url("images/faq-q.gif") no-repeat scroll 5px 8px #EFF7FF;
    border: 1px solid #CFDAEF;*/
    font-size: 15px;
    margin: 0 0 5px;
    padding: 0;
	font-style:normal;
    /*width: 830px;*/
}
h2 a {
	/*color: #004ca2;*/
	/*text-decoration: none;
	display: block;*/
	/*font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;*/
	padding:8px 0;
	/*background:url(images/acc_arrow2.gif) no-repeat right 10px;*/
	/*margin:0 10px;*/
	outline:0
}
h2.acc_trigger a:hover {
	/*color: #000;*/
}
h2.active a{background-position: right -57px;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	/*font-size: 1.2em;*/
	/*width: 830px*//*550px*//*;*/
	clear: both;
	/*background: #f0f0f0;*/
	/*border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;*/
}
.acc_container ol {	
	list-style-type:square;
}
.acc_container ol li {
	padding-bottom:15px;
	list-style-type:square;
}
.acc_container .block {
	padding:10px 20px 10px 20px;
}

/* FAQ ACCORDION */
#faq li { list-style:none; }
#faq h2.acc_trigger {
	position:relative;
	padding:0 0 0 28px;
	margin: 0 0 5px;
	text-align:left;
	/*background: url(images/help_q.png) repeat-x left bottom;*/
	/*background:#EFF7FF;*/
	/*width: 650px*//*550px*//*;*/
 	/*font-size:14px;
	border: 1px solid #CFDAEF;*/
}
h2 span {
	position:absolute;
	top:0;
	left:0;
	color:#404141;	
}
#faq h2 a {
	/*color: #004ca2;*/
	/*text-decoration: none;
	display: block;*/
	/*font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;*/
	
	padding:8px 25px 8px 0;
	/*background:url(images/acc_arrow.gif) no-repeat right top;*/
	/*margin:0 10px;*/
	outline:0
}
#faq h2.acc_trigger a:hover {
	/*color: #000;*/
}
#faq h2.active a{/*background-position: right -120px;*/}
#faq .acc_container {
	margin: 0 0 5px; padding:0 0 0 29px;
	overflow: hidden;
	border-bottom:1px dotted #999;
	margin-bottom:15px;
	/*font-size: 1.2em;*/
	/*width: 630px*//*550px*//*;*/
	clear: both;
	/*background: #f9f9f9;
	border: 1px solid #E8E8E8;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;*/
}
#faq .acc_container .block {
	padding:10px 20px;
}
.acc_container .block p { margin:0 0 1em 0 }
.tab_container ul li { background:url(../images2/bulletpoint.gif) no-repeat left top; padding-left:30px; padding-bottom:15px; list-style:none; padding-top:5px; }


