@charset "UTF-8";
#contentArea {
	width:1000px;
	padding:0;
	height:650px;
	background-image: url(../images/general/blueGradient.jpg);
	background-repeat: repeat-x;
	position:relative;
}

#mainImageWrapper{
	width: 1000px;
	height:650px;
	position:absolute;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
#newsFooter {
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 1000px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/general/white50.png);
	background-repeat: repeat;
	z-index:100;
}

#contentWrapper{
	width:390px;
	position:relative;
	float:right;
	margin: 10px 0 10px 0;
	padding:0;
	}

#titleBlock{
	width: 230px;
	height: 50px;
	clear:both;
	position:relative;
	}

#textArea{
	width: 370px;
	padding:10px;
	
	}


/*Section Header*/
h3.bioHead{
	width:210px;
	height: 30px;
	padding:10px;
	margin:0;
	display:block;
	overflow:hidden;
	text-indent:-50000px;
	background-image:url(../images/bio/bioHead.png);
	background-repeat: no-repeat;
	}
	
/*-----Slideshow------*/
#slideshow {
    position:relative;
    height:650px;
	margin:0;
	padding:0;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
