@charset "utf-8";
/* CSS Document */




				
				
#splash div {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	bottom:0;
	position:absolute;
	z-index:10;
	background-image: url(../images/black-overlay.png);
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 70px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#splash div.topleft {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	top:0;
	position:absolute;
	z-index:10;
	background-image: url(../images/black-overlay.png);
	margin-top: 20px;
	margin-right: 260px;
	margin-bottom: 140px;
	margin-left: 70px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#splash h1 {
	font-size:24px;
	margin-bottom:5px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	line-height: 28px;
}
#splash strong {color:#fff;font-size:11px;text-shadow:none;}
#splash p {
	color:#fff;
	font-size:11px;
	line-height:14px;
	margin:0!important;
	text-shadow:none;
	font-family: "Droid Sans";
}
				
				
#splash li.slide-closed div {
	display: none;
}

#splash img {
	
	
}
#splash {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}





.readmore-a a{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 13px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.readmore-a a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	text-decoration: none;
}.readmore-a:active {
	position:relative;
	top:1px;
}
