﻿body 
{
	background-color: #000000;
	/*background-image: url(../_assets/images/bgimagerepeat.jpg);
	background-repeat: repeat-x;*/
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.style4 {color: #00FFFF;}
.style6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }

 tr, td , a , img
{
    border-bottom-style:none;border:0px;padding:0px;margin:0px;
}
table 
{
   border:0px;
}

.topLinks, a.topLinks
{
    font-family: Verdana;
    font-size:small;
    font-weight:bold;
    color: #FFFFFF;
    text-decoration: none;
}
.topLinks, a:hover
{
    color:Gray;
}
.bottomText, a.bottomText, span.bottomText
{
    font-family: Verdana;
    font-size:8px;
    font-weight:bold;
    color: #FFFFFF;
    text-decoration: none;
}
.lowerBottom
{
    margin-top: 5px;
}
.testimonial, .testmonialName
{
    margin: 10px;
    font-family: verdana;
    font-size: large;
}
.middleContainer
{
    margin: 20px;
    display:table-cell;
    vertical-align:middle;    
}
.linkDiv, div.linkDiv
{
    background-color:White;
    padding:10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 700px;
}
.galleryDiv, div.galleryDiv
{
    width:750px;
    margin-left:auto;
    margin-right:auto;
    background-color:#FFFFFF;
}


/*** set the width and height to match your images **/

#slideshow 
{
    left:0px;
    position:relative;
    height:550px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    z-index:8;
    opacity:0.0;
    height: 550px;
    background-color: #FFF;
    margin-left:auto;
    margin-right:auto;
    width:750px;
    border:0;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 500px;
    border: 0;
    margin-bottom: 10px;
}

