strong { color:orange;}
a { color: #458fa2;}
a:hover { cursor: pointer;}
.float-left { float:left;}
.float-right { float:right;}
.border { border: 1px solid black;}
.center { text-align: center; }
.right { text-align: right;}
.left { text-align: left; }
h1, h2, h3, h4, h5, h6 { margin:0;}

*.container { color: #666666;}
.container {}

#diycity {
    color: #458fa2;
    font-size:1.5em;
    font-weight:bold;
    border:0;
    padding-top:0;
    margin-top:0;
}

#logo-korea {
    color: #4d4d4d;
    font-size: 1.2em;
    margin-left:60px;
}

#gnb {
    height: 130px;
     background: white url(../images/header_bg.png) no-repeat 100px -5px;
}

#navigation {
    background-color:white;
    text-align: right;
}

#navigation a {
    color: #616161;
    font-size: 1.2em;
    text-decoration:none;
}

#navigation ul {
    padding:0;
    margin:0;
}

#navigation ul li {
    display: inline;
    margin-left: 20px;
    padding-top:3px;
    border-bottom: 2px solid lightgray;
}

#navigation ul li.navigation-li-selected { border-bottom: 2px solid gray; }
#navigation ul li:hover { background-color:lightgray; }

#suggest-list {
    top: 223px;
    background: white;
    position: absolute;
}

#report-button { width: 390px;}

#map {
    height:400px;
    border: 1px solid #BBBBBB;
}

#address-search {
    margin:0;
}


#address-search-entry {
    margin-left: 220px;
}


#address-search-button {
    margin-left: 10px;
    width: 111px;
    height: 34px;
    background: white url(../images/search_button.png) no-repeat;
    cursor:pointer;
}

#address-search-button:hover, #address-search-button:focus {
    background: white url(../images/search_button.png) no-repeat -116px 0px;
    cursor: pointer;
}

#search-string {
    color:white;
    text-decoration:none;
    line-height: 30px;
    font-size: 1.3em;
    cursor:pointer;
}

#search-string:hover { cursor: pointer; }
.content-wrap {
    width:100%;
    background-color:#f7f5f2;
    border-top:4px solid #e3dfda;
    border-bottom:4px solid #e3dfda;
    margin-top:0px;
    margin-bottom:20px;
    padding-top:40px;
    padding-bottom:40px;
}

.news-article {
    padding-left:10px;
    padding-right:10px;
    padding-top:20px;
    padding-bottom:10px;
}
