﻿/* CSS Document */


.inner-lead-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#666;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:25px;
	}


/*------SUBNAV----*/


/*---LEAD STORY---*/	
#leadstory-container {
	width:724px;
	height:192px;
	border-bottom:2px solid #ff5312;
	border-right:1px #d7d7d7 solid;
	border-left:1px #d7d7d7 solid;
	border-top:1px #d7d7d7 solid;
	overflow:hidden;
}

#leadstory_wrapper {
	width:742px;
	height: 183px;
	overflow: hidden;
	border-top:4px solid #fff;
	border-bottom:5px solid #fff;
}

#leadstory_wrapper div.slide {
	width: inherit;
	height: inherit;
	overflow: hidden;
}

#leadstory_wrapper div.leadstory_img {
	float:left;
	width:345px;
	}
	
#leadstory_wrapper div.leadstory_content {
	float:left;
	width:250px;
	height:128px;
	padding:10px 5px 0 5px;
	background-color:#FFFFFF;
	}
	
	
#leadstory_nav {
	position:relative;
	width:298px;
	height:29px;
	top:-40px;
	left:320px;
	text-align:center;
	border-top:1px solid #e6e6e6;
	padding-top:5px;
	z-index: 50;
	}
/** --- PAGER SECTION ---**/
#leadstory_pager a { margin: 0 3px; padding: 3px 5px; text-decoration: none; color:#333 !important; font-size:10px; }

#leadstory_pager a:focus { outline: none; }
