@charset "utf-8";
/* CSS Document */

body {
	background:#e7f0f5 url(../graphics/splash/bg.jpg) repeat-x;
	height:100%;
}

.wrap {
	width:960px;
	margin:-10px auto 0 auto;
	height:100%;
	background-color:#cedee6; 
}

.header {
	height:252px;
	width:958px;
	border-right:#0066CC 1px solid;
	border-left:#0066CC 1px solid;
}

.index_bg {
	height:337px;
	width:958px;
	border-right:#0066CC 1px solid;
	border-left:#0066CC 1px solid;
}

.footer {
	height:400px;
	width:auto;
	background:url(../graphics/splash/bg_footer.jpg) repeat-x;
	margin-bottom:-10px;
}

.enter_space {
	height:110px;
	widht:960px;
	position:relative;
}

.enter {
	height:59px;
	width:250px;
	position:absolute;
	left: 358px;
	top: 23px;
}

.footer_content {
	width:960px;
	height:auto;
	margin:auto;
}

.bottom_area {
	float: left;
	width: 900px;
	margin-left: 20px;
	padding-top: 20px;
	border-top: 1px solid #FFFFFF;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

/* Bottom Area */

.bottomArea {
	float: left;
	width: 848px;
	margin-left: 20px;
	padding-top: 20px;
	border-top: 1px solid #FFFFFF;
	display: inline;
}
.bottomLeft {
	float: left;
	width: 424px;
}
.bottomLeftTop {
	float: left;
	width: 424px;
	font-size: 12px;
}
.bottomLeftBottom {
	float: left;
	width: 424px;
	font-size: 10px;
	margin-top: 4px;
	display: inline;
}
.bottomLeftZbra {
	float: left;
	width: 424px;
	font-size: 10px;
	margin-top: 4px;
	display: inline;
    color: #cccccc;
}
.bottomLeftZbra a {
	text-decoration: none;
    font-weight:normal;
	color: #cccccc;
}
.bottomRightLogos {
	float: right;
	width: 261px;
}
.logoOne {
	float: right;
	margin-right: 10px;
	display: inline;
	width: 102px;
	height: 42px;
}
.logoTwo {
	float: right;
	margin-right: 10px;
	display: inline;
	width: 39px;
	height: 42px;
}
.logoThree {
	float: right;
	margin-right: 10px;
	display: inline;
	width: 40px;
	height: 42px;
}
.logoFour {
	float: right;
	width: 50px;
	height: 42px;
}

a:hover {
	text-decoration:underline;
}

.blackBottom {
	color:#000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.blackBottom hover {
	color:#000;
	text-decoration:underline;
}