@charset "UTF-8";

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.SlidingPanels {
	position: relative;
	width: 100%;
	height: 400px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContentGroup {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

.SlidingPanelsCurrentPanel {
}

.SlidingPanelsFocused {
}

#newsTicker {
	width: 510px;
	border: none;
	float: left;
	background: url(/images/template/bg-slideshow.gif);
	padding-left:25px;
}

#newsTicker .SlidingPanels {
	width: 484px;
	height: 326px;
	float: left;
}
#newsTicker .SlidingPanelsContentGroup {
	width: 8000em;
	float: left;
}
#newsTicker .SlidingPanelsContent {
	float: left;
	width: 484px;
	height: 326px;
	position:relative;
}

#newsTicker img {
	float: right;
	margin-leftt: 4px;
}

#newsTicker p {color:white; margin-bottom:14px;}

#newsTicker p a {color:white; text-decoration:underline;}

#newsTicker p a:hover {text-decoration:none;}

#newsTicker .SlidingPanelsContent .slidecontent {
	margin: 4px auto;
	float: left;
}

#newsTicker .slidecontent {
	height: 326px;
	padding: 32px 20px 0px 32px;
	width:432px;
}

#newsTicker .prev {
	text-align: left;
	padding: 4px 4px;
	clear: both;
}

#newsTicker .next {
	text-align: left;
	padding: 4px 4px;
	clear: both;
	position:absolute;
	top: 100px;
	left: 100px;
}

.SlidingPanelsAnimating * {
	overflow: visible !important;
}

#newsTicker .navLinks {
	clear: both;
	text-align: center;
	border-top:  solid 1px #CCC;
	padding-top: 4px;
	padding-bottom: 4px;
	border: solid 1px #999;
}
#link1, #link2, #link3, #link4, #contactlink {height:34px;
line-height:2em;
padding:0 10px;
position:absolute;
right:0px;
top:251px;
background: url(/images/template/bg-slideshowlink.gif) #4d8001 no-repeat top left;
font-size:10pt;
color:white;
line-height:2.5;
clear:both;
}

a#link1:hover, a#link2:hover, a#link3:hover, a#link4:hover, a#contactlink:hover {background-color: #315201; background-position: 0px -34px;}


.slidecontent .big {
	font-size:2em;
	font-weight:normal;
	line-height:1;
}

.slidecontent strong {
	font-weight:bold;
	font-size: 11pt;
}

.slidecontent .medium {font-size:1.2em;line-height:1.3;}

.slidecontent .medium span {font-weight:bold;}