@charset "utf-8";
/* CSS Document */

div#container{
	width:705px;
	height:275px;	
}

.lof-slidecontent, .lof-slidecontent a {
	/*color:#FFF;*/	
}
.lof-slidecontent a.readmore{
	font-size:.85em;
	font-weight:bold;
	text-decoration:underline;
}
.lof-slidecontent a:hover.readmore{
	font-size:.85em;
	font-weight:bold;
	text-decoration:none;
}

.lof-slidecontent{
	position:relative;
	overflow:hidden;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	text-align:center;
	background:#FFF
}
.lof-slidecontent .preload div{
	height:275px;
	width:705px;
	background:transparent url(/wp-content/themes/Goodwill/slideshow/images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:275px;
	width:705px;
	z-index:3px;
	overflow:hidden;
}


/*******************************************************/
.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	bottom:140px;
	left:310px;
	width:350px;
	/*background:url(/wp-content/themes/Goodwill/slideshow/images/bg_trans.png);*/
	height:100px;
	padding:0px;
	text-align:right;
}

/* Replace color values below with section colors, if desired */
.lof-main-item-desc#about, #about a, #about a:hover{ color:#4070A3; }
.lof-main-item-desc#get-involved, #get-involved a, #get-involved a:hover{ color:#3F873F; }
.lof-main-item-desc#goodwill-for-you, #goodwill-for-you a, #goodwill-for-youa:hover{ color:#D57717; }
.lof-main-item-desc#business-solutions, #business-solutions a, #business-solutions a:hover{ color:#9B3232; }

.lof-main-item-desc h3 a{ text-decoration:none; }

.lof-main-item-desc p{
	margin:0;
	padding:10px 0;
	font-size:1.25em;
	/*color:#424542;  Remove this definition for byline to inherit color */
}

.lof-main-item-desc h2{
	padding:0;
	margin:15px 0 0 0px;
}
.lof-main-item-desc h3{
	font-size:1.35em;
	padding:0;
	margin:0;
}

.lof-main-item-desc h3 a{	
	margin:0;
	font-size:1.1em;
	padding:2px 3px;
}
.lof-main-item-desc h3 a:hover{
	text-decoration:underline;
}
.lof-main-item-desc h3 i {
	font-size:70%;
}

/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(/wp-content/themes/Goodwill/slideshow/images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;	
}

/* item navigator */
.lof-navigator-wapper {
	position:absolute;
	bottom:15px;
	right:40px;
	/*background:url(/wp-content/themes/Goodwill/slideshow/images/transparent_bg.png) repeat;*/
	padding:5px 0px;
}
.lof-navigator-outer{
	position:relative;
	z-index:100;
	height:50px;
	color:#FFF;
	float:left;
}
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	/*width:100%;*/
}
ul.lof-navigator li{
	list-style:none;
	padding:0px;
	overflow:hidden;
	float:left;
	display:block;
	text-align:center;

}

ul.lof-navigator li img{ border:#666 solid 3px; }
ul.lof-navigator li#about.active img{ border:#4070A3 solid 3px; }
ul.lof-navigator li#get-involved.active img{ border:#3F873F solid 3px; }
ul.lof-navigator li#goodwill-for-you.active img{ border:#D57717 solid 3px; }
ul.lof-navigator li#business-solutions.active img{ border:#9B3232 solid 3px; }

/*ul.lof-navigator li:hover img { border:#666 solid 2px; }*/

.lof-navigator-wapper .lof-next,  .lof-navigator-wapper .lof-previous{
	display:block;
	width:22px;
	height:45px;
	color:#FFF;
	cursor:pointer;

}
.lof-navigator-wapper .lof-next {
	float:left;	
	text-indent:-999px;
	margin-right:5px;
	background:url(/wp-content/themes/Goodwill/slideshow/images/arrow-l.png) no-repeat right center;
}
.lof-navigator-wapper .lof-previous {
	float:left;	
	text-indent:-999px;
	margin-left:5px;
	background:url(/wp-content/themes/Goodwill/slideshow/images/arrow-r.png) no-repeat left center;
}