/* CSS Document */
body { 
	background-image: url(../images/backgrounds/bk_stories.jpg); 
	background-position: center -25px;
}
div.menuItems a.stories { background-image: url(../images/menu_over.gif); }

div#pageContainer {
background-image: url(../images/Textbacking.png);
height:600px;
}

div.storey1{
	position: absolute;
	left: 5px;
	top: -65px;
}

div.storiesHome{
	position:absolute;
	right: 0;
    top: 200px;
}

div.storyIntro {
	padding: 40px 0 0 30px;
	height: 509px;
	width: 370px;
	float: left;
	position: relative;
}



div#storyGlow1,
div#storyGlow2 {
	position: absolute;
	width: 339px;
	height: 352px;
	margin-top: 197px;
	opacity: 0.5;
	background-image: url(../images/story_glow.gif);
	filter: alpha(opacity=50);
	margin-left: 61px;
}

div#storyGlow2 {
	margin-left: 461px;
}

div#storyChild1 {
	position: absolute;
	background-image: url(../images/story_child1.gif);
	width: 208px;
	height: 231px;
	margin: 267px 0 0 192px;
}

div#storyChild2 {
	position: absolute;
	background-image: url(../images/story_child2.gif);
	width: 198px;
	height: 225px;
	margin: 273px 0 0 602px;	
}

div.storyIntro p {
	margin: 0;
	padding: 8px 20px 8px 0;
	color: white;
	font-size: 13px;
	line-height: 14pt;
}

div.fullStoryText {
    color: black;
    left: 280px;
    position: absolute;
    top: 25px;
    width: 500px;
}

div.fullStoryText p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	color:#000000;
	line-height:18px;
}

.slideshowlink{
	position:absolute;
	top:200px;
}

.slideshowlink h1{
	text-decoration: underline;
}

div.fullStoryText a {
	color: rgb(106,139,152);
}

p.caption {
	font-style: italic;
}

div.mediaContainer {
	height: 185px;
}

div.mediaContainer a.storiesTitle {
	display: block;
	width: 100%;
}

div#learnNavigate {
	position: absolute;
	
	top: 460px;
	_top: 455px;
	left: 480px;
	
	font-weight: bold;
	color: rgb(88,88,90);
	font-size: 8pt;
	z-index: 5;
}

div#learnNavigate a { font-size: 10pt; color: rgb(88,88,90); }
div#learnNavigate a span { font-size: 8pt; }


