div#logo {
    width: 390px;
}
div#telephone img {
    float: none;
}

div#telephone {
    margin-top: 14px;
}

.subnav {
    background: #AAFD90;
    /* old browsers */

    background: -moz-linear-gradient(top, #aafd90 0%, #82e672 100%);
    /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aafd90), color-stop(100%, #82e672));
    /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AAFD90', endColorstr='#82E672', GradientType=0);
    /* ie */

    background: -ms-linear-gradient(top, #aafd90 0%, #82e672 100%);
    /* ie10 */

    background: -o-linear-gradient(top, #aafd90 0%, #82e672 100%);
    /* opera */

    min-height: 31px;
    overflow: auto;
    width: 100%;
    top: 99px;
    left: 0;
    position: absolute;
    z-index: -1;
}

div#telephone img {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

div#telephone .phonenumber {
    float: left;
}

div#telephone p {
    font-size:13px;
    line-height:14px;
    color:#666;
}
div#telephone p span {
    color:#666;
}
div#telephone p a {
    text-decoration: none;
}
div#telephone p a.selected span {
    color: #49b647;
    text-decoration: underline;
}
div#telephone p a span {
    color: #49b647;
    text-decoration: underline;
}
div#telephone a img,
div#telephone a span {
    display: inline-block;
    vertical-align: middle;
}
div#telephone p.outside {
    font-size:14px;
}

#header p a span:hover{color:#000;}

#footer-container {
    border-top:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
}

div#footer {
    border-top:none;
    border-bottom: none;
    padding-bottom: 10px;
}

#footer-links {
    padding-bottom: 30px;
}

#footer-links p {
    font-size: 11px;
    line-height: 12px;
    margin:10px 0 0 0;
}

.container {
    width: 1094px;
    margin-left: auto;
    margin-right: auto;
}

div#subnav h1 {
    width:auto;
}

div#page-title {
    display:block;
}

div#search {
    width:220px;
}

div#search div#search-form p.hname {
    font-size:16px;
    color:#444;
    margin-top:3px;
}

#search-type {
    padding-top:6px !important;
}

#search-type p {
    font-size:16px;
}

#search-type p:first-child {
    margin-bottom:6px;
}

@media (max-width: 1024px) {
    .container {
        width: 1024px;
    }
}