body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    /*font: normal 0.9em Arial, Helvetica, Sans-Serif;*/
    /*color: #252525;*/
    background: #E5F3FF !important;
}

#header-menu a, #menu-top a, #book a {
    text-decoration: none;
    color: white;
}

header-menu>ul>li a {
    padding : 0 15px;
}

#header-menu a:visited, #book a:visited {
    color: white;
}

#menu-top li, #header-menu li {
    display: inline;
}

#menu-top {
    width: 1024px; /* must be larger than page width to crop the box-shadow on top */
    border: none;
    position: relative;
    padding: 0;
    margin: 10px 0 0px 0;
    text-transform: uppercase;
    font: bold 0.8em Verdana, Helvetica, Sans-Serif;
    background-color: #E5F3FF;
}

#menu-top a, #menu-top a:visited {
    padding: 5px 0;
    color:#5B4B2A; 
    text-decoration: none;
}

#menu-top a:hover, #book a:hover {
    color: white;
    text-decoration: underline;
}

#menu-top ul {
    margin: 0;
    padding: 0;
    display:inline;
    background: #C5BFB6;
    padding: 5px 0;
    margin-bottom:1px;
    border-top  : 1px solid #878787;
    border-left : 1px solid #878787;
}

#menu-top li {
    border-right: 1px solid #878787;
    cursor: pointer;
    padding: 5px 10px ;
}

#menu-top li:first-child {
    margin-left: 5px;
}

li.last-child, #menu-top li.last-child {
    border: none;
}

:header li a:hover, #menu-top li a:hover {
   text-decoration: underline;
}

#header-body, #header {
    width: 946px;
    margin: 0 auto;
    margin-top:10px;
}

#header-body {
    height: 400px;
}

#header {
    height: 110px;
    background: #00565B url('/wp-content/images/header/white-gradient.png') top left repeat-x;
    border: 1px solid #00565B; 
    position:relative;
    color: white;
}

#logo {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -45px;
    width: auto; /* necessary to override theme css */ 
    padding: 0;
}

#book {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 107px;
    width: 310px;
    font-size: 0.9em;
    background: transparent url('/wp-content/images/header/book.png') 200px 0 no-repeat;
}

#book-body {
    height: 100%;
    position: relative;
}

#book ul {
    position: absolute;
    left: 28px;
    top: 50%;
    margin-top:-25px;
    font-weight: bold;
}

#book li {
    list-style-type: disc;
    color: white;
    padding-top: 3px;
}

#book-body li  {
}

#header-menu li ul {
    text-transform: uppercase;
    color: white;
}

#nav {
    width: 946px;
    margin: 0 auto;
    height: 30px;
    background: #00565B url('/wp-content/images/header/button-gradient.png') top left repeat-x;
    border: 1px solid #00565B; 
}

#header-menu li li {
    border-top: 1px solid white;
}


#header-menu a {
     color:#FFF;
     font-weight: bold;
     text-transform:uppercase;
     line-height: 30px;
}

#header-menu li {
     display:inline;
}


.separator {
    font-size: 1.2em;
    color: white;
    font-weight: bold;
}

#txtSearch {
    padding: 0 20px 0 3px;
    line-height: 22px;
    height: 20px;
    width: 190px;
    border: none;
}

#search-button {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    border-left: 1px dotted #878787;
    padding-left: 3px;
    background: white url('/wp-content/images/header/search.png') center center no-repeat; 
    width: 20px;
    height: 20px;
}

#header-menu {
    overflow: hidden;
}

#header-search input, #search-button {
    height: 25px; 
}

#header-search-body {
    position: absolute;
    bottom: 0;
    left: 0;
}

#header-search {
    position: absolute;
    left: 570px;
    top: 50%;
    margin-top: -25px;
    margin-left: -155px;
    height: 60px;
    width: 215px;
}

#header-search-body img {
    padding: 0;
    margin-bottom: 3px;
}

#rss {
    margin-bottom: 1px;
}

/*override page border from theme*/
#body-wrap {
    border: 1px solid #878787;
    width: 100%;
    height: 100%;
    margin-top:5px;
    background: white;
    -webkit-box-shadow: 0px 0px 14px 5px #c0c0c0;
    -moz-box-shadow: 0px 0px 14px 5px #c0c0c0;
    box-shadow: 0px 0px 14px 5px #c0c0c0;
}
#page-wrap {
    border: none;
    margin: 0 auto;
    background-color: white;
}

#main-wrap {
    margin: 0;
}

#content-wrap {
    padding: 10px 20px;
}

#nav {
    padding: 0;
    font-size: 0.9em;
}

#nav a, #nav a:visited, #nav a:active, #nav a:hover {
    padding: 0 15px;
    display: block;
    border-right: 1px solid white;
}

#nav > li > a, #nav > li > a:visited, #nav > li > a:active, #nav > li > a:hover {
    /*display: inline;*/
}

#nav ul a, #nav ul a:hover {
    display : block;
    line-height: 20px;
}

#nav a:hover, #nav li:hover > a, #nav li:hover  {
    background: #333;
}

#nav li:hover {
    padding: 0;
    margin: 0;
}

#nav ul {
    clear: both;
    margin: 0;
}

#searchform {
    margin: 0;
}
