/* CSS Document */
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	text-decoration: none;

}
.menu_ban {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ff6600;
	font-size:11px;
	text-decoration: none;
}
.menu_ban:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	text-decoration: underline;
}
.menu_top {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	text-decoration: none;
}
.menu_top:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0;
	padding:0;
}

#titlewrapper {float:left; width:997px; height:69px;}
	
h1 {
	color:#333;
	font-size:25px;
	margin:15px 0 0 18px;
}

h2 {
	float:left;
	color:#ff7d07;
	font-size:20px;
	padding:0 10px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	
h3 {
	color:#2060aa;
	font-size:15px;
	font-weight:bold;
	margin:0 0 3px 0;
	padding: 0;
}

h3 a {
	color:#2060aa;
	font-size:15px;
	font-weight:bold;
	margin:0 0 3px 0;
	padding: 0 3px 0 0;
	text-decoration:none;
}

h3 a:hover {
	color:#ff7d07;
	font-size:15px;
	font-weight:bold;
	margin:0 0 3px 0;
	padding: 0 3px 0 0;
	text-decoration:none;
}

.h3-arrow {
	padding: 0 0 0 6px;
	background:url(/images/h3-bullet.gif) no-repeat left;
	}
	
h4 {
	color:#ff7d07;
	font-size:11px;
	font-weight:bold;
	padding: 0 0 2px 0;
}

h5 {
	color:#2060aa;
	font-size:11px;
	font-weight:bold;
}

h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#ff3300;
	font-weight:bold;
}

.inner-lead-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#666;
	font-weight:bold;
}

.h7 {
	color:#333;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:22px;
	margin:0;
	padding:0;
}

a.h7:hover {
	color:#ff6600;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}


	
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	/*margin:0 0 3px 0;*/
	line-height:15px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
	
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff6600;
	text-decoration:none;
}


/*SUBNAV LEADSTORY CONTAINER*/
#subnav-leadstory-container {
	float:left;
	width:744px;
	border-right:1px dashed #AA272F;
	/*background-color:#fff;*/
}









/*LEAD STORY*/	
#leadstory-container {
	width:744px;
	height:182px;
	border-bottom:1px dashed #AA272F;
	overflow:hidden;
}

#leadstory_wrapper {
	width:742px;
	height: 182px;
	overflow: hidden;
	border-top:0px solid #fff;
	border-bottom:0px solid #fff;
}

#leadstory_wrapper div.slide {
	width: inherit;
	height: inherit;
	overflow: hidden;
}

#leadstory_wrapper div.leadstory_img {
	float:left;
	width:475px;
	}
	
#leadstory_wrapper div.leadstory_content {
	float:left;
	width:250px;
	height:128px;
	padding:10px 5px 0 5px;
	background-color:#FFFFFF;
	}
	
div.leadstory_content ul li {
	padding-left:0px;
	margin:2px 0 0 0;
	background:url(/images/bullet.gif) no-repeat 0 5px;
	vertical-align:middle;
	list-style:none;
	}
	
#leadstory_nav {
	position:relative;
	width:300px;
	height:29px;
	top:-35px;
	left:452px;
	text-align:center;
	border-top:1px dashed #AA272F;
	padding-top:0px;
	z-index: 100;
	}
/* PAGER SECTION */
#leadstory_pager a { margin: 0 3px; padding: 3px 5px;  /*background: #fff;*/ text-decoration: none; color:#333; font-size:10px; }
#leadstory_pager a.activeSlide { background-image:url(/images/orange-nav-rollover.gif); background-repeat:no-repeat; /*color:#fff;*/ }
#leadstory_pager a:focus { outline: none; }

