@charset "utf-8";
HTML, BODY {
	background-position:top center;
	background-repeat:no-repeat;
	height:auto;
	overflow:auto;
	overflow-x:hidden;
}
.bottomBground {
	width:100%;
	height:100%;
	min-height:723px;
}
.famineLogoBlack {
	position:absolute;
	background-image:url(../images/30hfLogoBlack.png);
	height:59px;
	width:99px;
	margin-top:30px;
	left:50%;
	margin-left:-485px;
}
.WVLogo {
	position:absolute;
	background-image:url(../images/wvLogo.png);
	height:31px;
	width:77px;
	left:50%;
	margin-left:400px;
	margin-top:5px;
}
.storiesContent {
	background-image:url(../images/storiesContentArea.png);
	width:582px;
	height:285px;
	position:absolute;
	top:299px;
	left:50%;
	margin-left:-486px;
	padding:40px;
}
.storySubNav {
	background-image:url(../images/storySubNav.jpg);
	background-repeat:no-repeat;
	width:249px;
	height:350px;
	position:absolute;
	top:260px;
	left:50%;
	margin-left:200px;
	padding:25px;
}
.storySubNav A {
	text-decoration:none;
}
.storySubNav H1 {
	background-image:url(../images/storiesNavH1.gif);
	background-repeat:no-repeat;
	width:210px;
	height:0 !important;
	padding-top:63px;
	font-size:0;
	font-family:Georgia;
	color:#413332;
}
.storySubNav LI {
	font-size:13px;
	color:#da5e03;
	width:70px;
	float:left;
	height:19px;
	padding-left:40px;
	background-image:url(../images/hrefArrow.png);
	background-position:10px;
	background-repeat:no-repeat;
	list-style:none;
	margin-bottom:8px;
	padding-top:3px;
	cursor:pointer;
}
.storySubNav P {
	font-size:14px;
	color:#413332;
	line-height:1.8em;
	margin:10px 0 15px;
}
.wider:hover {
	width:115px !important;
}
.storySubNav LI:hover A, .storySubNav LI.selected A {
	color:#FFF !important;
}
.scroll {
	width:100%;
	height:260px;
	overflow:auto;
	overflow-y:hidden;
	position:relative;
}
.scrollContainer {
	width:9000px;
	height:260px;
}
.panel {
	width:580px;
	height:260px;
	float:left;
	vertical-align:middle;
	margin-right:10px;
}
.panel p {
	color:#FFF;
	line-height:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
}
.scrollButton {
	padding-top:13px;
	font-size:14px;
	font-weight:700;
	color:#da5e03;
	width:271px;
	height:28px;
	cursor:pointer;
}
.scrollButton.left {
	background-image:url(../images/storiesLeftArrow.png);
	float:left;
	padding-left:20px;
}
.scrollButton.right {
	background-image:url(../images/storiesRightArrow.png);
	background-position:right;
	float:right;
	text-align:right;
	padding-right:20px;
}
*, .navigation UL {
	margin:0;
	padding:0;
}
.storySubNav LI:hover, .storySubNav LI.selected {
	background-image:url(../images/storiesLIover.gif);
	background-position:0;
	padding-left:20px;
	width:90px;
}
.wider LI.selected {
width:115px;
}