/* Home Slideshow CSS */

.slideshow h1 {
	font-size: 25px;
	color: #007ac9;
	font-family: Garamond, Times, serif;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.slideshow p {
	font-size: 0.9em;
	line-height: 1.7em;
	color: #181714;
	margin: 0px;
	padding: 0px;
}

div.slideshow
{
	position: relative;
}

div.homeslide
{
	position: absolute;
	top: 0;
	left: 14px;
	width: 951px;
	height: 312px;
	
}
div.homeslideshow div
{
	width: 353px;
	height: 130px;
	position: absolute;
	padding-top: 74px;
	padding-right: 555px;
	padding-bottom: 108px;
	padding-left: 43px;
}

div#navi
{
	position: absolute;
	top: 206px;
	left: 320px;
	z-index: 99;
}
div#navi a
{
	width: 14px;
	height: 14px;
	display: block;
	background: #dbdad6;
	float: left;
	margin-left: 14px;
	text-indent: -9999px;
}
div#navi a.activeSlide
{
	background: #ada9a0;
}

