/* css for stories pages */

/* CSS Popout menuv */

.menuv {
	margin:0;
	padding:0;
	width:195px;
}

.menuv li
	{
	list-style-type:none;
	margin:0;
	padding:10px 10px 10px 15px;
	width:195px;
        background-color:#7892a1;
        font-size: 1.2em;
	}

.menuv li a
	{
	color:#ffffff;
	}

.menuv li a:hover
	{
	color:#f6f2e7;
	}

.menuv ul li
	{
	position:relative;
	}

.menuv li ul
	{
	z-index:10;
	position: absolute;
	top:-0px;
	left: 195px; /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div.menuv ul
	{
	margin:0; /* keeps the menu parts together */
	padding:0;
	width:195px; /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}
	
.menuv ul ul
	{
	margin:0; /* keeps the menu parts together */
	padding:0;

	width:350px; /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div.menuv ul ul, div.menuv ul li:hover ul ul
	{
	display: none;

	}

div.menuv ul li:hover ul
	{
	display: block;
	color: white;
	}
	
div.menuv ul li:hover ul li {
	border-bottom:1px solid #333333;
	padding:5px;
	width:340px;
	font-size:0.85em;
    background-color:#8ca3b1;

}

/* end pop-out menu css */

/* specify no left margin for stories pages */
#st_rightcontent {
	padding:10px 15px 10px 0px;
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

#st_rightcontent h1{
	font-size: 2.5em;
	color: #000;
	font-family:"Times New Roman", Times, serif;
}

#st_rightcontent h2{
	font-size: 1.8em;
	color: #000;
	font-family:"Times New Roman", Times, serif;
}

/* font styles for story header in left column - slightly different than the 2 col leftHeader text */
.st_lefthdr {
	padding-top:15px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.4em;
	line-height:130%;
}
/* div class used for stories header */
.st_hdr {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #000;
	margin-top:10px;
}

.st_contenthdr {
	margin:0;
	padding:0;
	width:665px;
	clear:both;
}

.st_hdrtext {
	width:325px;
	margin-right:auto;
	float:left;
	padding:40px 20px 15px 20px;
	font-weight:bold;
	color:#006699;
}

.st_hdrlinks {
	width:280px;
	margin-right:auto;
	float:left;
	padding:10px 10px 15px 10px;
}

.st_contentstory {
	margin:0;
	padding:0 10px 10px 0;
	clear:both;
}

.st_storytxt li{
	margin:10px 0 0 0;
	padding:0;
}

.st_storytxt {
	width:325px;
	margin-right:auto;
	float:left;
	padding:0 20px 20px 20px;
	border-top:1px solid #7C9BAF;
}

.st_storyimg {
	width:280px;
	margin-right:auto;
	float:left;
	border-top:1px solid #7C9BAF;
}

.st_img {
	padding:0 0 0px 10px;
}

.st_img img {
	width:100%;
}

.st_caption {
	padding:10px;
}

.st_caption_vid {
	padding:5px 0px 40px 10px;
margin: 0;
font-size:1.1em;
font-weight:600;
font-style:italic;
}

#st_photo {
	padding:0px 0px 0px 10px;
	margin:0;
	font-size:0.9em;
}

#st_photo img {
	padding:0 0 0px 0px;
	margin: 0;
}



#st_photo h3{
	padding:20px 0 0 0;
	margin:0;
	font-size:1.3em;
}


#st_photo p{
	padding:5px 0 0 0;
	margin:0;
	font-size:.9em;
}
#st_photo ul{
	padding:5px 0px 0px 10px;
	margin:0;
	}


#st_photo li{
	padding:5px 0px 0px 0px;
	margin:0px 10px 0 10px;
	font-size:1em;
	}
	
	
.st_captionbig {
	font-family:'Times New Roman', Times, serif;
	font-size:1.4em;
	font-style:italic;
}

.st_captionsm {
	font-size:0.9em;
}

.st_print_footer {
	display:none;
}

@media print {

#titleBar, #menu, #workspace, .ws_bottomborder, #leftnavContainer, .st_hdrlinks, #footer {
	display:none;
}

#rightcontentContainer {
	width:100%;
}

.st_print_footer {
	display:block;
	width:665px;
	margin:10px 0 0 0;
	padding:10px;
	clear:both;
	font-size:0.9em;
	color:#000000;
	border-top:1px solid #7C9BAF;
}

}
