/***** *****/

body
{
    margin: 0 0;
    background-color: #ffffff;
    background-image: url('/images/bg-repeat.jpg');
}

td
{
    line-height: 1.5em;
}

.site-first-table
{
    background-color: #5a5a5a;
    background-image: url('/images/bg.jpg');
    background-position: top;
    background-repeat: repeat-x;
}

.site-second-table
{
    
}

.site-content-table
{
    background-image: url('/images/content-repeat.jpg');
    background-repeat: repeat-y;
}

.site-content-padding
{
    padding: 8px 22px 0 22px;
}

.menu-first-table
{
    background-image: url('/images/left.jpg');
    background-position: top;
    background-repeat: no-repeat;
    padding: 103px 0 0 14px;  
}

td.menu-flooring {  color: #ffffff; font-weight:bold;  font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 12px; line-height: 21px; }

td.menu {  font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 12px; line-height: 21px; }

td.menu a { color: #ffffff; font-weight:bold; text-decoration: none; }
td.menu a:hover { color: #ffff00; font-weight:bold; text-decoration: none; }

td.menu a.sub-menu { color: #fbb5c5; font-weight:bold; text-decoration: none; }
td.menu a.sub-menu:hover { color: #ffff00; font-weight:bold; text-decoration: none; }

ul.main-menu
{
    list-style: none; 
    margin: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif; 
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}

ul.main-menu li
{
    padding: 0;
    margin: 0;
}

ul.main-menu ul.sub-main-menu
{
    list-style: none; 
    margin: 0 0 0 20px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif; 
    font-size: 14px; 
    line-height: 20px;
    padding: 0;   
}

ul.sub-main-menu li
{
}

.menu-prefix
{
    color: #ffff00;
    font-family:  Times New Roman, Tahoma, MS Sans Serif; 
    font-size: 13px;
}

.title-prefix
{
    color: #ffff00;
    font-size: 12px;
    font-weight:bold;
}

.pic { border: 1px solid #000000; }

.titles
{
    background-image: url('/images/content-title.jpg');
    background-repeat: no-repeat;
    background-position: top;
    padding: 16px 0 0 14px;    
    font-family: Verdana, Times New Roman, Tahoma, MS Sans Serif;
    font-size: 14px;
    font-weight:bold;
    color: #ffffff;
}

.contact-form
{
    border: 1px dashed #000000;
    background-color:#f5fccc;    
}
.contact-title
{
    color: #650413;
    font-size: 15pt;
    font-weight:bold;
}
 
a { color:#0000ff; text-decoration:none; }
a:hover { color:#ff0000; text-decoration:none; }

.small-font { font-size:11px; }

.text-1
{
    font-family: Times New Roman, Tahoma, MS Sans Serif;
    font-style:italic;
    font-size: 14px;
    font-weight:bold;
    color: #a02027;

}

.text-2
{
    font-family: Times New Roman, Tahoma, MS Sans Serif;
    font-style:italic;
    font-size: 18px;
    font-weight:bold;
    color: #a02027;

}

td.footer { padding: 4px 5px 5px 0px; font-size: 8pt; font-family: Verdana, Arial, Sans-Serif; color: #000000; line-height: 1.6em; }
td.footer a { color: #b5c842; text-decoration: none; }
td.footer a:hover { color: #ffff00; text-decoration: none; }

/***** Special events on the homepage. *****/

div.events
{
    width: 100%;
    margin: 0.2em 0 0.7em 0;
    padding: 20px 20px;
    border: 1px solid #FF0000;
    background-color: #FFF8F8;
}

div.events p.title
{
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
}

div.events p.link
{
    font-style: italic;
    text-align: center;
    vertical-align: middle;
}

div.events a, div.events a:visited
{
    color: #FF0000;
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
}

/***** *****/

