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

body {
	background: #cfab6d url(../img/splash_bg.jpg) top center no-repeat;
	width: 100%;
	height: 100%;
	color: #000;
	font-family: Palatino, Georgia, "Times New Roman", Times, 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; }

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

#overlay {
	background:#FFF;
	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 -15px 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: none;
	position: relative;
	clear: both;
	width: 1000px;
	min-width: 720px;
	height: 710px;/*90%;
	min-height: 440px;*/
	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: 310px;
	width: 690px;
	height: 20px;
	margin: 0;
	padding: 65px 0 0 0;
	overflow: visible;
	z-index: 200;
}
#logo_cntr, #logo_cntr img {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
}
#logo_cntr {
	 background: none;
	top: 35px;
	width: 300px;
	height: 110px;
}
/* -------------- main content container -------------- */

#main_cntr {
	background: #FFF url(../img/main_cntr_bg.gif) top left no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 595px;
	margin: 0 0 0 130px;
	padding: 30px 30px 0 30px;
	overflow: visible;
	z-index: 100;
	box-shadow: 1px 2px 5px #694b04;
	-webkit-box-shadow: 1px 2px 5px #694b04;
	-moz-box-shadow: 1px 2px 5px #694b04;
}

/* ---------------- copyright info ----------------- */
#fullscr .push {
	position: relative;
	height: 15px; /*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(s) */
}
#copy {
	position: relative;
	left: 65px;
	width: 860px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	z-index: 100;
}
#copy p {
	position: absolute;
	top: 0px;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
}
#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;
}
/*******************************************/

