@charset "UTF-8";
html {
	height:100%;
}

body {
	background-color: #000000;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	width:100%;
	min-height:100%;
}
.container_pages {
	min-height:100%;
	width: 650px;
	position: absolute;
	text-align: left;
	margin-left: -475px;
	left: 50%;
	top: 0px;
	border-right-width: 300px;
	border-right-style: solid;
	border-right-color: transparent;
}
.left_fade {
	position: absolute;
	height: 381px;
	width: 23px;
	right: 50%;
	background-image: url(../images/left_fade.png);
	background-repeat: no-repeat;
	margin-right: 475px;
	margin-top: 10px;
	margin-bottom: 9px;
}
.right_fade {
	position: absolute;
	height: 381px;
	width: 23px;
	left: 50%;
	background-image: url(../images/right_fade.png);
	background-repeat: no-repeat;
	margin-left: 475px;
	margin-top: 10px;
	margin-bottom: 9px;
}
.whitespace_design {
	background-color: #FFFFFF;
	min-height: 100%;
	width: 300px;
	position: fixed;
	z-index: 3;
	margin-right: -475px;
	right: 50%;
}
.left_fade_design {
	position: absolute;
	height: 10px;
	width: 280px;
	background-image: url(../images/top_fade_280.png);
	background-repeat: no-repeat;
	margin-right: -465px;
	margin-left: 10px;
	top: 40px;
	right: 50%;
	z-index: 3;
}
.right_fade_design {
	position: absolute;
	height: 23px;
	width: 280px;
	background-image: url(../images/bottom_fade_280.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: -465px;
	top: 420px;
	right: 50%;
	z-index: 3;
}
.navigation{
	padding-top:37px;
	float: right;
	width: 480px;
}
.header_design {
	background-color: #CCCCCC;
	height: 350px;
	width: 280px;
	position: absolute;
	top: 50px;
	z-index: 3;
	left: 50%;
	margin-left: 175px;
	border: 10px solid #FFFFFF;
}
.content_container {
	margin-top:120px;
	padding-right: 20px;
	padding-bottom:50px;
}
.header_home {
	background-color: #CCCCCC;
	height: 380px;
	border: 10px solid #FFFFFF;
}
.footer {
	position: absolute;
	bottom: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-align:left;
	height:10px;
	padding-top:20px;
	padding-bottom:20px;
}
.navigation_home {
	height: 63px;
}
.submenu {
	width: 1000px;
	margin-top: 200px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.anylinkcss {
	text-align: left;
	left:50% !important;
	margin-left:-304px;
	font-size:12px;
	padding-top:5px;
}
.smalllogo_design {
	float:left;
	height: 53px;
	width: 160px;
	padding-top: 13px;
}
#slideshowtoggler {
	position:absolute;
	top:332px;
	height: 14px;
	z-index:1001;
	padding-left: 5px;
	padding-right: 5px;
}

