﻿#practice
{
    background: url("../img/nav.gif") -72px -50px no-repeat;
}

#splash-practice {
    background: url('../img/practice-splash.jpg') top left no-repeat;
    height: 220px;
    width: 840px;
}
#sub-left {
    width: 165px;
    height: 226px;
    float: left;
    background: url('../img/our-practice-sidebar.gif') top left no-repeat;
}
#sub-left ul {
    width: 132px;
    margin: 45px 0 0 16px;
}
#sub-left ul li {
    padding: 8px 0;
    border-bottom: 1px solid #cecece; 
    color: #3f3f3f;
    font-size: 1.2em;
    line-height:1.2em;
}
#sub-left ul li.last {
    border-bottom: 0px; 
}

#sub-left ul li.selected a {
    color: #094367;
}

#sub-left ul li a {
    color: #3f3f3f;
    text-decoration: none; 
}

#sub-center {
    width: 400;
    float: left;
    posistion: relative;
    display: inline;
    padding: 0;
    margin: 0 10px 100px 15px;
}
#sub-center-inner {
    width: 400px;
    margin: 0;
    padding: 0;
}
#sub-center-inner h3 {
    font-size: 1.5em;
    color: #000;
    font-weight: bold;
    line-height: 1.40em;
    margin-bottom: 1em;
}
#sub-center-inner p {
    font-size: 1.2em;
    color: #666;
    line-height: 1.5em;
    margin-bottom: 1em;
}
#sub-right {
    width: 237px;
    height: 172px;
    float: right;
    position: relative;
    display: inline;
    background: url('../img/set-an-appointment.gif') no-repeat;
}
#sub-right-text {
    margin: 82px 0 0 20px;
}
#sub-right-text p {
    font-size: 1.2em;
    line-height: 1.6em;
    color: #535353;
    margin-bottom: 1em;
}