/* Eric Meyer Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
.emailbox {
	position: absolute;
	left: 0px;
	top: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: 100;
	width: 150px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.emailbox2 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: 100;
	margin: 0px;
	padding: 0px;
}

* { margin: 0; padding: 0; }
body {
	overflow: hidden;
	background-color: #CCC;
}

#mainwrapper {
}

#slides {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 100%;
	height: 100%;
	background-color: #FFF;
}
#slides .slide {
	position: absolute;
	top: 0px;
	list-style: none;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFF;
}
#slides .slide .slidebutton {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 20px;
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: right center;
	 }
#slides .active .slidebutton {
	width: 10px;
	background-color: #6f9596;
}

#slides .active .slidebutton {
}

.SHADOW_DIV {
	width: 10px;
	position: absolute;
	top: 0px;
	right: -10px;
	bottom: 0px;
	background-image: url(../img/shadow.png);
	background-repeat: repeat-y;
	background-position: -3px;
	pointer-events: none;
}

.SHADOW_DIV2 {
	width: 10px;
	position: absolute;
	top: 0px;
	right: -30px;
	bottom: 0px;
	background-image: url(../img/shadow.png);
	background-repeat: repeat-y;
	background-position: -3px;
	pointer-events: none;
}
.SHADOW_DIV3 {
	width: 10px;
	position: absolute;
	top: 0px;
	right: -30px;
	bottom: 0px;
	background-image: url(../img/shadow1.png);
	background-repeat: repeat-y;
	background-position: 3px;
	pointer-events: none;
}
.logobar {
	width: 100%;
	margin-right: 20px;
	margin-left: 0px;
	margin-top: -250px;
	margin-bottom: 0px;
	float: left;
	position: absolute;
	top: 50%;
	left: 0px;
	height: 500px;
}
.FULLHEIGHT_DIV10 {
	background-color: #FFF;
	position: absolute;
	left: 50%;
	height: 100%;
	z-index: 1000;
	margin-left: -450px;
	margin-top: -200px;
	top: 50%;
	height: 400px;
}
.FULLHEIGHT_DIV {
	position: absolute;
	left: 50%;
	z-index: 1000;
	margin-left: -450px;
}
.LOGODIV {
	position: absolute;
	left: 0px;
	height: 100%;
	top: 0px;
}
#slideshow {
	position: absolute;
	left: 50%;
	overflow: hidden;
}
.backband {
	background-color: #FFF;
	height: 600px;
	top: 50%;
	margin-top: -300px;
	position: absolute;
	left: 0px;
	right: 0px;
}
.backbandshadow {
	height: 10px;
	margin-bottom: -10px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../img/shadowtop.png);
	background-repeat: repeat-x;
	background-position: -3px;
}
.backband, .FULLHEIGHT_DIV, #slideshow {
	height: 1000px;
	top: 50%;
	margin-top: -500px;
}
.copyrighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	display: block;
	margin: 0px;
	padding: 0px;
}
.copyright {
	position: absolute;
	height: 20px;
	bottom: 10px;
	padding-top: 3px;
	left: 0px;
}
