/* CSS Document */

div#tmpSlideshow {
    margin: 10px;
    padding: 30px 0 0 0;
    position: relative;
    height: 335px;
    width: 980px;
    border: none;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 332px;
    display: none;
}
div.tmpSlide img {
    float: right;
    margin: 3px 0 0 16px;
	padding: 3px 0 0 16px;
    width: 583px;
    border: 0;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/',sizingMethod='scale');
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 550px;
	top:310px;
}
div.tmpSlideshowControl {
    border: 1px solid #cccccc;
    float: left;
    margin: 0 7px 0 0;
    background-color: #eaeaea;
    width: 25px;
    height: 27px;
    color: #554d31;
    font: 12px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
	}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('Slideshow/featureover.jpg');
}
div.tmpSlideshowControlActive {
    border: 1px solid rgb(161, 155, 137);
	background-color: #56c020;
}
div.tmpSlideCopy {
    position: absolute;
    right:580px;
    top: 20px;
    width: 370px;
}

div.tmpSlideMore {
    position: absolute;
    right:480px;
    top: 300px;
    width: 200px;
    height:40px;
    background:url(../images/more-bg.jpg)no-repeat;
   }

div.tmpSlideMore a{
    font-family:Tahoma;
    color:#003913;
    font-size:11pt;
    text-decoration:none;
       }
div.tmpSlideMore a:hover   {
    font-family:Tahoma;
    color:#369e03;
    font-size:11pt;
    text-decoration:none;
       }


div#tmpSlideshow h4 {
    color: #ffffff;
    text-transform: uppercase;
    font: 20px Century Gothic, Arial, sans-serif;
    margin: 5px 0;
}
div#tmpSlideshow .span{
    color: #292929;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    font: 14px Tahoma, sans-serif;
    line-height: 1.8em;
	color:#ffffff;
}