@charset "UTF-8";
/* CSS Document */

#slideshow {
       width: 949px;
       height: 265px;
	   margin: auto;
       overflow: hidden;
	   background-image:url(../images/slidebg.jpg);
	   background-repeat:repeat-x;
	   background-position:top;
}
/*#slideshownav {
       background: transparent;
       position: absolute;
       top: 19px;
       right: 35px;
       z-index: 38;
       width: auto;
       height: auto;
       margin-right: 0px;
       margin-left: 0px;
       margin-top: 0px;
       margin-bottom: 0px;
       padding-left: 0px;
       padding-right: 0px;
       padding-top: 0px;
       padding-bottom: 0px;
}
#slideshownav li {
       background: url(../images/slide-nav-off.png) no-repeat;
       width: 15px;
       height: 15px;
       float: left;
       list-style: none;
       padding: 0px;
       margin-left: 9px;
}
#slideshownav li:hover {
       background: url(../images/slide-nav-hover.png) no-repeat;
       width: 15px;
       height: 15px;
       float: left;
       list-style: none;
       padding: 0px;
       margin-left: 9px;
}
#slideshownav a {
       color: #ffffff;
       font-weight: bold;
       text-decoration: none;
       display: block;
       width: 15px;
       height: 15px;
       padding: 0px;
       text-align: center;
}
#slideshownav a.activeSlide {
       color: #057aa8;
       background: url(../images/slide-nav-on.png) no-repeat;
       width: 15px;
       height: 15px;
       padding: 0px;
       text-align: center;
}
#slideshownav li.activeSlide a {
       color: #057aa8;
       background: url(../images/slide-nav-on.png) no-repeat;
       width: 15px;
       height: 15px;
       padding: 0px;
       text-align: center;
}
#slideshownav a:focus {
       outline: none;
}*/
#slideshownav img {
       border: none;
}
#slideshowcontrol {
       position: relative;
       z-index: 38;
}
#slideshowcontrol #button_next {
       position: absolute;
       top: -152px;
       right: 75px;
}
#slideshowcontrol #button_prev {
       position: absolute;
       top: -152px;
       left: 75px;
}
.slide-imageright .text, .slide-imageright .image, .slide-imageright .spacer, .slide-imageleft .text, .slide-imageleft .image, .slide-imageleft .spacer {
       height: 330px;
}
.slide-imageright .text {
       float: left;
}
.slide-imageright .image {
       float: right;
}
.slide-imageright .spacer {
       float: right;
}
.slide-imageleft .text {
       float: right;
}
.slide-imageleft .image {
       float: left;
}
.slide-imageleft .spacer {
       float: left;
}
.slide {
       font-family: Georgia;
       width: 949px;
       height: 265px;
       color: #ffffff;
       font-size: 15px;
       line-height: 22px;
}
.slide .text h1 {
       font-weight: normal;
		font-size: 36px;
		font-family:Georgia, "Times New Roman", Times, serif;
       margin-top: 10px;
       margin-bottom: 18px;
       text-shadow: 1px 1px 1px #000;
       line-height: 34px;
}
.slide .text p {
       font-family:Georgia, "Times New Roman", Times, serif;
	   font-weight: normal;
	   color:#FFF;
	   text-shadow: 1px 1px 1px #000;
	   font-size:14px;
	   line-height: 22px;
}
.slide .image {
       width: 482px;
       background: #000000 url(../images/loading-white-on-black.gif) no-repeat 50% 50%;
		
}

.slide .text {
       font-family: Georgia;
       width: 400px;
       padding: 30px;
       position: relative;
}
/*.slide .spacer {
       width: 55px;
}*/

