/* Home Page */
div#Header {
	height: 85px;
	background-image: none;
}
div#Intro {
	height: 350px;
	width: 970px;
	background-image: url(../images/bg-intro.png);
	background-repeat: no-repeat;
}

#IntroHeadline {
	position: absolute;
	top: 50px;
	left: 195px;
	width: 580px;
}
#IntroSubhead {
	position: absolute;
	top: 90px;
	left: 195px;
	width: 580px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
}
#Intro1,#Intro2,#Intro3,#Intro4,#Intro5 {
	position: absolute;
	top: 140px;
}
#Intro1 {
	left: 85px;
}
#Intro2 {
	left: 245px;
}
#Intro3 {
	left: 405px;
}
#Intro4 {
	left: 565px;
}
#Intro5 {
	left: 725px;
}
#results1,#results2,#results3,#results4 {
	position: absolute;
	top: 55px;
	left: 0px;
}

/* Home Page Stories */
div#Stories {
	height: 230px;
	width: 970px;
	background-image: url(../images/bg-stories.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#Story1,#Story2,#Story3 {
	position: relative;
	float: left;
	width: 280px;
	padding-top: 25px;
}
#Story1 {
	margin-left: 25px;
}
#Story2,#Story3 {
	margin-left: 40px;
}
div#Stories H1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #252525;
	margin: 0px 0px 10px 0px;
}
div#Stories H4,div#Stories DT {
	font-size: 12px;
	line-height: 15px;
	color: #252525;
}
div#Stories P,div#Stories DD {
	font-size: 11px;
	line-height: 15px;
	color: #252525;
}
div#Stories H4 {
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}
div#Stories P {
	margin: 0px 0px 5px 0px;
}
div#Stories DT {
	font-weight: bold;
	margin: 12px 0px 0px 0px;
	padding: 1px 70px 0px 25px;
	background-image: url(../images/icon-blogpost.png);
	background-repeat: no-repeat;
	min-height: 20px;
}
div#Stories DD {
	font-weight: normal;
	padding: 0px 70px 0px 25px;
	margin: 0px 0px 5px 0px;
}
div#Stories img {
	float: right;
	margin: 3px 0px 0px 10px;
	border: none;
}
div#Stories H1 A:link,div#Stories H1 A:visited {
	color: #000;
}
div#Stories H1 A:hover,div#Stories H1 A:visited.hover {
	color: #f47b20;
}

