/***** *****/

body
{
    margin: 0 0;
    background-color: #959697;
    background-image: url('/images/bg-repeat.jpg');
    font-family: Arial, Verdana, Sans-Serif;
}

td
{
    line-height: 1.5em;
    font-size: 10pt;
}

.site-first-table
{
    background-image: url('/images/bg.jpg');
    background-repeat: repeat-x;
    background-position: top;    
}

.site-second-table
{
    border: 1px solid #000000;
}

.site-content-table
{
    background-image: url('/images/content-bg.jpg');
}

.site-content-padding
{
    padding: 0px 22px 0 22px;
}

.top-padding
{
    padding-top:17px;
}   

.menu-first-table
{
    background-color: #d5b226;
    background-image: url('/images/left-repeat.jpg');
    background-repeat: repeat-y;
}

.menu-gradient
{
    background-image: url('/images/left-gradient.jpg');
    background-repeat: no-repeat;
    background-position: top;
}

.pic { border: 1px solid #000000; }
.pic2 { border: 2px solid #ffffff; }

.featured-title
{
    color: #000000;
    font-size: 13pt;
    padding: 20px 0 0 28px;
}

.contact-form
{
    border: 1px dashed #000000;
    background-color:#f5fccc;    
}
.contact-title
{
    color: #000000;
    font-size: 13pt;
    font-weight:bold;
}
 
a { color:#0000ff; text-decoration:none; }
a:hover { color:#ff0000; text-decoration:none; }

.small-font { font-size:11px; }

.table-list-1
{
   background-color: #000000;
   color: #ffffff;
}

.td-list-1
{
   background-color: #e1cc75;
   color: #000000;
}

.list-title1
{
   font-size:18px;
   font-weight:bold;      
}

td.footer-left { padding: 4px 0px 5px 5px; font-size: 8pt; font-family: Verdana, Arial, Sans-Serif; color: #444444; line-height: 1.6em; }
td.footer-left a { color: #444444; text-decoration: none; }
td.footer-left a:hover { color: #ffffff; text-decoration: none; }

td.footer-right { padding: 4px 5px 5px 0px; font-size: 8pt; font-family: Verdana, Arial, Sans-Serif; color: #444444; line-height: 1.6em; }
td.footer-right a { color: #444444; text-decoration: none; }
td.footer-right a:hover { color: #ffffff; text-decoration: none; }

/***** Sidebar Expando *****/

.expcontent ul
{
    margin: 0px;
    padding: 2px 15px;
    list-style: none;
    background-image: url('/images/menu/expando-bg.jpg');
    background-position: center top;
    background-repeat: repeat-y;
}

.expcontent ul li
{
    /* min-height: 20px; */
    height: auto;
    margin: 0;
    padding: 2px 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    border: none;
}

.expcontent ul li a, .expcontent ul li a:visited
{
    color: #000;
    text-decoration: none;
}

.expcontent ul li a:hover
{
    color: #666;
    text-decoration: none;
}
