/* Archivo CSS */
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}

#titlewrapper {
	float:left;
	width:966px;
	height:69px;
	/*background:#fff;*/
}
	
h1 {
	color:#333333;
	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;

	}
	
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:16px;
	color:#0099CC;
	font-weight:bold;
}

.h7 {
	color:#333;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0 0 2px 0;
}

ul, li {
	margin: 0;
	padding: 0;
}

.pr-date {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:11px;
	font-weight:bold;
}
	
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003399;
	margin:0 0 3px 0;
	line-height:15px;
}

a {
	font-size:11px;
	color:#1e62a9;
	text-decoration:none;
}
	
a:hover {
	font-size:11px;
	color:#ff6600;
	text-decoration:none;
}

.blogs {
	margin:0 5px 0 5px;
	padding: 0 0 0 20px;
	}
	
.whitepapers {
	margin:6px 5px 0 5px;
	padding: 0 0 0 22px;
	}
	
.casestudies {
	margin:6px 5px 0 5px;
	padding: 0 0 0 22px;
	}
	
#breadcrumb {
	font-size:10px;
	color:#999999;
	text-decoration:none;
	margin:1px 0 0 18px;
}
	
#breadcrumb a {
	font-size:10px;
	color:#333333;
	text-decoration:none;
	margin:0 0 20px 0;
}
	
#breadcrumb a:hover {
	color:#999999;
	text-decoration:none;
}



/*------SUBNAV LEADSTORY CONTAINER----*/
#subnav-leadstory-container {
	float:left;
	width:744px;
	border-right:1px solid #000;
	background-color:#000;
}






/*---LEAD STORY---*/	
#leadstory-container {
	width:744px;
	height:320px;
	overflow:hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00FF00;
}

#leadstory_wrapper {
	width:742px;
	height: 183px;
	overflow: hidden;
	border-top:4px solid #000;
	border-bottom:5px solid #000;
}

#leadstory_wrapper div.slide {
	width: inherit;
	height: inherit;
	overflow: hidden;
}

#leadstory_wrapper div.leadstory_img {
	float:left;
	width:475px;
	}
	
/*#leadstory_wrapper div.leadstory_numbering {
	float:left;
	width:26px;
	overflow:hidden;
	height:128px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#FF3300;
	padding:6px 5px 0 5px;
	border:1px blue solid;
	}*/

#leadstory_wrapper div.leadstory_content {
	float:left;
	width:250px;
	height:128px;
	padding:10px 5px 0 5px;
	background-color:#000000;
	}
	
div.leadstory_content ul li {
	padding-left:8px;
	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:298px;
	top:-44px;
	left:439px;
	text-align:center;
	border-top:1px solid #e6e6e6;
	padding-top:10px;
	}


/** --- PAGER SECTION ---**/
#leadstory_pager a {
	margin: 0 3px;
	padding: 3px 5px;
	background: #fff;
	text-decoration: none;
	color:#CCCCCC;
	font-size:10px;
}
#leadstory_pager a.activeSlide { background-image:url("../images/bluenav.gif"); background-repeat:no-repeat; /*color:#fff;*/ }
#leadstory_pager a:focus { outline: none; }

	

	
