﻿body
{
    font: family:verdana;
    background-color: #dddddd;
}

#main
{
    width: 1000px;
    margin: auto;
    margin-top: 25px;
    background-color: #ffffff;
    display: block;
    height: auto;
}
#footer{
    width: 1000px;
   
    margin-top: 10px;
    background-color: rgb(164,250,86);
    display: block;
    clear:both;
    font-size:1px;
}
.confirm{
    clear:left;
    font-size:large;
    margin-top:75px;
    display:block;
    font-weight:900;
}

#header
{
    background-color: rgb(164,250,86);
    width: 1000px;
    height: 150px;
}

#menu_bar
{
    background-color: #0000ff;
    color: #ffffff;
    width: 1000px;
    height: 30px;
    text-align: right;
}

#side_panel
{
    width: 200px;
    height: 650px;
    background-color: rgb(164,250,86);
    float: left;
    padding: 5px;
    margin-top: 12px;
    margin-right: 20px;
    display: inline-block;
}

#about
{
    background-color: rgb(164,250,86);
    color: #0000ff;
    width: 700px;
    height: 150px;
    margin-left: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    overflow: hidden;
    display:inline-block;
}

#location
{
    background-color: rgb(164,250,86);
    width: 400px;
    height: 315px;
    color: #0000ff;
    margin-left: 25px;
    margin-right: 12px;
    padding: 5px;
    float: left;
    overflow: hidden;
}
#topics, #price
{
    width: 280px;
    height: 150px;
    padding: 5px;
    margin-bottom: 6px;
    margin-left: 0px;
    background-color: rgb(164,250,86);
    color: #0000ff;
    overflow: hidden;
    display: block;
}

#consultancy
{
    background-color: rgb(164,250,86);
    color: #0000ff;
    width: 300px;
    height: 150px;
    margin-left: 25px;
    margin-right: 12px;
    padding: 5px;
    margin-bottom: 6px;
    float: left;
    overflow: hidden;
}

#offers
{
    background-color: rgb(164,250,86);
    color: #0000ff;
    width: 380px;
    height: 150px;
    padding: 5px;
    margin-bottom: 6px;
    margin-left: 0px;
    float: none;
    overflow: hidden;
}
#content
{
    background-color: rgb(164,250,86);
    color: #0000ff;
    width: 700px;
    padding: 5px;
    margin-top:10px;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right:auto;
    float: none;
    display:table;
   
}
#banner
{
    width: 1000px;
    height: 150px;
}

#title
{
    color: #0000ff;
    font-size: 72px;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;
}

#phone
{
    font-size: 36px;
    color: #0000ff;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;
}


.menu
{
    width: 150px;
    height: 30px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}
img
{
    padding: 3px;
    vertical-align: middle;
}






.menu:hover
{
    background-color: rgb(164,250,86);
    color: #0000ff;
}



#side_panel ul
{
    list-style-type: none;
    padding: 0px;
    margin-left: 5px;
}

#side_panel ul li
{
    height: 30px;
    line-height: 15px;
}

#side_panel ul li a
{
    color: #0000ff;
    text-decoration: none;
    display: block;
    padding: 10px;
}

#side_panel ul li a:hover
{
    background-color: #0000ff;
    color: rgb(164,250,86);
}

ul.subMenu
{
    display: block;
    position: relative;
    list-style-type: none;
    width: 200px;
    padding: 0px;
    margin: 0px;
    float: right;
}



ul.subMenu ul
{
    position: relative;
    left: -300px;
    top: -30px;
    z-index: 10;
    margin: 0px;
    padding: 0px;
    text-align: right;
    width: 300px;
    background-color: rgb(242,248,139);
    display: none;
}

ul.subMenu li:hover ul, ul.subMenu li ul:hover
{
    display: block;
}

.icon
{
    width: 75px;
    height: 75px;
    float: left;
}

.office
{
    width: 150px;
    height: 200px;
    float: right;
    margin-left: 5px;
    vertical-align: middle;
    text-align: center;
}

h3
{
    color: #0000ff;
    line-height: 15px;
}
h1
{
    text-align: center;
}

.office_name
{
    text-align: center;
    color: rgb(242,248,139);
    background-color: #0000FF;
    float: none;
}

.tableMain
{
    width: 516px;
    height: 250px;
    border: double thin #0000ff;
    background-color: rgb(164,250,86);
    clear:left;
}
.labelText
{
    font-size: small;
    font-weight: bold;
}

div {
    color:Blue;
}