/*******************************************************

Home page styles: 
javascript slideshow, flash slideshow, news block, about blurb, calendar

*******************************************************/

div#about, div#calendar {
	background: no-repeat 0 10px;
	padding-top: 10px;
	width: 300px;
}

div#about {
	background-image: url(../images/about_heading.gif);
	float: left;
}

div#calendar {
	background-image: url(../images/calendar_heading.gif);
	float: right;
	width: 320px;
}

div#about h2, div#calendar h2 {
	border-bottom: 1px solid #cbcdbd;
	color: #000;
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0 0 0 60px;
	padding: 10px 0 0;
}

div#about  p {
	margin-top: 25px;
}

div#calendar ul, div#about ul {
	list-style: none;
	margin-top: 20px;
	padding: 0;
}

div#calendar ul li, div#about ul li {
	background: url(../images/calendar_div.gif) repeat-x left bottom;
	padding: 5px 0;
}

div#feature_container {
	height: 320px;
}

div#features {
	background: url(../images/front_photo_frame.jpg) no-repeat 0 0;
	height: 326px;
	margin: 0 0 0 -5px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 5px;
	width: 595px;
}

div#features div {
	height: 326px;
	overflow: hidden;
}

div#features img {
	height: 282px;
	padding: 11px 10px 10px;
	width: 555px;
}

div#features p {
	background: #fff;
	bottom: 40px;
	left: 10px;
	margin: 0;
	padding: 20px 10px;
	position: absolute;
	width: 350px;
}

div#feature_nav {
	float: right;
	height: 250px;
	overflow: hidden;
	margin: 30px 0;
	width: 70px;
}

div#feature_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#feature_nav ul li {
	background: url(../images/front_photo_thumb_frame.jpg) no-repeat 0 0;
	cursor: pointer;
	height: 56px;
	margin-top: 10px;
	padding: 7px;
	width: 56px;
}

div#thumb_nav div {
	background: url(../images/front_photo_thumb_nav.jpg) no-repeat 0 0;
	cursor: pointer;
	font-size: 0;
	height: 27px;
	line-height: 0;
	position: absolute;
	right: 35px;
	text-indent: -999em;
	top: 8px;
	width: 70px;
	z-index: 100;
}

div#thumb_nav div#next {
	background-position: left bottom;
	top: 280px;
}

div#flash_slideshow {
	margin: 0 0 0 -10px;
	position: relative;
	height: 290px;
}

div#flash_slideshow div#caption {
	font-size: 0.87em;
	font-weight: bold;
	line-height: 1.5em;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 175px;
}

div#flash_slideshow div#photo {
	background: url(../images/slideshow/featureframe.jpg) no-repeat 0px 0px;
	margin: 0;
	padding: 15px;
	width: 400px;
	height: 250px;
}

iframe {
	margin-top: 20px;
}
