/* CSS Document */
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}

#microsite-container {
	width:690px;
	background-color:#FFFFFF;
	float:left;
	}
	
#microsite-container h3 {
	color:#2060aa;
	font-size:14px;
	font-weight:bold;
	margin: 0 0 3px 0;
	padding: 0 3px 5px 0;
}

#microsite-story-container {
	width:690px;
	/*border-bottom:2px solid #ff5312;*/
	height:247px;
	}
	
#spacer {
	border-top:4px solid #fff;
	border-bottom:2px solid #fff;
	}
	
/**-----LEAD STORY CODE-----**/
#story_wrapper {
	width:690px;
	height:247px;
	overflow: hidden;
	position:relative;
}

#story_wrapper div.slide {
	width: inherit;
	height: inherit;
	overflow: hidden;
}

#story_img {
	float:left;
	width:390px;
	height:150px;
	}
	
#story_text {
	float: left;
	width:300px;
	padding: 0px;
	margin-left: 0px;
	}

/** --- PAGER SECTION ---**/

