body { 
	color: #503827;
}

.adobeReaderLogoPosition { 
    float: left;
	margin: 0px 10px 0px 10px;
} 

.adobeReaderCopyPosition { 
    float: left;
	font-family: helvetica;
	font-size: 75%;
	text-align: left;
	margin: 0px 0px 30px 145px;
	width: 700px;
} 

#headerImage { 
    margin: 20px 0px 0px 0px;
} 

#project-window { 
    position: relative; 
    margin: 0px auto 20px auto;
    padding: 20px;
    width: 660px;
	border: solid 1px #CFD458;
    overflow: hidden;
	font-family: helvetica;
	font-size: 80%;
}

#project-viewer { 
    position: absolute; 
    padding: 0px; 
    margin: 0px;
    float: left;
} 

a#prevBtn, a#nextBtn { 
	width: 39px;
	height: 39px;
	position: absolute;
	display: block;
	top: 150px;
	z-index: 99;
	outline: 0;
}

a#prevBtn span, a#nextBtn span { 
	display: none;
}
	
a#prevBtn {
    left: 0px;
    background: transparent url(Images/previousNextBtnSprite.png) no-repeat top left;
}

a#prevBtn:hover {
    background-position: 0 -41px;
}

a#nextBtn {
    right: 360px;
    background: transparent url(Images/previousNextBtnSprite.png) no-repeat -41px 0;
}

a#nextBtn:hover {
    background-position: -41px -41px;
}

.hoverNav { 
    position: absolute; 
    top: 30px; 
    width: 172px; 
    height: 113px; 
    z-index: 99; 
    display: none;
}

.hoverNav img { 
    margin: 15px 0 0 15px; 
}

.hoverLeft { 
    left: -5px; 
    background: transparent url(Images/arrowLeftHover.png) no-repeat top left; 
    z-index: 99;
}

.hoverRight { 
    right: 400px; 
    background: transparent url(Images/arrowRightHover.png) no-repeat top left;  
    z-index: 99;
}

.project-carousel {
	height: 300px;
    width: 300px;
	overflow: hidden;
	z-index: 10;
	float: left;
	margin: 0px;
	padding: 0px;
}

.project-carousel ul {
    list-style: none;
    overflow: hidden;
	margin: 0px;
	padding: 0px;
}

li.carousel-panel { 
    float: left;
    width: 300px;
}

li.carousel-panel img { 
    border: none;
}

.carousel-content {
    float: left;
    margin: 0px 0px 0px 10px;
	*margin: 0px 0px 0px 40px;
    width: 305px;
    list-style: none;
    text-align: left;
    overflow: hidden;
}

.carousel-content h2 { 
    margin: 0px;
	font-size: 100%;
}

.carousel-content p { 
    margin: 0px 0px 10px 0px;
}

.carousel-content li { 
    display: none;
}

.carousel-content dl { 
    margin: 0px;
}

.carousel-content dl dd { 
    margin: 0px 0px 10px 0px;
	font-size: 95%;
}