#main_box {
    margin: 0 0 20px;
}

h1 {
    margin-bottom: 0;
}

h3 {
    margin: 5px 0 0;
}

h3 span {
    padding: 0 10px;
    font-size: 19px;
    font-weight: normal;
}

h3 a {
    color: #FFF;
}

.block_country {
    margin: 15px 0 10px;
}

.block_state {
    width: 100%;
    overflow: hidden;
}

.name_state {
    margin: 10px 0 0;
    font-size: 18px;
    border-bottom: 1px solid #0C76B8;
}

.name_state a:hover {
    text-decoration: none;
}

.block_city {
    margin: 10px 0 0 30px;
    float: left;
    display: inline;
    width: 160px;
    text-align: center;
}

.name_city a {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.block_city ul {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}

.block_city li {
    display: inline;
}

