/*  EZfaq.css
File: Readme.txt
Snippet: EZfaq
$Revision: 26 $
$Date: 2008-03-14 21:27:09 -0400 (Fri, 14 Mar 2008) $
Author: Bob Ray (based on an idea from SorenG and JavaScript code from DynamicDrive.com)
Compatibility: 0.9.6, 0.9.7
*/

.faqExpand {      /* show/hide all box */
 text-decoration:none;
    text-align:center;
    text-decoration:none;
    color:#003366;
    background-color:#eee;
    border:1px solid #ddd;
    margin-bottom:20px;
    width: 610px;
	padding: 10px 0;
}
.faqExpand p {  /* Click to hide/show all message */
    text-align:center;
    color:#003366;
    font-weight:bold;
    margin:0px 0px 30px 0px;
    padding:0;
}

.faqExpand a,a:active,a:link,a:visited {     /* show/hide all "button" */
    text-decoration:none;
    color:#003366;
    padding:5px;
    margin:5px;

}

.faqExpand a:hover {  /* show/hide all "button" hover */
    text-decoration:none;
    color:#003370;
}


.faqContainer .faqQuestion {   /* this is the question */
    font-family:Verdana,Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
	color:#003366;
}

.faqContainer img {  /* this is the icon (if any) */
    float:none;
    display:inline;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

.handcursor{
    cursor:hand;
    cursor:pointer;
}

.switchgroup1 {   /* this is the answer */
    font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:normal;
    background-color:#FFBD6F;
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
}

#accordion {
	width: 610px;
}

#accordion h2 {
	background: #eee;
	padding: 4px 6px;
	margin-bottom: 6px;
}

.toggler {
	color:#003366;
	margin: 0;
	padding: 2px 5px;
	border-bottom: 1px dotted #eee;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
 
.element {
	margin: 0 0 15px 0;
	padding: 5px 5px 15px 5px;
	font-size: 12px;
	color:#003366;
}