/* begin-vitural traffic control */
#comingsoon {
	position: relative;
	width: 800px;
	height: 540px;
	background-image: url(../images/comingsoon_bg.jpg)
}
#jfl_comingsoon {
	position: absolute;
	left: 348px;
	top: 143px;
	width: 106px;
	height: 52px;
}
/* end-vitural traffic control */

body {
	background-color:#dae9f6;
	text-align: center;
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	top: 10px;
	border: 1px solid #666666;
}
#main_content {
	font-family:Georgia, "Times New Roman", Times, serifVerdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
#main_content h1{font-size:24px;}
#main_content h2{font-size:20px;}
#main_content h3{font-size:16px;}

a.tooltip {
	position: relative;
}
a.tooltip:hover {
	font-size: 100%; /* fixes bug in IE5.x/Win */
}
a.tooltip span {
	display: none;
}
a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 1em;
	left: 2em;
	padding: 0.2em 0.6em;
	border:1px solid #996633;
	background-color:#FFFF66;
	color:#000;
}
table {
	cellpadding: 0px;
	cellspacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
#sub_01_nav_jfl {
	position: absolute;
	left: 17px;
	top: 0px;
	width: 115px;
	height: 58;
}
#sub_01_nav_subMenu {
	position: absolute;
	left: 604px;
	top: 66px;
	width: 128px;
	height: 56px;
}
#sub_01_nav_ticket {
	position: absolute;
	left: 33px;
	top: 388px;
	width: 84px;
	height: 56px;
}
#sub_01_nav_ticket-BACK {
	position: absolute;
	left: 33px;
	top: 388px;
	width: 84px;
	height: 152px;
}

/* BEGIN - MIN NAV STYLES ------------------------------------*/
#main_nav_container {
	width: 1000px;
	background-color: black;
	text-align: center;
}
#main_nav_container ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform:uppercase;
	padding-top: 13px;
	padding-bottom:13px;
	margin: 0;
	list-style: none;
}
#main_nav_container ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 0px;
	display: inline;
}
#main_nav_container ul a {
	text-decoration: none;
	color: #ffffff;
}

#main_nav_container ul a:hover {
	color: #FFFF00;
}
.cur_pg {
	color: #FFFF00;
}
.navimg {
	float:left;
	margin:4px 0 0 8px;
}
#nav_type_main {
	background-image:url(../images/darkpattern.gif);
}
#nav_type_07 {
	background-image:url(../images/darkpattern2.gif);
}
/* END - main_nav */

/* BEGIN - footer styles ----------------------------------*/
#footer {
	clear: both;
	width: 1000px;
	/*height: 20px;*/
	background-color: #666666;
	color: #CCFFFF;
	line-height: 20px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited {
	color: #CCFFFF;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:white;
}
#footer p {margin:0;}

/*END - footer styles */

/* BEGIN - misc. generic global -----------------------------*/

.floatleft {float:left;}
