.clear { clear: both; }
.r { float: right; }
.l { float: left; }

.MainContent h1 { 
	margin: 0 0 10px 0; 
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	font-size: 1.2em; 
}

.MainContent h2 {
	margin: 5px 0 0 0;
	font-size: 1em; 
}

.carousel {
	float: right;
	overflow: hidden;
}

.carouselNav{
	float: left;
	width: 250px;
}

.carouselNavItem {
	display: block;
	height: 53px;
	border-right: 1px solid #000;
	padding: 2px 5px 1px 2px;
	outline: 0;
	font-size: .8em;
	font-family: Arial;
	font-weight: bold;
}
	.MainContent  a.carouselNavItem {
		color: #555;
	}
	.carouselNavItem.current {
		padding: 1px 4px 0px 1px;
		border: 1px solid #000;
		background: #fff url("../images/current_bg.gif") repeat-x;
	}
	
	.carouselNavItem .indicatorArrow {
		width: 11px;
		height: 56px;
		position: absolute;
		margin-left: -73px;
		margin-top: -13px;
		background: url("../images/inactiveArrow.gif") no-repeat;
	}
		.carouselNavItem.current .indicatorArrow { background: url("../images/activeArrow.gif") no-repeat;	}
	
	.carouselNavItem img { 
		float: left;
		margin-right: 7px;
	}
	

.carouselText {
	height: 90px;
	padding: 5px;
	margin-top: 180px;
	background: url("../images/dark_bg.png");
	color: #fff;
	display: none;
}
	.MainContent .carouselText h2{
		margin: 0 15px 5px 15px;
		font-size: 1.1em;
		font-weight: bold;
		text-decoration: none;
	}
		.MainContent .carouselText h2 a,.MainContent .carouselText h2 a:visited {
		color: #fff;
	}
	
	.carouselText a.learnMore , .carouselText a.learnMore:visited{
		color: #fff; 
		float: right;
		margin: 0 10px 0 0;
	}

	.carouselText p{
		margin: 0;
		padding: 0 15px;
		color: #fff;
		font-size: .8em;
		text-decoration: none;
	}
		.carouselText a:hover { text-decoration: underline; color: #fff;}
		.carouselText a:visited { color: #fff;}
	
	
	

		
	.carousel, .carouselText, .carouselContainer .carouselBlock { width: 530px; }

	.carouselContainer {
		height: 280px;
	}
	
	.carousel a.next {
		position: absolute;
		z-index: 1000;
		margin-top: 205px;
		margin-left: 514px;
		padding: 3px;
		text-decoration: none;
		outline: none;
	}
	.carousel a.prev{
		position: absolute;
		z-index: 1000;
		margin-top: 205px;
		margin-left: 1px;
		padding: 3px;
		text-decoration: none;
		outline: none;
	}
		
	.carouselContainer .carouselBlock {
		float: left;
		height: 276px;
	}
		.carouselContainer .carouselBlock img {
			display: none;
		}
		
.secondaryCopy {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #000;
}
	.secondaryNav {
		width: 135px;
		float: left;
		font-size: .9em;
	}
		.secondaryNav li { margin-bottom: 6px; }
		.secondaryNav ul {
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		
		.secondaryNav ul ul {
			padding: 0 0 0 10px;
			margin: 2px 0;
			font-size: .8em;
		}
		.secondaryNav ul ul li { margin-bottom: 0px; }
		
.secondaryCallout {
	float: right;
	width: 250px;
	font-size: .7em;
}
	.secondaryCallout .researchDesign {
		height: 180px;
		border: 1px solid #000;
		background: url("../images/callout_bg.gif") no-repeat;
	}
	
	.secondaryCallout .fastFacts {
		border: 1px solid #000;
		background: url("../images/factsBg.jpg") no-repeat center;
	}
		.secondaryCallout .fastFacts p { 
			padding: 10px;
			margin: 0;
		}
	
		.secondaryCallout .fastFacts h3 {
			padding: 5px 10px;
			margin: 0;
			background: url("../images/dark_bg.png");
			color: #fff;
			font-size: 1.3em;
		}
		.secondaryCallout .fastFacts a.r {
			float: right;
			margin: 5px 0;
		}
		
		.secondaryCallout .fastFacts .pubRndList {
			background: none;
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			.secondaryCallout .fastFacts .pubRndList a{
				font-weight: normal;
				line-height: 1.4em;
			}
			
		
		.secondaryCallout .researchDesign h4 a{ color: #fff; }
	
		.secondaryCallout .researchDesign p {
			padding: 5px;
			margin: 0;
			background: url("../images/dark_bg.png");
			color: #fff;
		}
		
.secondaryIndexCopy {
	font-size: 1em;
	width: 375px;
	float: left;
	padding: 0 10px;
	font-weight: normal;
}
	.secondaryIndexCopy p {
		margin: 0 0 10px 0;
		line-height: 1.4em;
	}
	
.MainContent p { font-size: .8em; }

.questionList {
	width: 370px;
	margin: 0;
	padding: 5px;
	font-size: .9em;
}
	.questionList.r {
		background: #eee;
	}
	.questionList.l {
		background: #eee;
	}
	.questionList h3 { 
		margin: 0 0 5px 0;
		padding: 0;
	}
	.questionList ul {
		list-style-type: disc;
		padding: 0;
		margin: 0;
	}
		.questionList ul li {
			margin-bottom: 4px;
			margin-left: 15px;
		}
	