﻿#tools
{
    background: url("../img/nav.gif") -518px -50px no-repeat;
}
#splash-patient {
    background: url('../img/patient-tools-splash.jpg') top left no-repeat;
    height: 220px;
    width: 840px;
}
#sub-left {
    width: 165px;
    height: 222px;
    float: left;
    background: url('../img/patient-tools-sidebar.gif') top left no-repeat;
}
#sub-left ul {
    width: 125px;
    margin: 65px 0 0 20px;
}
#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;
    min-height: 400px;
    float: left;
    posistion: relative;
    display: inline;
    padding: 0;
    margin: 0 10px 100px 10px;
}
#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-center-inner p strong {
    font-weight: normal;
    font-size: 1.2em;
    color: #3f3f3f;
}

#sub-center-inner a:link {
    color: #046380;
    text-decoration: none;
}
#sub-center-inner a:visited {
    color: #046380;
    text-decoration: none;
}
#sub-center-inner a:hover {
    color: #046380;
    text-decoration: underline;
}
#sub-center-inner a:active {
    color: #046380;
    text-decoration: none;
}

#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;
}
.images {
    margin-top: 30px;
}

.left { float: left; margin: 0 0px 5px 0; } 
.topara {margin-top: 30px;}
.pdf {margin-left: 10px;}
#special-info {
    background: url('../img/special-info.gif') no-repeat;
    width: 353px;
    height: 193px;
    padding: 15px 10px 10px 15px;
}