@charset "UTF-8";
/* FW100.r1 */
/* (c)2010 SugarHill Works LLC - http://www.sugarhillworks.com */

* {
	margin: 0;
	padding: 0;
	outline: none;
 	text-decoration: none;
	border: none;
}

html, body {
	height: 100%; /*stickyfooter*/
}

a { color: #036; cursor: pointer; }
/* a:hover { color: #036; cursor: pointer; }disable for fading links */
a:visited { color: #000; }
a:active { color: #039; outline: none; }
a[href="#"] { cursor: pointer; }
/* initial state for menu(.fadeCol) and other(.fadeBodyCol) links */
.fadeCol {
	color: #000;
	border-bottom: #000 1px dashed;
	padding-bottom: 0px;
}
.fadeBodyCol {
	color: #000;
}
.menuFade a{
	color: #000;
	}

body {
	background: #9FABC8;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.smtxt {
	font-size: 81%;
}
.photocredit {
	font-size: 81%;
	font-style: italic;
}

.noJS {
	position: relative;
	font-weight: bold;
	color: #000;
}
#main_cntr .noJS { padding: 0px; }

.clear { 
	background: none;
	position: relative;
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0;
	padding: 0;
	}

.overlay_txt { display: none; }
#overlay {
	background:none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 99999;
}
#overlay_bg {
	background:#FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 0;
}
#overlay #bio_cntr {
	position: relative;
	top: 5%;
	width: 75%;
	left: 0px;
	margin: 0 auto;
	padding: 0;
	font-size: 125%;
	font-weight: bold;
	text-align: justify;
	filter: alpha(opacity=100);
	z-index: 1;
}
#overlay #bio_cntr p {
	padding: 10px 0;
}
#overlay #bio_cntr .first_p {
	padding: 0px 0px 10px 0px;
}
/*#overlay #bio_cntr p a:hover {
	color: #039;
	}*/
/* --- wrap cntr for scr geom --- */
#fullscr {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 1180px;
	/* min-height: 100%; stickyfooter*/
	/* DISABLE THE FOLLOWING RULE WHEN USING 'flex' as the ss_layout_mode*/
	/* height: auto !important;  stickyfooter*/
	height: 100%; /*stickyfooter*/
	/*margin: 0 auto -25px auto; stickyfooter--the bottom margin is the negative value of the footer's height */
	z-index: 10;
	overflow: visible;
}
#fullscr #body_bg_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#fullscr_spcr_top {
	position: relative;
	float: left;
	left: 0px;
	height: 25px;
	width: 100%;
}
#fullscr_spcr_btm {
	position: relative;
	float: left;
	left: 0px;
	height: 25px;
	width: 100%;
}

/* ---------------- main content container ---------------- */
#ceibw_shdw {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
	box-shadow: 0px 5px 8px #003366;
	-webkit-box-shadow: 0px 5px 8px #003366;
	-moz-box-shadow: 0px 5px 8px #003366;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#003366, offX=0, offY=5, positive=true); /*IE*/
	z-index: 10;
}
#ceibw { 
	background: none;
	position: relative;
	float: right;
	width: 100%;/*900px;*/
	min-width: 1150px;
	min-height: 530px;
	height: 90%;/*90%;*/
	max-height: 800px;
	font-size: 95%;
	margin: 0; /* note: use full_scr_spcr_xxx for top/bottom margin */
	padding: 0;
	text-align: center;
	overflow: hidden;
	z-index: 20;
}

/* -------------- header ---------------- */

#hdr { /*border: orange 1px dashed;*/
	background: none;
	position: relative;	
	float: right;
	top: 0px;
	left: 0px;
	width: 233px;
	height: 100%;
	min-height: 530px;
	max-height: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	overflow: visible;
	z-index: 200;
}
#logo_cntr { background:none;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 110px;
	margin: 0;
	padding: 0;
}
#logo_cntr img {
	position: relative;
	top: 20px;
	margin: 0;
	padding: 0;
	z-index: 1;
	width: 250px;
	}
#hdr_bg_img_cntr, #hdr_bg_img_cntr img,
#logo_cntr_bg, #logo_cntr_bg img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 100%;
	z-index: 0;
}
#hdr_bg_img_cntr, #hdr_bg_img_cntr img {
	top: 0px;
	width: 250px;
}
#hdr_bg_img_cntr img { /*display:none;*/
	height: 90%;
}
#hdr_bg_img_cntr img  {
 	top: 110px;
}

/* -------------- main content container -------------- */

#main_cntr {
	background: none;
	position: relative;
	float: right;
	top: 0px;
	left: 0px;
	width: 75%;/*900px;*/
	height: 100%;
	min-height: 530px;
	max-height: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	overflow: hidden;
	z-index: 100;
}
#main_cntr_bg, #hdr_bg {
	background: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.50;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

/* ------------ nav controls layout ---------- */
#ss_nav_cntr {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 100%;/*720px;*/
	height: 5%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 16px;
	z-index: 999;
}
#nav_cntr_bg {
	background: #000;
	position: absolute;
	left: 0px;
	width: 100%;/*720px;*/
	height: 25px;
	opacity: .40;
	-moz-opacity: .40;
	filter: alpha(opacity=40);
	overflow: hidden;
	z-index: 0;
}
#nav_btns_cntr {
	position: relative;
	float: right;
	margin: 0;
	padding: 0 15px 0 0;
	}
/* ---------------- copyright info ----------------- */
#fullscr .push {
	position: relative;
	float: left;
	height: 25px; /*stickyfooter--bottom margin of fullscr should be negative whatever this value is */
}
.push_scr {
	height: 5px; /*stickyfooter -- needs to be set to the height of the horiz/thumbs scrollbar */
}
#copy {
	position: relative;
	clear: both;
	width: 750px;
	height: 15px;
	margin: 0 auto;
	z-index: 100;
	padding-left: 250px;
}
#copy p {
	position: absolute;
	bottom: 2px;
	width: 750px;
	height: auto;
	text-align: center;
	color: #000;
	font-size: 85%;
}
#copy p a {
	display: inline;
	color: #000;
}



/*#sharethis_0 {
	position: relative;
	top: 3px;
}

#sharethis_0 span {
	position: relative;
	top: -3px;
}
#stframe {
	background: none;
	height: 275px;
}

*/

/*************** DEBUG CNTRS ***************/
#DEBUG1 { background: black;
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	min-height: 15px;
	color: skyblue;
}
#DEBUG2 { background: black;
	position: absolute;
	bottom: 0px;
	left: 400px;
	width: 400px;
	height: 100px;
	color: skyblue;
}
#DEBUG1, #DEBUG2 {border: skyblue thin dotted; font-family:courier;font-weight:bold;
	display: none;
	opacity: 0.85;
	z-index: 9999999;
}
/*******************************************/
