@charset "utf-8";
/* CSS Document */

.slideshow-nav {
/*	width: 100%;   */
	height:315px;
	margin: 0 auto;
	width: 875px;
	position:relative; 
}

.home-featured01 {
	height:350px;
	width:875px;
	margin:0 auto;
	position:relative;
}

.home-featured01 img {
	background-color:ivory;     /* white edge around photo */
	padding:10px;
	position:relative;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 0 45px 60px -30px #7D7D7D;
	-moz-border-bottom-colors: white; 
	-moz-border-left-colors: black;
	-moz-border-radius:10px; 
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

.home-featured02 {
	height:auto;
	width:875px;
	margin:0 auto;
	position:relative;
}

.home-featured02 img {
	position:relative;
}

#home-main {position:relative;}

#home-leftcol {
	height:auto; 
}

#home-middlecol {
	height:auto; 
	background-color:ivory;
	padding:20px 40px; 
	text-align:justify;
	box-shadow: 0 45px 60px -30px #7D7D7D;
	-moz-border-bottom-colors: white; 
	-moz-border-left-colors: black;
	-moz-border-radius:10px; 
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

#home-rightcol {height:auto;}

.homewrapper {
	padding:40px 25px;
	text-align:justify;
}
