*
{
    padding: 0;
    margin: 0;
    text-align: left;
}

body
{
    background: #88B4F5;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    padding: 0;
    margin: 0;
    color: #555;
    line-height: 17px;
    text-align: left;
}

img
{
    border: none;
}
a
{
    color: #336699;
}
a:hover
{
    text-decoration: none;
    color: #999;
}
h3
{
    border-bottom: 1px dotted #aaa;
    color: #666;
    padding-bottom: 4px;
    margin: 14px 0 7px 0;
    font-weight: 100;
    font-size: 22px;
    letter-spacing: -1px;
}
h3 a
{
    text-decoration: none;
    font-size: 22px;
    letter-spacing: -1px;
}
h3 a:hover
{
    color: #999;
}

#wrap
{
    width: 800px;
    margin: 20px auto;
}

#header
{
    background: #88B4F5 url(images/header.jpg) no-repeat;
    font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    height: 120px;
    padding-left: 15px;
}
#header h1
{
    font-size: 30px;
    font-weight: 100;
    letter-spacing: -3px;
    padding: 30px 0 0 30px;
    text-align: left;
}
#header h1 a
{
    color: #336699;
    text-decoration: none;
}
#header h1 a:hover
{
    color: #111;
    text-decoration: none;
}
#header h2
{
    font-size: 16px;
    color: #aaa;
    padding: 4px 0 0 30px;
    text-align: left;
    font-weight: 600;
}

#menu
{
    background: #88B4F5 url(images/menu.jpg) no-repeat;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}
#menu li
{
    display: block;
    border-right: solid 1px #fff;
    float: left;
    list-style-type: none;
}
#menu li a
{
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
}
#menu li a:hover
{
    color: #000;
    text-decoration: none;
    background: #aaa url(images/menuover.jpg) repeat-x;
}

#content
{
    padding: 0 30px;
    background: #88B4F5 url(images/content.jpg) repeat-y;
}

#left
{
    padding: 10px 10px;
    width: 555px;
    float: left;
    font-size: 12px;
    text-align: justify;
}
#left h4
{
    font-size: medium;
    font-weight: bold;
    color: #336699;
}
#left ol
{
    padding: 10px 0 0 45px;
}

#left ul
{
    list-style-type: circle;
    padding: 10px 0 0 30px;
}
#left ul li
{
    padding: 2px 0 3px 0;
}

#left ul li a
{
    color: #336699;
    font-weight: 100;
    display: block;
    text-decoration: none;
    font-size: 12px;
}
#left ul li a:hover
{
    color: #999;
}

#right
{
    padding: 20px 0;
    width: 160px;
    float: right;
    border-left: 1px solid #aaa;
}
#right h3
{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: none;
    padding: 0 0 0 10px;
    margin: 0;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    color: #111;
}
#right ul
{
    list-style-type: none;
    padding: 10px 0 20px 20px;
}
#right ul li
{
    padding: 2px 0 3px 0;
}
#right ul li a
{
    color: #336699;
    font-weight: 100;
    display: block;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}
#right ul li a:hover
{
    color: #999;
}

#bottom
{
    background: #88B4F5 url(images/bottom.jpg) no-repeat;
    padding: 15px 0;
}

#footer
{
    color: #111;
    font-size: 11px;
    text-align: center;
}
#footer a
{
    color: #111;
    text-decoration: none;
}
#footer a:hover
{
    color: #111;
    text-decoration: underline;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: Navy;
    padding-top: 10px;
    width: 400px;
    color: black;
    text-align: right;
}

.modalPopup table
{
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: #FFFFFF;
    text-align: left;
    width: 100%;
}

.modalPopup td
{
    text-align: left;
    vertical-align: top;
    padding-right: 10px;
}

.modalPopup th
{
    vertical-align: top;
    text-align: left;
    font-size: larger;
    font-style: oblique;
    font-weight: bold;
    color: #000080;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

.modalPopup img
{
    padding: 5px 5px 5px 5px;
    border: solid 1px Gray;
}

.doctorsList
{
    padding: 0px;
    margin: 0px;
    border: 1px solid #88B4F5;
    border-spacing: 0px;
    vertical-align: top;
    text-align: left;
    width: 100%;
}

.doctorsList th
{
    border: thin solid #88B4F5;
    padding: 5px;
    background-color: #88B4F5;
    color: #FFFFFF;
    font-family: Tahoma, Verdana;
    font-size: large;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
}

.doctorsList td
{
    padding: 10px;
    vertical-align: top;
}

.doctorsList a
{
    text-decoration: none;
    color: #FFFFFF;
}

.doctorPicture
{
    vertical-align: middle;
    text-align: center;
    width: 90px;
}

.cv h1
{
    font-size: large;
    font-weight: bold;
    font-style: italic;
    color: #5A0021;
    line-height: 30px;
}
.cv h4
{
    font-weight: bold;
    color: #336699;
}
.cv img
{
    display: inline;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}


