@font-face { font-family:"OOGIEBOO"; src: url(fonts/OOGIEBOO.TTF);}
@font-face { font-family:"DejaVuSansCondensed-Bold"; src: url(fonts/DejaVuSansCondensed-Bold.TTF);}
#navMainWrapper a{
    text-decoration: none;
}
.content-center4 {width: 1200px;margin:0px auto;}
.logo4{
    text-align: center;
    float: left;
    margin-top: 25px;
    margin-right: 20px;
}
.logo4 a{
    line-height:40px;
    font-size: 60px;
    font-weight: bold;
    font-family: "OOGIEBOO";
    background: #00498f;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
}
.item4-top{background: #f3f6f8;color: #00498f;height: 35px;}
.item4-top a{line-height: 35px;}
.search4{float: right;position: relative;margin-right: 10px;}
.search4 form input{
    width: 250px;
    background-color: #fff;
    font-weight: bold;
    border:none;
    padding-right: 40px;
    height: 30px;
    border-bottom: 1px solid #333;
	margin-bottom: 0px;
}
.search4 form button {
    width: 38px;
    height: 30px;
    background-color: #fff;
    border: none;
    color: #000;
    font-weight: bold;
    font-size: 26px;
    vertical-align: top;
    position: absolute;right: 0px;
}
#Content{
    float: right;
    margin-top: 4px;
}
.item4-nav{position: relative;}
.item4-nav>a{right:0px;width: 40px;color:#00498f;line-height: 50px;font-size: 30px;position: absolute; }
nav#navWrapper>li{
    display: inline-block;
    position: relative;
    list-style: none;
}
nav#navWrapper>li>a{
    display: block;
    line-height: 50px;
    padding: 0px 8px;
    font-size: 16px;
    color: #00498f;
    font-family: "DejaVuSansCondensed-Bold";
    
}
nav#navWrapper a{
    text-decoration: none;
}
nav#navWrapper>li:hover ul{
    display: block;
}
nav#navWrapper>li>a:hover{
    background-color: #00498f;
    color: #fff;
}
nav#navWrapper > li > ul::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #00498f;
    top: -12px;
    content: "";
    display: inline-block;
    left: 30px;
    position: absolute;
}
nav#navWrapper>li>ul {
    display: none;
    border: 1px solid #00498f;
    position: absolute;
    min-width: 25px;
    padding: 5px 20px;
    margin: 0px;
    background-color: #fff;
    font-size: 16px;
    z-index: 1000;

}
nav#navWrapper li ul li{
    padding: 5px 0px;
}
nav#navWrapper li ul li a{
    color: #333;
}
nav#navWrapper li ul li a:hover{
    text-decoration: underline;
    color: #00498f;
    white-space: normal;
}


@media only screen and (orientation:portrait) {
.content-center4 {
    padding: 0px;
    width: 100%;
}
.logo4{
    margin-top: 70px!important;
    text-decoration: none;
    text-align: center;
    border-radius: 40%;
    margin-bottom: 30px;
    width: 100%;
    float: none;
}
.logo4 a{
    text-decoration: none;
}
}