body#home  {
	overflow-x: hidden;
}

/*
#home #dh-header a#project-logo {
	left: 9px;
	}
*/

#home #dh-header a#project-logo:hover {
	background-position: 0 0;
	cursor: default;
	}
	
#home #dh-subnavbar { display: none; }

#home #dh-header-wrapper {
	background: #2a2a2a url(../images/home/header-home-bkgd.png?a) repeat-x center top;
	height: 112px;
	}
#home #dh-header { height: 112px; }
	
#headline-tag {
  background: transparent url(../images/home/home-h1-border.png) repeat-x 0 0;
  border-bottom: 1px solid #050505;
  width: 100%;
  position: absolute;
  top: 468px;
  left: 0;
  }
	
#headline-tag h1 {
	width: 880px;
	margin: 0 auto;
	padding: 16px 0 17px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	}
	
#headline-tag h1 a,
#headline-tag h1 a:visited {
	color: #fff;
	text-decoration: none;
	}
#headline-tag h1 a:hover {
	color: #b3d6ff;
	}

#home #dh-container-wrapper {
	padding: 22px 0 0;
	/* background: transparent url(../images/home/container-home-bkgd.png) repeat-x 0 0; */
	background-image: none;
	border-top: 1px solid #fff;
	}
	
#home #dh-container {
	width: 880px;
	position: relative;
	}


/* feature */

#fix-overflow {
	overflow: hidden;
	}

#home #featured-wrapper {
  width: 100%;
  background-color: #232323;
  }

#home #featured-inner {
  width: 872px;
  margin: 0 auto;
  padding: 0 39px;
	position: relative;
  }

#home #featured {
	width: 872px;
  height: 440px;
  overflow: visible !important;
	}
	
#home .featured-container {
	width: 872px;
	height: 440px;
	background: transparent no-repeat 0 0;
	}
	
#home .featured-container p {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.4);
  }
	
#home .featured-col-1 {
	float: left;
	width: 313px;
	padding: 0 0 0 40px;
	}
	
#home .featured-col-1 p.what-feature {
	padding: 50px 0 22px;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #070707 0 -1px 0;
	}
#home .featured-col-1 p.what-feature a {
  
  text-decoration: none;
  }
#home .featured-col-1 p.what-feature a:hover {
  text-decoration: underline;
  }
	
#home .featured-col-2 {
	float: left;
	width: 504px;
	padding-right: 15px;
	height: 321px;
	}
	
#home .featured-col-2 a {
	width: 504px;
	height: 322px;
	display: block;
	text-indent: -1000000px;
	background: transparent no-repeat right top;
	}
	
#home #featured h2 {
	padding-bottom: 11px;
	height: 30px;
	}
#home #featured h2 a {
	display: block;
	background: transparent no-repeat 0 0;
	height: 30px;
	}
#home #featured h2 a:hover { background-position: 0 -30px; }
#home #featured h2 span {
	display: block;
	text-indent: -1000000px;
	}
	
#home #featured .more a {
	width: 105px;
	height: 20px;
	display: block;
	text-indent: -1000000px;
	}
#home #featured .more a {
	background: transparent url(../images/home/learn-more-btn.png) no-repeat 0 0;
	}
#home #featured .more a:hover {
	background-position: 0 -20px;
	}
	
/* Easy Slider */

#featured ul li { display: none; }

#featured ul, #featured li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#featured li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 1800px;
	height: 440px;
	/* overflow: hidden; */
	}	
#prevBtn, #nextBtn { 
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 171px;
	left: 23px;
	}	
#nextBtn { 
	left: 898px;
	}														
#prevBtn a, #nextBtn a {  
	display: block;
	text-indent: -1000000px;
	width: 28px;
	height: 28px;
	background: transparent url(../images/home/btn-prev.png?a) no-repeat 0 0;	
	}
#prevBtn a:hover, #nextBtn a:hover { 
	background-position: 0 -28px; }
#nextBtn a { 
	background: transparent url(../images/home/btn-next.png?a) no-repeat 0 0;	
	}
	
/* client images here - first second third */

#home #featured .featured-container.first .featured-col-1 p.what-feature a { color: #805837; }
#home #featured .featured-container.first h2 a { background-image: url(/images/portfolio/proteus-networks/Proteus-Networks.png); }
#home .featured-container.first { background-image: url(/images/portfolio/proteus-networks/Proteus-Networks-webshot.jpg?a); }

#home #featured .featured-container.second .featured-col-1 p.what-feature a { color: #346550; }
#home #featured .featured-container.second h2 a { background-image: url(/images/portfolio/carolina-theatre/Carolina-Theatre.png); }
#home .featured-container.second { background-image: url(/images/portfolio/carolina-theatre/Carolina-Theatre-webshot.jpg); }

#home #featured .featured-container.third .featured-col-1 p.what-feature a { color: #596546; }
#home #featured .featured-container.third h2 a { background-image: url(/images/portfolio/raleigh-rescue-mission/Raleigh-Rescue-Mission.png?b); }
#home .featured-container.third { background-image: url(/images/portfolio/raleigh-rescue-mission/Raleigh-Rescue-Mission-webshot.jpg?b); }


/* buckets */

#home #buckets {
	clear: both;
	width: 880px;
	overflow: auto;
	background: transparent url(../images/home/home-bucket-bg.png) repeat-y center top;
	}
	
#home #bucket-col-1,
#home #bucket-col-2,
#home #bucket-col-3 {
	float: left;
	padding: 0 25px;
	font-size: 13px;
	line-height: 18px;
	}
	
#home #bucket-col-1 { width: 278px; padding-left: 30px; }
	
#home #bucket-col-2 { width: 182px; }
	
#home #bucket-col-3 { width: 265px; }
	
#home #buckets h3 {
	color: #333;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	padding: 3px 0 18px;
	text-shadow: #fff 0 1px 0;
	}
#home #buckets h3 a,
#home #buckets h3 a:visited {
	color: #333;
	text-decoration: none;
	}
#home #buckets h3 a:hover {
	color: #333;
	text-decoration: underline;
	}
	
#home #buckets h4 {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	/* text-shadow: #fff 0 1px 0; */
	}
	
#home #buckets a { text-decoration: none; }

#home #buckets a:hover { text-decoration: underline; }

#home #buckets p { 
	font-size: 13px;
	line-height: 17px;
	}
	
#home #bucket-col-2 ul { margin-left: 0; }
#home #bucket-col-2 li {
	font-size: 15px;
	list-style: none;
	margin-bottom: 13px;
	}
	
#home #bucket-col-2 li a {
	display: block;
	padding-left: 22px;
	background: transparent url(../images/common/bullet.png) no-repeat 4px 5px;
	height: 1%; /* for ie */
	}
	
#home #bucket-col-3 #quote-wrapper {
  background: transparent url(../images/home/quote-wrapper-bg.png) no-repeat center top;
  padding-top: 12px;
  }

#home #bucket-col-3 blockquote.quote {
	margin: 0;
	font-size: 15px;
	line-height: 21px;
	background-image: none;
	}
	
#home #bucket-col-3 blockquote.quote div {
	background: transparent url(../images/home/quote-bkgd.png) no-repeat center bottom;
	padding: 0 22px 33px 22px;
	}
	
#home #bucket-col-3 blockquote.quote .starting-quote {
	float: left;
	display: block;
	width: 25px;
	text-indent: -1000000px;
	background: transparent url(../images/home/start-quote.png) no-repeat 0 0;
	}
	
#home #bucket-col-3 blockquote.quote .ending-quote {
	color: #a4c3d9;
	}
	
#home #bucket-col-3 blockquote.quote .quote-author {
	text-align: right;
	padding-top: 3px;
	}
	
/* ask-us */
	
#home p.ask-us {
	clear: both;
	color: #3e3e3e;
	font-size: 21px;
	line-height: 26px;
	padding: 28px 0 20px;
	text-align: center;
	letter-spacing: -0.6px;
	text-shadow: #fff 0 1px 0;
	height: 1%; /* for ie */
	}
	
#home p.ask-us a,
#home p.ask-us a:visited {
	color: #3f3d37;
	text-decoration: none;
	border-bottom: 1px solid #3f3d37;
	}

#home p.ask-us a:hover {
	color: #69c;
	border: 0;
	}
	
#footer-box {
	padding: 20px 0 50px;
	}
	