
* {margin: 0; padding: 0; outline: none;}
img {border: none;}
.splash-container h1 {
	font: 3em normal Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	background: #141414;
	background: #012B55;
	background: #001F3C;
	text-indent: -99999px;
	margin: 100px 0 10px;
}

.splash-container {
	overflow: hidden;
	width: 880px;
	margin: 0px auto;
	padding: 0px;
	background: transparent;
	text-align: left;
	font: 10px normal Arial, Helvetica, sans-serif;
}

.splash-container a {color: #fff;}
.splash-container a:hover {color: #f1f1f1; text-decoration: none;}


/*--Main Image Preview--*/
.main_image {
	width: 658px; 
	height: 325px;
	float: left;
	background: #141414;
	background: #012B55;
	background: #001F3C;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 5px;	
	padding: 10px 10px 0px 10px;
	color: #fff;
}
.main_image p {
	font-size: 1.2em;
	padding: 0px 10px 5px 10px;	
	margin: 0;
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 0 20px; 
	/* background: url(icon_calendar.gif) no-repeat 0 center; */
	font-size: 1em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	
	left: 0;
	width: 658px;
	height: 120px;
	display: none;
}

.main_image .block{
	width: 658px;
	background: #012B55;
	background: #001F3C;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
	height: 325px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.image_thumb img {
	border: 1px solid #ccc; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0px; padding: 0px;
	list-style: none;
	float: left;
	width: 220px;
	overflow: hidden;
}
.image_thumb ul li{
	margin: 0; padding: 11px 5px 12px 5px;
	background: #f0f0f0 url(/images/pcc/splash/nav_a.gif) repeat-x;	
	width: 193px;
	width: 212px;
	width: 193px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #fff;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #999;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 1.3em; 
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 150px;
}	
.image_thumb ul li p{display: none;}


html .image_thumb ul li .sidetitle {
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 4px;
	margin-top: 1px;
}

html .image_thumb ul li .linktitle {
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 5x;
	padding-top: 4px;
	margin-top: 4px;
}

.image_thumb ul li .block h2 {display: none;}

.image_thumb a {
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
}

