/* shw_global.css (c)2008 SugarHill Works LLC - http://www.sugarhillworks.com */

* {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif; 
	text-decoration: none;
	border: none;
	outline: none;
}

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

body {
	background: #FFF;
	color: #EBEACB;
	font-size: smaller;
}

/*#home body {
	background: #FFF url(img/home.jpg) top center no-repeat;
}
#site body {
	background: #FFF url(img/xx.jpg) top center no-repeat;		
}*/

p.noJS { /* styles <noscript> tags */
	font-weight: bold;
	text-align: center;
}

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


#ceibw { 
	background: url(img/home.jpg) top center no-repeat; 
	position: relative;
	margin: 0px auto;
	width: 980px; 
	height: 650px; 
	/*font-size: 90%;*/
	overflow: hidden;
	z-index: 100;
}

#ceibw2 { 
	background: none; 
	position: relative;
	margin: 0px auto;
	width: 1000px; 
	height: 650px; 
	/*font-size: 90%;*/
	overflow: hidden;
	z-index: 0;
}


/* ---------------- main image goes here ------------------ */

#main_div { 
	background: none;
	position: relative;
	top: 83px;
	width: 100%;
	height: auto;
	min-height: 410px; 
	overflow: visible;
	z-index: 400;
}

#main_div2 { 
	background: none;
	position: relative;
	top: 83px;
	width: 100%;
	height: auto;
	min-height: 410px; 
	overflow: visible;
	z-index: 400;
}

#main_p { 
	background: none;
	position: relative;
	/*float: left;*/
	width: auto;
	height: auto;
	min-height: 410px;
	text-align: center;
	margin: 0px auto;
	z-index: 410;
}

#SS_p { 
	position: relative;
	width: 550px;
	height: 410px;
	text-align: center;
	margin: 0px auto;
	z-index: 410;
	/*visibility: hidden;*/
}

#SS_p2 { 
	position: relative;
	width: 550px;
	height: 410px;
	text-align: center;
	margin: 0px auto;
	z-index: 410;
	/*visibility: hidden;*/
}
/*#SS_p img {
	margin-top: 1px;
}*/

/* add hidden visibility back in for script to work */


/* ----------------- name ------------------- */
#hdr { 
	position: absolute;
	top: 550px;
	width: 100%;
	height: 50px;
	margin: 0px auto;
	z-index: 500;
}

#hdr p { 
	position: relative;
	top: 0px;
	width: 260px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	z-index: 510;
}

#hdr p a { 
	position: relative;
	width: 262px;
	height: 32px;
	overflow: hidden; 
}


/* ------------------------------------------------ */
#ftr { 
	position: absolute;
	top: 600px;
	width: 100%;
	height: 50px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	overflow: visible;
	z-index: 300;
}


/* ------ main menu links ------ */
#menu { 
	background: #FFF;
	position: absolute;
	top: 10px;
	left: 0px;
	margin: 0px;
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 95%;
	font-style: italic;
	z-index: 550;
}

#menu ul.ftrlnks { 
	position: relative;
	margin: 0px auto 4px auto;
	text-transform: uppercase;
	color: #EBEACB;
}
#menu ul.ftrlnks li { 
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu ul.ftrlnks li.left {
	background-image: none;
	border: none;
	margin-left: 4px;
}
#menu ul.ftrlnks li a {
	padding: 0px 3px 0px 2px;
	
}

#menu ul.ftrlnks li a { color: #D5D4B8; }
#menu ul.ftrlnks li a:hover { color: #B5B59D; }


/* ---------------- copyright info ----------------- */
#copy {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 20px;
	text-align: center;
}
* html #copy {
	position: fixed;
	top: 630px;
}
#copy p {
	position: relative;
	bottom: 0px;
	width: 600px;
	margin: 0px auto;
	text-align: center;
	color: #D5D4B8;
	font-size: 80%;
	font-style: italic;
}

#copy p a {
	color: #D5D4B8;
}
#copy p a:hover { color: #B5B59D; }









