body {
    background: #F2F3ED;
    color: #000;
    font-family: verdana, arial, helvetica;
    font-size: 11px;
}
a:link, a:visited, a:active {
    color: #00e;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/****************************************************************************/
#outer-shell {
    width: 663px;
    margin: 0 auto;
    position: relative;
}
/****************************************************************************/
#broad-nav ul {
    width: 100px;
    float: right;
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
}
#broad-nav li {
    float: left;
}
#broad-nav li a {
    display: block;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    font-size: 0px;
    margin: 0 10px;
}
#icon-home {
    background: url(/images/icon_home.jpg);
}
#icon-contact {
    background: url(/images/icon_email.jpg);
}
#icon-sitemap {
    background: url(/images/icon_sitemap.jpg);
}
/****************************************************************************/
h1 {
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    font-size: 0px;
    position: absolute;
    background: url(/images/logo.gif);
    width: 203px;
    height: 135px;
    top: 30px;
    left: 20px;
    cursor: pointer;
    z-index: 99999;
}
h4 { /* Automatic WP headings */
    margin: 0;
    padding: 0;
    font-size: 16px;
}
h2 { /* For heading set in the RTA */
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #6B8B04;
}
h3 { /* For sub-heading set in the RTA */
    margin: 0;
    padding: 0;
    font-size: 12px;
}
/****************************************************************************/
#nav {
    margin: 0;
    padding: 21px 0 0 223px;
    height: 84px;
    background: url(/images/nav_bg.jpg) repeat-x;
    clear: both;
}
#zd-nav-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#zd-nav li {
    float: left;
}
#zd-nav li a {
    display: block;
    width: 110px;
    height: 84px;
    text-indent: -9999px;
    font-size: 0px;
}
#zd-nav #zd-nav-295 a {
    background-position: 0 0;
    background-image: url(/images/nav_services.gif);
}
#zd-nav #zd-nav-295 a:hover {
    background-position: 0 84px;
}
#zd-nav #zd-nav-292 a {
    background-position: 0 0;
    background: url(/images/nav_drlevy.gif);
}
#zd-nav #zd-nav-292 a:hover {
    background-position: 0 84px;
}
#zd-nav #zd-nav-297 a {
    background-position: 0 0;
    background: url(/images/nav_resources.gif);
}
#zd-nav #zd-nav-297 a:hover {
    background-position: 0 84px;
}
#zd-nav #zd-nav-308 a {
    background-position: 0 0;
    background-image: url(/images/nav_contact.gif);
}
#zd-nav #zd-nav-308 a:hover {
    background-position: 0 84px;
}
#zd-nav ul {
    display: none;
    position: absolute;
    z-index: 9999;
    background: #555;
    padding: 1px;
}
#zd-nav ul li {
    float: none;
}
#zd-nav ul li a {
    display: block;
    position: relative;
    background: #77786F !important;
    text-indent: 0;
    font-size: 11px;
    width: 160px;
    height: auto;
    padding: 5px;
    color: #F2F3ED;
    border-top: 1px solid #555;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
}
#zd-nav ul li a:hover {
    text-decoration: none;
    color: #bce21b;
}

#header-contact-phone-number {
    color: darkgray;
    font-size: 16px;
    float:right;
    padding-top: 4px;
    width: 150px;
}

#header-contact-phone-number p {
    display: inline;
}

/****************************************************************************/
#shortcuts {
    position: relative;
    height: 191px;
}
#shortcuts #slideshow-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#shortcuts ul {
    position: absolute;
    top: 0;
    z-index: 2;
    margin: 0 0 0 447px;
    width: 216px;
    height: 91px;
    background: url(/images/shortcuts_bg.gif);
    list-style-type: none;
    padding: 100px 0 0px 0;
}
#shortcuts ul li a {
    display: block;
    text-indent: -9999px;
    font-size: 0px;
    width: 156px;
    height: 15px;
    margin: 0 0 10px 25px;
    background-repeat: no-repeat;
}
#shortcuts #shortcut-about {
    background-position: 0 0;
    background-image: url(/images/shortcut_about.gif);
}
#shortcuts #shortcut-about:hover {
/*    background-position: 0 -15px;*/
}
#shortcuts #shortcut-services {
    background-position: 0 0;
    background-image: url(/images/shortcut_services.gif);
}
#shortcuts #shortcut-services:hover {
/*    background-position: 0 -15px;*/
}
#shortcuts #shortcut-qna {
    background-position: 0 0;
    background-image: url(/images/shortcut_qna.gif);
}
#shortcuts #shortcut-qna:hover {
/*    background-position: 0 -15px;*/
}
/****************************************************************************/
#content-shell {
    position: relative;
    background: #DEE0D5;
}
/****************************************************************************/
#content {
    padding: 50px 20px 20px 20px;
}
#shortcuts + #content-shell #content {
    padding: 20px;
}
/****************************************************************************/
#zd-primary-image {
    position: relative; /* IE6 bug */
    float: left;
    margin: 0 20px 20px 0;
}
/****************************************************************************/
#news-shell {
    position: absolute;
    width: 181px;
    padding: 10px 10px 100px 10px;
    left: 20px;
    top: -50px;
    background: #F2F3ED;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-top: 4px solid #c0c0c0;
    z-index: 3;
}
#news-shell h2 {
    display: none;
}
#news-shell h3 {
    text-indent: -9999px;
    font-size: 0px;
    height: 14px;
    background: url(/images/news_heading.gif) no-repeat 12px 0;
    padding: 0 0 10px 10px;
    margin: 5px 0 20px;
    border-bottom: 1px solid #c0c0c0;
}
/****************************************************************************/
#welcome-shell {
    padding: 20px 20px 15px 245px;
    color: #333;
}
#welcome-shell #zd-primary-image {
    position: relative; /* IE6 bug */
    float: left;
    margin: 0 20px 15px 0;
}
#welcome-shell h4 {
    width: 270px;
    height: 37px;
    position: relative;
    float: left;
    padding: 0 0 20px;
    text-indent: -9999px;
    font-size: 0px;
    background: url(/images/welcome_heading.jpg) no-repeat;
}
/****************************************************************************/
#features-shell {
    padding: 20px 0 20px 245px;
    background: url(/images/features_bg.gif);
}
#feature1 {
    position: relative; /* IE6 bug */
    width: 180px;
    float: left;
    color: #333;
    zoom: 1;
    margin-right: 50px;
}
#feature2 {
    position: relative; /* IE6 bug */
    width: 175px;
    float: left;
    margin: 0 0 0 0px;
    color: #F4F5F1;
    zoom: 1;
}
#features-shell h4 {
    height: 12px;
    padding: 0 0 15px;
    text-indent: -9999px;
    font-size: 0px;
    border-bottom: 1px solid #666;
    background-repeat: no-repeat;
}
#feature1 h4 {
    background-image: url(/images/feature1_heading.jpg);
}
#feature2 h4 {
    background-image: url(/images/feature2_heading.jpg);
}
#features-shell #zd-primary-image {
    position: relative; /* IE6 bug */
    float: left;
    margin: 15px 15px 15px 0;
}
#feature1 ul {
    margin: 0;
    padding: 0 0 0 30px;
}
/****************************************************************************/
#copyright {
    background: #dee0d5;
    padding: 10px 20px;
    margin: 2px 0 0 0;
    border-bottom: 2px solid #BFC1B4;
    text-align: right;
}
