html {
    overflow-y: scroll;
}
body {
    background: #DDDDDD url('../images/bg.png') repeat-x;
    text-align: center;
}
div.wrapper {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
div#header {
    height: 354px;
    background: url('../images/header_bg.png') bottom no-repeat;
    margin-bottom: 8px;
}
img#logo {
    float: left;
    margin-top: 40px;
    margin-left: -30px;
}
div#menu {
    float: right;
    margin-top: 63px;
    height: 32px;
    width: 612px;
    background: url('../images/menu_bg.png');
    overflow: hidden;
}
div#menu a {
    float: left;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida", "Arial", sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
    height: 32px;
    width: 102px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
div#menu a:hover {
    color: #F5821F;
}
div#menu a.active {
    background: url('../images/menu_a.png');
}
div#menu a.active:hover {
    color: #fff;
}
div#services_menu {
    margin-top: 14px;
    float: left;
    width: 950px;
    color: #AECCE3;
}
.offwhite {
    color: #AECCE3;
}
div#services_menu h2 {
    color: #fff !important;
    font-size: 15px !important;
    margin-bottom: 20px !important;
}
div#services_menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    background: url('../images/header_bullet.gif') no-repeat left center;
}
div#services_menu a:hover {
    color: #F5821F;
}
div#content_wrapper {
    background: #fff;
    padding: 10px 0px 20px 0px;
}
.clear {
    clear: both;
}
div#footer_wrapper {
    background: url('../images/footer.png') repeat-x;
    padding: 30px 0 40px 0;
    font-size: 10px;
    color: #666;
}
div#footer_wrapper a {
    color: #333;
    text-decoration: none;
}
div#footer_wrapper a:hover {
    text-decoration: underline;
}
div#content_wrapper a:hover {
    text-decoration: underline;
}
form.cms_form {
    float: right;
}
