@charset "UTF-8";
/* shwv.P104090729 */
/* shw_global.css (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: #000; cursor: pointer; }
a:hover { color: #666; } 
a:visited { color: #000; }
a:active { color: #666; }
a[href="#"] { cursor: pointer; }

body {
	background-color: #FFF;
	color: #999;
	font-size: small;
	font-family: "Myriad Pro", "News Gothic MT", tahoma, verdana, arial, sans-serif;
}

.noJS {
	font-weight: bold;
	color: #000;
}

.clear {
	clear: both;
	}

/* ----------- main wrapper container for screen geom ------------ */
#overlay { background:#FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	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 -15px 0; /*stickyfooter--the bottom margin is the negative value of the footer's height */
	width: 100%;
	z-index: 10;
}
/* ---------------- main content container ---------------- */

#ceibw {
	position: relative;
	margin: 0px auto 0px auto;
	font-size: 95%;
	text-align: left;
	overflow: visible;
	z-index: 20;
}

/* -------------- header ---------------- */

#hdr {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 710px; /* to account for 10px right padding on menulinks */
	height: auto;
	padding: 30px 60px 0px 60px;
	overflow: visible;
	z-index: 200;
}
#logo_cntr {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#menu_cntr {
	position: absolute;
	right: 60px;
	width: 510px; 
	height: 60px;
	margin: 0;
	overflow: visible;	
}


/* -------------- main content container -------------- */

#main_cntr {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	z-index: 100;	
}

/* ---------------- copyright info ----------------- */
#copy {  
	position: relative;
	margin: 0 auto;
	width: 100%;
	z-index: 100;
}
#copy, #fullscr .push {
	height: 15px; /*stickyfooter--bottom margin of fullscr should be negative whatever this value is*/
}

#copy p {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	color: #BBB;
	font-size: 85%;
}
	
#copy p a {
	color: #BBB;
	font-style: normal;
}
#copy p a:hover { color: #666; font-weight: normal;}


