#contentWrapper {
	margin: 0 auto;	
	width: 980px;
	position: relative;
	/*background-image: url('/img/content_shadow.png');*/
	/*background-image: url('webroot/img/internalContent_Background.png');*/
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
div#content {
	border: none;
}

div#slideshow {
	width: 710px;
	height: 307px;
	margin-left: 10px;
	background-color: #0D244C;
	position: relative;
}

div#slideshow div.hoverSlide {
	width: 693px;
	height: 297px;
	background-color: #ddd;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
}

div#slideshow div#slideshowSlides {
	width: 693px;
	height: 297px;
	background-color: #ddd;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
}


div.slideItem {
	position: relative;
} 

div.slideItem div {
	background-image: url('webroot/img/photoTextBkgd.png');
	background-repeat: repeat;
	width: 100%;
	padding: 10px 0em 0em 10px;
	position: absolute;
	bottom: 0;
}
div.slideItem div p {
	color: #fff;
	font-size: 17px;
	line-height: 15px;
}

div#slideshowNav {
	margin:  0 0 2px 10px;
	width: 710px;
	height: 50px;
}
div#slideshowNav ul li {
	float: left;
}



.activeSlide {

}


div#main p.introText {
	font-size: 23px;
	line-height: 1.4em;
}




#leftSidebar div#chamberLogos {
	text-align: center;
}
#leftSidebar div#chamberLogos a {
	margin: 0em 5px;
}
#leftSidebar div.leftSidebarPadder {
    padding: 20px 0px 10px 20px;
}
