/***** *****/

body
{
    margin: 0 0;
    background-color: #ffffff;
    background-image: url('/images/bg-repeat.jpg');
}

td
{
    line-height: 1.5em;
}

.site-first-table
{
}

.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: #000000;
    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: #ffffff;
    font-size: 14pt;
    padding: 20px 0 0 34px;
}

.featured-flyers
{
    color: #ffffff;
    font-size: 14pt;
    padding: 0px 0 0 19px;
}

.contact-form
{
    border: 1px dashed #000000;
    background-color:#f5fccc;    
}
.contact-title
{
    color: #000000;
    font-size: 15pt;
    font-weight:bold;
}
 
a { color:#0000ff; text-decoration:none; }
a:hover { color:#ff0000; text-decoration:none; }

a.flyers { font-size:9pt; color:#d8d11f; text-decoration:none; }
a.flyers:hover { font-size: 9pt; color:#ff0000; text-decoration:none; }

.small-font { font-size:11px; }

td.footer-left { padding: 4px 0px 5px 5px; font-size: 8pt; font-family: Verdana, Arial, Sans-Serif; color: #000000; line-height: 1.6em; }
td.footer-left a { color: #747474; text-decoration: none; }
td.footer-left a:hover { color: #b5c842; text-decoration: none; }

td.footer-right { padding: 4px 5px 5px 0px; font-size: 8pt; font-family: Verdana, Arial, Sans-Serif; color: #000000; line-height: 1.6em; }
td.footer-right a { color: #747474; text-decoration: none; }
td.footer-right a:hover { color: #b5c842; text-decoration: none; }

/***** Mooquee *****/

.marquee
{
    line-height: 1.4em;
	font-size: 2em;
	height: 1.8em;
	border: 1px black solid;
	background: #204080;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 10px;
}

.mooquee
{
	border: 0px solid;
	margin: 5px 0 0 0;
	
	/* don't change */
    position: absolute;
	overflow: hidden;
	white-space: nowrap;
	
}
.mooquee-text
{
	/* don't change */
	position: absolute;
}

/***** *****/

