﻿
#accordian
{
    width: 620px;
    margin: 0;
    padding: 0;
}

#accordian .p
{
    margin: 10px 0 0 0;
}

#accordian .item
{
    margin: 5px;
    padding: 0px 0 10px 0!important;
    float:left!important;
    width:600px;
    font-weight:normal!important;
    color: #330066;
}

.item
{
    background: url(\graphics\bullet.gif);
}

.item a
{
    margin: 0 0 0 15px;
    cursor: pointer;
    height: 23px;
    display: block;
}

.item .accitem
{
    float: left;
    display: inline;
    width: 585px;
    padding: 0 10px 10px 15px;
    margin: 0 0 0 15px;
}

.item .accitem img
{
    padding: 10px 5px 0 0;
    border: 0px solid #000;
}

#accordian a:hover
{
    text-decoration: underline;
}

.selected
{
    background: #fef;
    background: url(\graphics\bullet-highlight.gif);
}

#accordian #care
{
    background: url(/img/premise_carehomes.gif);
    width: 101px;
}

#accordian #schools
{
    background: url(/img/premise_schools.gif);
    width: 72px;
}

#accordian #retail
{
    background: url(/img/premise_retail.gif);
    width: 58px;
}

#accordian #bars
{
    background: url(/img/premise_bars.gif);
    width: 189px;
}

#accordian #offices
{
    background: url(/img/premise_offices.gif);
    width: 68px;
}


#accordian #versatility
{
    background: url(/img/why_versatility.gif);
    width: 86px;
}

#accordian #technical
{
    background: url(/img/why_technical.gif);
    width: 165px;
}

#accordian #transparency
{
    background: url(/img/why_transparency.gif);
    width: 107px;
}

#accordian #safety
{
    background: url(/img/why_safety.gif);
    width: 60px;
}

#accordian #service
{
    background: url(/img/why_service.gif);
    width: 67px;
}

