/* -*-css-*- http://www.w3.org/TR/REC-CSS2 */

body
{
    border-style: none;
    padding-left: 15%;
    padding-right: 15%;
    width: 42em;
    /*font-family: "new century schoolbook";*/
    font-family: sans-serif;
}

a:link
{
    text-decoration: none;
    /* font-weight: 500; */
}

a:visited
{
    text-decoration: none;
    /* font-weight: 500; */
}

a:hover
{
    text-decoration: none;
    /* font-weight: bold; */
}

img
{
    border: none;
}

#tabmenuHeader
{
    margin-bottom: 1ex;
    max-width: 70em;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#tabmenuHeader p.homeurl
{
    font-size: 120%;
    font-weight: bold;

    padding-top: 1em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: left;
}

#tabmenuHeader span.subtitle
{
    font-size: 50%;
    text-align: right;
}

#tabmenuHeader a.homeurl
{
    width: auto;
    height: auto;
    display: block;
}

#tabmenuHeader img.logo
{
    width: auto;
    display: block; 
}

#tabmenuContainer
{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}

#tabmenu
{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}

#tabmenu ul
{
    text-align: right;
    margin-right: 0px;
    padding-right: 0em;

    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

#tabmenu li
{
    display: inline;
}

#tabmenu a
{
    font-weight: normal;
    text-decoration: none;
    display: inline;
    margin: 0px 0em 0px 0em;
    padding: 0em 1.0em 0em 1.2em;
    border-left: 0px solid blue;
    border-right: 0px solid blue;
    border-top: 0px solid blue;
    border-radius-topleft: 8px;
    border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    background-image: url("images/tab.svg");
    background-repeat: repeat-x;
}

#tabmenuContents
{
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 1em;
    padding-right: 1em;
}

#footer
{
    padding-top: 1em;
    font-size: 80%;
}

#tabmenuContents dt
{
    padding-top: 0.5em;
    padding-bottom: 0em;
    padding-left: 0em;
    padding-right: 1em;
}

#tabmenuContents ul
{
    padding-left: 6em;
}

#tabmenuContents p
{
}

#tabmenuContents dt
{
    font-weight: 800;
}

#tabmenuContents a.mugshot
{
    font-size: 166%;
}

#tabmenuContents div.mugcontainer
{
    float: left;
    padding-right: 1em;
}

#tabmenuContents .mugcontainer img
{
    width: 80;
    height: 107;
    padding-top: 5;
    padding-bottom: 5;
    padding-right: 10;
    border: none;
}

#tabmenuContents div.mugsocial
{
    float: bottom;
}

#tabmenuContents .mugsocial img
{
    padding: 1;
    width: 16;
    height: 16;
    border: none;
}

.testimonial-item p
{
    margin-top: 0em; margin-bottom: 0px;
}

.testimonial-item h4
{
    margin-top: 1em; margin-bottom: 0px;
}

.testimonial-item .subsubheading
{
}

#tabmenuContents dl.reversed
{
    margin-bottom: 1em;
    margin-top: 1em;
}

#tabmenuContents dl.reversed > dt
{
    font-size: 90%;
    font-weight: normal;
    clear: both;
    float: left;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#tabmenuContents dl.reversed > dd {
    font-size: 105%;
    font-weight: bold;
    margin-left: 7em;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
}

