#header-wrap {
    height: 265px;
}

#header {
    width: 620px;
    height: 265px;
}

#header-slider .slider {
    background-size: 1500px auto !important;
}

#menu {
    bottom: -55px;
    width: 750px;
    display: none;
}

#menu ul li {
    width: 100px;
    height: 100px;
    background-size: 100% 200% !important;
    margin-right: 7px;
}

#menu ul li:hover, #menu ul li.current-menu-item {
    background-position: 0px -100px !important;
}

#menu ul li a {
    font-size: 11pt;
    padding: 0px 18px;
}

#content {
    width: 620px;
    padding-right: 0px;
    margin: 100px auto 0px;
}

.column_content td {
    width: 100%;
    padding: 0px !important;
    margin-bottom: 15px;
    display: block !important;
}

#sidebar {
    width: 255px;
    right: -329px;
}

#sidebar.visible {
    right: 0;
}

#sidebar-expand {
    display: block;
}

h1 {
    font-size: 36pt;
    line-height: 39px;
}

h2 {
    font-size: 22pt;
}

h3 {
    font-size: 20pt;
}

.form-text, .form-area {
    font-size: 16pt;
    width: 255px;
}

#sidebar .number {
    font-size: 32pt;
}

#sidebar .stat-counter {
    font-size: 15pt;
}

.form-desc {
    font-size: 9pt;
    width: 209px;
}

.subpage-content {
    width: 620px;
    margin-top: 15px;
}

#drop-nav {
    display: block;
    width: 310px;
    position: absolute;
    bottom: -28px;
    z-index: 999;
    left: 50%;
    margin-left: -155px;
    height: 45px;
    border: 2px dashed #FFF;
    background: #68A23A;
    color: #FFF;
    border-radius: 6px;
    text-align: center;
    font-family: Museo900;
    font-size: 12pt;
    line-height: 45px;
}