.intro{
    width:672px;
    padding:7px 0;
}
#visualization{
    width: 320px; 
    height: 450px;
    float:left;
}
#arrow-left{
    width: 0px;
    height: 0px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #fff;
    float: right;
    margin-top: 120px;
}
/*chart text box*/
#ctbox{ 
    background-color:#fff;
    width: 300px; 
    height: 400px;
    float:right;
    padding: 10px;
    color:white;
}
#kfcg_h1{
    background:url(../images/kfcg_logo.gif) no-repeat center top;
    width:688px;
    height:51px;
    text-indent:-10000em;
    margin:0;
    padding:0;
}
.kfcg_h2{
    font-size: 1.6em;
    color:#0E5392;
    margin:0;
    padding:10px 0 0 10px;
}
kfcg_list{
    list-style: square;
    margin:0 0 0 40px;
}
.kfcg_image_header{
    background:url(../images/kcfg_header_streets.jpg) no-repeat center top;
    width:550px;
    height:47px;
    text-indent:-10000em;
    margin:0;
    padding:0;
}
#streets a{
    color:#BB2239;
}
#transportation a{
    color:#F17E30;
}
#police a{
    color:#5F993E;
}
#fire a{
    color:#0E5392;
}
#parks a{
    color:#E2A935;
}
#other a{
    color:#5B432D;
}
.accordion_wrap{
    padding:0 0 0 20px;
    margin:40px 0 0 0;
}
.accordion-up{
    background:url(../images/left-arrow-glyph.gif) no-repeat center left;
}
.accordion-down{
    background:url(../images/down-arrow-glyph.gif) no-repeat center left;
    
}
.accordion-toggle, .accordion-toggle:hover{
    color:#000;
    text-decoration: none;
    font-size:1.3em;
    
}
