﻿body
{
    background-image: url('../images/background.jpg');
    background-repeat: repeat-x;
    color: #22789a;
    font-size: 0.9em;
}

a:focus
{
    outline: 0;
}

dfn
{
    border-bottom: 1px dotted;
}

hr
{
    clear: both;
}

dt
{
    font-weight: bolder;
    margin: 10px;
    margin-top: 20px;
}

dd
{
    position: relative;
    margin: 10px;
}

.frame
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    width: 990px;
    margin: 10px auto;
}

.header
{
    color: #073a70;
    font-size: smaller;
    margin: 0;
    padding: 2px;
}

.hightlight
{
    color: #2ca23c;
}

.bolder
{
    font-weight: bolder;
}

.bigger
{
    font-size: larger;
}

.sidebar
{
    width: 270px;
    float: left;
    margin: 0;
    margin-right: 30px;
}

.sidebarBlock
{
    margin-bottom: 10px;
}

.sidebarHomeLink
{
    text-transform: uppercase;
    line-height: 44px;
}

.sidebarHomeLink:hover
{
    background-color: #2ca23c;
    background-image: none;
}

.sidebarHomeLink a
{
    color: White;
    text-decoration: none;
}

.sidebarHeading
{
    text-transform: uppercase;
    text-align: center;
    color: White;
    background-color: #5fa9ae;
    padding: 4px;
    margin-bottom: 2px;
}

.sidebarHeading a
{
    color: White;
    background-color: #5fa9ae;
    text-decoration: none;
}

.sidebarContent
{
    color: #5fa9ae;
    background-color: #f2f8fa;
    border: solid 1px white;
    padding: 4px;
}

.sidebarIcons
{
    text-align: center;
}

.main
{
    width: 690px;
    float: left;
    margin: 0;
}

.subMenuBlock
{
    background-color: #2ca23c;
    width: 690px;
    background-image: url('../images/menu-grad-green.png');
    background-repeat: repeat-x;
}

.bannerBlock
{
    position: relative;
}

H1.banner
{
    font-family: Times New Roman;
    color: #0f75bc;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -4px;
    margin-right: 10px;
    font-variant: small-caps;
}


.content
{
    background-color: #fff;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 12px;
    text-align: left;
}

.content h1, .content h2, .content h3, .content h4
{
    font-weight: normal;
    color: #2ca23c;
    text-transform: capitalize;
    text-align: left;
}

.content h1, .content h2
{
    text-transform: uppercase;
}

.content img
{
    border-width: 0px;
    margin: 10px;
}

.imageBlock
{
    text-align: center;
    margin: 10px;
    width: 205px;
    border: solid 1px #ccc;
}

.imageHeading
{
    color: #2ca23c;
    font-size: smaller;
    font-weight: bolder;
    text-transform: capitalize;
}

.imageBlock img
{
    margin: 10px;
    width: 185px;
}

.imageCaption
{
    font-style: italic;
    font-size: smaller;
    width: 205px;
}

.returnLink img
{
    margin: 0px;
    vertical-align: baseline;
    border: none;
}

.returnLink a
{
    text-decoration: none;
}

.left
{
    border-width: 0px;
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

.content a:link, .header a, .header a:link, .header a:visited, .footer a, .footer a:link, .footer a:visited, .articles a:link
{
    color: #073a70;
}

.content a:hover, .content a:active, .header a:hover, .header a:active, .footer a:hover, .footer a:active, .articles a:hover, .articles a:active
{
    color: #2ca23c;
}

.content a:visited, .articles a:visited
{
    color: #22789a;
}

.contentNav
{
    text-align: center;
}

.header a, .footer a
{
    text-decoration: none;
}

.footer
{
    font-size: smaller;
    clear: both;
}

.footerLinks
{
    clear: both;
    float: left;
    margin-top: 10px;
}

.footerCopyright
{
    float: right;
    margin-top: 10px;
    text-align: right;
}

.fontSelectSmall
{
    font-size: 0.85em;
    padding: 4px;
}

.fontSelectMedium
{
    font-size: 1em;
    padding: 4px;
}

.fontSelectLarge
{
    font-size: 1.15em;
    padding: 4px;
}

input[type=submit]
{
    color: #073a70;
    background-color: #f2f8fa;
    border-style: outset;
    border-color: #073a70;
    border-width: 1px;
}

input[type=text], textarea
{
    color: #22789a;
    font-family: Verdana, Tahoma, Arial;
    padding-left: 4px;
    padding-right: 4px;
    border-style: outset;
    border-color: #073a70;
    border-width: 1px;
}

#homeBanner
{
    background-image: url('../images/home-page-banner.jpg');
    background-repeat: no-repeat;
    height: 455px;
    width: 990px;
}

#defaultBanner
{
    background-image: url('../images/default-banner.jpg');
    background-repeat: no-repeat;
    height: 162px;
}

#pvBanner
{
    background-image: url('../images/pv-banner.jpg');
    background-repeat: no-repeat;
    height: 162px;
}

#pvBanner2
{
    background-image: url('../images/pv-banner2.jpg');
    background-repeat: no-repeat;
    height: 162px;
}

#vcBanner
{
    background-image: url('../images/vc-banner.jpg');
    background-repeat: no-repeat;
    height: 162px;
}

#lasikBanner
{
    background-image: url('../images/lasik-banner.jpg');
    background-repeat: no-repeat;
    height: 162px;
}

#lvBanner
{
    background-image: url('../images/lv-banner.jpg');
    background-repeat: no-repeat;
    height: 162px;
}

#osBanner
{
    background-image: url('../images/os-banner.jpg');
    background-repeat: no-repeat;
    height: 162px;
}

#equipmentBanner
{
    background-image: url('../images/equipment-banner.jpg');
    background-repeat: no-repeat;
    height: 162px;
}

#facilityBanner
{
    background-image: url('../images/facility-banner.jpg');
    background-repeat: no-repeat;
    height: 162px;
}

#conditionsBanner
{
    background-image: url('../images/lasik-banner.jpg');
    background-repeat: no-repeat;
    height: 162px;
}

#treatmentsBanner
{
    background-image: url('../images/lasik-banner.jpg');
    background-repeat: no-repeat;
    height: 162px;
}

#laserTreatmentsBanner
{
    background-image: url('../images/equipment-banner.jpg');
    background-repeat: no-repeat;
    height: 162px;
}

#aboutBanner
{
    background-image: url('../images/facility-banner.jpg');
    background-repeat: no-repeat;
    height: 162px;
}

#cse-search-results iframe
{
    width: 662px;
}

#player
{
    display: block;
    width: 640px;
    height: 480px;
    margin: 0px auto;
}


a#postprk img
{
    height: 48px;
    width: 177px;
    border-width: 0;
    background: url('../images/post-op-assess-report-0.jpg') top left no-repeat;
}

a#postprk:hover img
{
    background: url('../images/post-op-assess-report-1.jpg') top left no-repeat;
}

a#postrle img
{
    height: 48px;
    width: 177px;
    border-width: 0;
    background: url('../images/post-op-assess-report-rle-0.jpg') top left no-repeat;
}

a#postrle:hover img
{
    background: url('../images/post-op-assess-report-rle-1.jpg') top left no-repeat;
}

a#preprk img
{
    height: 48px;
    width: 177px;
    border-width: 0;
    background: url('../images/pre-op-lasik-prk-report-0.jpg') top left no-repeat;
}

a#preprk:hover img
{
    background: url('../images/pre-op-lasik-prk-report-1.jpg') top left no-repeat;
}

#finance-link
{
    position: absolute;
    top: 403px;
    left: 14px;
    width: 170px;
    height: 43px;
    background-color: transparent;
    border: none;
    outline: 0;
}

#blended-vision-link
{
    position: absolute;
    top: 65px;
    left: 737px;
    width: 235px;
    height: 235px;
    background-color: transparent;
    border: none;
    outline: 0;
}

