@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;
}

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

a { color: #003853; cursor: pointer; } 
a:hover { color: #8DC280; cursor: pointer; }
a:visited { color: #003853; }
a:visited:hover { color: #8DC280; }
a:active { color: #003853; outline: none; }
a[href="#"] { cursor: pointer; }

body {
	/*background-color: #EF4C2C;*/
	background: #EF4C2C url(../img/splash_orange_grd.jpg) repeat-x;
	color: #003853;
	font-size: small;
	font-family: Futura, "Century Gothic", "Trebuchet MS", "Helvetica Neue", helvetica, arial, sans-serif; /*"Century Gothic", Geneva, Verdana, sans-serif;*/
}

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

.clear { 
	background: none;
	position: relative;
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0;
	padding: 0;
}
	
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.smltxt {
	font-size: 85%;
}
.bigtxt {
	font-size: 110%;
}
.norml {
	font-weight: normal;
}


/* ----------- 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: 5px;
	width: 100%;
}
#fullscr_spcr_btm {
	position: relative;
	height: 20px;
	width: 100%;
}

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

#ceibw { border: #000 solid 0px;
	/*background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-y;*/
	position: relative;
	width: 1005px;
	min-height: 675px;
	font-size: 95%;
	margin: 0px auto; /* don't change; top margin is made with the spcr divs */
	/*margin: 3% auto 0px auto;*/
	padding: 0;
	text-align: center;
	overflow: hidden;
	z-index: 20;
}

#ceibw img {
	padding: 5px;
}


/* ---------------- 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: absolute;
	width: 100%;
	height: 15px;
	margin: 3px auto 0px auto;	
	z-index: 100;
}
#copy p {
	position: absolute;
	bottom: 2px;
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	text-align: center;
	/*color: #448DA8;*/
	font-size: 85%;
}
#copy p a {
	display: inline;
	/*color: #448DA8;*/
}
#copy p a:hover {
	display: inline;
	/*color: #226B86;*/
	color: #FFF;
}

