﻿#infoPanel
{
    float: left;
    margin-right: 50px;
    background: transparent url(../images/bg_childcatsWide.jpg) no-repeat;
    padding-top: 20px;
    padding-left: 20px;
}
#infoPanel a
{
    color: #043659;
}
#infoPanel a:hover
{
    color: #2564AB;
}

.button_background
{
    background: #fff url(../images/area-button-off.gif) no-repeat;
    width: 114px;
    height: 24px;
    float: left;
    margin-left: 3px;
    padding: 3px;
    text-align: center;
    color: white;
    cursor: pointer;
}
.button_background:visited
{
    background: #fff url(../images/area-button-off.gif) no-repeat;
    color: black;
}
.button_background:hover
{
    background: #fff url(../images/area-button-on.gif) no-repeat;
    color: black;
}


#main_infopanel_pic
{
    float: left;
    margin-top: 20px;
}
#main_infopanel_copy
{
    color: #043659;
    margin-top: 20px;
    width: 400px;
    float: left;
}
#main_infopanel_copy ul
{
    color: #043659;
    font-size: 1em;
    line-height: 25px;
    list-style-image: url(../images/area-list-icon.gif);
    list-style-type: square;
}
#main_infopanel_copy li
{
    padding-left: 10px;
}

#rightcontent
{
    float: right;
    right: 10px;
    top: 105px;
    width: 180px;
    background: #fff;
}
#centercontent
{
    margin-right: 10px;
    width: 75%;
}
html > body #centercontent
{
    margin-right: 10px;
}
.style2
{
    font-size: 12px;
}
