* {
    margin: 0;
    padding: 0;
}

h1, h2, p, a, td {
    font-family: Arial, sans-serif;
}

h1 {
    font-size: 16px;
}

h2, p, td {
    font-size: 12px;
}

p {
    color: #000;
}

body {
    background-color: #197a30;
}

#container, #bottom {
    background-color: #fff;
    margin: 0 auto;
    width: 934px;
    height: 690px;
}

.left {
    float: left;
    margin-left: 18px;
    width: 238px;
}

* html .left {
    margin-left: 9px;
}

.right {
    margin-left: 265px;
}

.left, .right {
    position: relative;
}

.header {
    padding-top: 12px;
    height: 131px;
}

#logo {
    margin-left: 30px;
}

#listleft {
    background: transparent url(/image/list_shadow_l.png) no-repeat top left;
    width: 12px;
}
* html #listleft {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/list_shadow_l.png', sizingMethod='crop');
}

#listtop {
    background: transparent url(/image/list_shadow_t.png) no-repeat top left;
    height: 5px;
    width: 190px;
    left: 12px;
}
* html #listtop {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/list_shadow_t.png', sizingMethod='crop');
}

#mapleft {
    background: transparent url(/image/map_shadow_l.png) no-repeat top left;
    width: 3px;
}
* html #mapleft {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/map_shadow_l.png', sizingMethod='crop');
}

#maptop {
    background: transparent url(/image/map_shadow_t.png) no-repeat top left;
    height: 5px;
    width: 638px;
    left: 3px;
}
* html #maptop {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/map_shadow_t.png', sizingMethod='crop');
    left: 0px;
}

#list, #map, #listleft, #mapleft {
    height: 537px;
}

#list, #map, #listleft, #listtop, #mapleft, #maptop {
    position: absolute;
    top: 142px;
}

#listtop, #listleft, #maptop, #mapleft {
    z-index: 5;
}

#list {
    width: 218px;
}

#map {
    width: 641px;
}

#bottom {
    background: transparent url(/image/bottom.png) no-repeat top left;
    height: 13px;
}
* html #bottom {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/bottom.png', sizingMethod='crop');
}

#footer {
    text-align: right;
    margin: 8px auto;
    width: 878px;
}

* html #footer {
    margin: 0px auto;
}

#footer p {
    color: #fff;
    font-size: 11px;
}

#list {
    overflow: auto;
    overflow-x: hidden;
}

#list h2 {
    color: #007236;
}

#list td.letter {
    background-color: #fbe951;
    text-align: center;
    vertical-align: top;
    width: 27px;
}

#list td.addr {
    background-color: #f4f2ed;
    margin: 0;
    padding: 4px 0 8px 20px;
    width: 175px;
}

#list tr.even td.letter {
    background-color: #f9df06;
}

#list tr.even td.addr {
    background-color: #efebe5;
}

#list tr {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

