@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: #FFF;
	cursor: pointer;
}
/*a:hover { color: #FFF; cursor: pointer; } disable for fading links */
a:visited { color: #DDD; }
a:active { color: #FFF; outline: none; }
a[href="#"] { cursor: pointer; }
/* initial state for menu(.fadeCol) and other(.fadeBodyCol) links */
.fadeCol {
	color: #FFF;
}
.fadeBodyCol {
	color: #9D7698;
}
.menuFade {
	color: #DDD;
	}

body {
	background-color: #000;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: small;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.smtxt {
	font-size: 81%;
}


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

#seo_cntr {
	position: relative;
	width: 0px;
	height: 0px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	display: none;
}

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

#overlay {
	background:#000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99999;
}
/* --- wrap cntr for scr geom --- */
#fullscr {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 720px;
	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 -65px auto; /*stickyfooter--the bottom margin is the negative value of the footer's height */
	z-index: 10;
	overflow: visible;
}
#fullscr_spcr_top {
	position: relative;
	float: left;
	left: 0px;
	height: 0px;
	width: 100%;
}
#fullscr_spcr_btm {
	position: relative;
	float: left;
	left: 0px;
	height: 15px;
	width: 100%;
}

/* ---------------- main content container ---------------- */
#ceibw { 
	background: #000;
	position: relative;
	clear: both;
	width: 1086px;
	height: 775px;
	font-size: 95%;
	margin: 0px auto; /* note: use full_scr_spcr_xxx for top/bottom margin */
	padding: 0;
	text-align: center;
	overflow: visible;
	z-index: 20;
}

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

#hdr {
	background: none;
	position: relative;	
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	z-index: 200;
}
/*#logo_cntr {
	position: relative;
	top: 0px;
	width: 100%;
	height: 60px;
	margin: 0 auto;
}
*/
/* -------------- main content container -------------- */

#main_cntr {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 100%;/*900px;*/
	height: 695px;/*570px80%;*/
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	z-index: 100;
}

/* ------------ nav controls layout ---------- */
#ss_nav_cntr { 
	position: relative;
	clear: both;
	top: 0px;
	left: 0px;
	width: 100%;/*720px;*/
	height: 0px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	letter-spacing: 1px;
	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;
	height: 65px; /*stickyfooter--bottom margin of fullscr should be negative whatever this value is */
}
.push_scr {
	height: 0px; /*stickyfooter -- needs to be set to the height of the horiz/thumbs scrollbar */
}
#copy {
	position: relative;
	height: 65px;
	margin: 0 auto;
	width: 100%;
	z-index: 100;
}
#copy p {
	position: relative;
	top: 0px;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 125%;
}
#copy p a {
	display: inline;
}



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

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