@charset "UTF-8";
/* FW100.a1 */

/* ------------------ splashpage swf -------------------- */
body#intro a { color: #CCC; cursor: pointer; }
body#intro a:hover { color: #303; } 
body#intro a:visited { color: #CCC; }
body#intro a:active { color: #303; }
body#intro a[href="#"] { cursor: pointer; }

body#intro {
	background-color: #FFF;
	color: #666;
	font-size: small;
	font-family: "Trebuchet MS", "Helvetica Neue", helvetica, arial, sans-serif;
}
body#intro #flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 8888;
}

/* this is plain splash, for if the Flash intro fails, click to enter site */
body#intro {
	background: #FFF url(../img/plum_splash.gif) 48% 20% no-repeat;
}
body#intro #noflash_hotspot { /*border: #F00 solid 1px;*/
	background: none;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	overflow: hidden;
	z-index: 9999;
}
body#intro #noflash_hotspot a { 
	width: 100%;
	height: 100%;
}
body#intro #noflash_hotspot a img { 
	width: 100%;
	height: 100%;
}
body#intro #noflash_enter { /*background-color:#660066;*/
	position: absolute;
	/*bottom: 10px;*/
	top: 90%;
	width: 100%;
	height: 25px;
	margin: 0px auto;
	text-align: center;
	font-size: 120%;
	z-index: 9999;
}


/* ------------------ homepage SS -------------------- */
#ceibw #ss_cntr {
	background: none;
	position: relative;
	float: left;
	left: 90px;
	width: 720px;
	height: 480px;
	margin: 0 auto;
	text-align: center;
	z-index: 210;
	overflow: hidden;
}
#ceibw #main_cntr #ss_cntr img { 
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 220;
}
#glass_cntr  {
	background: none;
	position: absolute;
	top: 25px;
	left: 90px;
	width: 720px;
	height: 430px;
	z-index: 9999;	
}
.glass_nav:hover {
	cursor: pointer;
}

/* ------------- image title / name ------------- */
#ceibw #title_cntr {
	background: none;
	position: relative;
	float: left;
	width: auto;
	height: 20px;
	margin: 0;
	padding: 0;
}
#ceibw #title_cntr #title_txt_0,
#ceibw #title_cntr #title_txt_1 {
	background: none;
	position: absolute;
	left: 0px; /* this rule makes IE6 layout correctly */
	bottom: 2px;
	width: 100%;
	height: auto;
	text-align: left;
	font-weight: normal;
	color: #D4D4D4;
	z-index: 200;
}
#ceibw #title_cntr #title_txt_0 {
	display: block;
}
#ceibw #title_cntr #title_txt_1 {
	display: none;
}

/* ------------- image captions / byline ------------- 
#ceibw #captions_cntr {
	background: #FFF;
	position: absolute;
	top: 30px;
	right: 60px;
	width: 0;
	height: 0;
	padding: 351px 0 0 0;
	overflow: hidden;
	z-index: 200;
}
#ceibw #captions_cntr #caption_txt_0,
#ceibw #captions_cntr #caption_txt_1 {
	background: #FFF;
	clear: both;
	position: absolute;
}
#ceibw #captions_cntr #caption_txt_0 {
	display: block;
}
#ceibw #captions_cntr #caption_txt_1 {
	display: none;
}
#ceibw #captions_cntr p {
	position: relative;
	width: 100%;
	font-style: italic;
	margin: 0;
	padding: 0;
}
#ceibw #captions_cntr .caption1_txt {
	background: #FFF;
	text-align: justify;
	bottom: 36px;
	min-height: 37px;
}
#ceibw #captions_cntr .caption2_txt {
	background: #FFF;
	position: absolute;
	text-align: right;
	height: 16px;
	bottom: 0px;
	padding: 10px 0 0 0;
}

#ceibw #alt_captions_cntr {
	background: #FFF;
	position: relative;
	float: right;
	width: 725px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: right;
	z-index: 200;
}

#ceibw #alt_captions_cntr #caption_txt_0,
#ceibw #alt_captions_cntr #caption_txt_1 {
	background: #FFF;
	position: absolute;
	right: 0px;
	width: 100%;
}
#ceibw #captions_cntr #caption_txt_0 {
	display: block;
}
#ceibw #captions_cntr #caption_txt_1 {
	display: none;
}
#ceibw #alt_captions_cntr .caption1_txt,
#ceibw #alt_captions_cntr .caption2_txt { 
	background: #FFF;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	font-style: italic;
	text-align: right;

}
#ceibw #alt_captions_cntr .caption1_txt {
	width: auto;
	padding: 2px 0 0 0;
}
#ceibw #alt_captions_cntr .caption2_txt {
	width: auto;
	padding: 2px 0 0 10px;
}
*/
#ss_nav_cntr {
	left: 90px;
}
