@charset "utf-8";
/* CSS Document */

.faq {
padding:0 0 1.5em 0.5em;
margin-bottom:1.8em;
margin-top:5px;
}
.faq_item {
overflow:hidden;
margin-bottom:0px !important;
}
.faq_header {
font-weight:normal;
font-size:12px;
margin-top:5px !important;
margin-bottom:0px !important;
padding-left:25px;
padding-top:5px;
padding-right:5px;
text-decoration:underline;
cursor: pointer;
}
.faq_header:hover {
text-decoration:underline;
}


.livingintoronto .faq_header {
background:url(/assets/images/faq_bullet.gif) no-repeat left top;	
}

.accessingcityhall .faq_header {
background:url(/assets/images/faq_bullet_green.gif) no-repeat left top;	
}

.doingbusiness .faq_header {
background:url(/assets/images/faq_bullet_purple.gif) no-repeat left top;	
}

.visitingtoronto .faq_header {
background:url(/assets/images/faq_bullet_yellow.gif) no-repeat left top;	
}

.faq .active {
background:url(/assets/images/faq_bullet_act.gif) no-repeat left top;
font-weight:bold;  
padding-top:5px;
padding-right:5px;
padding-bottom:0;
height:auto;
background-color:#f5f5f5;
border-color:#ccc;
border-style:solid;
border-width:1px 1px 0 1px;
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
-moz-border-radius-bottomleft: 0px; 
-moz-border-radius-bottomright: 0px;
-webkit-border-top-left-radius: 9px;
-webkit-border-top-right-radius: 9px;
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
-khtml-border-radius: 9px 9px 0px 0px;
}

.faq_content {
padding:5px 5px 10px 25px;
overflow:hidden;
height:auto;
background-color:#f5f5f5;
border-color:#ccc;
border-style:solid;
border-width:0 1px 1px 1px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomleft: 9px;
-moz-border-radius-bottomright: 9px;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-left-radius: 9px;
-webkit-border-bottom-right-radius: 9px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 9px;
border-bottom-right-radius: 9px;
-khtml-border-radius: 0px 0px 9px 9px;
}

div.closed { display: none; }