/*
color:

dark blue	#00235F
mid blue	#0071BC
light blue	#00A9EB
paleblue	#CDF0F7
*/

/* swf 100% height layout */

html, body, .wrapper	{ height:100%; }
body					{ margin:0; padding:0; overflow:hidden; }

object 					{ display:block; }

/* layout */

/*
html {
	background: #FFF url(../_img/bg_line.png) repeat-y center top;
}
*/

#altContent	{

}

#footer_jl {
	position: fixed;
	bottom: 0%;
	left: 50%;
	margin-left: -18px;
	background: transparent url(../_img/bg_line.png) repeat-y center top;
	z-index: 99;
}

#jl {
	width: 36px;
	height: 36px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 4px;
}

#choice {
	width: 800px;
	height: 150px;
	margin: auto;
	position: relative;
	top: 200px;
	background: #000;
}

#choice a {
	border: 0px;
	float: left;
	opacity: 0;
}

#choice a:hover {
	opacity: 1;
}

/* typography */

body {
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
/* 	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; */
	font-weight:normal;
	padding: 0px;
	margin: 0px;
}

h5 {
	letter-spacing: .3em;
	font-size: .9em;
}

h6 {
	letter-spacing: .2em;
	font-size: .8em;
}

a, a:hover, a:visited, a:active {
	text-decoration: none;
}

a { color:#0071BC; }
a:hover { color:#00A9EB; }
a:active { color:#000; outline:none; }
:focus { -moz-outline-style:none; }

img { border: 0; }

p {}

.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }

.spaced { letter-spacing: .15em; }

.no-clear { clear: none; }


