﻿/* -------------------------- BOX --------------------------- */
.accordian_box
{
    /*Values must be the same*/
    margin-bottom: 18px;
    margin-top: 18px;
}
.accordian_box_top
{
    margin: 0px;
    padding: 0px;
    height: 64px;
    width: 680px;
    border-left: rgb(57,86,133) 1px double !important;
    border-right: rgb(57,86,133) 1px double !important;

}

.accordian_box_mid
{
    margin: 0px;
    padding: 0px;
    width: 680px;
    margin-top: -12px;
    border-left: rgb(57,86,133) 1px double !important;
    border-right: rgb(57,86,133) 1px double !important;

}

.accordian_box_cont
{
    width: 646px;
    margin-left: 15px;
    padding: 0px;
}

.accordian_box_cont ul li
{
    margin-bottom: 10px;
}

.accordian_box_bot
{
    margin: 0px;
    padding: 0px;
    height: 74px;
    width: 680px;
    border-left: rgb(57,86,133) 1px double !important;
    border-right: rgb(57,86,133) 1px double !important;
    border-bottom: rgb(57,86,133) 1px double !important;

}

.accordian_box_cont TABLE TR TD
{
    vertical-align: top;
    padding: 10px;
}
.accordian_box_cont TABLE TR
{
    vertical-align: top;
    margin-top: 10px;
}
/* ---------------- OPEN-CLOSE HOVER TOGGLE ----------------- */

.toggle
{
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 680px;
    background-color: #6F89B9;
    border: rgb(57,86,133) 1px double !important;
}

.toggle:hover
{
    cursor: hand;
    background-color:#A3B3D1;

}

.toggle a:hover span
{
    text-decoration: none;
}

.toggle a H2
{
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    padding-top: 5px;
    line-height: 18px;
    color:#FFF;

}

.toggle a 
{
    text-decoration: none!important;
}
.toggle a:hover
{
    text-decoration: none!important;
}

.clear
{
    display: block;
    clear: both;
}

