* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	background: #afac9c;
	color: #4C4C4C;
	text-align: center;
	font: 500 0.69em Arial, Helvetica, sans-serif;
	overflow-y: scroll;
	overflow-x: auto;
}

#slideStart {
	position: relative;
	left: 2px;
	width: 829px;
	height: 268px;
}


#slide {
	position: relative;
	width: 829px;
	height: 268px;

	}


#featuredProject {
	position: absolute;
	z-index: 50;
	bottom: 0px;
	left: 0px;
	width: 829px;
	height: 66px;
	color: #fff;
	background: url(featuredProjectBack.png) repeat-x top left;
	float: left;
	overflow: hidden;
}

#featuredProject p {
       line-height: 1em;
}

.featuredProjectHead {
	float: left; 
	padding: 5px;
	width: 550px;
	color: #fff ;
}

.featuredProjectHead h1, .featuredProjectHead h2, .featuredProjectHead h3, .featuredProjectHead h4, .featuredProjectHead h5 {
	color: #fff !important;
}
.featuredProjectHead h2 {font-size: 1.8em; font-weight:bold; border:0; padding:0; margin:0.25em 0 0 0;}
.featuredProjectHead h4 {background:transparent; padding: 0; margin: 0; width: auto;}

.featuredProjectMore {
	float: right;
	position: relative;
	width: 190px;
	height: 66px;
}

.featuredProjectMoreLink a:link, .featuredProjectMore a:visited {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	text-decoration: none;
	padding-left: 16px;
}

.featuredProjectMoreLink a:hover {
	text-decoration: underline;
}


#teaser {
	list-style-type: none;
	float: left;
}

#teaser ul li  {
	padding-top: 20px;
	width: 375px;
	float: left;
}

#teaser ul li a {
	  color: #fff;
	  display: block;
	  text-decoration: none;
	  line-height: 1em;
}

#teaser .project-list-morelink:hover a {
	  display: block;
	  color: #991d85;
	  text-decoration: none;
}


#teaser h3 {
	font: 700 1.2em Arial, Helvetica, sans-serif;
	padding-bottom: 0.2em;
}

#teaser .count {
	float:left;
	font: 600 2.5em Arial, Helvetica, sans-serif;
	margin-right: 10px;
	line-height: 0.9em;
}


