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


* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	outline: none;
}
html, body { height: 100%; }

a { color: #E5E5E5; cursor: pointer; }
a:hover { color: #FFF; } 
a:visited { color: #E5E5E5; }
a:active { color: #FFF; }
a[href="#"] { cursor: pointer; }

body {
	background-color: #000;
	color: #E5E5E5;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
}

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

.clear { /*background-color:#F00;*/
	width: 100%;
	height: 1px;
	clear: both;
}


/* ---------------- main container ---------------- */
#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	z-index: 9999;
}

#full_scr_cntr {
	background: none;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px auto;
	z-index: 0;
}

#ceibw { 
	background: #000;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 30px 0 0 0;
	width: 1000px; 
	height: 600px;
	font-size: 90%;
	text-align: left;
	overflow: visible;
	z-index: 100;
}

#hdr { 
	position: relative;
	width: 100%;
	height: 75px;
	overflow: visible;
	z-index: 300;
}

#logo_cntr {
	position: relative;
	float: left;
	padding-left: 0px;
	width: 100%;
	height: 50px;
	z-index: 310;
}

#logo {
	position: relative;
	float: left;
}


/* ------ main menu links (global properties) ------ */

#menu_cntr { 
	position: relative;
	float: left;
	padding-left: 40px;
	width: auto;
	height: 25px;
	overflow: visible;
	z-index: 310;
}

#glass_cntr  { /* extra div is for overlay */ 
	background: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 450px;
	z-index: 999;	
}
.glass_nav:hover {
	cursor: pointer;
}

/* ------------------ main SS imgs & content -------------------- */

#main_cntr { 
	position: relative;
	top: 0px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	z-index: 200;	
}


/* ------------------ main image -------------------- */

#ss_cntr { border: #000 0px dotted;
	position: relative;
	width: 100%;
	height: 460px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	z-index: 210;
}
#ss_cntr img {/* JS rules  height:450px; width:900px; */
	position: absolute;
	top: 0px;
	left: 50px;
	margin: 0;
	padding: 0;
	border: #222 solid 1px;
	z-index: 220;
}


/* ---------------- copyright info ----------------- */
#copy { 
	background: #2F2F2F url(../img/copy_ftr.gif) repeat-x;
	/*position: fixed;
	bottom: 0px;*/
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0;
	text-align: center;
	z-index: 0;
}
#copy, #full_scr_cntr .push {
	height: 40px;
}

#copy p { 
	position: relative;
	/*position: absolute;
	bottom: 2px;*/
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 13px;
	text-align: center;
	color: #777; /*#777;*/
	font-size: 85%;
}
	
#copy p a {
	color: #777;
	font-style: normal;
}
#copy p a:hover { color: #EEE; font-weight: normal;}

