#home {
	background: #292e34 url(../images/home/home-bkgd.jpg) repeat-x 0 120px;
	}

/*
#home #project-header {
	width: 706px;
	background-position: 130px 4px;
	}
*/

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

#home #dh-wrapper {
	/* width: 706px; */
	}

#home #dh-content-wrapper {
	background-color: transparent;
	}

#home #dh-content {
	padding: 4px 0 0;
	}
	
#home #dh-nosub-navbar {
	display: none;
	}

/* Featured */

#featured-box {
	position: relative;
	z-index: 100;
	width: 780px;
	height: 197px;
	}

#screen {  }

#screen #button-position {
	position: absolute;
	right: 0;
	top: 165px;
	width: 140px;
	}
#screen #buttons {
	background: transparent url(../images/home/next-feature-bkgd.png) no-repeat left top;
	}

#screen #buttons a {
	text-decoration: none;
	}

#screen .prev {
	float: left;
	display: none;
	}

#screen .next {
	width: 110px;
	padding: 4px 15px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: transparent url(../images/home/next-feature-arrow.png) no-repeat 123px 9px;
	}
	
#screen .next:hover {
	color: #8ab074;
	}

#slideshow {
	overflow: hidden;
	width: 780px;
	height: 190px;
	}

#slideshow ul {
	width: 3900px;
	padding-left: 225px;
	list-style: none;
	margin: 0;
	}

#slideshow li {
	float: left;
	padding-right: 10px;
	}



/* home buckets */

#home-buckets-wrap { 
	background: transparent url(../images/home/home-buckets-wrap-bkgd.png) no-repeat center top; 
	padding: 26px 0 34px;
	}

#home-buckets {
	background: transparent url(../images/home/double-bucket-bkgd.png) no-repeat right bottom;
	height: 1%; /* for IE */
	}

#home-buckets h4 {
	font: 19px/24px Tahoma, Arial, Helvetica, sans-serif;
	}

#home-buckets a {
	color: #91d7f7;
	}

#news-bucket,
#employ-bucket,
#quick-links-bucket {
	float: left;
	}

/* news */

#news-bucket {
	width: 300px;
	padding-right: 19px;
	}

#news-bucket h4 {
	padding-bottom: 0;
	}

#news-bucket h4 a {
	color: #fff;
	text-decoration: none;
	}

#news-bucket h4 a:hover {
	text-decoration: underline;
	}

#news-bucket p {
	color: #fff;
	}

#news-bucket p.date {
	color: #ccc;
	font-size: 15px;
	line-height: 20px;
	}

#news-bucket p.more-news {
	font-size: 11px;
	}

#news-bucket p.more-news a {
	padding-right: 10px;
	margin-right: 20px;
	background: transparent url(../images/common/angle-arrow-bullet.png) no-repeat right center;
	text-decoration: none;
	}
#news-bucket p.more-news a:hover {
	color: #9bd27c;
	text-decoration: underline;
	}



/* employ */

#employ-bucket {
	width: 221px;
	margin: 0 19px 8px 0;
	background-color: #14212b;
	}

#employ-bucket a {
	background: transparent url(../images/home/working-at-mi-btn.png) no-repeat 0 0;
	width: 221px;
	height: 178px;
	display: block;
	text-indent: -100000px;
	}

#employ-bucket a:hover {
	background-position: -221px 0;
	}



/* links */

#quick-links-bucket {
	width: 221px;
	margin-bottom: 14px;
	background-color: #242e36; 
	}

#quick-links-bucket h4 {
	color: #fff;
	padding: 9px 19px 8px 19px;
	background: url(../images/home/bucket-top.png) no-repeat center top;
	}

#quick-links-bucket ul,
#quick-links-bucket ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#quick-links-bucket ul a {
	color: #94bae0;
	text-decoration: none;
	display: block;
	margin: 0 14px 0 19px;
	padding: 2px 0 2px 10px;
	background: transparent url(../images/common/angle-arrow-bullet.png) no-repeat 0 6px;
	height: 1%; /* for IE */
	}
	
#quick-links-bucket ul a:hover {
	color: #9bd27c;
	text-decoration: underline;
	}



/* footer */

#home #home-footer-wrap {
	border-top: 1px solid #1f2327;
	background: transparent url(../images/home/home-footer-bkgd.png) no-repeat center top;
	min-height: 128px;
	}

#home #footer-box {
	border-top-color: #383c41;
	margin-top: 0;
	}

#home #footer-box p,
#home #site-credit p {
	width: 778px;
	margin: 0 auto;
	}

#home #footer-box span,
#home #footer-box span a,
#home #footer-box a.hidestyle,
#home #footer-box a.hidestyle:visited,
#home #footer-box a.hidestyle:hover {
	color: #4c5257;
	}
	
#home #site-credit {
	padding: 0;
	}

