﻿.kmc
{
}

html, body
{
    margin: 0;
    padding: 0;
    background-color: #a0b8e2;
    font: 13px/1.5em Georgia, Tahoma, Sans-Serif, Serif;
    color: #666666;
}

.page
{
    width: 990px;
    margin: 2% auto 1% auto;
    background-color: White;
    border: 2px solid #ef8903;
}

.logo
{
    float: left;
    padding: 40px 60px 30px 60px;
}

.topmenu
{
    float: right;
    margin-right: 30px;
    color: White;
}

.topmenu-left
{
    width: 40px;
    height: 44px;
    float: left;
    background: url(Images/TopMenu-Left.png) no-repeat top left;
}
.topmenu-right
{
    width: 40px;
    height: 44px;
    float: left;
    background: url(Images/TopMenu-Right.png) no-repeat top left;
}
.topmenu-cont
{
    height: 34px;
    float: left;
    padding-top: 10px;
    background-color: #ef8903;
}

.topmenu a:link
{
    color: White;
}
.topmenu a:visited
{
    color: White;
}
.topmenu a:hover
{
    color: White;
}

.nav
{
    padding-left: 60px;
    padding-right: 60px;
    background-color: #f1f3ea;
    font-family: Trebuchet MS, Trebuchet, Verdana, Sans-Serif;
    font-size: 13px;
}

.vnav
{
    width: 200px;
}

.vnavtop
{
    background: url(Images/VNav-Top.png) no-repeat right bottom;
    height: 15px;
}

.vnavmid
{
    background: url(Images/VNav-Mid.png) repeat-y right bottom;
    padding-right: 20px;
}

.vnavbot
{
    background: url(Images/VNav-Bot.png) no-repeat right bottom;
    height: 15px;
}


.contframe
{
    margin: 20px 60px 0 60px;
}

.footer
{
    margin: 60px 60px 50px 60px;
}

.footercont
{
    padding-top: 5px;
    border-top: 1px dotted #9a9a9a;
    font-family: Trebuchet MS, Trebuchet, Verdana, Sans-Serif;
    font-size: 11px;
}

.footmenu
{
    text-align: center;
    font-size: 13px;
    font-family: "Trebuchet MS" , Trebuchet, Verdana, sans-serif;
    margin-bottom: 5px;
    text-decoration: none;
}

a:link
{
    color: #ef8903;
    font-weight: bold;
}
a:visited
{
    color: #ef8903;
    font-weight: bold;
}
a:hover
{
    color: #013a81;
    font-weight: bold;
}

a.smalllink:link
{
    font-style: italic;
    text-decoration: none;
    color: #666666;
    font-size: 10px;
}
a.smalllink:visited
{
    font-style: italic;
    text-decoration: none;
    color: #666666;
    font-size: 10px;
}
a.smalllink:hover
{
    font-style: italic;
    text-decoration: underline;
    color: #666666;
    font-size: 10px;
}

.twocolcontainer
{
    width: 100%;
}
.twocolleft
{
    float: left;
    width: 200px;
}
.twocolright
{
    margin-left: 210px;
    padding-top: 10px;
}

.twocol50left
{
    float: left;
    width: 50%;
}
.twocol50right
{
    margin-left: 50%;
    padding-top: 1px;
}

.twocolleftinv
{
    float: left;
    width: 300px;
    padding-top: 4px;
}
.twocolrightinv
{
    margin-left: 310px;
}

.twocolleftrev
{
    float: left;
    width: 590px;
    padding-top: 4px;
}
.twocolrightrev
{
    margin-left: 610px;
}

/*  jQuery Accordian Styles  */
.haccordion .header, .haccordion .content
{
    float: left;
    height: 300px;
    font-size: 15px;
}

.haccordion .header
{
    width: 45px;
    padding-left: 5px;
    background: #CCCCCC;
    color: #666666;
    cursor: pointer;
    font-weight: bold;
    border-right: solid 1px #999999;
    overflow: visible;
}

.haccordion .content
{
    display: none;
    margin: 0;
    padding: 0;
    width: 0px;
    overflow: hidden;
    background-color: White;
}

.haccordion .content p
{
    margin: 0;
    padding: 5px;
}

.accordianbottom
{
    border-top: solid 1px #999999;
    min-height: 73px;
    background: white url(Images/Accordian-Bottom.png) no-repeat top left;
    padding: 15px;
}

table.custlist
{
    width: 100%;
}

table.custlist td
{
    text-align: center;
    padding-bottom: 10px;
}

.contacttitle
{
    background-color: #f1f3ea;
    padding: 3px 8px 3px 8px;
}

.contactcont p
{
    padding: 8px;
    margin: 0;
    margin-bottom: 5px;
}

.newsdate
{
    background: #f1f3ea url(Images/cal-icon.png) no-repeat left center;
    padding: 4px;
    padding-left: 20px;
    font-size: 11px;
    font-family: "Trebuchet MS" , Trebuchet, Verdana, sans-serif;
    margin-bottom: 20px;
}

.newstitle
{
    color: #013a81;
    font-size: 18px;
    font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
}

.newstable
{
    width: 100%;
    border-bottom: 1px dotted #9a9a9a;
}

.imagegallery
{
    background-color: #f1f3ea;
    padding: 15px;
}

.spacing-right
{
    padding-bottom: 15px;
}

#screenshot
{
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}

#preview
{
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}

#tooltip
{
    position: absolute;
    border: 1px solid #333;
    background: #f7f5d1;
    padding: 2px 5px;
    color: #333;
    display: none;
}
