img.size-full, img.size-medium, img.size-small, .wp-caption img {
    width: auto !important;
}


#header span#text-header a,#header h1#text-header a {
    color: #306993;
    text-shadow: #000 1px 1px 1px;
}

#header span#text-slogan,#header h2#text-slogan {
    font-size: 18px;
    color: #7d8080;
    text-shadow: #000 0 1px 1px;
}

#menu_wrap {
    /*
    border-top: 1px dotted #ccc;
    */
    margin: 0 auto;
    padding: 0 !important;
    z-index:500;
    float: left;
    clear: both;
    width: 100%;
}

#menu {
    height: 40px;
    font-size: 15px;
    position: relative;
    background: none;
    float: left;
    clear: both;
    width: 100%;
}

#menu ul.menu {
    background: none;
    background-color: #2A5C81;
    border-top: 1px solid #c3e0f6;
    border-bottom: 1px solid #c3e0f6;
    /*
    background-image:    -moz-linear-gradient(top, #77AED9, #037 25%, #037);
    background-image:         linear-gradient(to bottom, #C3E0F6 0%, #2A5C81 5%, #2A5C81 95%, #C3E0F6 100%);
    */
    padding: 0;
    margin: 0;
    height: 40px;
}

#menu ul ul {
    /*
    top: 40px;
    */
}

#menu ul li a {
    line-height: 40px;
    padding: 0 3.5em;
}

#menu ul ul li a {
    line-height: 30px;
}

#menu li:hover, #menu li.active {
    background: none;
    background-color: #1f73a8;
}

#menu_wrap {
    /*
    width: 950px !important;
    float: right;
    margin-right: 5px;
    */
}

