﻿#content .right_content h2.title
{
    float: left;
    margin-left: 0px;
    color: #585657;
    font-size: 1.2em;
    --border: 1px solid #000000;
    font-weight: bolder;
    letter-spacing: 3px;
}

#content .right_content .titleLine
{
    clear: both;
    float: left;
    width: 592px;
    height: 7px;
    background-image: url('images/PageTitle_bg.jpg');
    background-repeat: no-repeat;
}

#content .right_content .content
{
    clear: both;
    float: left;
    width: 640px;
    --height: 500px;
    color: #504F50;
    --border: 1px solid #000000;
}

#content .right_content .content .title
{
    clear: both;
    float: left;
    margin-left: 0px;
    margin-top: 10px;
    color: #F08501;
    font-weight: bold;
    letter-spacing: 2px;
}

#content .right_content .content span.title
{
    clear: both;
    float: left;
    color: #363435;
    font-weight: normal;
    font-size: .95em;
    margin-top: 8px;
    letter-spacing: 0px;
}

#content .right_content .content span.value
{
    clear: both;
    float: left;
    color: #363435;
    --font-weight: bold;
    font-size:.9em;
    margin-top:8px;
}

#content .right_content .content .googlemap
{
    clear: both;
    float: left;
    width:80%;
    }

#content .right_content .content h3
{
    float: left;
    width: 450px;
    margin-left: 0px;
    margin-top: 15px;
    
    font-weight: bold;
    line-height: 25px;
    --border: 1px solid #000000;
    font-size: .9em;
    letter-spacing: 2px;
}

#content .right_content .content ul
{
    float:left;
    margin:0px;
    padding:0px;
    margin-left:20px;
}

#content .right_content .content ul li
{
    list-style-image: url('images/Point.png');
    line-height:23px;
}

#content .right_content .content ul li h2
{
    
}
