/** {
	margin: 0;
	padding: 0;
}
*/
/*body {
	background: #fff;
font-family: Arial, Helvetica, sans-serif;

	color: #000;
	font-size: 14px;
}
*/ 
 
ul {
	list-style:none;
}
#dates>li>a {
	color: #737374;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#dates>li>a:hover,  a.selected {
	color: #676767;
}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timeline {
	width: 468px;
	height: 400px;
	overflow: hidden;
	margin_top:10px;
	position: relative;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	/*width: 468px;*/
	height: 30px;
	overflow: hidden;
	margin-top: 15px;
	/*margin-left: 80px;*/
	/*position: center;*/
	color: #006cb6;
	font-size: 26px;
	font-weight:bold;
	line-height: 25px;
	text-align:center;
	top: 0;
}
#h1 {
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	overflow: hidden;
	margin-bottom: 0px;
	margin-top: 10px;
	position: center;
	color: #006cb6;
	font-size: 14px;
	font-weight:bold;
	line-height:20px;
	top: 10;
	text-align: center;
}
#mmdimg {
	width: 200px;
	height: 270px;
	float: left;
	margin-left:40px;
	margin-top:15px;
	color: #666;
	font-size: 10px;
	font-style:italic;
	border-style:none;
	border:none;
}
/*
img {
	border-radius:15px;
	margin-right:10px;
}
*/
#valign {
	margin-top: 40px;
}
#issues {
	width: 468px;	
	height: 468px;
	overflow: hidden;
	padding-left: 50px;
	padding-right: 50px;
}
#issues li {
	font-family: Arial, Helvetica, sans-serif;
	height: 298px;
	float: left;
	width: 468px;
	display:none;
	/*background-color:#CCFF99;*/
}
#issues li h6 {
	width:auto;
	font: 16px verdana, sans-serif;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	margin-right: 60px;
	margin-left: 250px;
	margin-top: 10px;
	line-height: 20px;
	border:none
}
#issues li h3 {
 	width:auto;
	color: #999;
	font-size: 12px;
	margin-left: 250px;
	margin-top: 10px;
	font-weight: normal;
	line-height: 17px;
	text-shadow: #000 0px 0px 0px;
	border:none
}
#issues li h3 b {
	font: 16px verdana, sans-serif;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
#issues li h4 {
	width:auto;
	font: 16px verdana, sans-serif;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	margin-right: 60px;
	margin-left: 335px;
	margin-top: 20px;
	line-height: 20px;
	border:none
}
#issues li h5 {
 width:auto  color: #999;
	font-size: 12px;
	margin-right: 40px;
	margin-left: 335px;
	margin-top: 20px;
	font-weight: normal;
	line-height: 17px;
	text-shadow: #000 0px 0px 0px;
	border:none
}
#issues li h6 a {
	color:#3E3E3E;
	text-decoration: none;
	border-style:none;
	font-size: 16px;
	font-style:normal;
	font-family:Gadget, sans-serif;
	line-height:10px;
}
#issues li p{
	width:447px;
	height:120px;
	margin:0px;
	background-color:#446b7b;
	font-weight:bold;
	color:#fff;
	border:1px solid #ccc;
	border-radius:2px;
	padding:10px;
	font-size:14px;
}
#issues>li{
	display:none;
}
#awardTitle{
	color:#006cb6;
}
#next {
	position: absolute;
	top: 440px;
	left: 708px;
	background-image: url('../../html/2014-timeline/images/arrow-next-lg-blue.png');
	width: 25px;
	height: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#prev {
	position: absolute;
	top: 440px;
	left: 266px;
	background-image: url('../../html/2014-timeline/images/arrow-prev-lg-blue.png');
	width: 25px;
	height: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover {
	background-image: url('../../html/2014-timeline/images/arrow-next-lg-blue.png');
	opacity: 1;
}
#prev:hover {
	background-image: url('../../html/2014-timeline/images/arrow-prev-lg-blue.png');
	opacity: 1;
}
#next.disabled,  #prev.disabled {
	opacity: 0.0;
}
