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

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;/*#66F solid 1px;*/
	outline: none;
}

* html {
	
}

a { color: #002055; }
a:visited { color: #002055; }
a:active { color: #006099; }
a:hover { color: #006099; cursor: pointer; text-decoration: none; }
a[href="#"] { cursor: pointer; }

body {
	background: #FFF;
	color: #000;
	font-size: medium;
	font-family: Arial,Helvetica,Verdana,sans-serif; 
}

* html body { /* IE larger text size fix */
	font-size: 80%;
}

/* ------------ centering content area, expands downwards to fit content --------------- */
#fullscr {
	background: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 425px;
}
#ceibw { 
	background: #FFF;
	position: relative;
	width: 900px;
	height: auto; 
	min-height: 300px;
	margin: 0 auto;
	overflow: visible;
	visibility: hidden;
	z-index: 100;
	_height:600px;
}
#ceibw.splash { 
	background: #FFF;
	position: relative;
	top: 35%;
	width: 900px;
	height: auto; 
	min-height: 300px;
	margin: 0 auto;
	overflow: visible;
	visibility: hidden;
	z-index: 100;
	_height:600px;
}

#splash_menu_hdr_a {
	font-size: 128px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#splash  {
	position: relative;
	width: 467px;
	height: 118px;
	margin: 0px auto;
	padding: 0;
}
	
#contact  {
	position: relative;
	width: 700px;
	height: 118px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
}
	
#splash #menu {
	font-size: 36px;
}

#splash #menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 118px;
	margin: 0px auto;
	text-align: center;
	z-index: 210;
}

/*#menu a img {
	margin: 0;
	padding: 0;
}
#menu a:hover {
	cursor: pointer;
}
*/
.info_txt {
	padding: 10px 0px 0px 0px;
	text-align: justify;
}
#email_a {
	font-size: 64px;
	font-weight: bold;
}
/* ------------ footer  ------------ */
#ftr {
	background: #FFFFFF;
	/*background: #88CCFF;
	border-top: #000 solid 3px;
	border-bottom: #000 solid 3px;*/
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 21px;
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #000;
	text-align: right;
	z-index: 9999;
}
#copy {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
/*#copy a {
	color: #444;
}
#copy a:hover {
	color: #999;
}*/
