@charset "utf-8";
/* ACCORDION LAYOUT */

#container {
    min-height:100%;
    width:550px;         /* Set the width of the accordion here */
    margin:20px auto;
    clear:both; 	
}

h3 {
    padding:10px 0 10px 15px;
    font-weight:bold;
    margin:3px;
    cursor:pointer;
    font-size:.75em;    /* Set the font size for the accordion bars here */
    background:#EFEFEF;  /* Set the background color for inactive accordion bars here */
}

h3.toggler a {
	color:#666666;  /* Set the font color for inactive accordion bars here */
}

h3.toggler a:hover {  /* This sets text properties for accordion bars when moused over */
	color:#000000;
    text-decoration:underline;
}

div.accordion ul {
    padding:0;
	margin:0px 0px 5px;
	list-style-type:none
}

div.accordion ul li {
    padding:0 0 6px 0;
}

div.accordion ul li img {
	float:left;
	border-top-width:0;
	border-left-width:0;
	border-bottom-width:0;
	border-right-width:0;
	vertical-align:top;
	margin-right:0;
	margin-left:-15px;
    padding-top:5px;
}

div.accordion ul li p {
	float:left;
	margin-right:10px;
    text-align:justify;
    font-size:1em;
}
