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

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #EAEAEA;
	position:absolute;
	width:100%;
	margin: 0; 
	padding: 0;
	/*text-align: center;*/
	color: #333333;
	
}
.oneColFixCtr #bkimg{
	overflow:hidden;
}
.oneColFixCtr #bgPos{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow:hidden;
}
.oneColFixCtr #bkimg.source-image {
	width: 100%;
	z-index: 1;
	overflow:hidden;
}

a:hover {
	color: #000;
	border-style: none;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #ffc;  the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left;
	margin-top:150px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0 auto;
	position:relative;
	z-index: 3;
}

.oneColFixCtr #header {
	background: #000;
	height: 241px;
	width:100%;
	overflow: hidden;
	z-index: 2;
	margin: 0 auto;
	position: absolute;
}
.oneColFixCtr #wire {
	width: 648px;
	height: 241px;
	position: fixed;
	top: auto;
	z-index: 3;
}
.oneColFixCtr #image {
	margin: auto;
	/*z-index: 0;*/
	height: 241px;
	width: 1000px;
	z-index: 3;
}
.oneColFixCtr #branding {
	width: 225px;
	top: -80px;
	position: absolute;
	height: 170px;
	float: left;
	left:-4px;
	overflow: visible !important;
	z-index: 4;
}
.oneColFixCtr #banner {
	/*width: 720px;*/
	background:url(img/hpg.png) no-repeat;
	height: 90px;
	width:auto;
}
.oneColFixCtr #mMenu {
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	/*width: inherit;*/
	top: 115px;
	height: 50px;
	white-space:nowrap;
	z-index: 6;
}
.oneColFixCtr #mainContent {
	text-align: justify;
	background:url(img/bg.png);
	overflow: hidden;
	z-index: 3;
}
.oneColFixCtr #footer {
	height: 50px;
	background: url(img/bg_bottom.png) no-repeat;
}
#floatingMenu {
	position:relative;
	width: 100px;
	padding: 0px 10px 0px 20px;
	text-align: right;
	margin-top: 90px;
}
.oneColFixCtr #mMenu #n_cfp {
	left: 0px;
	position: absolute;
}
.oneColFixCtr #mMenu #n_registration {
	left: 195px;
	position: absolute;
}
.oneColFixCtr #mMenu #n_submission {
	left: 330px;
	position: absolute;
}
.oneColFixCtr #mMenu #n_venue {
	left: 460px;
	position: absolute;
}
.oneColFixCtr #mMenu #n_program {
	left: 0px;
	position: absolute;
}
.oneColFixCtr #mMenu #n_accomodation {
	left: 195px;
	position: absolute;
}
.oneColFixCtr #mMenu #n_support {
	left: 330px;
	position: absolute;
}
.oneColFixCtr #mMenu #n_best {
	position: absolute;
	left: 459px;
	top: 23px;
}

#pageContent {
	width: 540px;
	padding: 0px 100px 0px 0px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 30px;
	z-index: 6;
}
.nav {
	font: 10px/25px Arial, Helvetica, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	color: #494949;
}
a {
	color: #006699;
	border-style: none;
	text-decoration: none;
}

h1 {
	margin-top: 65px;
}
h2 {
	font: 18px Arial, Helvetica, sans-serif;
}
.bold {
	font-weight: bold;
}

.divider {
	height: 2px;
	background-color: #999;
	margin-top: 20px;
	margin-bottom: 20px;
}

.JES-Update {
	text-align: center;
	font: 24px Arial, Helvetica, sans-serif;
	color: red; 
}
