﻿#flash {
	width: 850px;
	clear: both;
	background-image: url(../images/slideshow/image1.jpg);
	background-repeat: no-repeat;
	height: 269px;
}

/*Hide left and right boxes*/
#Welcome4 #pageSpotlightOne {
	display: none;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
}
/*Hide left and right boxes*/
#Welcome4 #columnSecondaryWrapper {
	display: none;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
}
/*Resize main content to fill the column*/
#Welcome4 #pageSpotlightTwo {
	width: 955px;
}
#Welcome4 #pageSpotlightWrapper, #Welcome4 #pageSpotlightTwo, #Welcome4 #explore {
	width: 955px;
	height: auto;
}
#Welcome4 #explore .exploreUnit {
	width: auto;
	height: auto;
}
#Welcome4 #explore {
	top: 7px;
}
/*Indents modified headline to line up with paragraph text*/
#Welcome4 #explore h3.mainHead {
	padding: 0 0 0 12px;
}

#tabs img.floatLeft {
	float: left;
	margin-left: 0;
	margin-right: 6px;
}

/*Caption Box styles*/
/*MUST specify width for each div (exact image width) using inline css style="width:##px">*/
.imageCaptionContainerLeft{	
	margin: 10px 25px 10px 10px;
}
.imageCaptionContainerRight{
	margin: 10px 10px 10px 25px;
}
.captionText h4{
	font-size: 14px;
	color: #000000;
}

.imageCaptionContainerLeft {
	float:left;
}
.imageCaptionContainerRight {
	float:right;
}
.imageCaption {
	float:left;
	height:auto;
	margin:10px 12px 10px 0;
	width:auto;
}
.captionText{
	font-size:0.7em;
	line-height:1.75em;
	clear: both;
	padding-left: 10px;
}
.captionText p{
	margin-top: 5px;
}
.image_caption_clear_right  {
	clear:right;
	float:none;
	height:auto;
	margin:10px 12px 10px 0;
	width:auto;
}
#tabs .image_caption_clear_right img{
	float: left;
}
.ui-tabs-panel{
	padding-bottom: 15px;
}

/* using #tabsPage to limit weirdness if tabs show up on content Page 1 */
#tabsPage .ui-tabs-panel {
	min-width: 676px;  /* makes width consistent for images floated right */
	_width: 676px; /* IE6 treats as suggestion, ie, just like min-height */
}


.research_right_wrap  {
	float:right;
	height:auto;
	margin-bottom:40px;
	margin-left:30px;
	text-align:right;
	width:185px;
}
