/*  Homepage Styles
	BurdetteKetchum.com
	July 22, 2010 
*/


#wrapper.home {
		background: #fefefe url(../images/bg-main.jpg) repeat-x 0 383px;
}

/* My Comment */


#homeFeature {
	height: 300px;
	overflow: visible;
	margin: 0 0 84px;
	background: #4e4c4d url(../images/bg-homefeature.jpg);
	border-bottom: solid 1px;
	border-color: #656465;
}


#homeFeature .centerer {
	height: 300px;
	width: 1100px;
	background: url(../images/bg-homefeature-center.jpg) no-repeat center top;

}

#bpwgwnWrap {
	width: 1100px;
	height: 360px;
	background: transparent url(../images/bg-paperwrap-top.png) no-repeat center top;
	overflow: visible;	
}

#bpwgwn {
	position: relative;
	margin: 0 auto;
	top: 44px;
	width: 962px;
	height: 302px;
	z-index: 25;
}

#bpwgwnWrap .bottomShadow {
	margin: 0 auto;
	bottom: 72px;
}


.home #mainContent {
	background: transparent;
}

.home .featureBox {
	width: 300px;
	height: 250px;
	margin: 0;
	border: 1px solid #cccbc9;
	position: relative;
}

.home .featureBox h3 {
	margin: 0;
	height: 38px;
	text-indent: -9999px;
}

#featuredWork {
	background: url(../images/bg-featurebox1.jpg) no-repeat;
	margin: 0 19px 0 10px;
	border-color: #8c8c8c;
}

#recentNews {
	background: url(../images/bg-featurebox2.jpg) no-repeat;
	margin: 0 19px 0 0;

}


#whatsNext {
	background: url(../images/bg-featurebox3.jpg) no-repeat;
}

#featuredWork #loopedSlider {
	width: 270px;
	height: 101px;
	margin: 15px 15px;
	float: none;
}

#featuredWork #loopedSlider .container {
	width: 260px;
	height: 147px;
	margin-bottom: 0;
}

#featuredWork #loopedSlider .slides div {
	width: 260px;
	height: 150px;
}

#loopedSlider .container .slides a span.imageTitle {
	font-weight: bold;
	line-height: 1.4em;
	font-size: 1.2em;
	display: block;
	margin: 8px 0 0;
	padding: 5px;

}


.home .featureBox .redBtn {
	position: absolute;
	bottom: 7px;
	right: 5px;
	font-size: 1em;
	background-image: url(../images/btnHome-bg-right.png);
}

.home .featureBox .redBtn span {
	background-image:  url(../images/btnHome-bg-left.png);
	text-shadow: -1px -1px 1px #960000;
	filter: dropshadow(color=#960000, offx=-1, offy=-1);
}

#loopedSlider .container .slides a:link,
#loopedSlider .container .slides a:visited {
	color: #fefefe;

}

#loopedSlider .container .slides a:hover,
#loopedSlider .container .slides a:active {
	color: #d12a33;
	text-decoration: none;
}


#loopedSlider ul.pagination li a,
#featuredWork #loopedSlider a.previous,
#featuredWork #loopedSlider a.next {
	background: url(../images/btn-home-slider.png);
	background-repeat: no-repeat;

}
#featuredWork #loopedSlider a.previous {
	height: 20px;
	width: 20px;
	padding: 0;
	left: -8px;
	top:168px;
	background-position: 0 0;
}
#featuredWork #loopedSlider a.next {
	height: 20px;
	width: 20px;
	padding: 0;
	left: 80px;
	top: 168px;
	background-position: -56px center;

}
#loopedSlider ul.pagination {
	position: absolute;
	height: 20px;
	width: 72px;
	top: 168px;
	left: 10px;
}

#loopedSlider ul.pagination li{
	float: left;
	display: block;
	width: 18px;
	height: 18px;
}

#loopedSlider ul.pagination li a {
	display: block;
	height: 18px;
	width: 18px;
	text-indent: -9999px;
	background-position: -38px 0;
}

#loopedSlider ul.pagination li.active a {
	
	background-position: -20px 0;
	}
	
#recentNews ul {
	margin: 0;
	height: 176px;
	overflow: auto;
}
#recentNews ul li {
	border-bottom: 1px solid #d4d4d4;
	margin: 0 15px 0;
	padding: 7px 0;
}

#recentNews li span.newsDate {
	float: none;
	display: block;
	margin: 0;
}

#recentNews li a.newsTitle {
	line-height: 1.4em;
	font-size: 1.2em;
	color: #454545;
}

#recentNews li.last {
	border-bottom: none;
}


#whatsNext p {
	text-indent: -9999px;
}

#homeHA {
	display: block;
		background: url(../images/ha-white-home.png) no-repeat center ;
		width: 960px;
		height: 75px;
		clear: both;
		margin: 0 auto;
		text-indent: -9999px;
		
}

