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

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	outline: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
	font-size: 80%;
}


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

a { color: #9D7698; cursor: pointer; } /* #8C6587 */
/*a:hover { color: #FFF; cursor: pointer; }*/
a:visited { color: #9D7698; }
a:active { color: #FFF; outline: none; }
a[href="#"] { cursor: pointer; }
.fadeCol {
	color: #D4D4D4;
}
.fadeBodyCol {
	color: #9D7698;
}

body {
	background-color: #333;
	color: #D4D4D4;
	font-size: small;
	font-family: "Trebuchet MS", "Helvetica Neue", helvetica, arial, sans-serif;
}

.noJS {
	font-weight: bold;
	color: #999;
}

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

/* ----------- main wrapper container for screen geom ------------ */
#overlay {
	background:#FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	display: block;
	z-index: 99999;
}
#fullscr {
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 100%; /*stickyfooter*/
	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 */
	width: 100%;
	z-index: 10;
	overflow: visible;
}
#fullscr_spcr_top {
	position: relative;
	height: 25px;
	width: 100%;
}
#fullscr_spcr_btm {
	position: relative;
	height: 25px;
	width: 100%;
}

/* ---------------- main content container ---------------- */
#ceibw { 
	background: #FFF;
	position: relative;
	width: 900px;
	height: 650px;
	font-size: 12px; /* was 95% */
	margin: 0px auto; /* don't change; top margin is made with the spcr divs */
	padding: 0;
	text-align: center;
	overflow: visible;
	z-index: 20;
}

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

#hdr {
	background: none;
	position: relative;
	float: left;
	top: 0px;
	left: 90px;
	width: 720px;
	/*padding: 30px 60px 0px 60px;*/
	overflow: visible;
	z-index: 200;
}
#logo_cntr {
	position: relative;
	margin: 20px auto 0px auto;
	width: 100%;
	height: 60px;
}

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

#main_cntr {
	background: none;;
	position: relative;
	clear: both;
	top: -25px;
	left: 0px;
	width: 900px;
	height: 545px; /* was 480px; */
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	z-index: 100;
}

/* ------------ nav controls layout ---------- */
#ss_nav_cntr { /*border: #330 solid 1px;*/
	position: relative;
	float: left;
	top: -25px;
	width: 720px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	letter-spacing: 1px;
	line-height: 16px;
	z-index: 999;
}
#nav_cntr_bg {
	position: absolute;
	left: 0px;
	width: 720px;
	height: 25px;
	background-color: #000;
	opacity: .40;
	-moz-opacity: .40;
	filter: alpha(opacity=40);
	z-index: 90;
	overflow: hidden;
	z-index: 0;
}
#nav_btns_cntr {
	position: relative;
	float: right;
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 12px;
	}
/* ---------------- copyright info ----------------- */
#fullscr .push {
	position: relative;
	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;
	height: 15px;
	margin: 0 auto;
	width: 100%;
	z-index: 100;
}
#copy p {
	position: absolute;
	bottom: 2px;
	width: 100%;
	height: auto;
	margin: 5px auto 0px auto;
	text-align: center;
	color: #555;
	font-size: 85%;
}
#copy p a {
	display: inline;
	color: #555;
}

