﻿body 
{
    font-size: 10pt;
    /*font-family: Verdana, Verdana, Garamond;*/
    font-family: Comic Sans MS, Cursive;
    text-align: left;
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: underline;
    color:Teal;
    font-weight: bold;
}

h1
{
    font-size: 150%;
    color: Teal;
}

h2
{
    font-size: 110%;
    color: Teal;
}

#top-banner-background
{
    position: absolute;
    width: 100%;
    height: 172px;
    background-image: url('images/top_banner_back.jpg');
    display: block;
    top: 0;
    left: 0;
}

#top-banner
{
    position: absolute;
    background-image: url('images/top_banner.jpg');
    height: 172px;
    width:800px;
    display: block;
    top: 0;
    left: 0;
}  

#top-nav ul, #top-nav li, #left-nav ul, #left-nav li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#top-nav, #top-nav2
{
    font-family: Cursive, Comic Sans MS, Verdana;
    font-size: 90%;
    color: White;
    font-style: italic;
    position: absolute;
    top: 115px;
    font-weight: bold;
}

#top-nav li
{
    float: left;
    padding: 0 5px;
}

#top-nav2 li
{
    float: left;
    width: 130px;
}


#top-nav a, #top-nav a:link, #top-nav a:active, #top-nav a:visited, #top-nav2 a, #top-nav2 a:link, #top-nav2 a:active, #top-nav2 a:visited  
{
    background-image: none;
    color: White;
    text-decoration: none;
}

#top-nav a:hover
{
    color: #44CFDB;
    background-image: none;
} 

#left-nav
{
    position: absolute;
    top: 200px;
    left: 0px;
}

#left-nav li
{
    width: 214px;
    height: 32px;
    display: block;
}

#left-nav a, #left-nav a:link, #left-nav a:active, #left-nav a:visited
{
    width: 214px;
    height: 22px;
    display: block;
    background-image: url('images/nav_left.jpg');
    background-repeat: no-repeat;
    font-size: 90%;
    font-weight: bold;
    color: Black;
    text-decoration: none;
    padding: 5px;
    margin: 0;
}

#left-nav a:hover
{
    width: 214px;
    height: 22px;
    display: block;
    background-image: url('images/nav_left_hover.jpg');
    background-repeat: no-repeat;
    padding: 5px;
}


#new-main-content
{
    margin-top: 175px; 
    margin-left: 250px;
}

blockquote
{
    font-size: 90%;
    font-weight: bold;
    text-align: left;
}

.bio-container
{
    clear: both;
    padding-top: 10px;
}

.bio-container img
{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: solid 2px teal;
}

.bio-container h2
{
    font-size: 110%;
    color: Teal;
    text-decoration: underline;
}

.bio-text
{
    margin-left: 170px;
}

#slide-show img
{
    border: solid 2px teal;
}

label
{
    width: 100px;
    text-align: right;
    display: block;
    float: left;
    font-weight: bold;
    color: Teal;
}

input
{
    text-align: left;
}

#right-banner
{
    position: absolute;
    top: 175px;
    right: 0px;
    text-align: center; 
    width: 90px;
    display: block;
}

#right-banner img
{
    margin-top: 10px;
    border: none;
}

#repair-contents
{
}

#repair-contents label
{
    text-align: right;
    display: inline;
    float: none;
    font-weight: bold;
    color: Teal;
    font-weight: bold;
    width: auto;
}
    
#footer
{
    font-size: 80%;
}

#footer a
{
    color: Gray;
}
#footer a:hover
{
    color: Teal;
}

.review { border-top: solid 2px Teal; margin-top: 20px; }
.signature { font-size: 90%; font-style: italic; font-weight: bold; }
.label { color: Teal; font-weight: bold;}